build(deps): bump k8s.io/client-go from 0.34.3 to 0.35.1 in /src/go#21760
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
build(deps): bump k8s.io/client-go from 0.34.3 to 0.35.1 in /src/go#21760dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
There was a problem hiding this comment.
No issues found across 2 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant Plugin as Netdata Go Collector
participant Informer as SharedInformer (client-go)
participant Reflector as Reflector (client-go)
participant Transformer as NEW: Consistency Transformer
participant K8sAPI as Kubernetes API Server
participant Cache as Thread-Safe Store
Note over Plugin,K8sAPI: K8s Resource Synchronization Flow (Updated to v0.35.1)
Plugin->>Informer: Start()
Informer->>Reflector: Run()
Reflector->>K8sAPI: CHANGED: List/Watch request (v0.35.1 WatchList logic)
K8sAPI-->>Reflector: Stream of Kubernetes Objects
loop For each object
Reflector->>Transformer: NEW: Transform object (Consistency Checker)
Transformer-->>Reflector: Transformed object
Reflector->>Cache: Update local state
alt WatchList Fallback required
Reflector->>Reflector: CHANGED: Log fallback at V(4) level
end
end
Plugin->>Cache: List/Get objects for metrics
Cache-->>Plugin: Object data
Plugin->>Plugin: Generate Netdata charts/metrics
Note over Reflector,K8sAPI: Flow uses Go 1.25.0 toolchain features (Internal)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.34.3 to 0.35.1. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.34.3...v0.35.1) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-version: 0.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
99a484f to
34683ac
Compare
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 k8s.io/client-go from 0.34.3 to 0.35.1.
Commits
b464ad8Update dependencies to v0.35.1 tag2d83546Merge remote-tracking branch 'origin/master' into release-1.3556b4af2Merge pull request #135591 from p0lyn0mial/upstream-watchlist-reflector-log-f...891f94cMerge remote-tracking branch 'origin/master' into release-1.3565ffe04Merge pull request #135580 from serathius/client-go-transformer2fe4ac2downgrade reflector watchlist fallback log to V(4)97256a6Bump golang.org/x/crypto to v0.45.046360b5Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fix171ef8cUse transformer in consistency checker3878a64vendor: update vendor and license metadata after replacing BeTrue usage in cs...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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade Kubernetes client libraries to v0.35.1 and bump the Go toolchain to 1.25. Aligns with the Kubernetes 1.35 stack and pulls in fixes and security updates.
Dependencies
Migration
Written for commit 34683ac. Summary will update on new commits.