Compare commits

...

1 Commits

Author SHA1 Message Date
github-actions[bot]
d9196060c2 Bump version to 2.10.0-rc1 (#16642)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: crenshaw-dev <crenshaw-dev@users.noreply.github.com>
2023-12-18 15:44:17 -05:00
10 changed files with 39 additions and 40 deletions

View File

@@ -1 +1 @@
2.9.0
2.10.0-rc1

View File

@@ -1,6 +1,5 @@
| Argo CD version | Kubernetes versions |
|-----------------|---------------------|
| 2.7 | v1.26, v1.25, v1.24, v1.23 |
| 2.6 | v1.24, v1.23, v1.22 |
| 2.5 | v1.24, v1.23, v1.22 |
| 2.10 | v1.28, v1.27, v1.26, v1.25 |
| 2.9 | v1.28, v1.27, v1.26, v1.25 |
| 2.8 | v1.27, v1.26, v1.25, v1.24 |

View File

@@ -5,7 +5,7 @@ kind: Kustomization
images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: latest
newTag: v2.10.0-rc1
resources:
- ./application-controller
- ./dex

View File

@@ -21018,7 +21018,7 @@ spec:
key: applicationsetcontroller.enable.scm.providers
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
@@ -21342,7 +21342,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@@ -21394,7 +21394,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
name: copyutil
securityContext:
allowPrivilegeEscalation: false
@@ -21649,7 +21649,7 @@ spec:
key: controller.diff.server.side
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
name: argocd-application-controller
ports:

View File

@@ -12,4 +12,4 @@ resources:
images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: latest
newTag: v2.10.0-rc1

View File

@@ -12,7 +12,7 @@ patches:
images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: latest
newTag: v2.10.0-rc1
resources:
- ../../base/application-controller
- ../../base/applicationset-controller

View File

@@ -22275,7 +22275,7 @@ spec:
key: applicationsetcontroller.enable.scm.providers
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
@@ -22398,7 +22398,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
name: copyutil
securityContext:
@@ -22480,7 +22480,7 @@ spec:
key: notificationscontroller.selfservice.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
livenessProbe:
tcpSocket:
@@ -22835,7 +22835,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@@ -22887,7 +22887,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
name: copyutil
securityContext:
allowPrivilegeEscalation: false
@@ -23200,7 +23200,7 @@ spec:
key: server.k8sclient.retry.base.backoff
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
@@ -23482,7 +23482,7 @@ spec:
key: controller.diff.server.side
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
name: argocd-application-controller
ports:

View File

@@ -1660,7 +1660,7 @@ spec:
key: applicationsetcontroller.enable.scm.providers
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
@@ -1783,7 +1783,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
name: copyutil
securityContext:
@@ -1865,7 +1865,7 @@ spec:
key: notificationscontroller.selfservice.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
livenessProbe:
tcpSocket:
@@ -2220,7 +2220,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@@ -2272,7 +2272,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
name: copyutil
securityContext:
allowPrivilegeEscalation: false
@@ -2585,7 +2585,7 @@ spec:
key: server.k8sclient.retry.base.backoff
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
@@ -2867,7 +2867,7 @@ spec:
key: controller.diff.server.side
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
name: argocd-application-controller
ports:

View File

@@ -21370,7 +21370,7 @@ spec:
key: applicationsetcontroller.enable.scm.providers
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
@@ -21493,7 +21493,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
name: copyutil
securityContext:
@@ -21575,7 +21575,7 @@ spec:
key: notificationscontroller.selfservice.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
livenessProbe:
tcpSocket:
@@ -21881,7 +21881,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@@ -21933,7 +21933,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
name: copyutil
securityContext:
allowPrivilegeEscalation: false
@@ -22244,7 +22244,7 @@ spec:
key: server.k8sclient.retry.base.backoff
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
@@ -22526,7 +22526,7 @@ spec:
key: controller.diff.server.side
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
name: argocd-application-controller
ports:

View File

@@ -755,7 +755,7 @@ spec:
key: applicationsetcontroller.enable.scm.providers
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
@@ -878,7 +878,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
name: copyutil
securityContext:
@@ -960,7 +960,7 @@ spec:
key: notificationscontroller.selfservice.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
livenessProbe:
tcpSocket:
@@ -1266,7 +1266,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@@ -1318,7 +1318,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
name: copyutil
securityContext:
allowPrivilegeEscalation: false
@@ -1629,7 +1629,7 @@ spec:
key: server.k8sclient.retry.base.backoff
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
@@ -1911,7 +1911,7 @@ spec:
key: controller.diff.server.side
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.10.0-rc1
imagePullPolicy: Always
name: argocd-application-controller
ports: