Skip to content

Commit

Permalink
fix(deps): bump sigs.k8s.io/kind from 0.25.0 to 0.26.0 in the k8s-dep…
Browse files Browse the repository at this point in the history
…endencies group (#131)

Bumps the k8s-dependencies group with 1 update:
[sigs.k8s.io/kind](https://github.com/kubernetes-sigs/kind).

Updates `sigs.k8s.io/kind` from 0.25.0 to 0.26.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-sigs/kind/releases">sigs.k8s.io/kind's
releases</a>.</em></p>
<blockquote>
<h2>v0.26.0</h2>
<p>This release brings Kubernetes v1.32.0 to kind by default and fixes
<code>kind build node-image</code> for building for Kubernetes releases
&lt;v1.31.0 when not building Kubernetes from source (e.g. <code>kind
build node-image v1.30.0</code>).</p>
<!-- raw HTML omitted -->
<ul>
<li>Removed two deprecated flags that had been printing usage warnings
for many releases.
<ul>
<li>Removed long-deprecated <code>--kube-root</code> flag from
<code>kind build node-image</code>, use <code>--type=source</code> and
pass the path as an argument instead.
<ul>
<li>Docs: <a
href="https://kind.sigs.k8s.io/docs/user/quick-start/#building-images">https://kind.sigs.k8s.io/docs/user/quick-start/#building-images</a></li>
</ul>
</li>
<li>Removed long-deprecated <code>--loglevel</code> flag, use
<code>-v</code> / <code>--verbosity</code> instead (see <code>kind
help</code>)</li>
</ul>
</li>
<li>The default node image is now Kubernetes v1.32.0:
<code>kindest/node:v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027</code></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Updated to go 1.23.4</li>
<li>Updated node image dependencies to latest
<ul>
<li>NOTE: you should only be depending on node images to allow kind to
create Kubernetes nodes at a given Kubernetes version. The contents of
these images are subject to change. However, we have brought everything
up to the latest releases which may contain bug fixes.</li>
</ul>
</li>
<li>Updated local-path-provisioner to v0.30.0</li>
<li>Refreshed Ingres docs to use <a
href="https://sigs.k8s.io/cloud-provider-kind">https://sigs.k8s.io/cloud-provider-kind</a></li>
</ul>
<p>Images pre-built for this release:</p>
<ul>
<li>v1.32.0:
<code>kindest/node:v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027</code></li>
<li>v1.31.4:
<code>kindest/node:v1.31.4@sha256:2cb39f7295fe7eafee0842b1052a599a4fb0f8bcf3f83d96c7f4864c357c6c30</code></li>
<li>v1.30.8:
<code>kindest/node:v1.30.8@sha256:17cd608b3971338d9180b00776cb766c50d0a0b6b904ab4ff52fd3fc5c6369bf</code></li>
<li>v1.29.12:
<code>kindest/node:v1.29.12@sha256:62c0672ba99a4afd7396512848d6fc382906b8f33349ae68fb1dbfe549f70dec</code></li>
</ul>
<p><strong>NOTE</strong>: You <em>must</em> use the <code>@sha256</code>
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.</p>
<p>See also:</p>
<ul>
<li><a
href="https://kind.sigs.k8s.io/docs/user/quick-start/#creating-a-cluster">https://kind.sigs.k8s.io/docs/user/quick-start/#creating-a-cluster</a></li>
<li><a
href="https://kind.sigs.k8s.io/docs/user/quick-start/#building-images">https://kind.sigs.k8s.io/docs/user/quick-start/#building-images</a></li>
</ul>
<p>NOTE: These node images support amd64 and arm64, both of our
supported platforms. <strong>You must use the same platform as your
host,</strong> for more context see <a
href="https://redirect.github.com/kubernetes-sigs/kind/issues/2718">kubernetes-sigs/kind#2718</a></p>
<!-- raw HTML omitted -->
<ul>
<li>Fixed <code>kind build node-image --type=url</code> and <code>kind
build node-image --type=release</code> where Kubernetes version is less
than <code>v1.31.0</code>
<ul>
<li>E.G. <code>kind build node-image v1.30.0</code> and <code>kind build
node-image
https://dl.k8s.io/v1.30.0/kubernetes-server-linux-arm64.tar.gz</code></li>
<li>This fix will only work for standard release tags (and not
pre-releases etc), for those continue to use
<code>--type=source</code>.</li>
<li>v1.31.0+ will work with all build types for all versions</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
<p><strong>Thank you to everyone who contributed to this kind over the
years!</strong></p>
<p>Commiters for this release:</p>
<ul>
<li><a href="https://github.com/aojea"><code>@​aojea</code></a></li>
<li><a
href="https://github.com/BenTheElder"><code>@​BenTheElder</code></a></li>
<li><a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/kind/commit/c5f516c8b2c4927232074381c980467e393cf965"><code>c5f516c</code></a>
version v0.26.0</li>
<li><a
href="https://github.com/kubernetes-sigs/kind/commit/efc4f2c91c94105f256a445f063884250df3d3ee"><code>efc4f2c</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/kind/issues/3826">#3826</a>
from kubernetes-sigs/dependabot/github_actions/actio...</li>
<li><a
href="https://github.com/kubernetes-sigs/kind/commit/3ea2581d76d26f617d604fbd1bfead1a79ed796d"><code>3ea2581</code></a>
Bump actions/setup-go from 5.1.0 to 5.2.0 in the actions group</li>
<li><a
href="https://github.com/kubernetes-sigs/kind/commit/771fb17acbc341969f20c2b01d30906506539859"><code>771fb17</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/kind/issues/3825">#3825</a>
from BenTheElder/push-node-from-upstream</li>
<li><a
href="https://github.com/kubernetes-sigs/kind/commit/e6f5b41d3d1b1e3d507b24b545078224068710d6"><code>e6f5b41</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/kind/issues/3824">#3824</a>
from BenTheElder/132</li>
<li><a
href="https://github.com/kubernetes-sigs/kind/commit/128683bb77afa632a1c1aacfc04051bdc9a8ca7d"><code>128683b</code></a>
add new push-node.sh that uses pre-compiled upstream releases</li>
<li><a
href="https://github.com/kubernetes-sigs/kind/commit/ae8dcec300a8bf5a306eff453c86138a84fa3e14"><code>ae8dcec</code></a>
update default node image to 1.32 with upgraded containerd etc</li>
<li><a
href="https://github.com/kubernetes-sigs/kind/commit/e7cf72980d4a189f3d564929270b7c8415dd56cb"><code>e7cf729</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/kind/issues/3819">#3819</a>
from BenTheElder/new-storage</li>
<li><a
href="https://github.com/kubernetes-sigs/kind/commit/0dea9ca6a18813ea4417680d8124195efe5ab5be"><code>0dea9ca</code></a>
upgrade local path images to latest</li>
<li><a
href="https://github.com/kubernetes-sigs/kind/commit/a87bbd8c9ecce62ef9c992d997d008576ba9212d"><code>a87bbd8</code></a>
update local-path-provisioner with changes from v0.0.24 to v0.30.0 in
usptrea...</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/kind/compare/v0.25.0...v0.26.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/kind&package-manager=go_modules&previous-version=0.25.0&new-version=0.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent c93e394 commit 4281b78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/tilt-dev/ctlptl v0.8.36
golang.stackrox.io/kube-linter v0.7.1
helm.sh/helm/v3 v3.16.3
sigs.k8s.io/kind v0.25.0
sigs.k8s.io/kind v0.26.0
)

require (
Expand Down
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2026,7 +2026,6 @@ google.golang.org/grpc v1.50.1/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCD
google.golang.org/grpc v1.69.0 h1:quSiOM1GJPmPH5XtU+BCoVXcDVJJAzNcoyfC2cCjGkI=
google.golang.org/grpc v1.69.0/go.mod h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4=
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw=
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a h1:UIpYSuWdWHSzjwcAFRLjKcPXFZVVLXGEM23W+NWqipw=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
Expand Down Expand Up @@ -2154,8 +2153,8 @@ sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8b
sigs.k8s.io/controller-runtime v0.19.3/go.mod h1:j4j87DqtsThvwTv5/Tc5NFRyyF/RF0ip4+62tbTSIUM=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
sigs.k8s.io/kind v0.25.0 h1:ugUvgesHKKA0yKmD6QtYTiEev+kPUpGxdTPbMGf8VTU=
sigs.k8s.io/kind v0.25.0/go.mod h1:t7ueEpzPYJvHA8aeLtI52rtFftNgUYUaCwvxjk7phfw=
sigs.k8s.io/kind v0.26.0 h1:8fS6I0Q5WGlmLprSpH0DarlOSdcsv0txnwc93J2BP7M=
sigs.k8s.io/kind v0.26.0/go.mod h1:t7ueEpzPYJvHA8aeLtI52rtFftNgUYUaCwvxjk7phfw=
sigs.k8s.io/kubectl-validate v0.0.5-0.20240827210056-ce13d95db263 h1:ju7xWt2VnWuZPh0ffWJtsC40ki1BW/pLy6DZRyoEB30=
sigs.k8s.io/kubectl-validate v0.0.5-0.20240827210056-ce13d95db263/go.mod h1:ex3aZREdgXoEH7+v6azT7Xm0J9rpWIDr1micQCzdomY=
sigs.k8s.io/kustomize v2.0.3+incompatible/go.mod h1:MkjgH3RdOWrievjo6c9T245dYlB5QeXV4WCbnt/PEpU=
Expand Down

0 comments on commit 4281b78

Please sign in to comment.