Update quay.io/argoproj/argocd Docker tag to v2.8.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
quay.io/argoproj/argocd | ironbank-docker | patch |
v2.8.1 -> v2.8.2
|
quay.io/argoproj/argocd | patch |
v2.8.1 -> v2.8.2
|
|
quay.io/argoproj/argocd | stage | patch |
v2.8.1 -> v2.8.2
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
argoproj/argo-cd
v2.8.2
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.2/manifests/ha/install.yaml
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
What's Changed
- fix(14912): Fix helm valuesObject with ApplicationSet (cherry-pick #14920) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/15175
- fix: stop creating new otel interceptor to avoid memory leak (cherry-pick #15174) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/15178
- fix(ui): switch podgroup notification to tooltip message (cherry-pick #14821) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/15224
- fix: spec.executor.instances is Optional, Support a flexible number of executors (cherry-pick #11877) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/15200
- fix(appset): bitbucket server scm provider EOF on empty repo (cherry-pick #14411) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/15203
- fix(appset): requeue ApplicationSet if there are validation errors (#14184) (cherry-pick #14429) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/15206
- docs: add example jq path expression (cherry-pick #15130) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/15209
- docs: document sourceNamespaces field (cherry-pick #15195) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/15212
- fix(ui): Update default and max count for maxCookieNumber (cherry-pick #14979) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/15230
- Bump version to 2.8.2 on release-2.8 branch by @github-actions in https://github.com/argoproj/argo-cd/pull/15232
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.8.1...v2.8.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.