Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency argoproj/argo-cd to v2.3.4 #654

Merged
merged 1 commit into from
May 24, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v2.3.3 -> v2.3.4

Release Notes

argoproj/argo-cd

v2.3.4

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.3.4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.3.4/manifests/ha/install.yaml
Notes

This is a security release. We urge all users of the 2.3.z branch to update as soon as possible. Please refer to the Security fixes section below for more details.

Security fixes
  • CRITICAL: Argo CD will trust invalid JWT claims if anonymous access is enabled (GHSA-r642-gv9p-2wjj)
  • LOW: Login screen allows message spoofing if SSO is enabled (GHSA-xmg8-99r8-jc2j)
  • MODERATE: Symlink following allows leaking out-of-bound manifests and JSON files from Argo CD repo-server (GHSA-6gcg-hp2x-q54h)
Bug Fixes

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@github-actions
Copy link
Contributor

diff

  • e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml
  • e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml
  • e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml
  • e2e_test/argocd/apps_v1_deployment_argocd-server.yaml
  • e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml

e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml

diff --git a/tmp/kustomize-action-2Qp10m/e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml b/tmp/kustomize-action-V3YXwW/e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml
index 588e92c..076b50b 100644
--- a/tmp/kustomize-action-2Qp10m/e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml
+++ b/tmp/kustomize-action-V3YXwW/e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml
@@ -51,7 +51,7 @@ spec:
         - -n
         - /usr/local/bin/argocd
         - /shared/argocd-dex
-        image: quay.io/argoproj/argocd:v2.3.3
+        image: quay.io/argoproj/argocd:v2.3.4
         imagePullPolicy: Always
         name: copyutil
         volumeMounts:

e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml

diff --git a/tmp/kustomize-action-2Qp10m/e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml b/tmp/kustomize-action-V3YXwW/e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml
index fb05af1..a2fb598 100644
--- a/tmp/kustomize-action-2Qp10m/e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml
+++ b/tmp/kustomize-action-V3YXwW/e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml
@@ -17,7 +17,7 @@ spec:
       containers:
       - command:
         - argocd-notifications
-        image: quay.io/argoproj/argocd:v2.3.3
+        image: quay.io/argoproj/argocd:v2.3.4
         imagePullPolicy: Always
         livenessProbe:
           tcpSocket:

e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml

diff --git a/tmp/kustomize-action-2Qp10m/e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml b/tmp/kustomize-action-V3YXwW/e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml
index 445429a..7887f55 100644
--- a/tmp/kustomize-action-2Qp10m/e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml
+++ b/tmp/kustomize-action-V3YXwW/e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml
@@ -117,7 +117,7 @@ spec:
           value: /helm-working-dir
         - name: HELM_DATA_HOME
           value: /helm-working-dir
-        image: quay.io/argoproj/argocd:v2.3.3
+        image: quay.io/argoproj/argocd:v2.3.4
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
@@ -166,7 +166,7 @@ spec:
         - -n
         - /usr/local/bin/argocd
         - /var/run/argocd/argocd-cmp-server
-        image: quay.io/argoproj/argocd:v2.3.3
+        image: quay.io/argoproj/argocd:v2.3.4
         name: copyutil
         volumeMounts:
         - mountPath: /var/run/argocd

e2e_test/argocd/apps_v1_deployment_argocd-server.yaml

diff --git a/tmp/kustomize-action-2Qp10m/e2e_test/argocd/apps_v1_deployment_argocd-server.yaml b/tmp/kustomize-action-V3YXwW/e2e_test/argocd/apps_v1_deployment_argocd-server.yaml
index 8b9461a..a6f8b5f 100644
--- a/tmp/kustomize-action-2Qp10m/e2e_test/argocd/apps_v1_deployment_argocd-server.yaml
+++ b/tmp/kustomize-action-V3YXwW/e2e_test/argocd/apps_v1_deployment_argocd-server.yaml
@@ -185,7 +185,7 @@ spec:
               key: server.http.cookie.maxnumber
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.3.3
+        image: quay.io/argoproj/argocd:v2.3.4
         imagePullPolicy: Always
         livenessProbe:
           httpGet:

e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml

diff --git a/tmp/kustomize-action-2Qp10m/e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml b/tmp/kustomize-action-V3YXwW/e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml
index 04476cd..4222c75 100644
--- a/tmp/kustomize-action-2Qp10m/e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml
+++ b/tmp/kustomize-action-V3YXwW/e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml
@@ -127,7 +127,7 @@ spec:
               key: controller.default.cache.expiration
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.3.3
+        image: quay.io/argoproj/argocd:v2.3.4
         imagePullPolicy: Always
         livenessProbe:
           httpGet:

@github-actions
Copy link
Contributor

❌ Failed to deploy pr-654/app2

Failed:
one or more objects failed to apply, reason: Deployment.apps "echoserver" is invalid: spec.selector: Invalid value: v1.LabelSelecto
https://argocd.example.com/applications/app2

@renovate renovate bot merged commit 1e1cba9 into master May 24, 2022
@renovate renovate bot deleted the renovate/argoproj-argo-cd-2.x branch May 24, 2022 22:38
@github-actions
Copy link
Contributor

github-actions bot commented Jun 4, 2022

❌ Failed to deploy master/app2

Failed:
one or more objects failed to apply, reason: Deployment.apps "echoserver" is invalid: spec.selector: Invalid value: v1.LabelSelecto
https://argocd.example.com/applications/app2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant