-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump k8s.io/cli-runtime from 0.30.2 to 0.32.2 #80
base: main
Are you sure you want to change the base?
Conversation
Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.30.2 to 0.32.2. - [Commits](kubernetes/cli-runtime@v0.30.2...v0.32.2) --- updated-dependencies: - dependency-name: k8s.io/cli-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis pull request updates the k8s.io/cli-runtime dependency from v0.30.2 to v0.32.2. It also updates other dependencies to align with the new version of k8s.io/cli-runtime. The go toolchain version was also updated. Updated class diagram for k8s.io/cli-runtimeclassDiagram
class CliRuntime {
-version: string
+New()
+GetVersion(): string
}
note for CliRuntime "Updated from v0.30.2 to v0.32.2"
Updated class diagram for k8s.io/apimachineryclassDiagram
class ApiMachinery {
-version: string
+New()
+GetVersion(): string
}
note for ApiMachinery "Updated from v0.31.3 to v0.32.2"
Updated class diagram for k8s.io/client-goclassDiagram
class ClientGo {
-version: string
+New()
+GetVersion(): string
}
note for ClientGo "Updated from v0.30.2 to v0.32.2"
Updated class diagram for sigs.k8s.io/kustomize/kyamlclassDiagram
class Kyaml {
-version: string
+New()
+GetVersion(): string
}
note for Kyaml "Updated from v0.17.2 to v0.18.1"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
CI Feedback 🧐(Feedback updated until commit 679f75e)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
Bumps k8s.io/cli-runtime from 0.30.2 to 0.32.2.
Commits
fcea953
Update dependencies to v0.32.2 tagf8c45be
Merge remote-tracking branch 'origin/master' into release-1.32f750fa0
Drop use of winreadlinkvolume godebug option9da77ec
Merge remote-tracking branch 'origin/master' into release-1.3215e0912
Revert to go1.22 windows filesystem stdlib behavior3a2a8b4
hack/pin-dependency.sh k8s.io/kube-openapi 32ad38e42d3faf1ce94eb29f4ea6d76333...8ceafc0
Merge pull request #128396 from ritazh/deprecate-EnforceMountableSecretsAnnot...f78772d
deprecate EnforceMountableSecretsAnnotation in 1.3244c3029
Merge pull request #128507 from dims/use-k8s.io/utils/lru-instead-of-github.c...16fbedb
Use k8s.io/utils/lru instead of github.com/golang/groupcache/lruDependabot 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 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)Summary by Sourcery
This pull request updates the k8s.io/cli-runtime, k8s.io/apimachinery and k8s.io/client-go dependencies to v0.32.2 and updates the go toolchain to go1.23.6.
Chores: