Skip to content

Commit 25646c3

Browse files
ECG Bottmeijn
ECG Bot
authored andcommitted
build(deps): update kubernetes-sigs/kind to v0.27.0
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-sigs/kind](https://github.com/kubernetes-sigs/kind) | minor | `v0.26.0` -> `v0.27.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>kubernetes-sigs/kind (kubernetes-sigs/kind)</summary> ### [`v0.27.0`](https://github.com/kubernetes-sigs/kind/releases/tag/v0.27.0) [Compare Source](kubernetes-sigs/kind@v0.26.0...v0.27.0) **This release moves kind to containerd 2.x** and contains fixes for nerdctl. It also moves Kubernetes to 1.32.2 by default. <h1 id="breaking-changes">Breaking Changes</h1> **WARNING**: kind v0.27.0+ will be required to use `kind load ...` subcommands with these new containerd 2.0+ images (built by kind v0.27+). For other use cases, the new images should still work with recent kind releases, but are not guaranteed. As always we *strongly* recommend consuming images by their `sha256` digest for security and reliability. kubernetes-sigs/kind#3853 Older images from recent releases should continue to work with kind v0.27.0+. **NOTE**: As [previously warned](https://github.com/kubernetes-sigs/kind/releases/tag/v0.20.0) containerd 2.x requires that you must be using `config_path` mode for containerd registry config. If you're using the [local registry script](https://kind.sigs.k8s.io/docs/user/local-registry/) at, or more recent than kubernetes-sigs/kind@791b3dc (kind v0.20.0 / May 22, 2023) then no changes should be necessary. The default node image is now `kindest/node:v1.32.2@&#8203;sha256:f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f` <h1 id="new-features">New Features</h1> - Updated to containerd 2.x - Updated default node image to Kubernetes 1.32.2 - Updated go to 1.23.6 Images pre-built for this release: - v1.32.2: `kindest/node:v1.32.2@&#8203;sha256:f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f` - v1.31.6: `kindest/node:v1.30.6@&#8203;sha256:28b7cbb993dfe093c76641a0c95807637213c9109b761f1d422c2400e22b8e87` - v1.30.10: `kindest/node:v1.30.10@&#8203;sha256:4de75d0e82481ea846c0ed1de86328d821c1e6a6a91ac37bf804e5313670e507` - v1.29.14: `kindest/node:v1.29.14@&#8203;sha256:8703bd94ee24e51b778d5556ae310c6c0fa67d761fae6379c8e0bb480e6fea29` **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: - https://kind.sigs.k8s.io/docs/user/quick-start/#creating-a-cluster - https://kind.sigs.k8s.io/docs/user/quick-start/#building-images 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 kubernetes-sigs/kind#2718 <h1 id="fixes">Fixes</h1> - Compatibility fixes for containerd 2.x - Fix `kind get clusters` with nerdctl - Statically link CNI binaries to match upstream - Fix no-arguments validation for multiple subcommands - Update shellescape dependency to current vanity import - When building node images: wait for containerd to be ready, and retry image pulls <h1 id="contributors">Contributors</h1> **Thank you to everyone who contributed to this kind over the years!** Committers for this release: - [@&#8203;AkihiroSuda](https://github.com/AkihiroSuda) - [@&#8203;BenTheElder](https://github.com/BenTheElder) - [@&#8203;bobsongplus](https://github.com/bobsongplus) - [@&#8203;dependeabot](https://github.com/dependeabot)\[bot] - [@&#8203;dims](https://github.com/dims) - [@&#8203;k8s-ci-robot](https://github.com/k8s-ci-robot) - [@&#8203;kachick](https://github.com/kachick) - [@&#8203;stmcginnis](https://github.com/stmcginnis) - [@&#8203;tao12345666333](https://github.com/tao12345666333) - [@&#8203;yashvardhan-kukreja](https://github.com/yashvardhan-kukreja) </details> --- ### Configuration 📅 **Schedule**: 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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzEuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
1 parent 865d20f commit 25646c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chezmoi/dot_config/aquaproj-aqua/aqua.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ packages:
7070
- name: kubernetes/kubectl@v1.32.2
7171
description: The kubectl command line tool lets you control Kubernetes clusters
7272
link: https://kubernetes.io/docs/reference/kubectl/
73-
- name: kubernetes-sigs/kind@v0.26.0
73+
- name: kubernetes-sigs/kind@v0.27.0
7474
description: Kubernetes IN Docker - local clusters for testing Kubernetes
7575
link: https://github.com/kubernetes-sigs/kind
7676
- name: helm/helm@v3.17.1

0 commit comments

Comments
 (0)