From 9b4e705e86c3334ceb42bffe3b7fd97d67e230ad Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 22 Jun 2021 15:16:08 +0300 Subject: [PATCH] v0.2.7 --- CHANGELOG.md | 8 ++++++++ Makefile | 2 +- docs/releases/release_notes.md | 9 +++------ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b8550ac..21bf7956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/Makefile b/Makefile index e7248baa..3b563f35 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.2.6 +VERSION=v0.2.7 OUT_DIR=dist CLI_NAME?=argocd-autopilot diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index e75c6e25..9f3e475f 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -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=`, `?tag=` or `?ref=` 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))