Conversation
…ory with 6 updates Bumps the gomod-backward-compatible group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch) | `5.9.0+incompatible` | `5.9.11+incompatible` | | [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault) | `0.14.1` | `0.15.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.1` | `0.32.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.1` | `0.32.2` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.20.1` | `0.20.2` | Updates `github.com/evanphx/json-patch` from 5.9.0+incompatible to 5.9.11+incompatible - [Release notes](https://github.com/evanphx/json-patch/releases) - [Commits](evanphx/json-patch@v5.9.0...v5.9.11) Updates `github.com/hashicorp/vault/sdk` from 0.14.1 to 0.15.0 - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md) - [Commits](hashicorp/vault@sdk/v0.14.1...sdk/v0.15.0) Updates `k8s.io/api` from 0.32.1 to 0.32.2 - [Commits](kubernetes/api@v0.32.1...v0.32.2) Updates `k8s.io/apimachinery` from 0.32.1 to 0.32.2 - [Commits](kubernetes/apimachinery@v0.32.1...v0.32.2) Updates `k8s.io/client-go` from 0.32.1 to 0.32.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.1...v0.32.2) Updates `sigs.k8s.io/controller-runtime` from 0.20.1 to 0.20.2 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.20.1...v0.20.2) --- updated-dependencies: - dependency-name: github.com/evanphx/json-patch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: github.com/hashicorp/vault/sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible ... Signed-off-by: dependabot[bot] <support@github.com>
tvoran
approved these changes
Feb 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the gomod-backward-compatible group with 5 updates in the / directory:
5.9.0+incompatible5.9.11+incompatible0.14.10.15.00.32.10.32.20.32.10.32.20.20.10.20.2Updates
github.com/evanphx/json-patchfrom 5.9.0+incompatible to 5.9.11+incompatibleRelease notes
Sourced from github.com/evanphx/json-patch's releases.
Commits
84a4bb1Merge pull request #209 from skitt/export-errs-v57a7a88aExport errBadJSONDoc and errBadJSONPatch errorsbd18525Upgrade go-flags42f26cbFix spacing0a3482bMerge pull request #206 from koba1t/remove_unmaintained_error_pkg106306dremove unmaintained errors pkge7cfbbbMerge pull request #203 from skitt/drop-gopkgin-v561e1ad7Drop the reference to gopkg.in for v5Updates
github.com/hashicorp/vault/sdkfrom 0.14.1 to 0.15.0Changelog
Sourced from github.com/hashicorp/vault/sdk's changelog.
... (truncated)
Commits
6741773update vault auth submodules to api/v1.16.0 (#29548)9b70487Automated rotate root support for AWS Auth and Secrets (#29497)8d0443fdb: honor static role TTL across restarts when skip import rotation i… (#29537)49ecdadSign empty to cert on manual-chain update. (#29473)7fb0db7UI: Fix updating static roles via role edit page on UI (#29498)9e6b5ceUI: Use timestamp.now() in custom messages (#29525)4051cb4UI: Remove custom tag class and replace with Hds::Badge (#29475)7842163Update vault-plugin-secrets-alicloud to v0.19.0 (#29512)b3baef9Update vault-plugin-auth-cf to v0.20.0 (#29528)17fc022Add missing parameter signature_bits to the generate root PKI API docs (#29522)Updates
k8s.io/apifrom 0.32.1 to 0.32.2Commits
78094a6Update dependencies to v0.32.2 tagUpdates
k8s.io/apimachineryfrom 0.32.1 to 0.32.2Commits
Updates
k8s.io/client-gofrom 0.32.1 to 0.32.2Commits
86ff7a1Update dependencies to v0.32.2 tagUpdates
sigs.k8s.io/controller-runtimefrom 0.20.1 to 0.20.2Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
Commits
52b1791[release-0.20] 🌱 Update dependencies, k8s 1.32.1 (#3108)ed7d2a4Merge pull request #3106 from k8s-infra-cherrypick-robot/cherry-pick-3103-to-...cad72faFix behavior of rate limit option in priorityqueue.AddWithOptsfc48583[release-0.20] ✨ Expose all Go runtime metrics (#3100)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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