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

build(deps): bump sigs.k8s.io/kind from 0.20.0 to 0.22.0 #1249

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2024

Bumps sigs.k8s.io/kind from 0.20.0 to 0.22.0.

Release notes

Sourced from sigs.k8s.io/kind's releases.

v0.22.0

This release is a quick follow-up to v0.21.0 with bug fixes including not overriding the host's binfmt_misc (a regression in v0.20.0, see: kubernetes-sigs/kind#3510).

  • The default node image is now Kubernetes 1.29.2: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245

If you haven't already, please see also v0.21.0 release notes given the short time between releases.

  • Remove exclude-from-external-load-balancers from single node clusters kubernetes-sigs/kind#3506
  • Support for building node images on hosts with proxies

Images pre-built for this release:

  • v1.29.2: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245
  • v1.29.1: kindest/node:v1.29.1@sha256:0c06baa545c3bb3fbd4828eb49b8b805f6788e18ce67bff34706ffa91866558b
  • v1.28.7: kindest/node:v1.28.7@sha256:9bc6c451a289cf96ad0bbaf33d416901de6fd632415b076ab05f5fa7e4f65c58
  • v1.28.6: kindest/node:v1.28.6@sha256:e9e59d321795595d0eed0de48ef9fbda50388dc8bd4a9b23fb9bd869f370ec7e
  • v1.27.11: kindest/node:v1.27.11@sha256:681253009e68069b8e01aad36a1e0fa8cf18bb0ab3e5c4069b2e65cafdd70843
  • v1.27.10: kindest/node:v1.27.10@sha256:e6b2f72f22a4de7b957cd5541e519a8bef3bae7261dd30c6df34cd9bdd3f8476
  • v1.26.14: kindest/node:v1.26.14@sha256:5d548739ddef37b9318c70cb977f57bf3e5015e4552be4e27e57280a8cbb8e4f
  • v1.26.13: kindest/node:v1.26.13@sha256:8cb4239d64ff897e0c21ad19fe1d68c3422d4f3c1c1a734b7ab9ccc76c549605
  • v1.25.16: kindest/node:v1.25.16@sha256:e8b50f8e06b44bb65a93678a65a26248fae585b3d3c2a669e5ca6c90c69dc519
  • v1.24.17: kindest/node:v1.24.17@sha256:bad10f9b98d54586cba05a7eaa1b61c6b90bfc4ee174fdc43a7b75ca75c95e51
  • v1.23.17: kindest/node:v1.23.17@sha256:14d0a9a892b943866d7e6be119a06871291c517d279aedb816a4b4bc0ec0a5b3

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 kubernetes-sigs/kind#2718

  • binfmt_misc no longer set by node images (regression in v0.20.0)
  • fix runc hooks when non-root / usernamespaces
  • Support multiple random extraPortMappings
  • Docs fixes for contour and WSL2

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

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sigs.k8s.io/kind](https://github.com/kubernetes-sigs/kind) from 0.20.0 to 0.22.0.
- [Release notes](https://github.com/kubernetes-sigs/kind/releases)
- [Commits](kubernetes-sigs/kind@v0.20.0...v0.22.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/kind
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 2, 2024
@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Apr 2, 2024
Copy link
Contributor

openshift-ci bot commented Apr 2, 2024

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a operator-framework member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@grokspawn
Copy link
Contributor

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Apr 2, 2024
Copy link
Contributor

@everettraven everettraven left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 2, 2024
Copy link
Contributor

openshift-ci bot commented Apr 2, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot], everettraven
Once this PR has been reviewed and has the lgtm label, please assign kevinrizza for approval. For more information see the Kubernetes Code Review Process.

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

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

@everettraven everettraven added this pull request to the merge queue Apr 2, 2024
@everettraven everettraven removed this pull request from the merge queue due to a manual request Apr 2, 2024
@everettraven everettraven added this pull request to the merge queue Apr 2, 2024
Merged via the queue into master with commit 5e780fe Apr 2, 2024
14 of 15 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/kind-0.22.0 branch April 2, 2024 14:24
renovate bot added a commit to registry-operator/registry-operator that referenced this pull request Apr 26, 2024
…try to v1.40.0 (#36)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/operator-framework/operator-registry](https://togithub.com/operator-framework/operator-registry)
| `v1.39.0` -> `v1.40.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2foperator-framework%2foperator-registry/v1.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2foperator-framework%2foperator-registry/v1.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2foperator-framework%2foperator-registry/v1.39.0/v1.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2foperator-framework%2foperator-registry/v1.39.0/v1.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>operator-framework/operator-registry
(github.com/operator-framework/operator-registry)</summary>

###
[`v1.40.0`](https://togithub.com/operator-framework/operator-registry/releases/tag/v1.40.0)

[Compare
Source](https://togithub.com/operator-framework/operator-registry/compare/v1.39.0...v1.40.0)

#### What's Changed

- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1250
- build(deps): bump sigs.k8s.io/kind from 0.20.0 to 0.22.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1249
- build(deps): bump github.com/containers/image/v5 from 5.29.0 to 5.30.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1253
- build(deps): bump github.com/containerd/containerd from 1.7.11 to
1.7.14 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1252
- build(deps): bump github.com/docker/cli from 25.0.5+incompatible to
26.0.0+incompatible by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1251
- build(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1254
- build(deps): bump github.com/joelanford/ignore from
0.0.0-20210607151042-0d25dc18b62d to 0.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1258
- build(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1257
- build(deps): bump github.com/containers/common from 0.57.1 to 0.58.1
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1256
- build(deps): bump github.com/grpc-ecosystem/grpc-health-probe from
0.4.24 to 0.4.25 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1255
- build(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1260
- build(deps): bump golang.org/x/mod from 0.16.0 to 0.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1261
- build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1262
- build(deps): bump golang.org/x/net from 0.22.0 to 0.24.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1263
- build(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1264
- build(deps): bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1266
- build(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1267
- build(deps): bump github.com/containerd/containerd from 1.7.14 to
1.7.15 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1265
- build(deps): bump github.com/docker/cli from 26.0.0+incompatible to
26.0.1+incompatible by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1268
- build(deps): bump github.com/containers/common from 0.58.1 to 0.58.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1269
- pkg/cache: set explicit mode to handle upcoming go1.22 defaulting in
fstest.MapFS by [@&#8203;joelanford](https://togithub.com/joelanford) in
[operator-framework/operator-registry#1279
- build(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[operator-framework/operator-registry#1280
- providing a constraint property constant for dependency consistency by
[@&#8203;grokspawn](https://togithub.com/grokspawn) in
[operator-framework/operator-registry#1282

**Full Changelog**:
operator-framework/operator-registry@v1.39.0...v1.40.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/registry-operator/registry-operator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcmVhL2RlcGVuZGVuY3kiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants