Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

argocd 1.8.2 #1157

Merged
merged 1 commit into from
Jan 11, 2021
Merged

argocd 1.8.2 #1157

merged 1 commit into from
Jan 11, 2021

Conversation

fmotrifork
Copy link
Contributor

Updating package argocd to release v1.8.2.

Release info

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)

@bacongobbler bacongobbler merged commit e412de0 into fishworks:main Jan 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants