Skip to content

Commit

Permalink
updated changelog and release_notes
Browse files Browse the repository at this point in the history
Signed-off-by: Noam Gal <[email protected]>
  • Loading branch information
ATGardner committed Oct 17, 2023
1 parent 8938a28 commit 1d26308
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
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
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>
```

0 comments on commit 1d26308

Please sign in to comment.