Skip to content

🤖 Chore: Auto-update container image versions#1717

Merged
gardener-prow[bot] merged 5 commits intomasterfrom
chore/auto-update-images
Apr 14, 2026
Merged

🤖 Chore: Auto-update container image versions#1717
gardener-prow[bot] merged 5 commits intomasterfrom
chore/auto-update-images

Conversation

@federated-github-access
Copy link
Copy Markdown
Contributor

@federated-github-access federated-github-access bot commented Mar 1, 2026

/area ops-productivity
/kind enhancement

What this PR does / why we need it:
This PR was auto-generated to update container image versions defined in imagevector/images.yaml.


Component Changelogs

This section lists the release notes for all updated components. Please review them for any breaking changes.

Release Notes

The following images have been updated. Please review the release notes for each component to check if changes need to be made to our Helm charts:

Note: All intermediate versions between the current and new version are listed to ensure no breaking changes are missed.

aws-load-balancer-controller

csi-driver

csi-driver-efs

csi-provisioner

csi-volume-modifier

machine-controller-manager-provider-aws


Special notes for your reviewer:
Please review the "Component Changelogs" section above and verify that no breaking changes require modifications to our Helm charts or code.

Release note:

The following container images have been updated:
  - aws-load-balancer-controller: v3.0.0 -> v3.2.1 (singleton)
  - csi-driver: v1.56.0 -> v1.58.0 (singleton)
  - csi-driver-efs: v2.3.0 -> v3.0.0 (singleton)
  - csi-provisioner: v6.1.1 -> v6.2.0 (minor)
  - csi-volume-modifier: v0.9.2 -> v0.9.3 (singleton)
  - machine-controller-manager-provider-aws: v0.27.2 -> v0.27.3 (singleton)

✅ Reviewer Checklist

  • I have reviewed the release notes for all updated components.
  • I have verified that no breaking changes require modifications to our Helm charts or code.
  • I have confirmed that the changes in imagevector/images.yaml are correct.

@federated-github-access federated-github-access bot requested a review from a team as a code owner March 1, 2026 06:46
@gardener-prow gardener-prow bot added area/ops-productivity Operator productivity related (how to improve operations) kind/enhancement Enhancement, improvement, extension cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 1, 2026
@federated-github-access federated-github-access bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Mar 1, 2026
@github-actions github-actions bot force-pushed the chore/auto-update-images branch from 1e0aef3 to d0417d7 Compare March 8, 2026 06:46
@gardener-prow gardener-prow bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 8, 2026
@github-actions github-actions bot force-pushed the chore/auto-update-images branch from d0417d7 to 2825aa6 Compare March 15, 2026 06:47
@github-actions github-actions bot force-pushed the chore/auto-update-images branch from 2825aa6 to 1589d1f Compare March 22, 2026 06:47
@github-actions github-actions bot force-pushed the chore/auto-update-images branch 2 times, most recently from 3bf98e2 to 8cd4ee9 Compare April 5, 2026 06:49
@github-actions github-actions bot force-pushed the chore/auto-update-images branch from 8cd4ee9 to af93400 Compare April 12, 2026 06:57
@gardener-prow gardener-prow bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 13, 2026
Copy link
Copy Markdown
Contributor

@hebelsan hebelsan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
Just some small comments.

containerName: driver-efs-node
resource: limits.memory
- name: PORT_RANGE_UPPER_BOUND
value: "21049"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd put this value to values.yaml to allow override per environment.

@gardener-prow gardener-prow bot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. do-not-merge/contains-merge-commits Indicates a PR which contains merge commits. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Apr 13, 2026
@AndreasBurger AndreasBurger force-pushed the chore/auto-update-images branch from 652a7b2 to e1f440e Compare April 14, 2026 07:42
@gardener-prow gardener-prow bot removed the do-not-merge/contains-merge-commits Indicates a PR which contains merge commits. label Apr 14, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This change upgrades several AWS-related container images and enhances the AWS Load Balancer Controller configuration with additional runtime parameters. The updates include version bumps for the AWS Load Balancer Controller (v3.0.0 → v3.2.1), EBS CSI driver (v1.56.0 → v1.58.0), EFS CSI driver (v2.3.0 → v3.0.0), and CSI provisioner (v6.1.1 → v6.2.0), along with expanded configuration options for performance tuning and resource management.

Walkthrough

  • Chore: Updated AWS Load Balancer Controller from v3.0.0 to v3.2.1 with additional configuration parameters for performance tuning
  • Chore: Upgraded AWS EBS CSI driver from v1.56.0 to v1.58.0 for improved storage functionality
  • Chore: Updated AWS EFS CSI driver from v2.3.0 to v3.0.0 with enhanced memory management and port range configuration
  • Chore: Bumped CSI provisioner from v6.1.1 to v6.2.0 and volume modifier from v0.9.2 to v0.9.3
  • New Feature: Added comprehensive feature gate documentation and certificate authority configuration options
  • Refactor: Improved template processing for AWS region and VPC ID parameters using Helm templating functions

Model: claude-sonnet-4-20250514 | Prompt Tokens: 3716 | Completion Tokens: 341

Copy link
Copy Markdown
Contributor

@hebelsan hebelsan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@gardener-prow gardener-prow bot added the lgtm Indicates that a PR is ready to be merged. label Apr 14, 2026
@gardener-prow
Copy link
Copy Markdown

gardener-prow bot commented Apr 14, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hebelsan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gardener-prow
Copy link
Copy Markdown

gardener-prow bot commented Apr 14, 2026

LGTM label has been added.

DetailsGit tree hash: 14831f63df4425f8ed6d3acea13e0c34587d458a

@gardener-prow gardener-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 14, 2026
@gardener-prow gardener-prow bot merged commit e5018c7 into master Apr 14, 2026
79 of 82 checks passed
@gardener-prow gardener-prow bot deleted the chore/auto-update-images branch April 14, 2026 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/ops-productivity Operator productivity related (how to improve operations) cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/enhancement Enhancement, improvement, extension lgtm Indicates that a PR is ready to be merged. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants