github argoproj/argo-cd v1.8.2

latest releases: v2.8.18, v2.9.14, v2.10.9...
3 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: updating cluster drops secret (#5220)
  • fix: remove invalid assumption about OCI helm chart path (#5179)
  • fix: Possible nil pointer dereference in repository API (#5128)
  • fix: Possible nil pointer dereference in repocreds API (#5130)
  • fix: use json serialization to store cache instead of github.com/vmihailenco/msgpack (#4965)
  • fix: add liveness probe to restart repo server if it fails to server tls requests (#5110) (#5119)
  • fix: Allow correct SSO redirect URL for CLI static client (#5098)
  • fix: add grpc health check (#5060)
  • fix: setting 'revision history limit' errors in UI (#5035)
  • fix: add api-server liveness probe that catches bad data in informer (#5026)

Refactoring

  • chore: Update Dex to v2.27.0 (#5058)
  • chore: Upgrade gorilla/handlers and gorilla/websocket (#5186)
  • chore: Upgrade jwt-go to 4.0.0-preview1 (#5184)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.