-
Notifications
You must be signed in to change notification settings - Fork 16
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
chore(deps): update dependency argoproj/argo-cd to v2.11.0 #1076
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment has been minimized.
This comment has been minimized.
renovate
bot
force-pushed
the
renovate/argoproj-argo-cd-2.x
branch
from
April 5, 2024 03:54
932964d
to
54638ac
Compare
renovate
bot
changed the title
chore(deps): update dependency argoproj/argo-cd to v2.10.5
chore(deps): update dependency argoproj/argo-cd to v2.10.6
Apr 5, 2024
This comment has been minimized.
This comment has been minimized.
renovate
bot
changed the title
chore(deps): update dependency argoproj/argo-cd to v2.10.6
chore(deps): update dependency argoproj/argo-cd to v2.10.7
Apr 15, 2024
renovate
bot
force-pushed
the
renovate/argoproj-argo-cd-2.x
branch
from
April 15, 2024 10:02
54638ac
to
83cdc4e
Compare
This comment has been minimized.
This comment has been minimized.
renovate
bot
force-pushed
the
renovate/argoproj-argo-cd-2.x
branch
from
April 26, 2024 15:44
83cdc4e
to
3ab3447
Compare
renovate
bot
changed the title
chore(deps): update dependency argoproj/argo-cd to v2.10.7
chore(deps): update dependency argoproj/argo-cd to v2.10.8
Apr 26, 2024
This comment has been minimized.
This comment has been minimized.
renovate
bot
changed the title
chore(deps): update dependency argoproj/argo-cd to v2.10.8
chore(deps): update dependency argoproj/argo-cd to v2.10.9
Apr 30, 2024
renovate
bot
force-pushed
the
renovate/argoproj-argo-cd-2.x
branch
from
April 30, 2024 19:07
3ab3447
to
19f0a4e
Compare
This comment has been minimized.
This comment has been minimized.
renovate
bot
changed the title
chore(deps): update dependency argoproj/argo-cd to v2.10.9
chore(deps): update dependency argoproj/argo-cd to v2.11.0
May 7, 2024
renovate
bot
force-pushed
the
renovate/argoproj-argo-cd-2.x
branch
from
May 7, 2024 18:54
19f0a4e
to
e331181
Compare
This comment has been minimized.
This comment has been minimized.
renovate
bot
force-pushed
the
renovate/argoproj-argo-cd-2.x
branch
from
May 18, 2024 02:18
e331181
to
c3f0744
Compare
This comment has been minimized.
This comment has been minimized.
This was referenced May 18, 2024
renovate
bot
force-pushed
the
renovate/argoproj-argo-cd-2.x
branch
from
May 18, 2024 02:29
c3f0744
to
bf906ea
Compare
This comment has been minimized.
This comment has been minimized.
This was referenced May 18, 2024
renovate
bot
force-pushed
the
renovate/argoproj-argo-cd-2.x
branch
from
May 18, 2024 02:38
bf906ea
to
426e203
Compare
diff
e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_applications.argoproj.io.yaml--- a/tmp/kustomize-action-Y9AsHl/e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_applications.argoproj.io.yaml
+++ b/tmp/kustomize-action-GK2oDC/e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_applications.argoproj.io.yaml
@@ -342,6 +342,10 @@ spec:
definition in the format [old_image_name=]<image_name>:<image_tag>
type: string
type: array
+ labelWithoutSelector:
+ description: LabelWithoutSelector specifies whether to
+ apply common labels to resource selectors or not
+ type: boolean
namePrefix:
description: NamePrefix is a prefix appended to resources
for Kustomize apps
@@ -677,6 +681,10 @@ spec:
image definition in the format [old_image_name=]<image_name>:<image_tag>
type: string
type: array
+ labelWithoutSelector:
+ description: LabelWithoutSelector specifies whether
+ to apply common labels to resource selectors or not
+ type: boolean
namePrefix:
description: NamePrefix is a prefix appended to resources
for Kustomize apps
@@ -1126,6 +1134,10 @@ spec:
definition in the format [old_image_name=]<image_name>:<image_tag>
type: string
type: array
+ labelWithoutSelector:
+ description: LabelWithoutSelector specifies whether to apply
+ common labels to resource selectors or not
+ type: boolean
namePrefix:
description: NamePrefix is a prefix appended to resources
for Kustomize apps
@@ -1451,6 +1463,10 @@ spec:
definition in the format [old_image_name=]<image_name>:<image_tag>
type: string
type: array
+ labelWithoutSelector:
+ description: LabelWithoutSelector specifies whether to apply
+ common labels to resource selectors or not
+ type: boolean
namePrefix:
description: NamePrefix is a prefix appended to resources
for Kustomize apps
@@ -1725,6 +1741,19 @@ spec:
description: ID is an auto incrementing identifier of the RevisionHistory
format: int64
type: integer
+ initiatedBy:
+ description: InitiatedBy contains information about who initiated
+ the operations
+ properties:
+ automated:
+ description: Automated is set to true if operation was initiated
+ automatically by the application controller.
+ type: boolean
+ username:
+ description: Username contains the name of a user who started
+ operation
+ type: string
+ type: object
revision:
description: Revision holds the revision the sync was performed
against
@@ -1929,6 +1958,10 @@ spec:
image definition in the format [old_image_name=]<image_name>:<image_tag>
type: string
type: array
+ labelWithoutSelector:
+ description: LabelWithoutSelector specifies whether
+ to apply common labels to resource selectors or not
+ type: boolean
namePrefix:
description: NamePrefix is a prefix appended to resources
for Kustomize apps
@@ -2267,6 +2300,11 @@ spec:
image definition in the format [old_image_name=]<image_name>:<image_tag>
type: string
type: array
+ labelWithoutSelector:
+ description: LabelWithoutSelector specifies whether
+ to apply common labels to resource selectors or
+ not
+ type: boolean
namePrefix:
description: NamePrefix is a prefix appended to resources
for Kustomize apps
@@ -2750,6 +2788,11 @@ spec:
image definition in the format [old_image_name=]<image_name>:<image_tag>
type: string
type: array
+ labelWithoutSelector:
+ description: LabelWithoutSelector specifies whether
+ to apply common labels to resource selectors
+ or not
+ type: boolean
namePrefix:
description: NamePrefix is a prefix appended to
resources for Kustomize apps
@@ -3106,6 +3149,11 @@ spec:
image definition in the format [old_image_name=]<image_name>:<image_tag>
type: string
type: array
+ labelWithoutSelector:
+ description: LabelWithoutSelector specifies
+ whether to apply common labels to resource
+ selectors or not
+ type: boolean
namePrefix:
description: NamePrefix is a prefix appended
to resources for Kustomize apps
@@ -3576,6 +3624,11 @@ spec:
image definition in the format [old_image_name=]<image_name>:<image_tag>
type: string
type: array
+ labelWithoutSelector:
+ description: LabelWithoutSelector specifies whether
+ to apply common labels to resource selectors or
+ not
+ type: boolean
namePrefix:
description: NamePrefix is a prefix appended to resources
for Kustomize apps
@@ -3925,6 +3978,11 @@ spec:
image definition in the format [old_image_name=]<image_name>:<image_tag>
type: string
type: array
+ labelWithoutSelector:
+ description: LabelWithoutSelector specifies whether
+ to apply common labels to resource selectors or
+ not
+ type: boolean
namePrefix:
description: NamePrefix is a prefix appended to
resources for Kustomize apps
@@ -4417,6 +4475,11 @@ spec:
image definition in the format [old_image_name=]<image_name>:<image_tag>
type: string
type: array
+ labelWithoutSelector:
+ description: LabelWithoutSelector specifies whether
+ to apply common labels to resource selectors or
+ not
+ type: boolean
namePrefix:
description: NamePrefix is a prefix appended to resources
for Kustomize apps
@@ -4766,6 +4829,11 @@ spec:
image definition in the format [old_image_name=]<image_name>:<image_tag>
type: string
type: array
+ labelWithoutSelector:
+ description: LabelWithoutSelector specifies whether
+ to apply common labels to resource selectors or
+ not
+ type: boolean
namePrefix:
description: NamePrefix is a prefix appended to
resources for Kustomize apps e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_applicationsets.argoproj.io.yaml--- a/tmp/kustomize-action-Y9AsHl/e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_applicationsets.argoproj.io.yaml
+++ b/tmp/kustomize-action-GK2oDC/e2e_test/argocd/apiextensions.k8s.io_v1_customresourcedefinition_applicationsets.argoproj.io.yaml
@@ -256,6 +256,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -470,6 +472,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -843,6 +847,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -1057,6 +1063,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -1434,6 +1442,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -1648,6 +1658,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -2005,6 +2017,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -2219,6 +2233,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -2370,8 +2386,6 @@ spec:
- metadata
- spec
type: object
- required:
- - elements
type: object
matrix:
properties:
@@ -2600,6 +2614,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -2814,6 +2830,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -3187,6 +3205,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -3401,6 +3421,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -3778,6 +3800,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -3992,6 +4016,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -4349,6 +4375,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -4563,6 +4591,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -4714,8 +4744,6 @@ spec:
- metadata
- spec
type: object
- required:
- - elements
type: object
matrix:
x-kubernetes-preserve-unknown-fields: true
@@ -4930,6 +4958,8 @@ spec:
items:
type: string
type: array
+ labelWithoutSelector:
+ type: boolean
namePrefix:
type: string
nameSuffix:
@@ -5144,6 +5174,8 @@ spec:
items:
See the full diff from https://github.com/int128/argocd-commenter/actions/runs/9136700838 e2e_test/argocd/apps_v1_deployment_argocd-applicationset-controller.yaml--- a/tmp/kustomize-action-Y9AsHl/e2e_test/argocd/apps_v1_deployment_argocd-applicationset-controller.yaml
+++ b/tmp/kustomize-action-GK2oDC/e2e_test/argocd/apps_v1_deployment_argocd-applicationset-controller.yaml
@@ -150,7 +150,7 @@ spec:
key: applicationsetcontroller.enable.scm.providers
name: argocd-cmd-params-cm
optional: true
- image: quay.io/argoproj/argocd:v2.10.4
+ image: quay.io/argoproj/argocd:v2.11.0
imagePullPolicy: Always
name: argocd-applicationset-controller
ports: e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml--- a/tmp/kustomize-action-Y9AsHl/e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml
+++ b/tmp/kustomize-action-GK2oDC/e2e_test/argocd/apps_v1_deployment_argocd-dex-server.yaml
@@ -36,7 +36,7 @@ spec:
key: dexserver.disable.tls
name: argocd-cmd-params-cm
optional: true
- image: ghcr.io/dexidp/dex:v2.37.0
+ image: ghcr.io/dexidp/dex:v2.38.0
imagePullPolicy: Always
name: dex
ports:
@@ -65,7 +65,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
- image: quay.io/argoproj/argocd:v2.10.4
+ image: quay.io/argoproj/argocd:v2.11.0
imagePullPolicy: Always
name: copyutil
securityContext: e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml--- a/tmp/kustomize-action-Y9AsHl/e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml
+++ b/tmp/kustomize-action-GK2oDC/e2e_test/argocd/apps_v1_deployment_argocd-notifications-controller.yaml
@@ -46,7 +46,7 @@ spec:
key: notificationscontroller.selfservice.enabled
name: argocd-cmd-params-cm
optional: true
- image: quay.io/argoproj/argocd:v2.10.4
+ image: quay.io/argoproj/argocd:v2.11.0
imagePullPolicy: Always
livenessProbe:
tcpSocket: e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml--- a/tmp/kustomize-action-Y9AsHl/e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml
+++ b/tmp/kustomize-action-GK2oDC/e2e_test/argocd/apps_v1_deployment_argocd-repo-server.yaml
@@ -186,6 +186,12 @@ spec:
key: reposerver.disable.helm.manifest.max.extracted.size
name: argocd-cmd-params-cm
optional: true
+ - name: ARGOCD_REVISION_CACHE_LOCK_TIMEOUT
+ valueFrom:
+ configMapKeyRef:
+ key: reposerver.revision.cache.lock.timeout
+ name: argocd-cmd-params-cm
+ optional: true
- name: ARGOCD_GIT_MODULES_ENABLED
valueFrom:
configMapKeyRef:
@@ -210,7 +216,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
- image: quay.io/argoproj/argocd:v2.10.4
+ image: quay.io/argoproj/argocd:v2.11.0
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@@ -262,7 +268,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
- image: quay.io/argoproj/argocd:v2.10.4
+ image: quay.io/argoproj/argocd:v2.11.0
name: copyutil
securityContext:
allowPrivilegeEscalation: false e2e_test/argocd/apps_v1_deployment_argocd-server.yaml--- a/tmp/kustomize-action-Y9AsHl/e2e_test/argocd/apps_v1_deployment_argocd-server.yaml
+++ b/tmp/kustomize-action-GK2oDC/e2e_test/argocd/apps_v1_deployment_argocd-server.yaml
@@ -269,7 +269,7 @@ spec:
key: server.api.content.types
name: argocd-cmd-params-cm
optional: true
- image: quay.io/argoproj/argocd:v2.10.4
+ image: quay.io/argoproj/argocd:v2.11.0
imagePullPolicy: Always
livenessProbe:
httpGet: e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml--- a/tmp/kustomize-action-Y9AsHl/e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml
+++ b/tmp/kustomize-action-GK2oDC/e2e_test/argocd/apps_v1_statefulset_argocd-application-controller.yaml
@@ -213,7 +213,13 @@ spec:
key: controller.diff.server.side
name: argocd-cmd-params-cm
optional: true
- image: quay.io/argoproj/argocd:v2.10.4
+ - name: ARGOCD_IGNORE_NORMALIZER_JQ_TIMEOUT
+ valueFrom:
+ configMapKeyRef:
+ key: controller.ignore.normalizer.jq.timeout
+ name: argocd-cmd-params-cm
+ optional: true
+ image: quay.io/argoproj/argocd:v2.11.0
imagePullPolicy: Always
name: argocd-application-controller
ports:
|
This was referenced May 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.10.4
->v2.11.0
Release Notes
argoproj/argo-cd (argoproj/argo-cd)
v2.11.0
Compare Source
v2.10.9
Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Full Changelog: argoproj/argo-cd@v2.10.8...v2.10.9
v2.10.8
Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Full Changelog: argoproj/argo-cd@v2.10.7...v2.10.8
v2.10.7
Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Full Changelog: argoproj/argo-cd@v2.10.6...v2.10.7
v2.10.6
Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Full Changelog: argoproj/argo-cd@v2.10.5...v2.10.6
v2.10.5
Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Full Changelog: argoproj/argo-cd@v2.10.4...v2.10.5
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.
This PR has been generated by Mend Renovate. View repository job log here.