From a5712ba564afaff0b23697135d6281d413e60345 Mon Sep 17 00:00:00 2001 From: Jonathan West Date: Thu, 10 Mar 2022 08:44:44 -0500 Subject: [PATCH] Release v0.4.1 Signed-off-by: Jonathan West --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- docs/Getting-Started.md | 2 +- manifests/base/kustomization.yaml | 2 +- manifests/install.yaml | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1382acc4..4eae97c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +# v0.4.1 + +## Contributors +- Alexander Matyushentsev (@alexmt) + +## New in this release + +This is a bug-fix release that fixes an issue with Git credential acquisition by the ApplicationSet controller in the v0.4.0 ApplicationSet controller and Argo CD v2.3.0 (due to packaging ApplicationSet controller v0.4.0). +- [ArgoCD v2.3.0 - ARGOCD_GIT_ASKPASS_NONCE is not set](https://github.com/argoproj/argo-cd/issues/8716) + # v0.4.0 ## Contributors diff --git a/VERSION b/VERSION index 1d0ba9ea..267577d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.4.1 diff --git a/docs/Getting-Started.md b/docs/Getting-Started.md index d4575534..8e410072 100644 --- a/docs/Getting-Started.md +++ b/docs/Getting-Started.md @@ -29,7 +29,7 @@ The ApplicationSet controller *must* be installed into the same namespace as the Presuming that Argo CD is installed into the `argocd` namespace, run the following command: ```bash -kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/applicationset/v0.4.0/manifests/install.yaml +kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/applicationset/v0.4.1/manifests/install.yaml ``` Once installed, the ApplicationSet controller requires no additional setup. diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 1f3c5a0f..073a2d7f 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization images: - name: quay.io/argoproj/argocd-applicationset newName: quay.io/argoproj/argocd-applicationset - newTag: v0.4.0 + newTag: v0.4.1 resources: - deployment.yaml diff --git a/manifests/install.yaml b/manifests/install.yaml index 625c8709..1e88e743 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -6629,7 +6629,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: quay.io/argoproj/argocd-applicationset:v0.4.0 + image: quay.io/argoproj/argocd-applicationset:v0.4.1 imagePullPolicy: Always name: argocd-applicationset-controller ports: