Skip to content

Commit b7e3f52

Browse files
chore: bump version to 3.6.0-rc1 on release-3.6 branch (#29730)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 94564eb commit b7e3f52

17 files changed

Lines changed: 90 additions & 87 deletions

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.0
1+
3.6.0-rc1
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
This page is populated for released Argo CD versions. Use the version selector to view this table for a specific
2-
version.
1+
| Argo CD version | Kubernetes versions |
2+
|-----------------|---------------------|
3+
| 3.6 | v1.37, v1.36, v1.35, v1.34 |
4+
| 3.5 | v1.36, v1.35, v1.34, v1.33 |
5+
| 3.4 | v1.35, v1.34, v1.33, v1.32 |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/Masterminds/sprig/v3 v3.3.0
1515
github.com/TomOnTime/utfutil v1.0.0
1616
github.com/alicebob/miniredis/v2 v2.39.0
17-
github.com/argoproj/argo-cd/gitops-engine/v3 v3.0.0-00010101000000-000000000000 // Tagged as gitops-engine/vX.Y.Z at release time
17+
github.com/argoproj/argo-cd/gitops-engine/v3 v3.6.0-rc1 // Tagged as gitops-engine/vX.Y.Z at release time
1818
github.com/argoproj/notifications-engine v0.5.1-0.20260503100631-0cff13b8a717
1919
github.com/argoproj/pkg/v2 v2.0.1
2020
github.com/aws/aws-sdk-go-v2 v1.47.0

manifests/base/commit-server/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ resources:
1212
images:
1313
- name: quay.io/argoproj/argocd
1414
newName: quay.io/argoproj/argocd
15-
newTag: latest
15+
newTag: v3.6.0-rc1

manifests/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: Kustomization
55
images:
66
- name: quay.io/argoproj/argocd
77
newName: quay.io/argoproj/argocd
8-
newTag: latest
8+
newTag: v3.6.0-rc1
99
resources:
1010
- ./application-controller
1111
- ./dex

manifests/core-install-with-hydrator.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/core-install.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/core-install/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ resources:
1212
images:
1313
- name: quay.io/argoproj/argocd
1414
newName: quay.io/argoproj/argocd
15-
newTag: latest
15+
newTag: v3.6.0-rc1

manifests/ha/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ patches:
1212
images:
1313
- name: quay.io/argoproj/argocd
1414
newName: quay.io/argoproj/argocd
15-
newTag: latest
15+
newTag: v3.6.0-rc1
1616
resources:
1717
- ../../base/application-controller
1818
- ../../base/applicationset-controller

manifests/ha/install-with-hydrator.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)