-
Notifications
You must be signed in to change notification settings - Fork 0
Update project #202
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
Update project #202
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the project to use ArgoCD v3 and Go 1.24.7, along with updating various dependencies and development environment configurations.
- Upgrade from ArgoCD v2 to v3 including API and package changes
- Update Go version from 1.23.2 to 1.24.7 with new toolchain configuration
- Modernize development container setup with new base image and Node.js installation method
Reviewed Changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| internal/argocd/wrapper.go | Updates ArgoCD package import from v2 to v3 |
| internal/argocd/results.go | Updates ArgoCD imports and changes HealthStatus to AppHealthStatus |
| internal/argocd/client_test.go | Updates ArgoCD package import for test file |
| internal/argocd/client.go | Updates multiple ArgoCD package imports from v2 to v3 |
| integration/kubernetes/argocd/Chart.yaml | Upgrades argo-cd chart version from 7.8.23 to 8.5.0 |
| go.mod | Updates Go version, adds toolchain, and upgrades numerous dependencies |
| .devcontainer/post_install.sh | Adds --clear flag to uv venv command |
| .devcontainer/Dockerfile | Refactors container setup with new base image and Go installation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #202 +/- ##
==========================================
+ Coverage 68.45% 69.37% +0.92%
==========================================
Files 12 12
Lines 951 774 -177
==========================================
- Hits 651 537 -114
+ Misses 300 237 -63 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Uh oh!
There was an error while loading. Please reload this page.