chore(deps): update dependency argoproj/argo-cd to v2.4.11
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
argoproj/argo-cd | Kustomization | patch |
v2.4.7 -> v2.4.11
|
Release Notes
argoproj/argo-cd
v2.4.11
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.11/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.11/manifests/ha/install.yaml
Bug fixes
fix: Pin gitops-engine to v0.7.3 to include https://github.com/argoproj/gitops-engine/pull/449 fix: Correctly assume cluster-scoped resources to be self-referenced (#10390)
Other changes
docs: fix typo in upgrade notes (#10377)
v2.4.10
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.10/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.10/manifests/ha/install.yaml
Bug fixes
- fix: missing actions (#10327) (#10359)
- fix: Suppressed ssh scheme url warn log (#9836)
- fix: respect ARGOCD_GIT_MODULES_ENABLED in the appset controller (#10285) (#10287)
Other changes
- docs: Add "Create Namespace" to sync options doc (#3490) (#10326)
- docs: Document safe concurrent processing of sidecar CMP (#10336)
- docs: clusterResources in declarative cluster config (#10219)
v2.4.9
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.9/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.9/manifests/ha/install.yaml
Known issues
In the Application tree view, resource actions may be missing from the resource dropdown. The issue has been fixed in 2.4.10.
Bug fixes
- fix: Drop all references to exec unless the feature is enabled (#9920) (#10187)
- fix: UI part for logs RBAC - do not display the logs tab when no RBAC in place (#7211) (#9828)
- fix: Ignore non-self-referencing resources while pruning (#10198)
Other changes
- docs: correct the api field description for the GitLab example (#10081)
- docs: Use ConfigMap to disable TLS (#10106)
- docs: improve Installation.md (#10173)
- docs: fix kustomize namePrefix misconception in application.yaml (#10162
- docs: Fixed indentation Error (#10123)
- docs: fix version reference for logs UI fix (#10245)
- docs: Document ignoreAggregatedRoles setting (#10206)
- docs: fix microsoft user management mapping role (#10251)
- docs(applicationset): fix layout matrix/merge generator restrictions (#10246)
v2.4.8
Bug fixes
- feat: support application level extensions (#9923)
- feat: support multiple extensions per resource group/kind (#9834)
- fix: extensions is not loading for ConfigMap/Pods (#10010)
- fix: upgrade moment from 2.29.2 to 2.29.3 (#9330)
- fix: skip redirect url validation when it's the base href (#10058) (#10116)
- fix: avoid CVE-2022-28948 (#10093)
- fix: Set HOST_ARCH for yarn build from platform (#10018)
Other changes
- chore(deps): bump moment from 2.29.3 to 2.29.4 in /ui (#9897)
- docs: add OpenSSH breaking change notes (#10104)
- chore: update parse-url (#10101)
- docs: add api field example in the appset security doc (#10087)
- chore: update redis to 7.0.4 avoid CVE-2022-30065 (#10059)
- docs: add argocd-server grpc metric usage (#10007)
- chore: upgrade Dex to 2.32.0 (#10036) (#10042)
- chore: update redis to avoid CVE-2022-2097 (#10031)
- chore: update haproxy to 2.0.29 for redis-ha (#10045)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.