From f491935eb9c9508eb575b239c1393276838f712e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:08:37 +0300 Subject: [PATCH] Bump version to 2.11.0-rc1 (#17751) Signed-off-by: GitHub Co-authored-by: pasha-codefresh --- VERSION | 2 +- docs/operator-manual/tested-kubernetes-versions.md | 7 +++---- manifests/base/kustomization.yaml | 2 +- manifests/core-install.yaml | 8 ++++---- manifests/core-install/kustomization.yaml | 2 +- manifests/ha/base/kustomization.yaml | 2 +- manifests/ha/install.yaml | 14 +++++++------- manifests/ha/namespace-install.yaml | 14 +++++++------- manifests/install.yaml | 14 +++++++------- manifests/namespace-install.yaml | 14 +++++++------- 10 files changed, 39 insertions(+), 40 deletions(-) diff --git a/VERSION b/VERSION index 46b81d815a23b..89c6f25a1775f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.0 +2.11.0-rc1 diff --git a/docs/operator-manual/tested-kubernetes-versions.md b/docs/operator-manual/tested-kubernetes-versions.md index 897620296a515..a395be421e5fe 100644 --- a/docs/operator-manual/tested-kubernetes-versions.md +++ b/docs/operator-manual/tested-kubernetes-versions.md @@ -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.11 | v1.29, v1.28, v1.27, v1.26, v1.25 | +| 2.10 | v1.28, v1.27, v1.26, v1.25 | +| 2.9 | v1.28, v1.27, v1.26, v1.25 | diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index e80274cddc620..6ec28847d08e5 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: quay.io/argoproj/argocd newName: quay.io/argoproj/argocd - newTag: latest + newTag: v2.11.0-rc1 resources: - ./application-controller - ./dex diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index 05f1deaad58fe..6eb38c4257d0c 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -21184,7 +21184,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.11.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -21514,7 +21514,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.11.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -21566,7 +21566,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.11.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -21827,7 +21827,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.11.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index 07a82b3707700..b3c95bf2a8793 100644 --- a/manifests/core-install/kustomization.yaml +++ b/manifests/core-install/kustomization.yaml @@ -12,4 +12,4 @@ resources: images: - name: quay.io/argoproj/argocd newName: quay.io/argoproj/argocd - newTag: latest + newTag: v2.11.0-rc1 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index ae40b96e8657e..91883622b5ab9 100644 --- a/manifests/ha/base/kustomization.yaml +++ b/manifests/ha/base/kustomization.yaml @@ -12,7 +12,7 @@ patches: images: - name: quay.io/argoproj/argocd newName: quay.io/argoproj/argocd - newTag: latest + newTag: v2.11.0-rc1 resources: - ../../base/application-controller - ../../base/applicationset-controller diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 9ce3b1cb4b824..41d5ba1c09c63 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -22547,7 +22547,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.11.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -22670,7 +22670,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.11.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -22752,7 +22752,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.11.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -23113,7 +23113,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.11.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -23165,7 +23165,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.11.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -23484,7 +23484,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.11.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -23772,7 +23772,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.11.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 73473875be715..c9caf9d40e40c 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1668,7 +1668,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.11.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1791,7 +1791,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.11.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -1873,7 +1873,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.11.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2234,7 +2234,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.11.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2286,7 +2286,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.11.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2605,7 +2605,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.11.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -2893,7 +2893,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.11.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index 282e6c9f66e7d..2e380b66e8bbd 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -21642,7 +21642,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.11.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -21765,7 +21765,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.11.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -21847,7 +21847,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.11.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -22159,7 +22159,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.11.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -22211,7 +22211,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.11.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -22528,7 +22528,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.11.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -22816,7 +22816,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.11.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 91826ef8d5620..acc065d3194da 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -763,7 +763,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.11.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -886,7 +886,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.11.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -968,7 +968,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.11.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1280,7 +1280,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.11.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1332,7 +1332,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.11.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -1649,7 +1649,7 @@ spec: key: server.api.content.types name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.11.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -1937,7 +1937,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.11.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: