Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the go group with 8 updates (#816)
Bumps the go group with 8 updates: | Package | From | To | | --- | --- | --- | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.8` | `1.17.9` | | [github.com/mikefarah/yq/v4](https://github.com/mikefarah/yq) | `4.44.1` | `4.44.2` | | [helm.sh/helm/v3](https://github.com/helm/helm) | `3.15.1` | `3.15.2` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.30.1` | `0.30.2` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.30.1` | `0.30.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.30.1` | `0.30.2` | | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.30.1` | `0.30.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.30.1` | `0.30.2` | Updates `github.com/klauspost/compress` from 1.17.8 to 1.17.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's releases</a>.</em></p> <blockquote> <h2>v1.17.9</h2> <h2>What's Changed</h2> <ul> <li>s2: Reduce ReadFrom temporary allocations by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/949">klauspost/compress#949</a></li> <li>Fix arm64 vet issues by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/964">klauspost/compress#964</a></li> <li>flate, zstd: Shave some bytes off amd64 matchLen by <a href="https://github.com/greatroar"><code>@greatroar</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/963">klauspost/compress#963</a></li> <li>Upgrade zip to 1.22.4 upstream by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/970">klauspost/compress#970</a></li> <li>zstd: BuildDict fails with RLE table by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/951">klauspost/compress#951</a></li> <li>Upgrade zlib to upstream by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/971">klauspost/compress#971</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.17.8...v1.17.9">https://github.com/klauspost/compress/compare/v1.17.8...v1.17.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/klauspost/compress/commit/7ae2138b16cc43afcea3ce7d3d2f2625fb389d51"><code>7ae2138</code></a> Upgrade zlib to upstream (<a href="https://redirect.github.com/klauspost/compress/issues/971">#971</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/039617872161e65ba0ca9c06efa90c292ee6b8f9"><code>0396178</code></a> zstd: BuildDict fails with RLE table (<a href="https://redirect.github.com/klauspost/compress/issues/951">#951</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/8411e1d1cc0d8619eb8207d6342fe4878470f7aa"><code>8411e1d</code></a> zip: Upgrade to 1.22.4 upstream (<a href="https://redirect.github.com/klauspost/compress/issues/970">#970</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/d9f6f55f919d5348016ac45fada6467f195981f5"><code>d9f6f55</code></a> build(deps): bump the github-actions group across 1 directory with 2 updates ...</li> <li><a href="https://github.com/klauspost/compress/commit/5f7dd2527fb39ce24feb24a4b75323cf64729d57"><code>5f7dd25</code></a> flate, zstd: Shave some bytes off amd64 matchLen (<a href="https://redirect.github.com/klauspost/compress/issues/963">#963</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/3a0faf36e3ff603b28fcee9266af2a1a76963771"><code>3a0faf3</code></a> Fix arm64 vet issues (<a href="https://redirect.github.com/klauspost/compress/issues/964">#964</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/8bd3916ec655c728bb368f27772429d0704d7785"><code>8bd3916</code></a> s2: Reduce ReadFrom temporary allocations (<a href="https://redirect.github.com/klauspost/compress/issues/949">#949</a>)</li> <li>See full diff in <a href="https://github.com/klauspost/compress/compare/v1.17.8...v1.17.9">compare view</a></li> </ul> </details> <br /> Updates `github.com/mikefarah/yq/v4` from 4.44.1 to 4.44.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mikefarah/yq/releases">github.com/mikefarah/yq/v4's releases</a>.</em></p> <blockquote> <h2>v4.44.2</h2> <ul> <li>Handle numbers with underscores <a href="https://redirect.github.com/mikefarah/yq/issues/2039">#2039</a></li> <li>Unique now works on maps and arrays <a href="https://redirect.github.com/mikefarah/yq/issues/2068">#2068</a></li> <li>Added support for short hand splat with env[] expression <a href="https://redirect.github.com/mikefarah/yq/issues/2071">#2071</a>, as well as many other operators (split,select,eval,pick..)</li> <li>Bumped dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mikefarah/yq/blob/master/release_notes.txt">github.com/mikefarah/yq/v4's changelog</a>.</em></p> <blockquote> <p>4.44.2:</p> <ul> <li>Handle numbers with underscores <a href="https://redirect.github.com/mikefarah/yq/issues/2039">#2039</a></li> <li>Unique now works on maps and arrays <a href="https://redirect.github.com/mikefarah/yq/issues/2068">#2068</a></li> <li>Added support for short hand splat with env[] expression <a href="https://redirect.github.com/mikefarah/yq/issues/2071">#2071</a>, as well as many other operators (split,select,eval,pick..)</li> <li>Bumped dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mikefarah/yq/commit/f15500b20a1c991c8729870ba60a4dc3524b6a94"><code>f15500b</code></a> Bumping version</li> <li><a href="https://github.com/mikefarah/yq/commit/b8aec71e6666841eb44241a5205f439e4ce82083"><code>b8aec71</code></a> Preparing release</li> <li><a href="https://github.com/mikefarah/yq/commit/68aafb6a53d8812bf8bebc19dd003088179bbb9d"><code>68aafb6</code></a> Handle numbers with underscores <a href="https://redirect.github.com/mikefarah/yq/issues/2039">#2039</a></li> <li><a href="https://github.com/mikefarah/yq/commit/d58870b05604d8d8128190ce73a3bd7da506e2d5"><code>d58870b</code></a> Adding splat[] short hand to explode,collect,flatten,groupby,path,pivot,selec...</li> <li><a href="https://github.com/mikefarah/yq/commit/f1964dece02462067da5a6921a5d8887428c87ab"><code>f1964de</code></a> Adding splat[] short hand to collect,eval,map,omit,path,pick</li> <li><a href="https://github.com/mikefarah/yq/commit/45eda8dbaec6b007ebb20364bd0fd3a5f17cf429"><code>45eda8d</code></a> Added support for shorthand splat[] for filter,reverse,sort,shuffle</li> <li><a href="https://github.com/mikefarah/yq/commit/d9af2dd97641f8cccdef65f759123cafd437fc38"><code>d9af2dd</code></a> Support env[] expression <a href="https://redirect.github.com/mikefarah/yq/issues/2071">#2071</a></li> <li><a href="https://github.com/mikefarah/yq/commit/7bad2f4f06be68c68c4ccd058e965d0798ffb4de"><code>7bad2f4</code></a> Adding back in commented tests :facepalm</li> <li><a href="https://github.com/mikefarah/yq/commit/3ea19ad2ed5dc2754c5acbae65720404a59e1aeb"><code>3ea19ad</code></a> clean code</li> <li><a href="https://github.com/mikefarah/yq/commit/42120e13414b2bf2a6a6338b6119f0df4117a5b7"><code>42120e1</code></a> Unique now works on maps and arrays <a href="https://redirect.github.com/mikefarah/yq/issues/2068">#2068</a></li> <li>Additional commits viewable in <a href="https://github.com/mikefarah/yq/compare/v4.44.1...v4.44.2">compare view</a></li> </ul> </details> <br /> Updates `helm.sh/helm/v3` from 3.15.1 to 3.15.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/helm/helm/releases">helm.sh/helm/v3's releases</a>.</em></p> <blockquote> <p>Helm v3.15.2 is a security (patch) release. Users are strongly recommended to update to this release.</p> <p>The community keeps growing, and we'd love to see you there!</p> <ul> <li>Join the discussion in <a href="https://kubernetes.slack.com">Kubernetes Slack</a>: <ul> <li>for questions and just to hang out</li> <li>for discussing PRs, code, and bugs</li> </ul> </li> <li>Hang out at the Public Developer Call: Thursday, 9:30 Pacific via <a href="https://zoom.us/j/696660622">Zoom</a></li> <li>Test, debug, and contribute charts: <a href="https://artifacthub.io/packages/search?kind=0">ArtifactHub/packages</a></li> </ul> <h2>Installation and Upgrading</h2> <p>Download Helm v3.15.2. The common platform binaries are here:</p> <ul> <li><a href="https://get.helm.sh/helm-v3.15.2-darwin-amd64.tar.gz">MacOS amd64</a> (<a href="https://get.helm.sh/helm-v3.15.2-darwin-amd64.tar.gz.sha256sum">checksum</a> / e99a9266a5328cb575d81ef10247911f42d9e90c76ef6eef154c5c535565658b)</li> <li><a href="https://get.helm.sh/helm-v3.15.2-darwin-arm64.tar.gz">MacOS arm64</a> (<a href="https://get.helm.sh/helm-v3.15.2-darwin-arm64.tar.gz.sha256sum">checksum</a> / 30143dabc1da9d32c7d6c589fad04b1f1ecc73841393d5823fa21c5d7f5bf8f6)</li> <li><a href="https://get.helm.sh/helm-v3.15.2-linux-amd64.tar.gz">Linux amd64</a> (<a href="https://get.helm.sh/helm-v3.15.2-linux-amd64.tar.gz.sha256sum">checksum</a> / 2694b91c3e501cff57caf650e639604a274645f61af2ea4d601677b746b44fe2)</li> <li><a href="https://get.helm.sh/helm-v3.15.2-linux-arm.tar.gz">Linux arm</a> (<a href="https://get.helm.sh/helm-v3.15.2-linux-arm.tar.gz.sha256sum">checksum</a> / 2b28fda1d8c6f087011bc7ec820051a13409dadce8385529f306476632e24e85)</li> <li><a href="https://get.helm.sh/helm-v3.15.2-linux-arm64.tar.gz">Linux arm64</a> (<a href="https://get.helm.sh/helm-v3.15.2-linux-arm64.tar.gz.sha256sum">checksum</a> / adcf07b08484b52508e5cbc8b5f4b0b0db50342f7bc487ecd88b8948b680e6a7)</li> <li><a href="https://get.helm.sh/helm-v3.15.2-linux-386.tar.gz">Linux i386</a> (<a href="https://get.helm.sh/helm-v3.15.2-linux-386.tar.gz.sha256sum">checksum</a> / 8e0bb5a08c7c227a8e285026b6283726ddc0e1f406e2af4d4d600fa1dd85c21e)</li> <li><a href="https://get.helm.sh/helm-v3.15.2-linux-ppc64le.tar.gz">Linux ppc64le</a> (<a href="https://get.helm.sh/helm-v3.15.2-linux-ppc64le.tar.gz.sha256sum">checksum</a> / 9d95528fb797f6429f7f9b6dee0cf87bf8c71f6470e1db4a51e844c169c285a3)</li> <li><a href="https://get.helm.sh/helm-v3.15.2-linux-s390x.tar.gz">Linux s390x</a> (<a href="https://get.helm.sh/helm-v3.15.2-linux-s390x.tar.gz.sha256sum">checksum</a> / 5b42bc3d08fd0ffaf4f9ed810f28464f52ec4ea431b809c7179071d76f3d6f16)</li> <li><a href="https://get.helm.sh/helm-v3.15.2-linux-riscv64.tar.gz">Linux riscv64</a> (<a href="https://get.helm.sh/helm-v3.15.2-linux-riscv64.tar.gz.sha256sum">checksum</a> / 2998bae9971a55f862c21bff337c325cb6a44f28ef76e11bffc93d16989e11e6)</li> <li><a href="https://get.helm.sh/helm-v3.15.2-windows-amd64.zip">Windows amd64</a> (<a href="https://get.helm.sh/helm-v3.15.2-windows-amd64.zip.sha256sum">checksum</a> / cbf40b79fa2a7dbd6e24201f8660b56261d10d6e7b5cadc3ff78100fb45b3c69)</li> </ul> <p>This release was signed with <code>672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E </code> and can be found at <a href="https://github.com/mattfarina"><code>@mattfarina</code></a> <a href="https://keybase.io/mattfarina">keybase account</a>. Please use the attached signatures for verifying this release using <code>gpg</code>.</p> <p>The <a href="https://helm.sh/docs/intro/quickstart/">Quickstart Guide</a> will get you going from there. For <strong>upgrade instructions</strong> or detailed installation notes, check the <a href="https://helm.sh/docs/intro/install/">install guide</a>. You can also use a <a href="https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3">script to install</a> on any system with <code>bash</code>.</p> <h2>What's Next</h2> <ul> <li>3.15.3 will contain only bug fixes and be released on July 10, 2024.</li> <li>3.16.0 is the next feature release and will be on September 11, 2024.</li> </ul> <h2>Changelog</h2> <ul> <li>fix: wrong cli description 1a500d5625419a524fdae4b33de351cc4f58ec35 (yyzxw)</li> <li>fix typo in load_plugins.go 70b225c9abc014cfeb73f7c9f506b0e73e912b61 (yxxhero)</li> <li>fix docs of DeployedAll b3640f196a2cf77136ab01295bffe76fa184991d (Daniel Strobusch)</li> <li>Bump github.com/docker/docker 46e2ba0341d43e19493b2f90c86126da8ad8a64e (dependabot[bot])</li> <li>bump oras minor version fb311d331f66f7f9153b5d0c7aa07a77bc9528ca (Austin Abro)</li> <li>feat(load.go): add warning on requirements.lock 23552a7de6f45aacec47bc2bfe70de02b9d7ab70 (Aaron U'Ren)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/helm/helm/commit/1a500d5625419a524fdae4b33de351cc4f58ec35"><code>1a500d5</code></a> fix: wrong cli description</li> <li><a href="https://github.com/helm/helm/commit/70b225c9abc014cfeb73f7c9f506b0e73e912b61"><code>70b225c</code></a> fix typo in load_plugins.go</li> <li><a href="https://github.com/helm/helm/commit/b3640f196a2cf77136ab01295bffe76fa184991d"><code>b3640f1</code></a> fix docs of DeployedAll</li> <li><a href="https://github.com/helm/helm/commit/46e2ba0341d43e19493b2f90c86126da8ad8a64e"><code>46e2ba0</code></a> Bump github.com/docker/docker</li> <li><a href="https://github.com/helm/helm/commit/fb311d331f66f7f9153b5d0c7aa07a77bc9528ca"><code>fb311d3</code></a> bump oras minor version</li> <li><a href="https://github.com/helm/helm/commit/23552a7de6f45aacec47bc2bfe70de02b9d7ab70"><code>23552a7</code></a> feat(load.go): add warning on requirements.lock</li> <li>See full diff in <a href="https://github.com/helm/helm/compare/v3.15.1...v3.15.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/api` from 0.30.1 to 0.30.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/118f81c8e040b5a2c166b37717a2b0487ff2b8d8"><code>118f81c</code></a> Update dependencies to v0.30.2 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/api/compare/v0.30.1...v0.30.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apiextensions-apiserver` from 0.30.1 to 0.30.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/2d2addc492dd9cb960f7fc4357c1caff5ce89609"><code>2d2addc</code></a> Update dependencies to v0.30.2 tag</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/803669d1708dd3f55830a78c85c96545a6448131"><code>803669d</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/124676">#124676</a><code>cici37/automated-cherry-pick-of-#124675</code></li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/5e9c6936bb35d5aa41bb056d130d852e2f0c8954"><code>5e9c693</code></a> Adding the feature gates to fix cost for VAP and webhook matchConditions.</li> <li>See full diff in <a href="https://github.com/kubernetes/apiextensions-apiserver/compare/v0.30.1...v0.30.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.30.1 to 0.30.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/kubernetes/apimachinery/compare/v0.30.1...v0.30.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/cli-runtime` from 0.30.1 to 0.30.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/cli-runtime/commit/a93d33678b96e38c36d916477fdd49fc0e5c6db4"><code>a93d336</code></a> Update dependencies to v0.30.2 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/cli-runtime/compare/v0.30.1...v0.30.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.30.1 to 0.30.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/592d891671b2a09e5f81781b28ebe078d8115e41"><code>592d891</code></a> Update dependencies to v0.30.2 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/client-go/compare/v0.30.1...v0.30.2">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