Open
Conversation
…plementations - Upgrade Go version from 1.16 to 1.24.0 - Update k8s.io dependencies to latest versions including klog/v2 migration - Replace deprecated batch/v1beta1 with batch/v1 for CronJob resources - Migrate from networking/v1beta1 to networking/v1 for network policies - Convert legacy webhook.Defaulter/Validator to webhook.CustomDefaulter/CustomValidator - Add context parameter to webhook methods for proper request handling - Update controller-gen and kustomize tools to newer versions - Replace deprecated source.Kind with direct object reference in Watches - Standardize logging calls from Errorf to Error across multiple files - Update Dockerfile base image to registry.erda.cloud/erda-x/golang:1.24 - Refactor metrics server configuration from MetricsBindAddress to Metrics option - Modernize cache configuration using ByObject instead of SelectorsByObject - Add proper namespace filtering capabilities in cache options - Update testify, zap, and other
- Updated github.com/go-logr/logr from v1.4.2 to v1.4.3 - Updated golang.org/x/net from v0.38.0 to v0.49.0 - Updated golang.org/x/sync from v0.12.0 to v0.19.0 - Updated golang.org/x/sys from v0.31.0 to v0.40.0 - Updated golang.org/x/term from v0.30.0 to v0
Member
|
No assignee specified! |
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.
What type of this PR
Add one of the following kinds:
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Specified Reviewers:
/assign @luobily
Need cherry-pick to release versions?