Skip to content
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

chore(deps): update all github action dependencies (main) #32620

Merged
merged 1 commit into from
May 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v4.1.5 -> v4.1.6
eksctl-io/eksctl minor v0.176.0 -> v0.177.0
google-github-actions/auth action patch v2.1.2 -> v2.1.3
kubernetes-sigs/kind minor v0.22.0 -> v0.23.0
kubernetes/kubernetes patch v1.30.0 -> v1.30.1

Release Notes

actions/checkout (actions/checkout)

v4.1.6

Compare Source

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

v0.177.0: eksctl 0.177.0

Compare Source

Release v0.177.0
🚀 Features
  • Add utils command to migrate iamidentitymappings to EKS access entries (#​7710)
  • Add support for Ubuntu Pro 22.04 based EKS images (#​7711)
🎯 Improvements
  • Handle K8s service account lifecycle on eksctl create/delete podidentityassociation commands (#​7706)
🐛 Bug Fixes
  • Fix reusing instanceRoleARN for nodegroups authorized with access entry (#​7707)
  • Allow nodegroup creation after a cluster subnet is deleted (#​7714)
  • Fix arn build logic to support different aws partitions (#​7715)
🧰 Maintenance
  • Disable IMDSv1 in unowned integration tests (#​7722)
Acknowledgments

The eksctl maintainers would like to sincerely thank @​punkwalker, @​veekaly, @​aciba90 and @​timandy

google-github-actions/auth (google-github-actions/auth)

v2.1.3

Compare Source

What's Changed
New Contributors

Full Changelog: google-github-actions/auth@v2.1.2...v2.1.3

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

v0.23.0

Compare Source

This release introduces initial limited support for nerdctl and kube-proxy nftables mode.

Breaking Changes

  • The default node image is now Kubernetes 1.30.0: kindest/node:v1.30.0@​sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
  • ipFamily config field is now validated
    • While technically a breaking change, if the value you set here is now caught as invalid it was being silently ignored and creating an ipv4 cluster previously and you should correct your config
  • Go 1.17+ is required for go install sigs.k8s.io/kind / building the kind binary
    • Prebuilt binaries are available as an alternative to go install

    • For local development make will automatically setup the correct go version

    • Note that the go team only supports 1.21+ and major linux distros have 1.19+

    • Future releases may increase this to a more current Go release

    • Future release may adopt toolchain in go.mod to make this seamless if you have go 1.21+ installed even without our makefile. We highly recommend installing go 1.21+

New Features

Images pre-built for this release:

  • v1.30.0: kindest/node:v1.30.0@​sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
  • v1.29.4: kindest/node:v1.29.4@​sha256:3abb816a5b1061fb15c6e9e60856ec40d56b7b52bcea5f5f1350bc6e2320b6f8
  • v1.28.9: kindest/node:v1.28.9@​sha256:dca54bc6a6079dd34699d53d7d4ffa2e853e46a20cd12d619a09207e35300bd0
  • v1.27.13: kindest/node:v1.27.13@​sha256:17439fa5b32290e3ead39ead1250dca1d822d94a10d26f1981756cd51b24b9d8
  • v1.26.15: kindest/node:v1.26.15@​sha256:84333e26cae1d70361bb7339efb568df1871419f2019c80f9a12b7e2d485fe19
  • v1.25.16: kindest/node:v1.25.16@​sha256:5da57dfc290ac3599e775e63b8b6c49c0c85d3fec771cd7d55b45fae14b38d3b

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

  • Correctly case kubeProxyMode: "none"

Contributors

Thank you to everyone who contributed to this release! ❤️

Users whose commits are in this release (alphabetically by user name)

Thank you as well to everyone else not listed here who contributed in other ways like filing issues, giving feedback, testing fixes, and helping users in slack!

kubernetes/kubernetes (kubernetes/kubernetes)

v1.30.1: Kubernetes v1.30.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 monday" (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 Mend Renovate. View repository job log here.

Signed-off-by: renovate[bot] <bot@renovateapp.com>
@renovate 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. labels May 20, 2024
@renovate renovate bot requested a review from a team as a code owner May 20, 2024 01:52
@renovate renovate bot added the renovate/stop-updating Tell Renovate to stop updating PR label May 20, 2024
@renovate renovate bot requested review from a team as code owners May 20, 2024 01:52
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label May 20, 2024
Copy link
Member

@kaworu kaworu left a comment

Choose a reason for hiding this comment

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

Hubble CLI workflow changes LGTM

@julianwiedmann
Copy link
Member

/test

@julianwiedmann julianwiedmann added this pull request to the merge queue May 23, 2024
Merged via the queue into main with commit b82efdd May 23, 2024
281 of 282 checks passed
@julianwiedmann julianwiedmann deleted the renovate/main-all-github-action branch May 23, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/community-contribution This was a contribution made by a community member. 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.

None yet

5 participants