From 617c6e22ae674193ad120766959ef42d59a93037 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Tue, 24 Aug 2021 17:54:22 +0300 Subject: [PATCH] v0.2.14 --- CHANGELOG.md | 5 ++++- docs/releases/release_notes.md | 10 ++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0b3dca..b163b9e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog: # v0.2.14 -* Allow adding labels for the ArgoCD app created during the bootstrap[159](https://github.com/argoproj-labs/argocd-autopilot/issues/159) +* 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/docs/releases/release_notes.md b/docs/releases/release_notes.md index 438c6d4c..dde7a5a4 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -1,11 +1,13 @@ ### New Features: -* Allow installation of Argo-CD in `insecure` mode (useful when you want the SSL termination to happen in the ingress controller)[#144](https://github.com/argoproj-labs/argocd-autopilot/issues/144) +* Allow adding labels for the ArgoCD app created during the bootstrap [#159](https://github.com/argoproj-labs/argocd-autopilot/issues/159) -### Breaking Changes: -* Removed the `--namespaced` option from `repo bootstrap`. Installing argo-cd in namespaced mode cannot be used for bootstraping as the bootstrap installation contains CRDs, which are cluster scoped resources, which cannot be created by argo-cd in namespaced mode. Bottom line: it was never useable. +### 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) ### Contributors: -- Roi Kramer ([@roi-codefresh](https://github.com/roi-codefresh)) +- oren-codefresh ([@oren-codefresh](https://github.com/oren-codefresh)) ## Installation: