Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump the go group with 11 updates (#1190)
Bumps the go group with 11 updates: | Package | From | To | | --- | --- | --- | | [github.com/docker/cli](https://github.com/docker/cli) | `27.3.1+incompatible` | `27.4.0+incompatible` | | [github.com/docker/docker](https://github.com/docker/docker) | `27.3.1+incompatible` | `27.4.0+incompatible` | | [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.41.1` | `0.43.0` | | [github.com/mittwald/go-helm-client](https://github.com/mittwald/go-helm-client) | `0.12.14` | `0.12.15` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.36.0` | `1.36.1` | | [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) | `1.8.10` | `1.8.11` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.31.3` | `0.32.0` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.31.3` | `0.32.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.31.3` | `0.32.0` | | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.31.3` | `0.32.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.3` | `0.32.0` | Updates `github.com/docker/cli` from 27.3.1+incompatible to 27.4.0+incompatible <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/cli/commit/bde2b893136c1c7a2894386e4f8743089c89b041"><code>bde2b89</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/5669">#5669</a> from thaJeztah/27.x_update_go_1.22.10</li> <li><a href="https://github.com/docker/cli/commit/3284a80b05ea0e25b33cfd8ed383ee105d18a5bd"><code>3284a80</code></a> update to go1.22.10</li> <li><a href="https://github.com/docker/cli/commit/b7064a2758af468fdc4095e980d2f4bfc75770ce"><code>b7064a2</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/5661">#5661</a> from thaJeztah/27.x_backport_remove_repoinfo_class</li> <li><a href="https://github.com/docker/cli/commit/67b6fe0b55463e1a351b32c2b1396616ecd9e1d7"><code>67b6fe0</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/5649">#5649</a> from thaJeztah/27.x_update_engine</li> <li><a href="https://github.com/docker/cli/commit/5a0508ccc80a39e643379837e83433f6e89ccfa4"><code>5a0508c</code></a> cli/trust: GetNotaryRepository: remove uses of RepositoryInfo.Class</li> <li><a href="https://github.com/docker/cli/commit/9348385006328bd9a9655cdee88f1d82dbe45aef"><code>9348385</code></a> vendor: github.com/docker/docker v27.4.0-rc.3</li> <li><a href="https://github.com/docker/cli/commit/9ea09fd3642271a6690b4c402cc3d4a9818a686f"><code>9ea09fd</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/5652">#5652</a> from vvoland/5651-27.x</li> <li><a href="https://github.com/docker/cli/commit/0c9e0b43cec4648ebe722954900a280858aad48c"><code>0c9e0b4</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/5658">#5658</a> from thaJeztah/27.x_backport_docs-fix-screwy-dockerd...</li> <li><a href="https://github.com/docker/cli/commit/f4fec76472d8e5ea4aa5cd0fd924b032ce1a9205"><code>f4fec76</code></a> docs: fix janky rendering of toc on docs.docker.com</li> <li><a href="https://github.com/docker/cli/commit/6fd48251ce3a63a32d1196a5e3a496cda0326289"><code>6fd4825</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/5654">#5654</a> from Benehiko/fix-run-ctx-27.x</li> <li>Additional commits viewable in <a href="https://github.com/docker/cli/compare/v27.3.1...v27.4.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/docker/docker` from 27.3.1+incompatible to 27.4.0+incompatible <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/docker/releases">github.com/docker/docker's releases</a>.</em></p> <blockquote> <h2>v27.4.0</h2> <h2>27.4.0</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A27.4.0">docker/cli, 27.4.0 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.4.0">moby/moby, 27.4.0 milestone</a></li> </ul> <h3>API</h3> <ul> <li><code>GET /images/json</code> with the <code>manifests</code> option enabled now preserves the original order in which manifests appeared in the manifest-index. <a href="https://redirect.github.com/moby/moby/pull/48712">moby/moby#48712</a></li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>When reading logs with the <code>jsonfile</code> or <code>local</code> log drivers, any errors while trying to read or parse underlying log files will cause the rest of the file to be skipped and move to the next log file (if one exists) rather than returning an error to the client and closing the stream. The errors are viewable in the Docker Daemon logs and exported to traces when tracing is configured. <a href="https://redirect.github.com/moby/moby/pull/48842">moby/moby#48842</a></li> <li>When reading log files, compressed log files are now only decompressed when needed rather than decompressing all files before starting the log stream. <a href="https://redirect.github.com/moby/moby/pull/48842">moby/moby#48842</a></li> <li>Fix an issue that meant published ports from one container on a bridge network were not accessible from another container on the same network with <code>userland-proxy</code> disabled, if the kernel's <code>br_netfilter</code> module was not loaded and enabled. The daemon will now attempt to load the module and enable <code>bridge-nf-call-iptables</code> or <code>bridge-nf-call-ip6tables</code> when creating a network with the userland proxy disabled. <a href="https://redirect.github.com/moby/moby/pull/48685">moby/moby#48685</a></li> <li>Fix loading of <code>bridge</code> and <code>br_netfilter</code> kernel modules. <a href="https://redirect.github.com/moby/moby/pull/48966">moby/moby#48966</a></li> <li>containerd image store: Fix Docker daemon failing to fully start with a "context deadline exceeded error" with containerd snapshotter and many builds/images. <a href="https://redirect.github.com/moby/moby/pull/48954">moby/moby#48954</a></li> <li>containerd image-store: Fix partially pulled images not being garbage-collected. <a href="https://redirect.github.com/moby/moby/pull/48910">moby#48910</a>, <a href="https://redirect.github.com/moby/moby/pull/48957">moby/moby#48957</a></li> <li>containerd image store: Fix <code>docker image inspect</code> outputting duplicate references in <code>RepoDigests</code>. <a href="https://redirect.github.com/moby/moby/pull/48785">moby/moby#48785</a></li> <li>containerd image store: Fix not being able to connect to some insecure registries in cases where the HTTPS request failed due to a non-TLS related error. <a href="https://redirect.github.com/moby/moby/pull/48758">moby/moby#48758</a></li> <li>containerd image store: Remove a confusing warning log when tagging a non-dangling image. <a href="https://redirect.github.com/moby/moby/pull/49010">moby/moby#49010</a></li> <li>dockerd-rootless-setuptool.sh: let --force ignore smoke test errors <a href="https://redirect.github.com/moby/moby/pull/48695">moby/moby#48695</a></li> <li>Disable IPv6 Duplicate Address Detection (DAD) for addresses assigned to the bridges belonging to bridge networks. <a href="https://redirect.github.com/moby/moby/pull/48684">moby/moby#48684</a></li> <li>Remove BuildKit init timeout. <a href="https://redirect.github.com/moby/moby/pull/48963">moby/moby#48963</a></li> <li>Ignore "dataset does not exist" error when removing dataset on ZFS. <a href="https://redirect.github.com/moby/moby/pull/48968">moby/moby#48968</a></li> <li>Client: Prevent idle connections leaking FDs. <a href="https://redirect.github.com/moby/moby/pull/48764">moby/moby#48764</a></li> <li>Fix anonymous volumes being created through the <code>--mount</code> option not being marked as anonymous. <a href="https://redirect.github.com/moby/moby/pull/48755">moby/moby#48755</a></li> <li>After a daemon restart with live-restore, ensure an iptables jump to the <code>DOCKER-USER</code> chain is placed before other rules. <a href="https://redirect.github.com/moby/moby/pull/48714">moby/moby#48714</a></li> <li>Fix a possible memory leak caused by OTel meters. <a href="https://redirect.github.com/moby/moby/pull/48693">moby/moby#48693</a></li> <li>Create distinct build history db for each store. <a href="https://redirect.github.com/moby/moby/pull/48688">moby/moby#48688</a></li> <li>Fix an issue that caused excessive memory usage when DNS resolution was made in a tight loop. <a href="https://redirect.github.com/moby/moby/pull/48840">moby/moby#48840</a></li> <li>containerd image store: Do not underline names in <code>docker image ls --tree</code>. <a href="https://redirect.github.com/docker/cli/pull/5519">docker/cli#5519</a></li> <li>containerd image store: Change name of <code>USED</code> column in <code>docker image ls --tree</code> to <code>IN USE</code>. <a href="https://redirect.github.com/docker/cli/pull/5518">docker/cli#5518</a></li> <li>Fix a bug preventing image pulls from being cancelled during <code>docker run</code>. <a href="https://redirect.github.com/docker/cli/pull/5654">docker/cli#5654</a></li> <li>Port some completions from the bash completion to the new cobra based completion. <a href="https://redirect.github.com/docker/cli/pull/5618">docker/cli#5618</a></li> <li>The <code>docker login</code> and <code>docker logout</code> command no longer update the configuration file if the credentials didn't change. <a href="https://redirect.github.com/docker/cli/pull/5569">docker/cli#5569</a></li> <li>Optimise <code>docker stats</code> to reduce flickering issues. <a href="https://redirect.github.com/docker/cli/pull/5588">docker/cli#5588</a>, <a href="https://redirect.github.com/docker/cli/pull/5635">docker/cli#5635</a></li> <li>Fix inaccessible plugins paths preventing plugins from being detected. <a href="https://redirect.github.com/docker/cli/pull/5652">docker/cli#5652</a></li> <li>Add support for <code>events --filter</code> in cobra generated shell completions. <a href="https://redirect.github.com/docker/cli/pull/5614">docker/cli#5614</a></li> <li>Fix bash completion for <code>events --filter daemon=</code>. <a href="https://redirect.github.com/docker/cli/pull/5563">docker/cli#5563</a></li> <li>Improve shell-completion of containers for <code>docker rm</code>. <a href="https://redirect.github.com/docker/cli/pull/5540">docker/cli#5540</a></li> <li>Add shell-completion for <code>--platform</code> flags. <a href="https://redirect.github.com/docker/cli/pull/5540">docker/cli#5540</a></li> <li>rootless: Make <code>/etc/cdi</code> and <code>/var/run/cdi</code> accessible by the Container Device Interface (CDI) integration. <a href="https://redirect.github.com/moby/moby/pull/49027">moby/moby#49027</a></li> </ul> <h3>Removed</h3> <ul> <li>Deprecate <code>Daemon.Exists()</code> and <code>Daemon.IsPaused()</code>. These functions are no longer used and will be removed in the next release. <a href="https://redirect.github.com/moby/moby/pull/48719">moby/moby#48719</a></li> <li>Deprecate <code>container.ErrNameReserved</code> and <code>container.ErrNameNotReserved</code>. <a href="https://redirect.github.com/moby/moby/pull/48697">moby/moby#48697</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/moby/commit/92a83937d0280dcbea92099b01e01aa4251c1777"><code>92a8393</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/49027">#49027</a> from thaJeztah/27.x_backport_cdi-rootless</li> <li><a href="https://github.com/moby/moby/commit/9163aa379a8212c08c14aeff45a25131faa3d47b"><code>9163aa3</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/49026">#49026</a> from thaJeztah/27.x_update_go_1.22.10</li> <li><a href="https://github.com/moby/moby/commit/4775621ab6ab5adb94450d8edfa7f85c790070f7"><code>4775621</code></a> Dockerd rootless: make {/etc,/var/run}/cdi available</li> <li><a href="https://github.com/moby/moby/commit/0176f4a5c3b354fa2c7aa76f1249c1ef93d2d8a1"><code>0176f4a</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/49024">#49024</a> from thaJeztah/27.x_vendor_buildkit_0.17.3</li> <li><a href="https://github.com/moby/moby/commit/0e34b3956b6e95324d67517305a3376d36896490"><code>0e34b39</code></a> update to go1.22.10</li> <li><a href="https://github.com/moby/moby/commit/7919b806e7654c999656ff2288fed76542b2707e"><code>7919b80</code></a> [27.x] vendor: github.com/moby/buildkit v0.17.3</li> <li><a href="https://github.com/moby/moby/commit/a92d4c5a575722f61bfe6f659360a17fb6a53f0d"><code>a92d4c5</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/49013">#49013</a> from vvoland/49006-27.x</li> <li><a href="https://github.com/moby/moby/commit/1cc127466dcb3ad693b5285ff13ba3e24163277f"><code>1cc1274</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/49010">#49010</a> from vvoland/49009-27.x</li> <li><a href="https://github.com/moby/moby/commit/525b929947e8cf02246ab53915d1ea89936a2181"><code>525b929</code></a> registry: deprecate RepositoryInfo.Class</li> <li><a href="https://github.com/moby/moby/commit/d6d43b29126043b479ff967f20259a5491d58f0f"><code>d6d43b2</code></a> c8d/tag: Don't log a warning if the source image is not dangling</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v27.3.1...v27.4.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/ssa` from 0.41.1 to 0.43.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/42918b3976feb09d656545044ed34ad3e0193ed1"><code>42918b3</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/843">#843</a> from fluxcd/deps-int-k8s-1.32</li> <li><a href="https://github.com/fluxcd/pkg/commit/ad9c74a416318e04e15b8fa40372dcd25205fb5e"><code>ad9c74a</code></a> Update internal dependencies</li> <li><a href="https://github.com/fluxcd/pkg/commit/b9b6a10fda5575d9377124b7f343f5866d9a9108"><code>b9b6a10</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/842">#842</a> from fluxcd/k8s-1.32.0</li> <li><a href="https://github.com/fluxcd/pkg/commit/7b6cd90dbf98a6fbc6e44508c411c1c4404e3a9f"><code>7b6cd90</code></a> Update dependencies to Kubernetes 1.32.0 and Go 1.23.0</li> <li><a href="https://github.com/fluxcd/pkg/commit/b9c338a680780c06b6ab87e6cdccddbb8c4ef821"><code>b9c338a</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/841">#841</a> from fluxcd/load-vars</li> <li><a href="https://github.com/fluxcd/pkg/commit/cf1915ea856836e21edc9fb93c3101beb35da0e1"><code>cf1915e</code></a> Make the variables loading function public</li> <li><a href="https://github.com/fluxcd/pkg/commit/84013d416188151ecd4a62df438f82b3a2c54beb"><code>84013d4</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/839">#839</a> from fluxcd/workflow-tf-setup</li> <li><a href="https://github.com/fluxcd/pkg/commit/b91dc119d64a30612f303ed7a156f96895a89346"><code>b91dc11</code></a> workflows: Use setup-terraform install latest</li> <li><a href="https://github.com/fluxcd/pkg/commit/5bf9095331052934ae6b4585b8632c0e5b0a2106"><code>5bf9095</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/838">#838</a> from fluxcd/meta-v1.8.0</li> <li><a href="https://github.com/fluxcd/pkg/commit/05a2b81d09ac70e1c1400ed53d86ce894e187d67"><code>05a2b81</code></a> Update apis/meta version in chartutil and runtime</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/oci/v0.41.1...oci/v0.43.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/mittwald/go-helm-client` from 0.12.14 to 0.12.15 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mittwald/go-helm-client/releases">github.com/mittwald/go-helm-client's releases</a>.</em></p> <blockquote> <h2>v0.12.15</h2> <h2>What's Changed</h2> <ul> <li>bump helm and gomock deps to the latest releases by <a href="https://github.com/tariq1890"><code>@tariq1890</code></a> in <a href="https://redirect.github.com/mittwald/go-helm-client/pull/220">mittwald/go-helm-client#220</a></li> <li>Update client.go by <a href="https://github.com/pberton"><code>@pberton</code></a> in <a href="https://redirect.github.com/mittwald/go-helm-client/pull/221">mittwald/go-helm-client#221</a></li> <li>Show in docs the ChartSpec.Timeout by <a href="https://github.com/fmontorsi-equinix"><code>@fmontorsi-equinix</code></a> in <a href="https://redirect.github.com/mittwald/go-helm-client/pull/223">mittwald/go-helm-client#223</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pberton"><code>@pberton</code></a> made their first contribution in <a href="https://redirect.github.com/mittwald/go-helm-client/pull/221">mittwald/go-helm-client#221</a></li> <li><a href="https://github.com/fmontorsi-equinix"><code>@fmontorsi-equinix</code></a> made their first contribution in <a href="https://redirect.github.com/mittwald/go-helm-client/pull/223">mittwald/go-helm-client#223</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mittwald/go-helm-client/compare/v0.12.14...v0.12.15">https://github.com/mittwald/go-helm-client/compare/v0.12.14...v0.12.15</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mittwald/go-helm-client/commit/7b0ba5478df9a5eb734548bc37a22d422a359d96"><code>7b0ba54</code></a> Merge pull request <a href="https://redirect.github.com/mittwald/go-helm-client/issues/223">#223</a> from fmontorsi-equinix/patch-1</li> <li><a href="https://github.com/mittwald/go-helm-client/commit/bf69d23c12648beb1ec4cbcf47c16598213ffe85"><code>bf69d23</code></a> Merge branch 'master' into patch-1</li> <li><a href="https://github.com/mittwald/go-helm-client/commit/ff2969fa5928463f9540c5dc8c62325e99317898"><code>ff2969f</code></a> Update client_test.go</li> <li><a href="https://github.com/mittwald/go-helm-client/commit/08a142e8592099a2a51956ae6d8ebc80f0148b95"><code>08a142e</code></a> Merge pull request <a href="https://redirect.github.com/mittwald/go-helm-client/issues/221">#221</a> from pberton/patch-1</li> <li><a href="https://github.com/mittwald/go-helm-client/commit/4b9c72c1269b1e241ec331b105a5573377baeb75"><code>4b9c72c</code></a> Merge branch 'master' into patch-1</li> <li><a href="https://github.com/mittwald/go-helm-client/commit/c71ccfd6ae7d134237eee9431f9cb19c3d2b9378"><code>c71ccfd</code></a> Merge pull request <a href="https://redirect.github.com/mittwald/go-helm-client/issues/220">#220</a> from tariq1890/bump-helm-gomock</li> <li><a href="https://github.com/mittwald/go-helm-client/commit/5e61ccb2cbd3c8f733ad88ea047e47b226923f79"><code>5e61ccb</code></a> Show in docs the ChartSpec.Timeout</li> <li><a href="https://github.com/mittwald/go-helm-client/commit/3cc53a9fbf31f573f93f2daaf63479f2024a96f7"><code>3cc53a9</code></a> Update client.go</li> <li><a href="https://github.com/mittwald/go-helm-client/commit/1d8c4fc938fd55f4f933d09b97263cfe2ade6cf3"><code>1d8c4fc</code></a> bump helm and gomock deps to the latest releases</li> <li>See full diff in <a href="https://github.com/mittwald/go-helm-client/compare/v0.12.14...v0.12.15">compare view</a></li> </ul> </details> <br /> Updates `github.com/onsi/gomega` from 1.36.0 to 1.36.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's releases</a>.</em></p> <blockquote> <h2>v1.36.1</h2> <h2>1.36.1</h2> <h3>Fixes</h3> <ul> <li>Fix <a href="https://redirect.github.com/onsi/gomega/issues/803">onsi/gomega#803</a> [1c6c112]</li> <li>resolves <a href="https://redirect.github.com/onsi/gomega/issues/696">onsi/gomega#696</a>: make HaveField great on pointer receivers given only a non-addressable value [4feb9d7]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's changelog</a>.</em></p> <blockquote> <h2>1.36.1</h2> <h3>Fixes</h3> <ul> <li>Fix <a href="https://redirect.github.com/onsi/gomega/issues/803">onsi/gomega#803</a> [1c6c112]</li> <li>resolves <a href="https://redirect.github.com/onsi/gomega/issues/696">onsi/gomega#696</a>: make HaveField great on pointer receivers given only a non-addressable value [4feb9d7]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/gomega/commit/8bc0a2a81197233e000b72f1908e866b515f3496"><code>8bc0a2a</code></a> v1.36.1</li> <li><a href="https://github.com/onsi/gomega/commit/1c6c11212c7e78223a8bd6ab6bb10ff5cb584bc9"><code>1c6c112</code></a> Fix <a href="https://redirect.github.com/onsi/gomega/issues/803">onsi/gomega#803</a></li> <li><a href="https://github.com/onsi/gomega/commit/4feb9d70c3e46e4f41899e2873ce92f0991d4c74"><code>4feb9d7</code></a> resolves <a href="https://redirect.github.com/onsi/gomega/issues/696">onsi/gomega#696</a>: make HaveField great on pointer receivers given onl...</li> <li>See full diff in <a href="https://github.com/onsi/gomega/compare/v1.36.0...v1.36.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/sigstore/sigstore` from 1.8.10 to 1.8.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sigstore/sigstore/releases">github.com/sigstore/sigstore's releases</a>.</em></p> <blockquote> <h2>v1.8.11</h2> <h2>What's Changed</h2> <ul> <li>several dependabot updates</li> <li>Replace custom auth code with <code>azidentity.NewDefaultCredential</code> for Azure KMS client by <a href="https://github.com/malancas"><code>@malancas</code></a> in <a href="https://redirect.github.com/sigstore/sigstore/pull/1888">sigstore/sigstore#1888</a></li> <li>fix: set go module directive to 1.22.0 by <a href="https://github.com/dnwe"><code>@dnwe</code></a> in <a href="https://redirect.github.com/sigstore/sigstore/pull/1878">sigstore/sigstore#1878</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dnwe"><code>@dnwe</code></a> made their first contribution in <a href="https://redirect.github.com/sigstore/sigstore/pull/1878">sigstore/sigstore#1878</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sigstore/sigstore/compare/v1.8.10...v1.8.11">https://github.com/sigstore/sigstore/compare/v1.8.10...v1.8.11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sigstore/sigstore/commit/185deaa2f5438a6e8ba828f625fee29724e3895c"><code>185deaa</code></a> build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (<a href="https://redirect.github.com/sigstore/sigstore/issues/1903">#1903</a>)</li> <li><a href="https://github.com/sigstore/sigstore/commit/7df71a7c913aa9f9fce2beb175bc36ed96ceee56"><code>7df71a7</code></a> build(deps): Bump cloud.google.com/go/kms (<a href="https://redirect.github.com/sigstore/sigstore/issues/1902">#1902</a>)</li> <li><a href="https://github.com/sigstore/sigstore/commit/f5270c42409d51d134b379af63c5063bc76981fe"><code>f5270c4</code></a> build(deps): Bump golang.org/x/crypto in /pkg/signature/kms/azure (<a href="https://redirect.github.com/sigstore/sigstore/issues/1905">#1905</a>)</li> <li><a href="https://github.com/sigstore/sigstore/commit/9bd204918fcfe7a13f633e33ccf27dd4cc5c5fc2"><code>9bd2049</code></a> build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (<a href="https://redirect.github.com/sigstore/sigstore/issues/1906">#1906</a>)</li> <li><a href="https://github.com/sigstore/sigstore/commit/4e58ea1c70dbf8524a827228abc634c061cf9fd8"><code>4e58ea1</code></a> build(deps): Bump actions/cache from 4.1.2 to 4.2.0 in the all group (<a href="https://redirect.github.com/sigstore/sigstore/issues/1907">#1907</a>)</li> <li><a href="https://github.com/sigstore/sigstore/commit/7addd3b5d4f8af409093cc853f1fff5ce868b903"><code>7addd3b</code></a> build(deps): Bump localstack/localstack in /test/e2e in the all group (<a href="https://redirect.github.com/sigstore/sigstore/issues/1899">#1899</a>)</li> <li><a href="https://github.com/sigstore/sigstore/commit/cbdd1394652134f7090c7e505c568b4334669116"><code>cbdd139</code></a> build(deps): Bump the gomod group across 1 directory with 3 updates (<a href="https://redirect.github.com/sigstore/sigstore/issues/1900">#1900</a>)</li> <li><a href="https://github.com/sigstore/sigstore/commit/8041744654c92ee7fb4cbae516ea6bc9cb097fea"><code>8041744</code></a> build(deps): Bump github.com/stretchr/testify in /pkg/signature/kms/aws (<a href="https://redirect.github.com/sigstore/sigstore/issues/1893">#1893</a>)</li> <li><a href="https://github.com/sigstore/sigstore/commit/d66b91af4369a25b23b7e68b891c40af88a3b573"><code>d66b91a</code></a> build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (<a href="https://redirect.github.com/sigstore/sigstore/issues/1894">#1894</a>)</li> <li><a href="https://github.com/sigstore/sigstore/commit/fa4a76d91fc401ddf46377efa1960b9cc2e0320b"><code>fa4a76d</code></a> build(deps): Bump github.com/stretchr/testify (<a href="https://redirect.github.com/sigstore/sigstore/issues/1895">#1895</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sigstore/sigstore/compare/v1.8.10...v1.8.11">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/api` from 0.31.3 to 0.32.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/e622342ab4abd51157f8fd650186575bab46777c"><code>e622342</code></a> Update dependencies to v0.32.0 tag</li> <li><a href="https://github.com/kubernetes/api/commit/b0543a351f7cd3163f0bccdeb33c6541dede5132"><code>b0543a3</code></a> Merge remote-tracking branch 'origin/master' into release-1.32</li> <li><a href="https://github.com/kubernetes/api/commit/f6bae9abbe61ffedf0d70f5464ceadbb6299bc48"><code>f6bae9a</code></a> Drop use of winreadlinkvolume godebug option</li> <li><a href="https://github.com/kubernetes/api/commit/ea815d578ce018ddbce93cc1dbb3c99ecf240749"><code>ea815d5</code></a> Merge remote-tracking branch 'origin/master' into release-1.32</li> <li><a href="https://github.com/kubernetes/api/commit/c331a7971570e4858aae1a658f683478626d3319"><code>c331a79</code></a> Revert to go1.22 windows filesystem stdlib behavior</li> <li><a href="https://github.com/kubernetes/api/commit/f8e5e36c84f1f36d66db6bb05dd38486ed66b2d8"><code>f8e5e36</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/api/issues/128407">#128407</a> from ndixita/pod-level-resources</li> <li><a href="https://github.com/kubernetes/api/commit/84e0db8d2082651c7e0b1230a8662b92131d51ef"><code>84e0db8</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/api/issues/127857">#127857</a> from Jefftree/cle-v1alpha2</li> <li><a href="https://github.com/kubernetes/api/commit/cbaf5a03b0cc8acce467ba85c1a030100a490099"><code>cbaf5a0</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/api/issues/128686">#128686</a> from thockin/take_over_pr-125233</li> <li><a href="https://github.com/kubernetes/api/commit/a503a4fa1a55228242bccd856dc32f2596f78c91"><code>a503a4f</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/api/issues/128687">#128687</a> from tallclair/allocated-status</li> <li><a href="https://github.com/kubernetes/api/commit/3f43b5a94246c0559887d8f72bdf6dfad65c2e8f"><code>3f43b5a</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/api/issues/128240">#128240</a> from LionelJouin/KEP-4817</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes/api/compare/v0.31.3...v0.32.0">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apiextensions-apiserver` from 0.31.3 to 0.32.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/721546996818dc62f770770bf0405c3ef235eab0"><code>7215469</code></a> Update dependencies to v0.32.0 tag</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/887679f927f8ed53c2d0660e720da42419c6ee93"><code>887679f</code></a> Merge remote-tracking branch 'origin/master' into release-1.32</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/bd027a403135cf0cbd83123ee5deb6af3d0049f3"><code>bd027a4</code></a> Drop use of winreadlinkvolume godebug option</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/919f42beeaf358678a7e836d91cecdad70328e9d"><code>919f42b</code></a> Merge remote-tracking branch 'origin/master' into release-1.32</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/a4e103418d8db7ef5d7564643a72e4ba09fb50e6"><code>a4e1034</code></a> Revert to go1.22 windows filesystem stdlib behavior</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/89d6021e03767c0e2a0c48419ecbd8bf97ceaad9"><code>89d6021</code></a> Run codegen</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/2a91f8a30d9d3849990110d33cab898656a4aed1"><code>2a91f8a</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/127513">#127513</a> from tkashem/delete-undecryptable</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/06dc95a626014e124b0e3c5796de716b64b57413"><code>06dc95a</code></a> api: run codegen</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/19f71237d109cf8f948e15b2a338f02bf51b153c"><code>19f7123</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/128639">#128639</a> from jpbetz/fix-cost-test</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/66631b6f098d595360e69d3465426d605b8b35bf"><code>66631b6</code></a> Fix flake in CEL cost stability tests</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes/apiextensions-apiserver/compare/v0.31.3...v0.32.0">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.31.3 to 0.32.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apimachinery/commit/59e9003f02d6f0c8fff53719a7a0604ec82ee9a9"><code>59e9003</code></a> Merge remote-tracking branch 'origin/master' into release-1.32</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/639247cc34a451d9c24d3c9465e88b36e7b9caab"><code>639247c</code></a> Drop use of winreadlinkvolume godebug option</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/220d7c35f6dbf7e4135f6797f63bcb20b363318b"><code>220d7c3</code></a> Merge remote-tracking branch 'origin/master' into release-1.32</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/c199d3b108c00d4f5ed254827327cb73f4440ae1"><code>c199d3b</code></a> Revert to go1.22 windows filesystem stdlib behavior</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/16af2ff33fbfcd4f89254113e5b7b3292972ca58"><code>16af2ff</code></a> implement unsafe deletion, and wire it</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/6ff8305a005aadec8b0ec2102fcec127e9087a10"><code>6ff8305</code></a> api: run codegen</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/ca9b8b23418e3f034f1b6e54172c8f6ef120ed93"><code>ca9b8b2</code></a> api: add a new field to meta/v1 DeleteOptions</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/d941d9fb4c83d0a840baa40a2f47329f37d7dade"><code>d941d9f</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apimachinery/issues/128503">#128503</a> from benluddy/cbor-codecs-featuregate</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/3b4250faac5a9ef994851a3aedf07479ab2265bc"><code>3b4250f</code></a> Wire serving codecs to CBOR feature gate.</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/daaad096b3a068f3d022e37cbcc05bd13508a211"><code>daaad09</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apimachinery/issues/128501">#128501</a> from benluddy/watch-cbor-seq</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes/apimachinery/compare/v0.31.3...v0.32.0">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/cli-runtime` from 0.31.3 to 0.32.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/cli-runtime/commit/49dbc54da9dbdd539cce072126fcd06668908c1c"><code>49dbc54</code></a> Update dependencies to v0.32.0 tag</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/f8c45be80ee716a8544bfa0763f74f10b0ce94fb"><code>f8c45be</code></a> Merge remote-tracking branch 'origin/master' into release-1.32</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/f750fa059a92e5447a84406a6ecd9a5c0ce08016"><code>f750fa0</code></a> Drop use of winreadlinkvolume godebug option</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/9da77ec4aef13cf8b12ea6109c80c15c3cc6c421"><code>9da77ec</code></a> Merge remote-tracking branch 'origin/master' into release-1.32</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/15e09122759650b74542b8edfe92ed8e8d642a09"><code>15e0912</code></a> Revert to go1.22 windows filesystem stdlib behavior</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/3a2a8b4ac5381f2beae14454a5f923f24cdf6fe8"><code>3a2a8b4</code></a> hack/pin-dependency.sh k8s.io/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d76333...</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/8ceafc062481786b12d3c232e82b3b42e175151b"><code>8ceafc0</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/cli-runtime/issues/128396">#128396</a> from ritazh/deprecate-EnforceMountableSecretsAnnot...</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/f78772d88646efe7f1236a43f86d984674e6fb33"><code>f78772d</code></a> deprecate EnforceMountableSecretsAnnotation in 1.32</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/44c3029e90544a13d964cf4c20d91cc292c44e7b"><code>44c3029</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/cli-runtime/issues/128507">#128507</a> from dims/use-k8s.io/utils/lru-instead-of-github.c...</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/16fbedbc3b80977da1f21439d0c1f267b3882cbc"><code>16fbedb</code></a> Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes/cli-runtime/compare/v0.31.3...v0.32.0">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.31.3 to 0.32.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/0d554618e21a4605cafd4264a685b916d2c024e9"><code>0d55461</code></a> Update dependencies to v0.32.0 tag</li> <li><a href="https://github.com/kubernetes/client-go/commit/4765adee376ddbdc4a899ae7c164bf20a4c10089"><code>4765ade</code></a> Merge remote-tracking branch 'origin/master' into release-1.32</li> <li><a href="https://github.com/kubernetes/client-go/commit/692a5111890f5aecfff875b8977667cf103c0c63"><code>692a511</code></a> Drop use of winreadlinkvolume godebug option</li> <li><a href="https://github.com/kubernetes/client-go/commit/9df5099247711aced8ef2de4a7967d844d468c5f"><code>9df5099</code></a> Merge remote-tracking branch 'origin/master' into release-1.32</li> <li><a href="https://github.com/kubernetes/client-go/commit/120beb24076eb56b89e43121f45ede69cbf35782"><code>120beb2</code></a> Revert to go1.22 windows filesystem stdlib behavior</li> <li><a href="https://github.com/kubernetes/client-go/commit/55d23e26d5ef883b6e608dae45aefaeed891b21f"><code>55d23e2</code></a> Align fake client-go clients with the main interface</li> <li><a href="https://github.com/kubernetes/client-go/commit/646e79b061a2d5e8db3dbeecd5ec57f9b35a497a"><code>646e79b</code></a> Run codegen</li> <li><a href="https://github.com/kubernetes/client-go/commit/c475fe0910d050d229d906a4d9c1484b7a40f4fd"><code>c475fe0</code></a> Generify fake clientsets</li> <li><a href="https://github.com/kubernetes/client-go/commit/955401ca9a151ba3e52179ea95d9dca2f4e48ab8"><code>955401c</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/128407">#128407</a> from ndixita/pod-level-resources</li> <li><a href="https://github.com/kubernetes/client-go/commit/eddb107938245aceee57035c5756d5fcdf37c9a1"><code>eddb107</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/127857">#127857</a> from Jefftree/cle-v1alpha2</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes/client-go/compare/v0.31.3...v0.32.0">compare view</a></li> </ul> </details> <br /> 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