Open jmeridth opened 1 week ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Merging https://github.com/argoproj/gitops-engine/pull/639 first will fix the tar errors in the CI run with these changes (bottom of page).
Going to create argo-cd draft PR that uses these changes. Especially to test the git version update (2.24.3 -> 2.45.2)
Going to create argo-cd draft PR that uses these changes. Especially to test the git version update (2.24.3 -> 2.45.2)
Can you link the draft PR so we can see the argo-cd build passing?
Changes
I noticed the version difference between the go.mod and Dockerfile in the repo (1.17 vs 1.22). Fixed a few other things also, like upgrading the version of the alpine/git image to the latest version.
as
toAS
in DockerfileFromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
WARN [config_reader] The configuration option 'run.skip-files' is deprecated, please use 'issues.exclude-files'
Tests
Test pass locally. No new features really added so unsure if new tests are needed.
Questions
Do I need to run this against an argo-cd instance or with argo-cd test suite to ensure we're good?