argoflow / argoflow-aws

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

Update argo-cd to v2.1.1 (minor) #208

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 minor v2.0.5 -> v2.1.1
quay.io/argoproj/argocd minor v2.0.5 -> v2.1.1

Release Notes

argoproj/argo-cd ### [`v2.1.1`](https://togithub.com/argoproj/argo-cd/releases/v2.1.1) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.1.0...v2.1.1) #### Quick Start ##### Non-HA: ```bash kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.1/manifests/install.yaml ``` ##### HA: ```bash kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.1/manifests/ha/install.yaml ``` ##### Bug Fixes - fix: password reset requirements ([#​7071](https://togithub.com/argoproj/argo-cd/issues/7071)) - fix: Custom Styles feature is broken ([#​7067](https://togithub.com/argoproj/argo-cd/issues/7067)) - fix(ui): Add State to props passed to Extensions ([#​7045](https://togithub.com/argoproj/argo-cd/issues/7045)) - fix: keep uid_entrypoint.sh for backward compatibility ([#​7047](https://togithub.com/argoproj/argo-cd/issues/7047)) ### [`v2.1.0`](https://togithub.com/argoproj/argo-cd/blob/master/CHANGELOG.md#v210-Unreleased) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.0.5...v2.1.0) > [Upgrade instructions](./docs/operator-manual/upgrading/2.0-2.1.md) ##### Argo CD Core Argo CD Core - lightweight Argo CD distribution that packages only core GitOps features and relies on Kubernetes API/RBAC to power UI and CLI. ##### Core Features - The synchronization process became much much faster and requires significantly less memory. - An additional caching that ensures that each repository's target revisions are queried only once per reconciliation cycle. This dramatically reduces the number of Git requests. - Improved Diffing Customizations: use JQ path expressions to exclude required fields from the diffing. - Health assessment support for new CRDs: introduced health assessment of CRDs from trident.netapp.io, elasticsearch.k8s.elastic.co, cluster.x-k8s.io, and minio.min.io API groups. ##### Improved Settings A set of changes had been implemented to simplify configuring Argo CD. - Simplified Repository Registration: you no longer need to modify the argocd-cm ConfigMap to register a new Git or Helm repository. - Enhanced Resource Customizations: the resource.customizations key has been deprecated in favor of a separate ConfigMap key per resource. - Reference secret values from any Kubernetes secret: starting v2.1 you can use sensitive data stored in any Kubernetes secret to configure Argo CD. - Simplify parametrization of Argo CD server processes: an additional optional ConfigMap argocd-cmd-params-cm has been introduced. ##### Refreshed User Interface - Enhanced and more consistent filters on Applications List and Applications Details pages. - Status bar on the Application List page. - The redesigned search box on the Application List page and more. ##### The argocd-util CLI deprecation The argocd CLI and now available under argocd admin subcommand.

Configuration

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

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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.