Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.0-rc3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.0-rc3/manifests/ha/install.yaml
Bug Fixes
- fix: Ignore diff with schema (#9170)
- fix: avoid k8s call before authorization for terminal endpoint (#9434)
- fix: receiveFile memory optimization: do not use bytes.buffer but write directly to file (#9415)
- fix: Projects filter is broken #9364 (#9367)
- fix: test race (#9469)
- fix: lint (#9444)
- fix: api server should dynamically enabled terminal handler (#9497)
- fix: Undefined cluster in UI when app is referencing cluster by name (#9493)
- fix: make more proto fields optional (#9490)
Features
- feat: support pod exec terminal logging (#9385)
Other
- refactor: Update notification engine (#9386)
- docs: security warning for plugins (#9547)
- docs: document new repo-server ServiceAccount (#9484)
- docs: add applicationset and notifications controllers to running locally instructions (#9517)
- docs: Update 2.3 notes - mention helm chart (#9512)
- docs: logs RBAC known UI issue section (#9479)
- docs: more appset security docs (#9466)
- docs: plugins need their own writeable tmp volume (#9389)
- docs: fix PR generators list (#9387)
- chore: Improve application logs adding message context (#9435)