Bump the all group across 1 directory with 5 updates#756
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the all group across 1 directory with 5 updates#756dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the all group with 4 updates in the / directory: [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus), [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes), [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) and [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools). Updates `github.com/sirupsen/logrus` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.9.3...v1.9.4) Updates `k8s.io/kubernetes` from 1.34.2 to 1.35.2 - [Release notes](https://github.com/kubernetes/kubernetes/releases) - [Commits](kubernetes/kubernetes@v1.34.2...v1.35.2) Updates `k8s.io/utils` from 0.0.0-20250604170112-4c0f3b243397 to 0.0.0-20251002143259-bc988d571ff4 - [Commits](https://github.com/kubernetes/utils/commits) Updates `sigs.k8s.io/controller-runtime` from 0.20.2 to 0.23.3 - [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.2...v0.23.3) Updates `sigs.k8s.io/controller-tools` from 0.17.2 to 0.20.1 - [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-tools@v0.17.2...v0.20.1) --- updated-dependencies: - dependency-name: github.com/sirupsen/logrus dependency-version: 1.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: k8s.io/kubernetes dependency-version: 1.35.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: k8s.io/utils dependency-version: 0.0.0-20251002143259-bc988d571ff4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.23.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: sigs.k8s.io/controller-tools dependency-version: 0.20.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
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 all group with 4 updates in the / directory: github.com/sirupsen/logrus, k8s.io/kubernetes, sigs.k8s.io/controller-runtime and sigs.k8s.io/controller-tools.
Updates
github.com/sirupsen/logrusfrom 1.9.3 to 1.9.4Release notes
Sourced from github.com/sirupsen/logrus's releases.
Commits
b61f268Merge pull request #1472 from goldlinker/master15c29dbrefactor: replace the deprecated function in the ioutil packagecb253f3Merge pull request #1464 from thaJeztah/touchup_godoc29b2337Merge pull request #1468 from thaJeztah/touchup_readmed916819Merge pull request #1427 from dolmen/fix-testify-usage135e482README: small touch-ups2c5fa36Merge pull request #1467 from thaJeztah/rm_old_badge877ececREADME: remove travis badge55cf256Merge pull request #1393 from jsoref/grammar21bae50Merge pull request #1426 from dolmen/testing-fix-use-of-math-randUpdates
k8s.io/kubernetesfrom 1.34.2 to 1.35.2Release notes
Sourced from k8s.io/kubernetes's releases.
... (truncated)
Commits
fdc9d74Release commit for Kubernetes v1.35.255c0a83Merge pull request #136985 from cpanato/update-go-rel13569d9b9bBump images and versions to go 1.25.7 and distroless iptablesde51841Update CHANGELOG/CHANGELOG-1.35.md for v1.35.18fea90bRelease commit for Kubernetes v1.35.1a83897dMerge pull request #136491AutuSnow/automated-cherry-pick-of-#136325b7392aaMerge pull request #136463 from rogowski-piotr/automated-cherry-pick-of-#1359...3824a91Merge pull request #136280 from seekskyworld/automated-cherry-pick-of-#135918...64610fdMerge pull request #136348dlipovetsky/automated-cherry-pick-of-#136014e33a0a8Merge pull request #136373 from princepereira/automated-cherry-pick-of-#13624...Updates
k8s.io/utilsfrom 0.0.0-20250604170112-4c0f3b243397 to 0.0.0-20251002143259-bc988d571ff4Commits
Updates
sigs.k8s.io/controller-runtimefrom 0.20.2 to 0.23.3Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
... (truncated)
Commits
f9589b9Merge pull request #3469 from k8s-infra-cherrypick-robot/cherry-pick-3468-to-...25615adEnsure DefaulterRemoveUnknownOrOmitableFields is still working even if object...8122a62Merge pull request #3467 from k8s-infra-cherrypick-robot/cherry-pick-3463-to-...35093c6Reduce memory usage of default webhooks4dbfa5c[release-0.23] 🐛 Fix fake client's SSA status patch resource version check (#...f52bbb8Merge pull request #3437 from k8s-infra-cherrypick-robot/cherry-pick-3430-to-...4f41337Merge pull request #3438 from k8s-infra-cherrypick-robot/cherry-pick-3434-to-...e29a1b9seedling: Test cache reader waits for cache sync83c8dc3bug: Fakeclient: Fix status apply if existing object has managedFields setbf6bcd5Merge pull request #3436 from k8s-infra-cherrypick-robot/cherry-pick-3431-to-...Updates
sigs.k8s.io/controller-toolsfrom 0.17.2 to 0.20.1Release notes
Sourced from sigs.k8s.io/controller-tools's releases.
... (truncated)
Commits
5d9089dMerge pull request #1336 from k8s-infra-cherrypick-robot/cherry-pick-1331-to-...852a7e7update test casebb8ed8asupport nested pointer to type-aliased slices60c448eMerge pull request #1319 from sbueringer/pr-promo-envtest-1.35b7d3668Promotion of envtest release for Kubernetes v1.35.0b5f217fMerge pull request #1317 from dongjiang1989/envtest-v1.35.0-rc.13cbb76eMerge pull request #1318 from sbueringer/pr-bump-1.3552f5e83add envtest version10c819cAdjust to changes in validation error messages9f6a8baAdjust generated ApplyConfigurations to v0.35Dependabot 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 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