From d551e0468bef16afb4dfc2d9ec0610a36d08724a Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 26 Nov 2024 13:08:04 +0200 Subject: [PATCH 1/7] created new release Signed-off-by: Noam Gal --- CHANGELOG.md | 14 ++++++++++++++ Makefile | 2 +- docs/releases/release_notes.md | 6 +++--- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a53595..f11c532f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog: +# v0.4.18 +- [chore] Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 [#523](https://github.com/argoproj-labs/argocd-autopilot/pull/523) +- [chore] Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc [#525](https://github.com/argoproj-labs/argocd-autopilot/pull/525) +- [chore] Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 [#528](https://github.com/argoproj-labs/argocd-autopilot/pull/528) +- [chore] Bump code.gitea.io/sdk/gitea from 0.16.0 to 0.17.0 [#532](https://github.com/argoproj-labs/argocd-autopilot/pull/532) +- [chore] Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 [#519](https://github.com/argoproj-labs/argocd-autopilot/pull/519) [#531](https://github.com/argoproj-labs/argocd-autopilot/pull/531) [#539](https://github.com/argoproj-labs/argocd-autopilot/pull/539) +- [chore] Bump github.com/spf13/viper from 1.17.0 to 1.18.2 [#537](https://github.com/argoproj-labs/argocd-autopilot/pull/537) [#543](https://github.com/argoproj-labs/argocd-autopilot/pull/543) +- [chore] Bump golang.org/x/crypto from 0.16.0 to 0.17.1 [#542](https://github.com/argoproj-labs/argocd-autopilot/pull/542) [#544](https://github.com/argoproj-labs/argocd-autopilot/pull/544) +- [chore] Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 [#546](https://github.com/argoproj-labs/argocd-autopilot/pull/546) +- [chore] Bump github.com/argoproj/argo-cd/v2 to 2.10.0 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) +- [chore] Bump github.com/xanzy/go-gitlab from 0.93.1 to 0.97.0 [#518](https://github.com/argoproj-labs/argocd-autopilot/pull/518) [#526](https://github.com/argoproj-labs/argocd-autopilot/pull/526) [#541](https://github.com/argoproj-labs/argocd-autopilot/pull/541) [#552](https://github.com/argoproj-labs/argocd-autopilot/pull/552) +- [chore] Bump github.com/ktrysmt/go-bitbucket from 0.9.70 to 0.9.75 [#524](https://github.com/argoproj-labs/argocd-autopilot/pull/524) [#527](https://github.com/argoproj-labs/argocd-autopilot/pull/527) [#540](https://github.com/argoproj-labs/argocd-autopilot/pull/540) [#553](https://github.com/argoproj-labs/argocd-autopilot/pull/553) +- [chore] updated golang to 1.22 [#555](https://github.com/argoproj-labs/argocd-autopilot/pull/555) + # v0.4.17 - [chore] Bump code.gitea.io/sdk/gitea from 0.15.1 to 0.16.0 [#503](https://github.com/argoproj-labs/argocd-autopilot/pull/503) - [chore] Bump github.com/argoproj/argo-cd/v2 from 2.8.3 to 2.8.4 [#503](https://github.com/argoproj-labs/argocd-autopilot/pull/503) diff --git a/Makefile b/Makefile index 532419b8..55be05b8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.4.17 +VERSION=v0.4.18 OUT_DIR=dist CLI_NAME?=argocd-autopilot diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 739d7948..32f86141 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -56,7 +56,7 @@ argocd-autopilot version ```bash # download and extract the binary -curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.17/argocd-autopilot-linux-amd64.tar.gz | tar zx +curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.18/argocd-autopilot-linux-amd64.tar.gz | tar zx # move the binary to your $PATH mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot @@ -69,7 +69,7 @@ argocd-autopilot version ```bash # download and extract the binary -curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.17/argocd-autopilot-darwin-amd64.tar.gz | tar zx +curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.18/argocd-autopilot-darwin-amd64.tar.gz | tar zx # move the binary to your $PATH mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot @@ -86,5 +86,5 @@ When using the Docker image, you have to provide the `.kube` and `.gitconfig` di docker run \ -v ~/.kube:/home/autopilot/.kube \ -v ~/.gitconfig:/home/autopilot/.gitconfig \ - -it quay.io/argoprojlabs/argocd-autopilot:v0.4.17 + -it quay.io/argoprojlabs/argocd-autopilot:v0.4.18 ``` From e716e7491f4a031e0a6079951f680d2acb7d5968 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 26 Nov 2024 13:08:04 +0200 Subject: [PATCH 2/7] fixed `project create` help text Signed-off-by: Noam Gal --- docs/releases/release_notes.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 32f86141..853f6117 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -1,19 +1,23 @@ ### Changes -- [chore] Bump code.gitea.io/sdk/gitea from 0.15.1 to 0.16.0 [#503](https://github.com/argoproj-labs/argocd-autopilot/pull/503) -- [chore] Bump github.com/argoproj/argo-cd/v2 from 2.8.3 to 2.8.4 [#503](https://github.com/argoproj-labs/argocd-autopilot/pull/503) -- [chore] Bump github.com/briandowns/spinner from 1.18.1 to 1.23.0 [#499](https://github.com/argoproj-labs/argocd-autopilot/pull/499) -- [chore] Bump github.com/go-git/go-git/v5 from 5.7.0 to 5.9.0 [#505](https://github.com/argoproj-labs/argocd-autopilot/pull/505) -- [chore] Bump github.com/ktrysmt/go-bitbucket from 0.9.60 to 0.9.70 [#502](https://github.com/argoproj-labs/argocd-autopilot/pull/502) [#506](https://github.com/argoproj-labs/argocd-autopilot/pull/506) [#514](https://github.com/argoproj-labs/argocd-autopilot/pull/514) -- [chore] Bump github.com/spf13/viper from 1.16.0 to 1.17.0 [#511](https://github.com/argoproj-labs/argocd-autopilot/pull/511) -- [chore] Bump github.com/xanzy/go-gitlab from 0.86.0 to 0.93.1 [#500](https://github.com/argoproj-labs/argocd-autopilot/pull/500) [#508](https://github.com/argoproj-labs/argocd-autopilot/pull/508) [#512](https://github.com/argoproj-labs/argocd-autopilot/pull/512) -- [chore] Bump golang.org/x/net from 0.15.0 to 0.17.0 [#513](https://github.com/argoproj-labs/argocd-autopilot/pull/513) -- [chore] Bump k8s.io/* deps to v0.24.17 [#513](https://github.com/argoproj-labs/argocd-autopilot/pull/513) -- [chore] removed git-lfs from docker image [#513](https://github.com/argoproj-labs/argocd-autopilot/pull/513) +- [chore] Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 [#523](https://github.com/argoproj-labs/argocd-autopilot/pull/523) +- [chore] Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc [#525](https://github.com/argoproj-labs/argocd-autopilot/pull/525) +- [chore] Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 [#528](https://github.com/argoproj-labs/argocd-autopilot/pull/528) +- [chore] Bump code.gitea.io/sdk/gitea from 0.16.0 to 0.17.0 [#532](https://github.com/argoproj-labs/argocd-autopilot/pull/532) +- [chore] Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 [#519](https://github.com/argoproj-labs/argocd-autopilot/pull/519) [#531](https://github.com/argoproj-labs/argocd-autopilot/pull/531) [#539](https://github.com/argoproj-labs/argocd-autopilot/pull/539) +- [chore] Bump github.com/spf13/viper from 1.17.0 to 1.18.2 [#537](https://github.com/argoproj-labs/argocd-autopilot/pull/537) [#543](https://github.com/argoproj-labs/argocd-autopilot/pull/543) +- [chore] Bump golang.org/x/crypto from 0.16.0 to 0.17.1 [#542](https://github.com/argoproj-labs/argocd-autopilot/pull/542) [#544](https://github.com/argoproj-labs/argocd-autopilot/pull/544) +- [chore] Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 [#546](https://github.com/argoproj-labs/argocd-autopilot/pull/546) +- [chore] Bump github.com/argoproj/argo-cd/v2 to 2.10.0 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) +- [chore] Bump github.com/xanzy/go-gitlab from 0.93.1 to 0.97.0 [#518](https://github.com/argoproj-labs/argocd-autopilot/pull/518) [#526](https://github.com/argoproj-labs/argocd-autopilot/pull/526) [#541](https://github.com/argoproj-labs/argocd-autopilot/pull/541) [#552](https://github.com/argoproj-labs/argocd-autopilot/pull/552) +- [chore] Bump github.com/ktrysmt/go-bitbucket from 0.9.70 to 0.9.75 [#524](https://github.com/argoproj-labs/argocd-autopilot/pull/524) [#527](https://github.com/argoproj-labs/argocd-autopilot/pull/527) [#540](https://github.com/argoproj-labs/argocd-autopilot/pull/540) [#553](https://github.com/argoproj-labs/argocd-autopilot/pull/553) +- [chore] updated golang to 1.22 [#555](https://github.com/argoproj-labs/argocd-autopilot/pull/555) +- [docs] fixed "project create" documentation and help text [#550](https://github.com/argoproj-labs/argocd-autopilot/pull/550) ### Contributors: - Noam Gal ([@noam-codefresh](https://github.com/noam-codefresh)) +- [priyanshusd](https://github.com/priyanshusd) ## Installation: From 5b9ad4d095d12b6af0aea92237d70a82b136cb97 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 26 Nov 2024 13:08:05 +0200 Subject: [PATCH 3/7] updated changelog Signed-off-by: Noam Gal --- CHANGELOG.md | 7 +++++-- docs/releases/release_notes.md | 8 +++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f11c532f..1e091654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,15 @@ - [chore] Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 [#523](https://github.com/argoproj-labs/argocd-autopilot/pull/523) - [chore] Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc [#525](https://github.com/argoproj-labs/argocd-autopilot/pull/525) - [chore] Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 [#528](https://github.com/argoproj-labs/argocd-autopilot/pull/528) -- [chore] Bump code.gitea.io/sdk/gitea from 0.16.0 to 0.17.0 [#532](https://github.com/argoproj-labs/argocd-autopilot/pull/532) +- [chore] Bump code.gitea.io/sdk/gitea from 0.16.0 to 0.17.1 [#532](https://github.com/argoproj-labs/argocd-autopilot/pull/532) [#544](https://github.com/argoproj-labs/argocd-autopilot/pull/544) - [chore] Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 [#519](https://github.com/argoproj-labs/argocd-autopilot/pull/519) [#531](https://github.com/argoproj-labs/argocd-autopilot/pull/531) [#539](https://github.com/argoproj-labs/argocd-autopilot/pull/539) - [chore] Bump github.com/spf13/viper from 1.17.0 to 1.18.2 [#537](https://github.com/argoproj-labs/argocd-autopilot/pull/537) [#543](https://github.com/argoproj-labs/argocd-autopilot/pull/543) - [chore] Bump golang.org/x/crypto from 0.16.0 to 0.17.1 [#542](https://github.com/argoproj-labs/argocd-autopilot/pull/542) [#544](https://github.com/argoproj-labs/argocd-autopilot/pull/544) - [chore] Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 [#546](https://github.com/argoproj-labs/argocd-autopilot/pull/546) -- [chore] Bump github.com/argoproj/argo-cd/v2 to 2.10.0 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) +- [chore] Bump github.com/argoproj/argo-cd/v2 from 2.8.4 to 2.10.0 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) +- [chore] Bump k8s.io/* from 0.24.17 to 0.26.11 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) +- [chore] Bump sigs.k8s.io/kustomize/api from 0.11.5 to 0.12.1[#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) +- [chore] Bump sigs.k8s.io/kustomize/kyaml from 0.13.7 to 0.13.9 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) - [chore] Bump github.com/xanzy/go-gitlab from 0.93.1 to 0.97.0 [#518](https://github.com/argoproj-labs/argocd-autopilot/pull/518) [#526](https://github.com/argoproj-labs/argocd-autopilot/pull/526) [#541](https://github.com/argoproj-labs/argocd-autopilot/pull/541) [#552](https://github.com/argoproj-labs/argocd-autopilot/pull/552) - [chore] Bump github.com/ktrysmt/go-bitbucket from 0.9.70 to 0.9.75 [#524](https://github.com/argoproj-labs/argocd-autopilot/pull/524) [#527](https://github.com/argoproj-labs/argocd-autopilot/pull/527) [#540](https://github.com/argoproj-labs/argocd-autopilot/pull/540) [#553](https://github.com/argoproj-labs/argocd-autopilot/pull/553) - [chore] updated golang to 1.22 [#555](https://github.com/argoproj-labs/argocd-autopilot/pull/555) diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 853f6117..6085dd2b 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -3,16 +3,18 @@ - [chore] Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 [#523](https://github.com/argoproj-labs/argocd-autopilot/pull/523) - [chore] Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc [#525](https://github.com/argoproj-labs/argocd-autopilot/pull/525) - [chore] Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 [#528](https://github.com/argoproj-labs/argocd-autopilot/pull/528) -- [chore] Bump code.gitea.io/sdk/gitea from 0.16.0 to 0.17.0 [#532](https://github.com/argoproj-labs/argocd-autopilot/pull/532) +- [chore] Bump code.gitea.io/sdk/gitea from 0.16.0 to 0.17.1 [#532](https://github.com/argoproj-labs/argocd-autopilot/pull/532) [#544](https://github.com/argoproj-labs/argocd-autopilot/pull/544) - [chore] Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 [#519](https://github.com/argoproj-labs/argocd-autopilot/pull/519) [#531](https://github.com/argoproj-labs/argocd-autopilot/pull/531) [#539](https://github.com/argoproj-labs/argocd-autopilot/pull/539) - [chore] Bump github.com/spf13/viper from 1.17.0 to 1.18.2 [#537](https://github.com/argoproj-labs/argocd-autopilot/pull/537) [#543](https://github.com/argoproj-labs/argocd-autopilot/pull/543) - [chore] Bump golang.org/x/crypto from 0.16.0 to 0.17.1 [#542](https://github.com/argoproj-labs/argocd-autopilot/pull/542) [#544](https://github.com/argoproj-labs/argocd-autopilot/pull/544) - [chore] Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 [#546](https://github.com/argoproj-labs/argocd-autopilot/pull/546) -- [chore] Bump github.com/argoproj/argo-cd/v2 to 2.10.0 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) +- [chore] Bump github.com/argoproj/argo-cd/v2 from 2.8.4 to 2.10.0 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) +- [chore] Bump k8s.io/* from 0.24.17 to 0.26.11 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) +- [chore] Bump sigs.k8s.io/kustomize/api from 0.11.5 to 0.12.1[#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) +- [chore] Bump sigs.k8s.io/kustomize/kyaml from 0.13.7 to 0.13.9 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) - [chore] Bump github.com/xanzy/go-gitlab from 0.93.1 to 0.97.0 [#518](https://github.com/argoproj-labs/argocd-autopilot/pull/518) [#526](https://github.com/argoproj-labs/argocd-autopilot/pull/526) [#541](https://github.com/argoproj-labs/argocd-autopilot/pull/541) [#552](https://github.com/argoproj-labs/argocd-autopilot/pull/552) - [chore] Bump github.com/ktrysmt/go-bitbucket from 0.9.70 to 0.9.75 [#524](https://github.com/argoproj-labs/argocd-autopilot/pull/524) [#527](https://github.com/argoproj-labs/argocd-autopilot/pull/527) [#540](https://github.com/argoproj-labs/argocd-autopilot/pull/540) [#553](https://github.com/argoproj-labs/argocd-autopilot/pull/553) - [chore] updated golang to 1.22 [#555](https://github.com/argoproj-labs/argocd-autopilot/pull/555) -- [docs] fixed "project create" documentation and help text [#550](https://github.com/argoproj-labs/argocd-autopilot/pull/550) ### Contributors: From e5c648307e27f8ef3ebb619d92896e32b1f701a7 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 26 Nov 2024 13:11:08 +0200 Subject: [PATCH 4/7] updated changelog Signed-off-by: Noam Gal --- CHANGELOG.md | 29 ++++++++++++++++++----------- docs/releases/release_notes.md | 29 ++++++++++++++++++----------- 2 files changed, 36 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e091654..52841061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,28 @@ # Changelog: # v0.4.18 -- [chore] Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 [#523](https://github.com/argoproj-labs/argocd-autopilot/pull/523) +- [chore] update golang to 1.23 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] code.gitea.io/sdk/gitea v0.17.1 => v0.19.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/argoproj/argo-cd/v2 v2.10.0 => v2.13.1 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/briandowns/spinner v1.23.0 => v1.23.1 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/go-git/go-git/v5 v5.11.0 => v5.12.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/ktrysmt/go-bitbucket v0.9.75 => v0.9.81 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/spf13/cobra v1.8.0 => v1.8.1 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/spf13/viper v1.18.2 => v1.19.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/stretchr/testify v1.8.4 => v1.10.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/xanzy/go-gitlab v0.97.0 => v0.114.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded k8s.io/api v0.26.11 => v0.31.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded k8s.io/apimachinery v0.26.11 => v0.31.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded k8s.io/cli-runtime v0.26.11 => v0.31.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded k8s.io/client-go v0.26.11 => v0.31.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded k8s.io/kubectl v0.26.11 => v0.31.2 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded sigs.k8s.io/kustomize/api v0.12.1 => v0.17.2 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded sigs.k8s.io/kustomize/kyaml v0.13.9 => v0.17.1 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] replaced github.com/ghodss/yaml v1.0.0 with sigs.k8s.io/yaml v1.4.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) - [chore] Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc [#525](https://github.com/argoproj-labs/argocd-autopilot/pull/525) - [chore] Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 [#528](https://github.com/argoproj-labs/argocd-autopilot/pull/528) -- [chore] Bump code.gitea.io/sdk/gitea from 0.16.0 to 0.17.1 [#532](https://github.com/argoproj-labs/argocd-autopilot/pull/532) [#544](https://github.com/argoproj-labs/argocd-autopilot/pull/544) -- [chore] Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 [#519](https://github.com/argoproj-labs/argocd-autopilot/pull/519) [#531](https://github.com/argoproj-labs/argocd-autopilot/pull/531) [#539](https://github.com/argoproj-labs/argocd-autopilot/pull/539) -- [chore] Bump github.com/spf13/viper from 1.17.0 to 1.18.2 [#537](https://github.com/argoproj-labs/argocd-autopilot/pull/537) [#543](https://github.com/argoproj-labs/argocd-autopilot/pull/543) - [chore] Bump golang.org/x/crypto from 0.16.0 to 0.17.1 [#542](https://github.com/argoproj-labs/argocd-autopilot/pull/542) [#544](https://github.com/argoproj-labs/argocd-autopilot/pull/544) - [chore] Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 [#546](https://github.com/argoproj-labs/argocd-autopilot/pull/546) -- [chore] Bump github.com/argoproj/argo-cd/v2 from 2.8.4 to 2.10.0 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) -- [chore] Bump k8s.io/* from 0.24.17 to 0.26.11 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) -- [chore] Bump sigs.k8s.io/kustomize/api from 0.11.5 to 0.12.1[#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) -- [chore] Bump sigs.k8s.io/kustomize/kyaml from 0.13.7 to 0.13.9 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) -- [chore] Bump github.com/xanzy/go-gitlab from 0.93.1 to 0.97.0 [#518](https://github.com/argoproj-labs/argocd-autopilot/pull/518) [#526](https://github.com/argoproj-labs/argocd-autopilot/pull/526) [#541](https://github.com/argoproj-labs/argocd-autopilot/pull/541) [#552](https://github.com/argoproj-labs/argocd-autopilot/pull/552) -- [chore] Bump github.com/ktrysmt/go-bitbucket from 0.9.70 to 0.9.75 [#524](https://github.com/argoproj-labs/argocd-autopilot/pull/524) [#527](https://github.com/argoproj-labs/argocd-autopilot/pull/527) [#540](https://github.com/argoproj-labs/argocd-autopilot/pull/540) [#553](https://github.com/argoproj-labs/argocd-autopilot/pull/553) -- [chore] updated golang to 1.22 [#555](https://github.com/argoproj-labs/argocd-autopilot/pull/555) # v0.4.17 - [chore] Bump code.gitea.io/sdk/gitea from 0.15.1 to 0.16.0 [#503](https://github.com/argoproj-labs/argocd-autopilot/pull/503) diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 6085dd2b..f77e2169 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -1,20 +1,27 @@ ### Changes -- [chore] Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 [#523](https://github.com/argoproj-labs/argocd-autopilot/pull/523) +- [chore] update golang to 1.23 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] code.gitea.io/sdk/gitea v0.17.1 => v0.19.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/argoproj/argo-cd/v2 v2.10.0 => v2.13.1 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/briandowns/spinner v1.23.0 => v1.23.1 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/go-git/go-git/v5 v5.11.0 => v5.12.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/ktrysmt/go-bitbucket v0.9.75 => v0.9.81 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/spf13/cobra v1.8.0 => v1.8.1 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/spf13/viper v1.18.2 => v1.19.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/stretchr/testify v1.8.4 => v1.10.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded github.com/xanzy/go-gitlab v0.97.0 => v0.114.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded k8s.io/api v0.26.11 => v0.31.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded k8s.io/apimachinery v0.26.11 => v0.31.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded k8s.io/cli-runtime v0.26.11 => v0.31.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded k8s.io/client-go v0.26.11 => v0.31.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded k8s.io/kubectl v0.26.11 => v0.31.2 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded sigs.k8s.io/kustomize/api v0.12.1 => v0.17.2 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] upgraded sigs.k8s.io/kustomize/kyaml v0.13.9 => v0.17.1 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) +- [chore] replaced github.com/ghodss/yaml v1.0.0 with sigs.k8s.io/yaml v1.4.0 [#598](https://github.com/argoproj-labs/argocd-autopilot/pull/598) - [chore] Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc [#525](https://github.com/argoproj-labs/argocd-autopilot/pull/525) - [chore] Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 [#528](https://github.com/argoproj-labs/argocd-autopilot/pull/528) -- [chore] Bump code.gitea.io/sdk/gitea from 0.16.0 to 0.17.1 [#532](https://github.com/argoproj-labs/argocd-autopilot/pull/532) [#544](https://github.com/argoproj-labs/argocd-autopilot/pull/544) -- [chore] Bump github.com/go-git/go-git/v5 from 5.9.0 to 5.11.0 [#519](https://github.com/argoproj-labs/argocd-autopilot/pull/519) [#531](https://github.com/argoproj-labs/argocd-autopilot/pull/531) [#539](https://github.com/argoproj-labs/argocd-autopilot/pull/539) -- [chore] Bump github.com/spf13/viper from 1.17.0 to 1.18.2 [#537](https://github.com/argoproj-labs/argocd-autopilot/pull/537) [#543](https://github.com/argoproj-labs/argocd-autopilot/pull/543) - [chore] Bump golang.org/x/crypto from 0.16.0 to 0.17.1 [#542](https://github.com/argoproj-labs/argocd-autopilot/pull/542) [#544](https://github.com/argoproj-labs/argocd-autopilot/pull/544) - [chore] Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 [#546](https://github.com/argoproj-labs/argocd-autopilot/pull/546) -- [chore] Bump github.com/argoproj/argo-cd/v2 from 2.8.4 to 2.10.0 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) -- [chore] Bump k8s.io/* from 0.24.17 to 0.26.11 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) -- [chore] Bump sigs.k8s.io/kustomize/api from 0.11.5 to 0.12.1[#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) -- [chore] Bump sigs.k8s.io/kustomize/kyaml from 0.13.7 to 0.13.9 [#554](https://github.com/argoproj-labs/argocd-autopilot/pull/554) -- [chore] Bump github.com/xanzy/go-gitlab from 0.93.1 to 0.97.0 [#518](https://github.com/argoproj-labs/argocd-autopilot/pull/518) [#526](https://github.com/argoproj-labs/argocd-autopilot/pull/526) [#541](https://github.com/argoproj-labs/argocd-autopilot/pull/541) [#552](https://github.com/argoproj-labs/argocd-autopilot/pull/552) -- [chore] Bump github.com/ktrysmt/go-bitbucket from 0.9.70 to 0.9.75 [#524](https://github.com/argoproj-labs/argocd-autopilot/pull/524) [#527](https://github.com/argoproj-labs/argocd-autopilot/pull/527) [#540](https://github.com/argoproj-labs/argocd-autopilot/pull/540) [#553](https://github.com/argoproj-labs/argocd-autopilot/pull/553) -- [chore] updated golang to 1.22 [#555](https://github.com/argoproj-labs/argocd-autopilot/pull/555) ### Contributors: From 3b92b1067a83695b605500e0f04fbb548ee10758 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 26 Nov 2024 13:41:15 +0200 Subject: [PATCH 5/7] bump Signed-off-by: Noam Gal From daa4ff05fdbfc721322bfdd5f071e999cd261d9c Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 26 Nov 2024 13:46:07 +0200 Subject: [PATCH 6/7] bump Signed-off-by: Noam Gal From d31992f1b38477ab3eac4ec2e713cc084162b379 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 26 Nov 2024 14:07:43 +0200 Subject: [PATCH 7/7] bump Signed-off-by: Noam Gal