Skip to content

bump k8s v1.33 and remove all replaces #717

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sivchari
Copy link
Member

@sivchari sivchari commented May 5, 2025

Upgrade Kubernetes dependency to 1.33, then delete all replace directives since it's no necessary. If we use lower kubernetes dependency in other repo and depends on gitops-engine, Go prefers dependency of gitops-engine. On the other hand, if we use higher it, Go prefers dependency of other repo. In addition, the number of dependencies from gitops-engine to Kubernetes is a few, so it's easy to maintain rather than to deal with replace directive.
If necessary, I'd like to maintain about it in the future too.

@sivchari sivchari requested a review from a team as a code owner May 5, 2025 13:39
@sivchari
Copy link
Member Author

sivchari commented May 9, 2025

We should start from migration of golangci-lint

@crenshaw-dev
Copy link
Member

On it: #719

@sivchari
Copy link
Member Author

Thx! rebsaed.

Copy link

codecov bot commented May 15, 2025

Codecov Report

Attention: Patch coverage is 13.33333% with 26 lines in your changes missing coverage. Please review.

Project coverage is 47.57%. Comparing base (8849c3f) to head (f06277c).
Report is 45 commits behind head on master.

Files with missing lines Patch % Lines
pkg/diff/endpoint.go 5.26% 18 Missing ⚠️
pkg/diff/diff.go 20.00% 6 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #717      +/-   ##
==========================================
- Coverage   54.26%   47.57%   -6.70%     
==========================================
  Files          64       63       -1     
  Lines        6164     6443     +279     
==========================================
- Hits         3345     3065     -280     
- Misses       2549     3125     +576     
+ Partials      270      253      -17     

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants