Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit a5712ba

Browse files
committed
Release v0.4.1
Signed-off-by: Jonathan West <[email protected]>
1 parent bcf1520 commit a5712ba

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
# v0.4.1
4+
5+
## Contributors
6+
- Alexander Matyushentsev (@alexmt)
7+
8+
## New in this release
9+
10+
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).
11+
- [ArgoCD v2.3.0 - ARGOCD_GIT_ASKPASS_NONCE is not set](https://github.com/argoproj/argo-cd/issues/8716)
12+
313
# v0.4.0
414

515
## Contributors

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

docs/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The ApplicationSet controller *must* be installed into the same namespace as the
2929
Presuming that Argo CD is installed into the `argocd` namespace, run the following command:
3030

3131
```bash
32-
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/applicationset/v0.4.0/manifests/install.yaml
32+
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/applicationset/v0.4.1/manifests/install.yaml
3333
```
3434

3535
Once installed, the ApplicationSet controller requires no additional setup.

manifests/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kustomization
44
images:
55
- name: quay.io/argoproj/argocd-applicationset
66
newName: quay.io/argoproj/argocd-applicationset
7-
newTag: v0.4.0
7+
newTag: v0.4.1
88

99
resources:
1010
- deployment.yaml

manifests/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6629,7 +6629,7 @@ spec:
66296629
valueFrom:
66306630
fieldRef:
66316631
fieldPath: metadata.namespace
6632-
image: quay.io/argoproj/argocd-applicationset:v0.4.0
6632+
image: quay.io/argoproj/argocd-applicationset:v0.4.1
66336633
imagePullPolicy: Always
66346634
name: argocd-applicationset-controller
66356635
ports:

0 commit comments

Comments
 (0)