11### Changes
22
3- - [ chore] update github.com/argoproj/argo-cd/v2 v2.13.1 to v2.13.4 [ #635 ] ( https://github.com/argoproj-labs/argocd-autopilot/pull/635 )
4- - [ chore] update github.com/go-git/go-billy/v5 v5.5.0 to v5.6.2 [ #635 ] ( https://github.com/argoproj-labs/argocd-autopilot/pull/635 )
5- - [ chore] update github.com/go-git/go-git/v5 v5.12.0 to v5.13.2 [ #635 ] ( https://github.com/argoproj-labs/argocd-autopilot/pull/635 )
6- - [ chore] replace github.com/xanzy/go-gitlab v0.91.1 with gitlab.com/gitlab-org/api/client-go v0.121.0 [ #635 ] ( https://github.com/argoproj-labs/argocd-autopilot/pull/635 )
7- - [ chore] update sigs.k8s.io/kustomize/api v0.17.2 to v0.19.0 [ #635 ] ( https://github.com/argoproj-labs/argocd-autopilot/pull/635 )
8- - [ chore] update sigs.k8s.io/kustomize/kyaml v0.17.1 to v0.19.0 [ #635 ] ( https://github.com/argoproj-labs/argocd-autopilot/pull/635 )
9- - [ chore] update golang to 1.24 [ #634 ] ( https://github.com/argoproj-labs/argocd-autopilot/pull/634 )
10- - [ feat] add cluster-only uninstall option and resource deletion handling [ #634 ] ( https://github.com/argoproj-labs/argocd-autopilot/pull/634 )
3+ - [ fix] Fix ArgoCD 3.0.0+ compatibility by replacing legacy repo credentials with proper repo-creds secret [ #674 ] ( https://github.com/argoproj-labs/argocd-autopilot/pull/674 )
4+ - [ fix] repo bootstrap fails when repository does not exist in the git provider [ #675 ] ( https://github.com/argoproj-labs/argocd-autopilot/issues/675 )
115
126### Contributors:
137
8+ - Aron Reis ([ @aronreisx ] ( https://github.com/aronreisx ) )
149- Noam Gal ([ @ATGardner ] ( https://github.com/ATGardner ) )
1510
1611## Installation:
@@ -54,7 +49,7 @@ argocd-autopilot version
5449
5550``` bash
5651# download and extract the binary
57- curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.19 /argocd-autopilot-linux-amd64.tar.gz | tar zx
52+ curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.20 /argocd-autopilot-linux-amd64.tar.gz | tar zx
5853
5954# move the binary to your $PATH
6055mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
@@ -67,7 +62,7 @@ argocd-autopilot version
6762
6863``` bash
6964# download and extract the binary
70- curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.19 /argocd-autopilot-darwin-amd64.tar.gz | tar zx
65+ curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.20 /argocd-autopilot-darwin-amd64.tar.gz | tar zx
7166
7267# move the binary to your $PATH
7368mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
0 commit comments