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.9.0 #989

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
argoproj/argo-cd minor v2.8.6 -> v2.9.0

Release Notes

argoproj/argo-cd (argoproj/argo-cd)

v2.9.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

Copy link
Contributor

github-actions bot commented Nov 6, 2023

diff

  • e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_applications.argoproj.io.yaml
  • e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_applicationsets.argoproj.io.yaml
  • e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_appprojects.argoproj.io.yaml
  • e2e_test/argocd/apps_v1_deployment_argocd-applicationset-controller.yaml
  • 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/rbac.authorization.k8s.io_v1_clusterrole_argocd-server.yaml
  • e2e_test/argocd/v1_service_argocd-dex-server.yaml

e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_applications.argoproj.io.yaml

--- a/tmp/kustomize-action-9toHSw/e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_applications.argoproj.io.yaml
+++ b/tmp/kustomize-action-kEDzsp/e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_applications.argoproj.io.yaml
@@ -348,6 +348,37 @@ spec:
                             description: Namespace sets the namespace that Kustomize
                               adds to all resources
                             type: string
+                          patches:
+                            description: Patches is a list of Kustomize patches
+                            items:
+                              properties:
+                                options:
+                                  additionalProperties:
+                                    type: boolean
+                                  type: object
+                                patch:
+                                  type: string
+                                path:
+                                  type: string
+                                target:
+                                  properties:
+                                    annotationSelector:
+                                      type: string
+                                    group:
+                                      type: string
+                                    kind:
+                                      type: string
+                                    labelSelector:
+                                      type: string
+                                    name:
+                                      type: string
+                                    namespace:
+                                      type: string
+                                    version:
+                                      type: string
+                                  type: object
+                              type: object
+                            type: array
                           replicas:
                             description: Replicas is a list of Kustomize Replicas
                               override specifications
@@ -646,6 +677,37 @@ spec:
                               description: Namespace sets the namespace that Kustomize
                                 adds to all resources
                               type: string
+                            patches:
+                              description: Patches is a list of Kustomize patches
+                              items:
+                                properties:
+                                  options:
+                                    additionalProperties:
+                                      type: boolean
+                                    type: object
+                                  patch:
+                                    type: string
+                                  path:
+                                    type: string
+                                  target:
+                                    properties:
+                                      annotationSelector:
+                                        type: string
+                                      group:
+                                        type: string
+                                      kind:
+                                        type: string
+                                      labelSelector:
+                                        type: string
+                                      name:
+                                        type: string
+                                      namespace:
+                                        type: string
+                                      version:
+                                        type: string
+                                    type: object
+                                type: object
+                              type: array
                             replicas:
                               description: Replicas is a list of Kustomize Replicas
                                 override specifications
@@ -786,7 +848,8 @@ spec:
                 properties:
                   name:
                     description: Name is an alternate way of specifying the target
-                      cluster by its symbolic name
+                      cluster by its symbolic name. This must be set if Server is
+                      not set.
                     type: string
                   namespace:
                     description: Namespace specifies the target namespace for the
@@ -794,8 +857,9 @@ spec:
                       namespace-scoped resources that have not set a value for .metadata.namespace
                     type: string
                   server:
-                    description: Server specifies the URL of the target cluster and
-                      must be set to the Kubernetes control plane API
+                    description: Server specifies the URL of the target cluster's
+                      Kubernetes control plane API. This must be set if Name is not
+                      set.
                     type: string
                 type: object
               ignoreDifferences:
@@ -1056,6 +1120,37 @@ spec:
                         description: Namespace sets the namespace that Kustomize adds
                           to all resources
                         type: string
+                      patches:
+                        description: Patches is a list of Kustomize patches
+                        items:
+                          properties:
+                            options:
+                              additionalProperties:
+                                type: boolean
+                              type: object
+                            patch:
+                              type: string
+                            path:
+                              type: string
+                            target:
+                              properties:
+                                annotationSelector:
+                                  type: string
+                                group:
+                                  type: string
+                                kind:
+                                  type: string
+                                labelSelector:
+                                  type: string
+                                name:
+                                  type: string
+                                namespace:
+                                  type: string
+                                version:
+                                  type: string
+                              type: object
+                          type: object
+                        type: array
                       replicas:
                         description: Replicas is a list of Kustomize Replicas override
                           specifications
@@ -1344,6 +1439,37 @@ spec:
                           description: Namespace sets the namespace that Kustomize
                             adds to all resources
                           type: string
+                        patches:
+                          description: Patches is a list of Kustomize patches
+                          items:
+                            properties:
+                              options:
+                                additionalProperties:
+                                  type: boolean
+                                type: object
+                              patch:
+                                type: string
+                              path:
+                                type: string
+                              target:
+                                properties:
+                                  annotationSelector:
+                                    type: string
+                                  group:
+                                    type: string
+                                  kind:
+                                    type: string
+                                  labelSelector:
+                                    type: string
+                                  name:
+                                    type: string
+                                  namespace:
+                                    type: string
+                                  version:
+                                    type: string
+                                type: object
+                            type: object
+                          type: array
                         replicas:
                           description: Replicas is a list of Kustomize Replicas override
                             specifications
@@ -1785,6 +1911,37 @@ spec:
                               description: Namespace sets the namespace that Kustomize
                                 adds to all resources
                               type: string
+                            patches:
+                              description: Patches is a list of Kustomize patches
+                              items:
+                                properties:
+                                  options:
+                                    additionalProperties:
+                                      type: boolean
+                                    type: object
+                                  patch:
+                                    type: string
+                                  path:
+                                    type: string
+                                  target:
+                                    properties:
+                                      annotationSelector:
+                                        type: string
+                                      group:
+                                        type: string
+                                      kind:
+                                        type: string
+                                      labelSelector:
+                       

See the full diff from https://github.com/int128/argocd-commenter/actions/runs/6767556392

e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_applicationsets.argoproj.io.yaml

--- a/tmp/kustomize-action-9toHSw/e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_applicationsets.argoproj.io.yaml
+++ b/tmp/kustomize-action-kEDzsp/e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_applicationsets.argoproj.io.yaml
@@ -258,6 +258,36 @@ spec:
                                           type: string
                                         namespace:
                                           type: string
+                                        patches:
+                                          items:
+                                            properties:
+                                              options:
+                                                additionalProperties:
+                                                  type: boolean
+                                                type: object
+                                              patch:
+                                                type: string
+                                              path:
+                                                type: string
+                                              target:
+                                                properties:
+                                                  annotationSelector:
+                                                    type: string
+                                                  group:
+                                                    type: string
+                                                  kind:
+                                                    type: string
+                                                  labelSelector:
+                                                    type: string
+                                                  name:
+                                                    type: string
+                                                  namespace:
+                                                    type: string
+                                                  version:
+                                                    type: string
+                                                type: object
+                                            type: object
+                                          type: array
                                         replicas:
                                           items:
                                             properties:
@@ -438,6 +468,36 @@ spec:
                                             type: string
                                           namespace:
                                             type: string
+                                          patches:
+                                            items:
+                                              properties:
+                                                options:
+                                                  additionalProperties:
+                                                    type: boolean
+                                                  type: object
+                                                patch:
+                                                  type: string
+                                                path:
+                                                  type: string
+                                                target:
+                                                  properties:
+                                                    annotationSelector:
+                                                      type: string
+                                                    group:
+                                                      type: string
+                                                    kind:
+                                                      type: string
+                                                    labelSelector:
+                                                      type: string
+                                                    name:
+                                                      type: string
+                                                    namespace:
+                                                      type: string
+                                                    version:
+                                                      type: string
+                                                  type: object
+                                              type: object
+                                            type: array
                                           replicas:
                                             items:
                                               properties:
@@ -777,6 +837,36 @@ spec:
                                           type: string
                                         namespace:
                                           type: string
+                                        patches:
+                                          items:
+                                            properties:
+                                              options:
+                                                additionalProperties:
+                                                  type: boolean
+                                                type: object
+                                              patch:
+                                                type: string
+                                              path:
+                                                type: string
+                                              target:
+                                                properties:
+                                                  annotationSelector:
+                                                    type: string
+                                                  group:
+                                                    type: string
+                                                  kind:
+                                                    type: string
+                                                  labelSelector:
+                                                    type: string
+                                                  name:
+                                                    type: string
+                                                  namespace:
+                                                    type: string
+                                                  version:
+                                                    type: string
+                                                type: object
+                                            type: object
+                                          type: array
                                         replicas:
                                           items:
                                             properties:
@@ -957,6 +1047,36 @@ spec:
                                             type: string
                                           namespace:
                                             type: string
+                                          patches:
+                                            items:
+                                              properties:
+                                                options:
+                                                  additionalProperties:
+                                                    type: boolean
+                                                  type: object
+                                                patch:
+                                                  type: string
+                                                path:
+                                                  type: string
+                                                target:
+                                                  properties:
+                                                    annotationSelector:
+                                                      type: string
+                                                    group:
+                                                      type: string
+                                                    kind:
+                                                      type: string
+                                                    labelSelector:
+                                                      type: string
+                                                    name:
+                                                      type: string
+                                                    namespace:
+                                                      type: string
+                                                    version:
+                                                      type: string
+                                                  type: object
+                                              type: object
+                                            type: array
                                           replicas:
                                             items:
                                               properties:
@@ -1300,6 +1420,36 @@ spec:
                                           type: string
                                         namespace:
                                           type: string
+                                        patches:
+                                          items:
+                                            properties:
+                                              options:
+                                                additionalProperties:
+                                                  type: boolean
+                                                type: object
+                                              patch:
+                                                type: string
+                                              path:
+                                                type: string
+                                              target:
+

See the full diff from https://github.com/int128/argocd-commenter/actions/runs/6767556392

e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_appprojects.argoproj.io.yaml

--- a/tmp/kustomize-action-9toHSw/e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_appprojects.argoproj.io.yaml
+++ b/tmp/kustomize-action-kEDzsp/e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_appprojects.argoproj.io.yaml
@@ -88,7 +88,8 @@ spec:
                   properties:
                     name:
                       description: Name is an alternate way of specifying the target
-                        cluster by its symbolic name
+                        cluster by its symbolic name. This must be set if Server is
+                        not set.
                       type: string
                     namespace:
                       description: Namespace specifies the target namespace for the
@@ -96,8 +97,9 @@ spec:
                         namespace-scoped resources that have not set a value for .metadata.namespace
                       type: string
                     server:
-                      description: Server specifies the URL of the target cluster
-                        and must be set to the Kubernetes control plane API
+                      description: Server specifies the URL of the target cluster's
+                        Kubernetes control plane API. This must be set if Name is
+                        not set.
                       type: string
                   type: object
                 type: array

e2e_test/argocd/apps_v1_deployment_argocd-applicationset-controller.yaml

--- a/tmp/kustomize-action-9toHSw/e2e_test/argocd/apps_v1_deployment_argocd-applicationset-controller.yaml
+++ b/tmp/kustomize-action-kEDzsp/e2e_test/argocd/apps_v1_deployment_argocd-applicationset-controller.yaml
@@ -20,6 +20,18 @@ spec:
       - args:
         - /usr/local/bin/argocd-applicationset-controller
         env:
+        - name: ARGOCD_APPLICATIONSET_CONTROLLER_GLOBAL_PRESERVED_ANNOTATIONS
+          valueFrom:
+            configMapKeyRef:
+              key: applicationsetcontroller.global.preserved.annotations
+              name: argocd-cmd-params-cm
+              optional: true
+        - name: ARGOCD_APPLICATIONSET_CONTROLLER_GLOBAL_PRESERVED_LABELS
+          valueFrom:
+            configMapKeyRef:
+              key: applicationsetcontroller.global.preserved.labels
+              name: argocd-cmd-params-cm
+              optional: true
         - name: NAMESPACE
           valueFrom:
             fieldRef:
@@ -132,7 +144,7 @@ spec:
               key: applicationsetcontroller.allowed.scm.providers
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.8.6
+        image: quay.io/argoproj/argocd:v2.9.0
         imagePullPolicy: Always
         name: argocd-applicationset-controller
         ports:

e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml

--- a/tmp/kustomize-action-9toHSw/e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml
+++ b/tmp/kustomize-action-kEDzsp/e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml
@@ -65,7 +65,7 @@ spec:
         - -n
         - /usr/local/bin/argocd
         - /shared/argocd-dex
-        image: quay.io/argoproj/argocd:v2.8.6
+        image: quay.io/argoproj/argocd:v2.9.0
         imagePullPolicy: Always
         name: copyutil
         securityContext:

e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml

--- a/tmp/kustomize-action-9toHSw/e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml
+++ b/tmp/kustomize-action-kEDzsp/e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml
@@ -40,7 +40,7 @@ spec:
               key: application.namespaces
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.8.6
+        image: quay.io/argoproj/argocd:v2.9.0
         imagePullPolicy: Always
         livenessProbe:
           tcpSocket:

e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml

--- a/tmp/kustomize-action-9toHSw/e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml
+++ b/tmp/kustomize-action-kEDzsp/e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml
@@ -186,7 +186,7 @@ spec:
           value: /helm-working-dir
         - name: HELM_DATA_HOME
           value: /helm-working-dir
-        image: quay.io/argoproj/argocd:v2.8.6
+        image: quay.io/argoproj/argocd:v2.9.0
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
@@ -238,7 +238,7 @@ spec:
         - -n
         - /usr/local/bin/argocd
         - /var/run/argocd/argocd-cmp-server
-        image: quay.io/argoproj/argocd:v2.8.6
+        image: quay.io/argoproj/argocd:v2.9.0
         name: copyutil
         securityContext:
           allowPrivilegeEscalation: false

e2e_test/argocd/apps_v1_deployment_argocd-server.yaml

--- a/tmp/kustomize-action-9toHSw/e2e_test/argocd/apps_v1_deployment_argocd-server.yaml
+++ b/tmp/kustomize-action-kEDzsp/e2e_test/argocd/apps_v1_deployment_argocd-server.yaml
@@ -239,7 +239,7 @@ spec:
               key: server.enable.proxy.extension
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.8.6
+        image: quay.io/argoproj/argocd:v2.9.0
         imagePullPolicy: Always
         livenessProbe:
           httpGet:

e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml

--- a/tmp/kustomize-action-9toHSw/e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml
+++ b/tmp/kustomize-action-kEDzsp/e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml
@@ -171,7 +171,7 @@ spec:
               key: controller.kubectl.parallelism.limit
               name: argocd-cmd-params-cm
               optional: true
-        image: quay.io/argoproj/argocd:v2.8.6
+        image: quay.io/argoproj/argocd:v2.9.0
         imagePullPolicy: Always
         name: argocd-application-controller
         ports:

e2e_test/argocd/rbac.authorization.k8s.io_v1_clusterrole_argocd-server.yaml

--- a/tmp/kustomize-action-9toHSw/e2e_test/argocd/rbac.authorization.k8s.io_v1_clusterrole_argocd-server.yaml
+++ b/tmp/kustomize-action-kEDzsp/e2e_test/argocd/rbac.authorization.k8s.io_v1_clusterrole_argocd-server.yaml
@@ -32,6 +32,7 @@ rules:
   - argoproj.io
   resources:
   - applications
+  - applicationsets
   verbs:
   - get
   - list

e2e_test/argocd/v1_service_argocd-dex-server.yaml

--- a/tmp/kustomize-action-9toHSw/e2e_test/argocd/v1_service_argocd-dex-server.yaml
+++ b/tmp/kustomize-action-kEDzsp/e2e_test/argocd/v1_service_argocd-dex-server.yaml
@@ -9,7 +9,8 @@ metadata:
   namespace: argocd
 spec:
   ports:
-  - name: http
+  - appProtocol: TCP
+    name: http
     port: 5556
     protocol: TCP
     targetPort: 5556

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.

None yet

0 participants