Skip to content

chore(deps): update iac-support-deps#2562

Merged
chance-coleman merged 2 commits intomainfrom
renovate/iac-support-deps
May 7, 2026
Merged

chore(deps): update iac-support-deps#2562
chance-coleman merged 2 commits intomainfrom
renovate/iac-support-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 2, 2026

This PR contains the following updates:

Package Type Update Change Pending
aws-actions/configure-aws-credentials (changelog) action digest 8df5847d979d5b
aws-load-balancer-controller minor 3.1.03.3.0
ghcr.io/zarf-dev/packages/init minor v0.74.0v0.75.1
kubernetes-sigs/aws-load-balancer-controller minor v3.1.0v3.2.2 v3.3.0
longhorn (source) patch 1.11.11.11.2
opentofu/opentofu patch 1.11.51.11.6
terraform-aws-modules/eks/aws (source) module minor ~> 21.15.0~> 21.20.0
terraform-aws-modules/s3-bucket/aws (source) module minor 5.11.05.13.0

Release Notes

kubernetes-sigs/aws-load-balancer-controller (kubernetes-sigs/aws-load-balancer-controller)

v3.2.2

Compare Source

v3.2.2 Release Notes

📚 Quick Links

v3.2.2 (requires Kubernetes 1.22+)

Image: public.ecr.aws/eks/aws-load-balancer-controller:v3.2.2

Documentation

Thanks to all our contributors!💜💜💜

⚠️ Action Required

CRD Updates

Action : Please apply the latest CRD definitions

  • kubectl apply -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller/crds?ref=master"

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/aws-load-balancer-controller@v3.2.1...v3.2.2

v3.2.1

Compare Source

Same release as https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/tag/v3.2.0, but fixes ListenerSet permissions for Gateway API users installing via Helm.

v3.2.0

Compare Source

v3.2.0 Release Notes

📚 Quick Links

v3.2.0 (requires Kubernetes 1.22+)

Image: public.ecr.aws/eks/aws-load-balancer-controller:v3.2.0

Documentation

Thanks to all our contributors!💜💜💜

⚠️ Action Required

CRD Updates

Action : Please apply the latest CRD definitions

  • kubectl apply -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller/crds?ref=master"
Gateway API updates

🚨 This release moves the Gateway API version from 1.3 to 1.5. For NLB Gateway users, this means that TLSRoute has been moved to the v1 API and is no longer served in the Alpha API version. It is recommended to install the experimental version of the TLSRoute to ensure zero downtime upgrades. 🚨

🚨Deprecations

  • --aws-vpc-tag-key is now deprecated and ignored. All tags from --aws-vpc-tags are always used for VPC lookup. This flag will be removed in a future release.

🚨Breaking Changes

  • If you were passing multiple tags via --aws-vpc-tags but your VPC only matched a subset of them, the controller will now fail to find the VPC since all tags are used as filters. Update your VPC tags or your --aws-vpc-tags value to ensure they match.
🚀 What's New
Gateway API Features
  • Update to Gateway API v1.5.0
  • Autodetect Gateway resources. No more feature flag flipping! The feature flags are still available to turn off the Gateway API feature.
  • Introduce ListenerSet resources
Ingress Features
  • Add Frontend NLB attributes annotation
🔧 Enhancements and Fixes
  • [Bug fix] Fixed subnet resolution when subnets having conflicting name tags.
  • [Bug fix] Fixed multi tag VPC look ups.
  • [Bug fix] Normalize ingress DNS name to lower case.
  • [Bug fix] Prevent nil pointer when assigning endpoints to WAF / Shield clients.
  • [Enhancement] Configurable re-queue time for Target Group Bindings.
  • [Enhancement] Automatically skip aws: system tags during tag reconcilation.
  • [Enhancement] Backfill concurrency controls in Helm chart.
  • [Enhancement] Adding namespace selectors to Service and Ingress webhooks.
Documentation Updates
  • Add cert expiry best practices
  • Add more AGA examples
  • Update label selector documentation

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/aws-load-balancer-controller@v3.1.0...v3.2.0

longhorn/charts (longhorn)

v1.11.2

Compare Source

Longhorn is a distributed block storage system for Kubernetes.

opentofu/opentofu (opentofu/opentofu)

v1.11.6

Compare Source

BUG FIXES:

  • Running tofu apply -refresh-only with a configuration that contains ephemeral resources does not fail anymore because the refresh produced changes (#​3776)
  • Fixed tofu init crashing when a module version uses a variable and the module is referenced from a test file. (#​3686)
  • Fixed provider-defined functions in import block id expressions causing "BUG: Uninitialized function provider" error. (#​3803)
  • tofu test no longer fails during cleanup when using a mocked version of a resource type with write-only attributes. (#​3964)
  • A malicious remote TLS server can no longer deadlock OpenTofu by sending multiple key update messages in a single record. (#​3966)
  • When installing module packages from "tar" archives, OpenTofu now accepts only a limited number of sparse file entries to avoid unbounded memory usage from maliciously-crafted archives containing many sparse regions. (#​3966)

Full Changelog: opentofu/opentofu@v1.11.5...v1.11.6

terraform-aws-modules/terraform-aws-eks (terraform-aws-modules/eks/aws)

v21.20.0

Compare Source

Features
  • Add opt-in aws:SourceAccount condition to Karpenter node IAM role trust policy (#​3695) (0515ad6), closes #​3688

v21.19.1

Compare Source

Bug Fixes

v21.19.0

Compare Source

Features
  • Update Karpenter sub-module to support Karpenter v1.12 (#​3690) (3bc989b)

v21.18.0

Compare Source

Features
  • Update Karpenter sub-module to support Karpenter v1.11 (#​3674) (312ddb6)

v21.17.1

Compare Source

Bug Fixes
  • Avoid attempting to retrieve the AMI ID from SSM parameter if a custom AMI ID is provided (#​3660) (26ead74)

v21.17.0

Compare Source

Features

v21.16.1

Compare Source

Bug Fixes

v21.16.0

Compare Source

Features
  • Add ECR Public permissions to EKS Auto Mode node IAM role (#​3665) (c07c26c)
terraform-aws-modules/terraform-aws-s3-bucket (terraform-aws-modules/s3-bucket/aws)

v5.13.0

Compare Source

Features

v5.12.0

Compare Source

Features

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner April 2, 2026 02:50
@github-actions github-actions Bot added the needs-review Label used for Renovate PRs that are ready for review/test label Apr 2, 2026
@renovate renovate Bot changed the title chore(deps): update iac support dependencies to ~> 21.16.0 chore(deps): update iac-support-deps Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/iac-support-deps branch 8 times, most recently from 559314c to 43245e0 Compare April 8, 2026 20:37
@renovate renovate Bot force-pushed the renovate/iac-support-deps branch 5 times, most recently from 19e4b4c to 80aba22 Compare April 13, 2026 21:07
@chance-coleman chance-coleman added the renovate-ready Label used to trigger Renovate PR CI label Apr 14, 2026
@mjnagel mjnagel removed the renovate-ready Label used to trigger Renovate PR CI label Apr 14, 2026
@renovate renovate Bot force-pushed the renovate/iac-support-deps branch 7 times, most recently from 900cd7f to 4fd8d61 Compare April 21, 2026 01:08
@renovate renovate Bot force-pushed the renovate/iac-support-deps branch 2 times, most recently from 34a7aa3 to fbb4ca1 Compare April 27, 2026 16:38
@renovate renovate Bot force-pushed the renovate/iac-support-deps branch 3 times, most recently from 3dba4c5 to fd6148e Compare May 1, 2026 00:11
@renovate renovate Bot force-pushed the renovate/iac-support-deps branch 4 times, most recently from d5a40d8 to ea2120f Compare May 6, 2026 02:15
| datasource       | package                                      | from    | to      |
| ---------------- | -------------------------------------------- | ------- | ------- |
| helm             | aws-load-balancer-controller                 | 3.1.0   | 3.3.0   |
| docker           | ghcr.io/zarf-dev/packages/init               | v0.74.0 | v0.75.1 |
| github-tags      | kubernetes-sigs/aws-load-balancer-controller | v3.1.0  | v3.2.2  |
| helm             | longhorn                                     | 1.11.1  | 1.11.2  |
| github-tags      | opentofu/opentofu                            | 1.11.5  | 1.11.6  |
| terraform-module | terraform-aws-modules/eks/aws                | 21.15.1 | 21.20.0 |
| terraform-module | terraform-aws-modules/s3-bucket/aws          | 5.11.0  | 5.13.0  |
@renovate renovate Bot force-pushed the renovate/iac-support-deps branch from ea2120f to d226ff2 Compare May 7, 2026 02:41
@chance-coleman chance-coleman added the renovate-ready Label used to trigger Renovate PR CI label May 7, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 7, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@chance-coleman chance-coleman merged commit 0be2557 into main May 7, 2026
44 of 46 checks passed
@chance-coleman chance-coleman deleted the renovate/iac-support-deps branch May 7, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review Label used for Renovate PRs that are ready for review/test renovate-ready Label used to trigger Renovate PR CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants