Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh committed May 25, 2021
1 parent 7038573 commit c59c99b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog:

# v0.1.7

* Fixed `--namespaced` bootstrap
* fix typo in auth error message
* Support for directory type application
* Renamed the binary archive from just .gz zo .tar.gz

# v0.1.6
* new logo!
* updated docs
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.1.6
VERSION=v0.1.7
OUT_DIR=dist

CLI_NAME?=argocd-autopilot
Expand Down
20 changes: 17 additions & 3 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
## Changes:
* fixed `--namespaced` bootstrap
* implemented [#59](https://github.com/argoproj-labs/argocd-autopilot/issues/59)
### Bug fixes:

* Fixed `--namespaced` bootstrap [#61](https://github.com/argoproj-labs/argocd-autopilot/pull/61)
* fix typo in auth error message [#60](https://github.com/argoproj-labs/argocd-autopilot/pull/60)

### Features:

* Support for directory type application [#59](https://github.com/argoproj-labs/argocd-autopilot/issues/59)

### Additional changes

* Renamed the binary archive from just .gz zo .tar.gz [#62](https://github.com/argoproj-labs/argocd-autopilot/pull/62)

### Contributors:

- Engin Diri ([@dirien](https://github.com/dirien))
- Christopher Baklid ([@inveracity](https://github.com/inveracity))

## Installation:

Expand Down

0 comments on commit c59c99b

Please sign in to comment.