Skip to content
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

release-v0.4.18 #556

Merged
merged 7 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog:

# v0.4.18
- [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 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)

# 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)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.4.17
VERSION=v0.4.18
OUT_DIR=dist

CLI_NAME?=argocd-autopilot
Expand Down
39 changes: 26 additions & 13 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
### 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] 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 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)

### Contributors:

- Noam Gal ([@noam-codefresh](https://github.com/noam-codefresh))
- [priyanshusd](https://github.com/priyanshusd)

## Installation:

Expand Down Expand Up @@ -56,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-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
Expand All @@ -69,7 +82,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
Expand All @@ -86,5 +99,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 <cmd> <flags>
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.18 <cmd> <flags>
```