Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGardner committed Jun 22, 2021
1 parent 8a883a7 commit 9b4e705
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog:

# v0.2.7

### Bug Fixes:
* url_parse_fix [#106](https://github.com/argoproj-labs/argocd-autopilot/issues/106)

### Additional Changes:
* Fix typo [#109](https://github.com/argoproj-labs/argocd-autopilot/pull/109)

# v0.2.6

### Bug Fixes:
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.2.6
VERSION=v0.2.7
OUT_DIR=dist

CLI_NAME?=argocd-autopilot
Expand Down
9 changes: 3 additions & 6 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
### Bug Fixes:
* getting "failed to build bootstrap manifests" since v0.2.5 [#106](https://github.com/argoproj-labs/argocd-autopilot/issues/106)

### Breaking Changes:
* ~when sending `--app` flag value, use either `?sha=<sha_value>`, `?tag=<tag_name>` or `?ref=<branch_name>` to specificy sha|tag|branch to clone from ~ [#98](https://github.com/argoproj-labs/argocd-autopilot/pull/98)~ - REVERTED in [#107](https://github.com/argoproj-labs/argocd-autopilot/pull/107)
* url_parse_fix [#106](https://github.com/argoproj-labs/argocd-autopilot/issues/106)

### Additional Changes:
* fixed help text typos [#105](https://github.com/argoproj-labs/argocd-autopilot/pull/105)
* Fix typo [#109](https://github.com/argoproj-labs/argocd-autopilot/pull/109)

### Contributors:
- Moshe Avni ([@mosheavni](https://github.com/mosheavni))
- [@ndrpnt](https://github.com/ndrpnt)
- Roi Kramer ([@roi-codefresh](https://github.com/roi-codefresh))
- Noam Gal ([@noam-codefresh](https://github.com/noam-codefresh))

Expand Down

0 comments on commit 9b4e705

Please sign in to comment.