argoproj/argo-cd
### [`v1.8.1`](https://togithub.com/argoproj/argo-cd/releases/v1.8.1)
[Compare Source](https://togithub.com/argoproj/argo-cd/compare/v1.8.0...v1.8.1)
#### Quick Start
##### Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.8.1/manifests/install.yaml
##### HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.8.1/manifests/ha/install.yaml
##### Bug Fixes
- fix: sync retry is broken for multi-phase syncs ([#5017](https://togithub.com/argoproj/argo-cd/issues/5017))
### [`v1.8.0`](https://togithub.com/argoproj/argo-cd/blob/master/CHANGELOG.md#v180-Unreleased)
[Compare Source](https://togithub.com/argoproj/argo-cd/compare/v1.7.11...v1.8.0)
##### Mono-Repository Improvements
Enhanced performance during manifest generation from mono-repository - the repository that represents the
desired state of the whole cluster and contains hundreds of applications. The improved argocd-repo-server
now able to concurrently generate manifests from the same repository and for the same commit SHA. This
might provide 10x performance improvement of manifests generation.
##### Annotation Based Path Detection
The feature that allows specifying which source repository directories influence the application manifest generation
using the `argocd.argoproj.io/manifest-generate-paths` annotation. The annotation improves the Git webhook handler
behavior. The webhook avoids related applications reconciliation if no related files have been changed by the Git commit
and even allows to skip manifests generation for new commit by re-using generation manifests for the previous commit.
##### Horizontal Controller Scaling
This release allows scaling the `argocd-application-controller` horizontally. This allows you to manage as many Kubernetes clusters
as needed using a single Argo CD instance.
### [`v1.7.11`](https://togithub.com/argoproj/argo-cd/releases/v1.7.11)
[Compare Source](https://togithub.com/argoproj/argo-cd/compare/v1.7.10...v1.7.11)
#### Quick Start
##### Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.7.11/manifests/install.yaml
##### HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.7.11/manifests/ha/install.yaml
##### Bug Fixes
- fix: sync retry is broken for multi-phase syncs ([#5017](https://togithub.com/argoproj/argo-cd/issues/5017))
### [`v1.7.10`](https://togithub.com/argoproj/argo-cd/releases/v1.7.10)
[Compare Source](https://togithub.com/argoproj/argo-cd/compare/v1.7.9...v1.7.10)
#### Quick Start
##### Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.7.10/manifests/install.yaml
##### HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.7.10/manifests/ha/install.yaml
#### Changes
- fix: increase max grpc message size ([#4869](https://togithub.com/argoproj/argo-cd/issues/4869))
### [`v1.7.9`](https://togithub.com/argoproj/argo-cd/blob/master/CHANGELOG.md#v179-2020-11-17)
[Compare Source](https://togithub.com/argoproj/argo-cd/compare/v1.7.8...v1.7.9)
- fix: improve commit verification tolerance ([#4825](https://togithub.com/argoproj/argo-cd/issues/4825))
- fix: argocd diff --local should not print data of local secrets ([#4850](https://togithub.com/argoproj/argo-cd/issues/4850))
- fix(ui): stack overflow crash of resource tree view for large applications ([#4685](https://togithub.com/argoproj/argo-cd/issues/4685))
- chore: Update golang to v1.14.12 [backport to release-1.7](#4834)
- chore: Update redis to 5.0.10 ([#4767](https://togithub.com/argoproj/argo-cd/issues/4767))
- chore: Replace deprecated GH actions directives for integration tests ([#4589](https://togithub.com/argoproj/argo-cd/issues/4589))
### [`v1.7.8`](https://togithub.com/argoproj/argo-cd/blob/master/CHANGELOG.md#v178-2020-10-15)
[Compare Source](https://togithub.com/argoproj/argo-cd/compare/v1.7.7...v1.7.8)
- fix(logging.go): changing marshaler for JSON logging to use gogo ([#4319](https://togithub.com/argoproj/argo-cd/issues/4319))
- fix: login with apiKey capability ([#4557](https://togithub.com/argoproj/argo-cd/issues/4557))
- fix: api-server should not try creating default project it is exists already ([#4517](https://togithub.com/argoproj/argo-cd/issues/4517))
- fix: JS error on application list page if app has no namespace ([#4499](https://togithub.com/argoproj/argo-cd/issues/4499))
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v1.7.7
->v1.8.1
Release Notes
argoproj/argo-cd
### [`v1.8.1`](https://togithub.com/argoproj/argo-cd/releases/v1.8.1) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v1.8.0...v1.8.1) #### Quick Start ##### Non-HA: kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.8.1/manifests/install.yaml ##### HA: kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.8.1/manifests/ha/install.yaml ##### Bug Fixes - fix: sync retry is broken for multi-phase syncs ([#5017](https://togithub.com/argoproj/argo-cd/issues/5017)) ### [`v1.8.0`](https://togithub.com/argoproj/argo-cd/blob/master/CHANGELOG.md#v180-Unreleased) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v1.7.11...v1.8.0) ##### Mono-Repository Improvements Enhanced performance during manifest generation from mono-repository - the repository that represents the desired state of the whole cluster and contains hundreds of applications. The improved argocd-repo-server now able to concurrently generate manifests from the same repository and for the same commit SHA. This might provide 10x performance improvement of manifests generation. ##### Annotation Based Path Detection The feature that allows specifying which source repository directories influence the application manifest generation using the `argocd.argoproj.io/manifest-generate-paths` annotation. The annotation improves the Git webhook handler behavior. The webhook avoids related applications reconciliation if no related files have been changed by the Git commit and even allows to skip manifests generation for new commit by re-using generation manifests for the previous commit. ##### Horizontal Controller Scaling This release allows scaling the `argocd-application-controller` horizontally. This allows you to manage as many Kubernetes clusters as needed using a single Argo CD instance. ### [`v1.7.11`](https://togithub.com/argoproj/argo-cd/releases/v1.7.11) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v1.7.10...v1.7.11) #### Quick Start ##### Non-HA: kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.7.11/manifests/install.yaml ##### HA: kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.7.11/manifests/ha/install.yaml ##### Bug Fixes - fix: sync retry is broken for multi-phase syncs ([#5017](https://togithub.com/argoproj/argo-cd/issues/5017)) ### [`v1.7.10`](https://togithub.com/argoproj/argo-cd/releases/v1.7.10) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v1.7.9...v1.7.10) #### Quick Start ##### Non-HA: kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.7.10/manifests/install.yaml ##### HA: kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.7.10/manifests/ha/install.yaml #### Changes - fix: increase max grpc message size ([#4869](https://togithub.com/argoproj/argo-cd/issues/4869)) ### [`v1.7.9`](https://togithub.com/argoproj/argo-cd/blob/master/CHANGELOG.md#v179-2020-11-17) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v1.7.8...v1.7.9) - fix: improve commit verification tolerance ([#4825](https://togithub.com/argoproj/argo-cd/issues/4825)) - fix: argocd diff --local should not print data of local secrets ([#4850](https://togithub.com/argoproj/argo-cd/issues/4850)) - fix(ui): stack overflow crash of resource tree view for large applications ([#4685](https://togithub.com/argoproj/argo-cd/issues/4685)) - chore: Update golang to v1.14.12 [backport to release-1.7](#4834) - chore: Update redis to 5.0.10 ([#4767](https://togithub.com/argoproj/argo-cd/issues/4767)) - chore: Replace deprecated GH actions directives for integration tests ([#4589](https://togithub.com/argoproj/argo-cd/issues/4589)) ### [`v1.7.8`](https://togithub.com/argoproj/argo-cd/blob/master/CHANGELOG.md#v178-2020-10-15) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v1.7.7...v1.7.8) - fix(logging.go): changing marshaler for JSON logging to use gogo ([#4319](https://togithub.com/argoproj/argo-cd/issues/4319)) - fix: login with apiKey capability ([#4557](https://togithub.com/argoproj/argo-cd/issues/4557)) - fix: api-server should not try creating default project it is exists already ([#4517](https://togithub.com/argoproj/argo-cd/issues/4517)) - fix: JS error on application list page if app has no namespace ([#4499](https://togithub.com/argoproj/argo-cd/issues/4499))Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.