Skip to content
This repository was archived by the owner on Nov 8, 2025. It is now read-only.

Conversation

@pjiang-dev
Copy link
Contributor

@pjiang-dev pjiang-dev commented Jun 12, 2025

closes argoproj/argo-cd#22805

Ran ./hack/update_static_schema.sh to update generated parser.go
There are two linter errors involving deprecated functions. For

  1. corev1.Endpoints - i'm skipping lint to maintain backwards compatibility for now. We can upgrade to EndpointSlice later on if needed
  2. watchutil.NewRetryWatcher is deprecated. We can safely use watchutil.NewRetryWatcherWithContext

Signed-off-by: Peter Jiang <peterjiang823@gmail.com>
@pjiang-dev pjiang-dev requested a review from a team as a code owner June 12, 2025 21:53
Signed-off-by: Peter Jiang <peterjiang823@gmail.com>
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Jun 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.25%. Comparing base (8849c3f) to head (491daa4).
Report is 50 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #735      +/-   ##
==========================================
- Coverage   54.26%   47.25%   -7.01%     
==========================================
  Files          64       64              
  Lines        6164     6549     +385     
==========================================
- Hits         3345     3095     -250     
- Misses       2549     3198     +649     
+ Partials      270      256      -14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@agaudreault agaudreault merged commit f8f1b61 into argoproj:master Jun 13, 2025
4 of 5 checks passed
RoelofKuijpers pushed a commit to RoelofKuijpers/gitops-engine that referenced this pull request Jul 29, 2025
* upgrade k8s to 1.33.1

Signed-off-by: Peter Jiang <peterjiang823@gmail.com>

* fix linter issues

Signed-off-by: Peter Jiang <peterjiang823@gmail.com>

---------

Signed-off-by: Peter Jiang <peterjiang823@gmail.com>
Signed-off-by: Roelof Kuijpers <roelof.kuijpers@energyessentials.nl>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump Kubernetes v1.33

2 participants