Skip to content

Commit a1d2d4c

Browse files
committed
chore: update release notes and changelog for v0.4.20
- Added dependency upgrades for various packages including ArgoCD, pflag, spinner, go-jose, redis, gitea, and gitlab client. - Updated Go version to 1.25.1 and golangci-lint to 2.4.0. Signed-off-by: Noam Gal <[email protected]>
1 parent 81034cd commit a1d2d4c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
# v0.4.20
44
- [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)
55
- [fix] repo bootstrap fails when repository does not exist in the git provider [#675](https://github.com/argoproj-labs/argocd-autopilot/issues/675)
6+
- [chore] upgraded github.com/argoproj/argo-cd/v2 v2.13.4 => github.com/argoproj/argo-cd/v3 v3.1.5 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
7+
- [chore] upgraded github.com/spf13/pflag v1.0.5 => v1.0.10 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
8+
- [chore] upgraded github.com/briandowns/spinner v1.23.1 => v1.23.2 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
9+
- [chore] upgraded github.com/go-jose/go-jose/v4 v4.0.4 => v4.1.2 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
10+
- [chore] upgraded github.com/redis/go-redis/v9 v9.6.1 => v9.14.0 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
11+
- [chore] upgraded code.gitea.io/sdk/gitea v0.19.0 => v0.22.0 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
12+
- [chore] upgraded gitlab.com/gitlab-org/api/client-go v0.121.0 => v0.143.3 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
13+
- [chore] update to golang 1.25.1 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
14+
- [chore] updated golangci-lint to 2.4.0 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
615

716
# v0.4.19
817
- [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)

docs/releases/release_notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
- [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)
44
- [fix] repo bootstrap fails when repository does not exist in the git provider [#675](https://github.com/argoproj-labs/argocd-autopilot/issues/675)
5+
- [chore] upgraded github.com/argoproj/argo-cd/v2 v2.13.4 => github.com/argoproj/argo-cd/v3 v3.1.5 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
6+
- [chore] upgraded github.com/spf13/pflag v1.0.5 => v1.0.10 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
7+
- [chore] upgraded github.com/briandowns/spinner v1.23.1 => v1.23.2 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
8+
- [chore] upgraded github.com/go-jose/go-jose/v4 v4.0.4 => v4.1.2 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
9+
- [chore] upgraded github.com/redis/go-redis/v9 v9.6.1 => v9.14.0 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
10+
- [chore] upgraded code.gitea.io/sdk/gitea v0.19.0 => v0.22.0 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
11+
- [chore] upgraded gitlab.com/gitlab-org/api/client-go v0.121.0 => v0.143.3 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
12+
- [chore] update to golang 1.25.1 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
13+
- [chore] updated golangci-lint to 2.4.0 [#678](https://github.com/argoproj-labs/argocd-autopilot/pull/678)
514

615
### Contributors:
716

0 commit comments

Comments
 (0)