This project is mirrored from https://github.com/argoproj/argo-cd.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
-
v2.0.0-rc42784b388 · ·
-
v2.0.0-rc39a07ef02 · ·
-
v2.0.0-rc29603ae37 · ·
-
release-v2.0.0-rc2dc27288a · ·
## Quick Start ### Non-HA: ``` kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.0-rc2/manifests/install.yaml ``` ### HA: ``` kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.0-rc2/manifests/ha/install.yaml ``` ### Features * feat: add exit-code flag to app diff command (#5852) ### Bug Fixes * fix: Use helm login for Oci helm repos. #5856 (#5887) * fix: fix incorrect OCI Helm registiries assumptions (#5888) * fix: global project info is missing in UI (#5861) * fix: add prefix sync for CLI argocd app flag --retry-limit, --retry-b… (#5876) * fix: upgrade gitops engine to v0.3.1 * fix: non-cascading application delete is broken (#5875) * fix(ui): Pod logs filter did not refresh on button click. Also add tooltip for clarification (#5858) * fix: get correct username from jwt token subject (#5836) (#5848) * fix: application specific parameter override is not reflected in application parameters tab (#5845) * fix: error when reset application parameters from UI (#5828) ### Other * chore: Separate "online" mode from "production" mode in yarn build (#5830) * chore: Fix manifest generation in release and make quay.io the lead (#5831)
-
v2.0.0-rc10ca643f0 · ·
-
-
-
-
-
-
-
-
-
-
-
-
release-v1.7.11d8441b42 · ·
## 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)
-
-
v1.8.0-rc2775f9711 · ·
-
v1.8.0-rc1868516f0 · ·