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.17 #515

Merged
merged 3 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog:

# 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)
- [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)

# v0.4.16

- [fix] Fix gitea repo bootstrap failure [#495](https://github.com/argoproj-labs/argocd-autopilot/pull/495)
Expand All @@ -23,7 +35,7 @@
- [docs] fix a typo [#460](https://github.com/argoproj-labs/argocd-autopilot/pull/460)
- [docs] Quoting variable expansions [#391](https://github.com/argoproj-labs/argocd-autopilot/pull/391)

# v0.4.15
# v0.4.17

- [docs] fix small typo in Getting Started docs [#445](https://github.com/argoproj-labs/argocd-autopilot/pull/445)
- [chore] fixed security vulnerabilities [#446](https://github.com/argoproj-labs/argocd-autopilot/issues/446)
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.16
VERSION=v0.4.17
OUT_DIR=dist

CLI_NAME?=argocd-autopilot
Expand Down
39 changes: 13 additions & 26 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,19 @@
### Changes

- [fix] Fix gitea repo bootstrap failure [#495](https://github.com/argoproj-labs/argocd-autopilot/pull/495)
- [chore] updated image to `1.20.3` [#477](https://github.com/argoproj-labs/argocd-autopilot/pull/477)
- [chore] updated golangci-lint from `v1.50.1` to `v1.53.1` [#479](https://github.com/argoproj-labs/argocd-autopilot/pull/479)
- [chore] Bump github.com/spf13/viper from `1.10.1` to `1.16.0` [#475](https://github.com/argoproj-labs/argocd-autopilot/pull/475)
- [chore] Bump go.mongodb.org/mongo-driver from `1.1.2` to `1.5.1` [#433](https://github.com/argoproj-labs/argocd-autopilot/pull/433)
- [chore] Bump github.com/xanzy/go-gitlab from `0.71.0` to `0.86.0` [#487](https://github.com/argoproj-labs/argocd-autopilot/pull/487)
- [chore] Bump k8s.io/* from `0.24.2` to `0.24.15` [#489](https://github.com/argoproj-labs/argocd-autopilot/pull/489)
- [chore] Bump github.com/argoproj/argo-cd/v2 from `2.5.9` to `2.8.3` [#488](https://github.com/argoproj-labs/argocd-autopilot/pull/488)
- [chore] Bump github.com/go-git/go-billy/v5 `5.3.1` to `5.4.1` [#488](https://github.com/argoproj-labs/argocd-autopilot/pull/488)
- [chore] Bump github.com/go-git/go-git/v5 `5.4.2` to `5.7.0` [#488](https://github.com/argoproj-labs/argocd-autopilot/pull/488)
- [chore] Bump github.com/ktrysmt/go-bitbucket `0.9.55` to `0.9.60` [#488](https://github.com/argoproj-labs/argocd-autopilot/pull/488)
- [chore] Bump github.com/sirupsen/logrus `1.8.1` to `1.9.3` [#488](https://github.com/argoproj-labs/argocd-autopilot/pull/488)
- [chore] Bump github.com/spf13/cobra `1.5.0` to `1.7.0` [#488](https://github.com/argoproj-labs/argocd-autopilot/pull/488)
- [chore] Bump sigs.k8s.io/kustomize/api `0.11.4` to `0.11.5` [#488](https://github.com/argoproj-labs/argocd-autopilot/pull/488)
- [chore] Bump sigs.k8s.io/kustomize/kyaml `0.13.6` to `0.13.7` [#488](https://github.com/argoproj-labs/argocd-autopilot/pull/488)
- [chore] Bump github.com/go-git/go-billy/v5 from `5.4.1` to `5.5.0` [#497](https://github.com/argoproj-labs/argocd-autopilot/pull/497)
- [chore] Bump pygments from `2.7.4` to `2.15.0` in /docs [#493](https://github.com/argoproj-labs/argocd-autopilot/pull/493)
- [docs] add missing requirement in getting started docs [#459](https://github.com/argoproj-labs/argocd-autopilot/pull/459)
- [docs] fix a typo [#460](https://github.com/argoproj-labs/argocd-autopilot/pull/460)
- [docs] Quoting variable expansions [#391](https://github.com/argoproj-labs/argocd-autopilot/pull/391)
- [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)

### Contributors:

- Wim Fournier ([@hsmade](https://github.com/hsmade))
- Noam Gal ([@noam-codefresh](https://github.com/noam-codefresh))
- gamerslouis ([@gamerslouis](https://github.com/gamerslouis))
- TomyLobo ([@TomyLobo](https://github.com/TomyLobo))

## Installation:

Expand Down Expand Up @@ -69,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.15/argocd-autopilot-linux-amd64.tar.gz | tar zx
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.17/argocd-autopilot-linux-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
Expand All @@ -82,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.15/argocd-autopilot-darwin-amd64.tar.gz | tar zx
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.17/argocd-autopilot-darwin-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
Expand All @@ -99,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.15 <cmd> <flags>
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.17 <cmd> <flags>
```