argoflow / argoflow-aws

Argoflow-AWS has been superseded by deployKF
GNU Affero General Public License v3.0
44 stars 29 forks source link

Update argo-cd to v2.0.4 (patch) #145

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v2.0.3 -> v2.0.4
quay.io/argoproj/argocd patch v2.0.3 -> v2.0.4

Release Notes

argoproj/argo-cd ### [`v2.0.4`](https://togithub.com/argoproj/argo-cd/releases/v2.0.4) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.0.3...v2.0.4) #### Quick Start ##### Non-HA: ```bash kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.4/manifests/install.yaml ``` ##### HA: ```bash kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.4/manifests/ha/install.yaml ``` ##### Bug Fixes - fix: typo in networkPolicy definition in manifests ([#​6532](https://togithub.com/argoproj/argo-cd/issues/6532)) - fix: Update redis to 6.2.4 ([#​6475](https://togithub.com/argoproj/argo-cd/issues/6475)) - fix: allows access to dex metrics from any pod ([#​6420](https://togithub.com/argoproj/argo-cd/issues/6420)) - fix: add client side retry to prevent 'transport is closing' errors ([#​6402](https://togithub.com/argoproj/argo-cd/issues/6402)) - fix: Update documentation Argocd app CRD health with app of apps ([#​6281](https://togithub.com/argoproj/argo-cd/issues/6281)) - fix(ui): Crash on application pod view ([#​6384](https://togithub.com/argoproj/argo-cd/issues/6384)) - chore: pin mkdocs version to fix docs build ([#​6421](https://togithub.com/argoproj/argo-cd/issues/6421)) - chore: regenerate manifests using codegen ([#​6422](https://togithub.com/argoproj/argo-cd/issues/6422)) - refactor: use RLock and RUnlock for project to improve performance ([#​6225](https://togithub.com/argoproj/argo-cd/issues/6225)) - chore: Update Golang to v1.16.4 ([#​6358](https://togithub.com/argoproj/argo-cd/issues/6358))

Configuration

📅 Schedule: "before 11pm" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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



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