github argoproj/argo-cd v2.0.2

latest releases: v2.9.18, v2.11.4, v2.10.13...
3 years ago

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.2/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.2/manifests/ha/install.yaml

Bug Fixes

  • fix: enable access to metrics port in embedded network policies (#6277)
  • fix: display log streaming error in logs viewer (#6100) (#6273)
  • fix: Don't count errored or completed neighbor pods toward resource consumption (#6259)
  • fix: Enable kex algo diffie-hellman-group-exchange-sha256 for go-git ssh (#6256)
  • fix: copy github app key from repocreds (#6140, #6197)
  • fix(ui): UI crashes after reinstalling ArgoCD (#6218)
  • fix: add network policies to restrict traffic flow between argocd components (#6156)
  • fix: Revert "feat: Add health checks for kubernetes-external-secrets (#5435)"
  • chore: Allow ingress traffic to argocd-server by default (#6179)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.