Skip to content

chore(deps): update all github action dependencies (v1.17) #39704

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2025

Conversation

cilium-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
anchore/sbom-action action minor v0.19.0 -> v0.20.0
aws-actions/configure-aws-credentials action patch v4.2.0 -> v4.2.1
docker/build-push-action action minor v6.16.0 -> v6.17.0
eksctl-io/eksctl minor v0.207.0 -> v0.208.0
google/cloud-sdk (changelog) major 521.0.0 -> 523.0.1
kubernetes-sigs/kind minor v0.27.0 -> v0.29.0
kubernetes/kubernetes patch v1.33.0 -> v1.33.1

Release Notes

anchore/sbom-action (anchore/sbom-action)

v0.20.0

Compare Source

Changes in v0.20.0
  • chore(deps): update Syft to v1.24.0 (#​522)
aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)

v4.2.1

Compare Source

Bug Fixes
  • ensure explicit inputs take precedence over environment variables (e56e6c4)
  • prioritize explicit inputs over environment variables (df9c8fe)
docker/build-push-action (docker/build-push-action)

v6.17.0

Compare Source

[!NOTE]
Build record is now exported using the buildx history export command instead of the legacy export-build tool.

Full Changelog: docker/build-push-action@v6.16.0...v6.17.0

eksctl-io/eksctl (eksctl-io/eksctl)

v0.208.0: eksctl 0.208.0

Compare Source

Release v0.208.0
🚀 Features
  • Enable enclave options in EC2 Launch Template (#​8349)
  • Add support for AL2023 arm64 nvidia amiType (#​8351)
🎯 Improvements
  • Add AmazonLinux2 end-of-life warning message when creating clusters and nodegroups (#​8376)
🐛 Bug Fixes
  • Fix for create podidentityassociation bug in auto-mode clusters (#​8358)
  • Fix CoreDNS scheduling on Fargate failing when component label in selector (#​8357)
  • Fix support for non-current-generation ec2 instance types (#​8354)
  • Fix get iamserviceaccount returning error for unrelated CloudFormation Stack (#​8350)
🧰 Maintenance
  • Update coredns default to v1.11.4-eksbuild.10 (#​8363)
  • Update ec2-info (#​8361)
  • Drop support for Ubuntu 18.04 images (#​8344)
📝 Documentation
  • Update binary install for best practices (#​8359)
Acknowledgments

The eksctl maintainers would like to sincerely thank @​cloudxabide, @​dheeraj-coding, @​naclonts, @​ndbaker1, @​tarikdem and @​toabctl.

kubernetes-sigs/kind (kubernetes-sigs/kind)

v0.29.0

Compare Source

This is a quick security release to pickup the containerd 2.1.1 CVE-2025-47290 fix.
See v0.28.0 (release days ago!) for full release notes with recent changes:
https://github.com/kubernetes-sigs/kind/releases/tag/v0.28.0

Breaking Changes

The default node image is now kindest/node:v1.33.1@​sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f

New Features

  • Updated to containerd 2.1.1

Images pre-built for this release:

  • v1.33.1: kindest/node:v1.33.1@​sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f
  • v1.32.5: kindest/node:v1.32.5@​sha256:e3b2327e3a5ab8c76f5ece68936e4cafaa82edf58486b769727ab0b3b97a5b0d
  • v1.31.9: kindest/node:v1.31.9@​sha256:b94a3a6c06198d17f59cca8c6f486236fa05e2fb359cbd75dabbfc348a10b211
  • v1.30.13: kindest/node:v1.30.13@​sha256:397209b3d947d154f6641f2d0ce8d473732bd91c87d9575ade99049aa33cd648

NOTE: You must use the @sha256 digest to guarantee an image built for this release, until such a time as we switch to a different tagging scheme. Even then we will highly encourage digest pinning for security and reproducibility reasons.

See also:

NOTE: These node images support amd64 and arm64, both of our supported platforms. You must use the same platform as your host, for more context see https://github.com/kubernetes-sigs/kind/issues/2718

Fixes

Contributors

Committers for this release:

(Please see v0.28.0 https://github.com/kubernetes-sigs/kind/releases/tag/v0.28.0#Contributors)

v0.28.0

Compare Source

This release moves to Kubernetes to 1.33.1 by default.

Breaking Changes

The default node image is now kindest/node:v1.33.1@​sha256:8d866994839cd096b3590681c55a6fa4a071fdaf33be7b9660e5697d2ed13002

New Features

  • Updated to containerd 2.1 and runc 1.3
  • Updated default node image to Kubernetes 1.33.1
  • Updated go to 1.24.2

Images pre-built for this release:

  • v1.33.1: kindest/node:v1.33.1@​sha256:8d866994839cd096b3590681c55a6fa4a071fdaf33be7b9660e5697d2ed13002
  • v1.32.5: kindest/node:v1.32.5@​sha256:36187f6c542fa9b78d2d499de4c857249c5a0ac8cc2241bef2ccd92729a7a259
  • v1.31.9: kindest/node:v1.31.9@​sha256:156da58ab617d0cb4f56bbdb4b493f4dc89725505347a4babde9e9544888bb92
  • v1.30.13: kindest/node:v1.30.13@​sha256:8673291894dc400e0fb4f57243f5fdc6e355ceaa765505e0e73941aa1b6e0b80

NOTE: You must use the @sha256 digest to guarantee an image built for this release, until such a time as we switch to a different tagging scheme. Even then we will highly encourage digest pinning for security and reproducibility reasons.

See also:

NOTE: These node images support amd64 and arm64, both of our supported platforms. You must use the same platform as your host, for more context see https://github.com/kubernetes-sigs/kind/issues/2718

Fixes

  • Node image now sets net.ipv4.conf.all.arp_ignore to 0 to address some container networking failures

Contributors

Thank you to everyone who contributed to this kind over the years!

Committers for this release:

kubernetes/kubernetes (kubernetes/kubernetes)

v1.33.1: Kubernetes v1.33.1

Compare Source

See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.

See the CHANGELOG for more details.


Configuration

📅 Schedule: Branch creation - "on sunday" (UTC), 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 has been generated by Renovate Bot.

Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@cilium-renovate cilium-renovate bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR labels May 25, 2025
@cilium-renovate cilium-renovate bot requested review from a team as code owners May 25, 2025 10:11
@cilium-renovate cilium-renovate bot requested a review from joestringer May 25, 2025 10:11
@cilium-renovate cilium-renovate bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR labels May 25, 2025
@maintainer-s-little-helper maintainer-s-little-helper bot added backport/1.17 This PR represents a backport for Cilium 1.17.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. labels May 25, 2025
@aanm aanm enabled auto-merge May 26, 2025 06:00
@aanm aanm added this pull request to the merge queue May 26, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 26, 2025
@julianwiedmann julianwiedmann added this pull request to the merge queue May 26, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 26, 2025
@julianwiedmann julianwiedmann added this pull request to the merge queue May 26, 2025
Merged via the queue into v1.17 with commit f6981f6 May 26, 2025
374 of 379 checks passed
@cilium-renovate cilium-renovate bot deleted the renovate/v1.17-all-github-action branch May 26, 2025 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.17 This PR represents a backport for Cilium 1.17.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants