Skip to content

Commit

Permalink
chore(deps): bump k8s.io/cli-runtime from 0.31.4 to 0.32.0 (#276)
Browse files Browse the repository at this point in the history
Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime)
from 0.31.4 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.4...v0.32.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/cli-runtime&package-manager=go_modules&previous-version=0.31.4&new-version=0.32.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 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)


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jiacheng Xu <xjcmaxwellcjx@gmail.com>
  • Loading branch information
dependabot[bot] and jiachengxu authored Dec 12, 2024
1 parent 9425059 commit 24394e1
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 123 deletions.
39 changes: 19 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/akuity/terraform-provider-akp

go 1.22.7
go 1.23.0

toolchain go1.23.1

Expand All @@ -18,10 +18,10 @@ require (
github.com/stretchr/testify v1.10.0
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1
k8s.io/api v0.31.4
k8s.io/apimachinery v0.31.4
k8s.io/cli-runtime v0.31.4
k8s.io/client-go v0.31.4
k8s.io/api v0.32.0
k8s.io/apimachinery v0.32.0
k8s.io/cli-runtime v0.32.0
k8s.io/client-go v0.32.0
k8s.io/kubectl v0.31.4
sigs.k8s.io/yaml v1.4.0
)
Expand All @@ -34,7 +34,7 @@ require (
)

require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
github.com/MakeNowJust/heredoc v1.0.0 // indirect
Expand All @@ -51,17 +51,17 @@ require (
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/hashicorp/cli v1.1.6 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
Expand All @@ -77,7 +77,7 @@ require (
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/moby/spdystream v0.4.0 // indirect
github.com/moby/spdystream v0.5.0 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
Expand All @@ -94,12 +94,11 @@ require (
github.com/yuin/goldmark v1.7.7 // indirect
github.com/yuin/goldmark-meta v1.1.0 // indirect
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/term v0.26.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.22.0 // indirect
golang.org/x/time v0.7.0 // indirect
golang.org/x/tools v0.26.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
Expand All @@ -108,12 +107,12 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/component-base v0.31.4 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/kustomize/api v0.17.2 // indirect
sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
sigs.k8s.io/kustomize/api v0.18.0 // indirect
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
)

require (
Expand Down Expand Up @@ -156,7 +155,7 @@ require (
github.com/spf13/cast v1.5.0 // indirect
github.com/zclconf/go-cty v1.15.0 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
Expand Down
Loading

0 comments on commit 24394e1

Please sign in to comment.