chore(deps): update dependency kind to v0.25.0 #109

Merged
joao.dubas merged 1 commits from renovate/kind-0.x into main 2024-11-09 13:02:18 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
kind minor 0.24.0 -> 0.25.0

Release Notes

kubernetes-sigs/kind (kind)

v0.25.0

Compare Source

This release contains a number of small networking fixes and the latest Kubernetes releases. Happy KubeCon!

Breaking Changes

  • The default node image is now Kubernetes v1.31.2: kindest/node:v1.31.2@​sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e

New Features

  • Improved documentation for Ingress installation
  • Updated to latest go 1.22.x (1.22.9)

Images pre-built for this release:

  • v1.31.0: kindest/node:v1.31.2@​sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e
  • v1.30.6: kindest/node:v1.30.6@​sha256:b6d08db72079ba5ae1f4a88a09025c0a904af3b52387643c285442afb05ab994
  • v1.29.10: kindest/node:v1.29.10@​sha256:3b2d8c31753e6c8069d4fc4517264cd20e86fd36220671fb7d0a5855103aa84b
  • v1.28.15: kindest/node:v1.28.15@​sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
  • v1.27.16: kindest/node:v1.27.16@​sha256:2d21a61643eafc439905e18705b8186f3296384750a835ad7a005dceb9546d20
  • v1.26.15: kindest/node:v1.26.15@​sha256:c79602a44b4056d7e48dc20f7504350f1e87530fe953428b792def00bc1076dd

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

  • Updated kube-network-policies with a DNS fix for network policies
  • Fix conflict with developing kube-network-policies
  • Detect new docker ipv6 failure message and fallback to ipv4 only gracefully
  • Workaround podman no longer returning host IP for portmaps
  • Aggregate ipmasq sync errors in kindnetd

Contributors

Thank you to everyone who contributed to this release!

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

Thank you to everyone who contributed in any way.

A special thank you to @​neolit123 for all your help over the years, and stepping down when you no longer had the time.
Thank you!


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 PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kind](https://github.com/kubernetes-sigs/kind) | minor | `0.24.0` -> `0.25.0` | --- ### Release Notes <details> <summary>kubernetes-sigs/kind (kind)</summary> ### [`v0.25.0`](https://github.com/kubernetes-sigs/kind/releases/tag/v0.25.0) [Compare Source](https://github.com/kubernetes-sigs/kind/compare/v0.24.0...v0.25.0) This release contains a number of small networking fixes and the latest Kubernetes releases. Happy KubeCon! <h1 id="breaking-changes">Breaking Changes</h1> - The default node image is now Kubernetes v1.31.2: `kindest/node:v1.31.2@&#8203;sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e` <h1 id="new-features">New Features</h1> - Improved documentation for Ingress installation - Updated to latest go 1.22.x (1.22.9) Images pre-built for this release: - v1.31.0: `kindest/node:v1.31.2@&#8203;sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e` - v1.30.6: `kindest/node:v1.30.6@&#8203;sha256:b6d08db72079ba5ae1f4a88a09025c0a904af3b52387643c285442afb05ab994` - v1.29.10: `kindest/node:v1.29.10@&#8203;sha256:3b2d8c31753e6c8069d4fc4517264cd20e86fd36220671fb7d0a5855103aa84b` - v1.28.15: `kindest/node:v1.28.15@&#8203;sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251` - v1.27.16: `kindest/node:v1.27.16@&#8203;sha256:2d21a61643eafc439905e18705b8186f3296384750a835ad7a005dceb9546d20` - v1.26.15: `kindest/node:v1.26.15@&#8203;sha256:c79602a44b4056d7e48dc20f7504350f1e87530fe953428b792def00bc1076dd` **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 https://github.com/kubernetes-sigs/kind/issues/2718 <h1 id="fixes">Fixes</h1> - Updated kube-network-policies with a DNS fix for network policies - Fix conflict with developing kube-network-policies - Detect new docker ipv6 failure message and fallback to ipv4 only gracefully - Fixes github codespaces, however we recommend ensuring ip6tables works on your host or at least disabling ipv6 in the docker daemon settings then: https://docs.docker.com/engine/release-notes/27/#ipv6 - Workaround podman no longer returning host IP for portmaps - Aggregate ipmasq sync errors in kindnetd <h1 id="contributors">Contributors</h1> **Thank you to everyone who contributed to this release!** Users whose commits are in this release (alphabetically by user name) - [@&#8203;aojea](https://github.com/aojea) - [@&#8203;AkihiroSuda](https://github.com/AkihiroSuda) - [@&#8203;BenTheElder](https://github.com/BenTheElder) - [@&#8203;CharlieTLe](https://github.com/CharlieTLe) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - [@&#8203;elieser1101](https://github.com/elieser1101) - [@&#8203;k8s-ci-robot](https://github.com/k8s-ci-robot) - [@&#8203;khanhtc1202](https://github.com/khanhtc1202) - [@&#8203;kebe7jun](https://github.com/kebe7jun) - [@&#8203;neolit123](https://github.com/neolit123) - [@&#8203;network-charles](https://github.com/network-charles) - [@&#8203;richburroughs](https://github.com/richburroughs) - [@&#8203;stmcginnis](https://github.com/stmcginnis) - [@&#8203;sword-jin](https://github.com/sword-jin) Thank you to everyone who contributed in any way. A special thank you to [@&#8203;neolit123](https://github.com/neolit123) for all your help over the years, and stepping down when you no longer had the time. Thank you! </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 PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-11-08 20:54:29 +00:00
joao.dubas force-pushed renovate/kind-0.x from 4689ac9601 to ded76d6535 2024-11-09 13:01:37 +00:00 Compare
joao.dubas merged commit c2af1230e6 into main 2024-11-09 13:02:18 +00:00
joao.dubas deleted branch renovate/kind-0.x 2024-11-09 13:02:18 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joao.dubas/ide#109
No description provided.