From 872bb4fcc1dcc4e20ed942c8a0b5da36ad044b7f Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Mon, 30 Aug 2021 13:21:22 +0300 Subject: [PATCH] v0.2.15 --- CHANGELOG.md | 17 ++++++++++++++++- Makefile | 2 +- docs/releases/release_notes.md | 17 ++++++++++------- 3 files changed, 27 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b163b9e0..3d5b7d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,25 @@ # Changelog: +# v0.2.15 + +### Bug fixes: +* Typo in error message [#162](https://github.com/argoproj-labs/argocd-autopilot/pull/162) +* The cluster-resources application-set should not have an empty project value [#165](https://github.com/argoproj-labs/argocd-autopilot/issues/165) +* Creating a DirApp with an existing name overwrites the previous application [#158](https://github.com/argoproj-labs/argocd-autopilot/issues/158) +* Creating a DirApp with no path in the repo causes app to not be created in the cluster [#166](https://github.com/argoproj-labs/argocd-autopilot/issues/166) + +### Dependencies: +* Default bootstrap now installs Argo-CD 2.1.1 and ApplicationSet 0.2.0 [#168](https://github.com/argoproj-labs/argocd-autopilot/pull/168) + # v0.2.14 + +### New featues: +* Allow adding labels for the ArgoCD app created during the bootstrap [#159](https://github.com/argoproj-labs/argocd-autopilot/issues/159) + +### Dependencies: * Bump k8s.io/api from 0.21.1 to 0.21.3 [#135](https://github.com/argoproj-labs/argocd-autopilot/pull/135) * Bump k8s.io/kubectl from 0.21.1 to 0.21.3 [#137](https://github.com/argoproj-labs/argocd-autopilot/pull/137) * Bump github.com/briandowns/spinner from 1.13.0 to 1.16.0 [#149](https://github.com/argoproj-labs/argocd-autopilot/pull/149) -* Allow adding labels for the ArgoCD app created during the bootstrap [#159](https://github.com/argoproj-labs/argocd-autopilot/issues/159) # v0.2.13 diff --git a/Makefile b/Makefile index 73cab524..f2316f95 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.2.14 +VERSION=v0.2.15 OUT_DIR=dist CLI_NAME?=argocd-autopilot diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index dde7a5a4..e522c177 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -1,13 +1,16 @@ -### New Features: -* Allow adding labels for the ArgoCD app created during the bootstrap [#159](https://github.com/argoproj-labs/argocd-autopilot/issues/159) - +### Bug fixes: +* Typo in error message [#162](https://github.com/argoproj-labs/argocd-autopilot/pull/162) +* The cluster-resources application-set should not have an empty project value [#165](https://github.com/argoproj-labs/argocd-autopilot/issues/165) +* Creating a DirApp with an existing name overwrites the previous application [#158](https://github.com/argoproj-labs/argocd-autopilot/issues/158) +* Creating a DirApp with no path in the repo causes app to not be created in the cluster [#166](https://github.com/argoproj-labs/argocd-autopilot/issues/166) + ### Dependencies: -* Bump k8s.io/api from 0.21.1 to 0.21.3 [#135](https://github.com/argoproj-labs/argocd-autopilot/pull/135) -* Bump k8s.io/kubectl from 0.21.1 to 0.21.3 [#137](https://github.com/argoproj-labs/argocd-autopilot/pull/137) -* Bump github.com/briandowns/spinner from 1.13.0 to 1.16.0 [#149](https://github.com/argoproj-labs/argocd-autopilot/pull/149) +* Default bootstrap now installs Argo-CD 2.1.1 and ApplicationSet 0.2.0 [#168](https://github.com/argoproj-labs/argocd-autopilot/pull/168) + ### Contributors: -- oren-codefresh ([@oren-codefresh](https://github.com/oren-codefresh)) +- Laurent Rochette ([@lrochette](https://github.com/lrochette)) +- Noam Gal ([@noam-codefresh](https://github.com/noam-codefresh)) ## Installation: