diff --git a/VERSION b/VERSION index 834f26295383..5bda0beaf0de 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.0 +2.8.0-rc1 diff --git a/docs/operator-manual/tested-kubernetes-versions.md b/docs/operator-manual/tested-kubernetes-versions.md index 897620296a51..1550f3f691e6 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.8 | v1.27, v1.26, v1.25, v1.24 | | 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 | - diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index e80274cddc62..2496ea38cd0a 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.8.0-rc1 resources: - ./application-controller - ./dex diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index 5d6c680cd8ae..94c1377e455b 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -18820,7 +18820,7 @@ spec: key: applicationsetcontroller.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -19108,7 +19108,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.8.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -19160,7 +19160,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.8.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -19379,7 +19379,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index 07a82b370770..8443ceb183bf 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.8.0-rc1 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index ae40b96e8657..bf8a8bd4e333 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.8.0-rc1 resources: - ../../base/application-controller - ../../base/applicationset-controller diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index f8b895f1ca74..7c9c9911f092 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -20057,7 +20057,7 @@ spec: key: applicationsetcontroller.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -20180,7 +20180,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -20250,7 +20250,7 @@ spec: key: notificationscontroller.log.level name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -20564,7 +20564,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.8.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -20616,7 +20616,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.8.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -20905,7 +20905,7 @@ spec: key: server.enable.proxy.extension name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -21151,7 +21151,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 144c25ae3a7d..cf88a91b3289 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1623,7 +1623,7 @@ spec: key: applicationsetcontroller.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1746,7 +1746,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -1816,7 +1816,7 @@ spec: key: notificationscontroller.log.level name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2130,7 +2130,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.8.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2182,7 +2182,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.8.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2471,7 +2471,7 @@ spec: key: server.enable.proxy.extension name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -2717,7 +2717,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index fec96e7a9ea7..886dd13422eb 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -19158,7 +19158,7 @@ spec: key: applicationsetcontroller.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -19281,7 +19281,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -19351,7 +19351,7 @@ spec: key: notificationscontroller.log.level name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -19621,7 +19621,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.8.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -19673,7 +19673,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.8.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -19960,7 +19960,7 @@ spec: key: server.enable.proxy.extension name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -20206,7 +20206,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 76a2971d68f5..47657377145d 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -724,7 +724,7 @@ spec: key: applicationsetcontroller.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -847,7 +847,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always name: copyutil securityContext: @@ -917,7 +917,7 @@ spec: key: notificationscontroller.log.level name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1187,7 +1187,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.8.0-rc1 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1239,7 +1239,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.8.0-rc1 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -1526,7 +1526,7 @@ spec: key: server.enable.proxy.extension name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always livenessProbe: httpGet: @@ -1772,7 +1772,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:latest + image: quay.io/argoproj/argocd:v2.8.0-rc1 imagePullPolicy: Always name: argocd-application-controller ports: