Declarative Continuous Deployment for Kubernetes
Find a file
argo-cd-cherry-pick-bot[bot] 7a7dd4e5a5
fix(UI): show RollingSync step clearly when labels match no step (cherry-pick #26877 for 3.1) (#26885)
Signed-off-by: Atif Ali <atali@redhat.com>
Co-authored-by: Atif Ali <atali@redhat.com>
2026-03-17 21:46:39 -04:00
.github chore(cherry-pick-3.1): bump go to 1.25.5 and bump expr to v1.17.7 (#25890) 2026-01-12 10:57:44 -05:00
applicationset fix(appset): do not trigger reconciliation on appsets not part of allowed namespaces when updating a cluster secret (cherry-pick #25622 for 3.1) (#25910) 2026-01-09 16:18:10 +01:00
assets fix(appset): add applicationsets to the built-in readonly role (#24190) (#24318) (#24321) 2025-09-03 21:45:58 -04:00
cmd chore(cherry-pick-3.1): bump go to 1.25.5 and bump expr to v1.17.7 (#25890) 2026-01-12 10:57:44 -05:00
cmpserver chore(lint): enable sloppyReassign rule from go-critic (#23443) 2025-06-17 11:46:50 -04:00
commitserver fix(hydrator): omit Argocd- trailers from hydrator.metadata (cherry-pick #23463) (#23621) 2025-07-01 13:21:19 -04:00
common feat: add SSA field manager migration options (#23337) 2025-06-13 21:58:07 +00:00
controller fix: cherry pick #25516 to release-3.1 (#26116) 2026-01-22 13:33:42 -05:00
docs Bump version to 3.1.11 on release-3.1 branch (#25953) 2026-01-13 09:59:27 +02:00
examples fix(grafanadashboard): add memory units to panels showing memory usage (#22078) 2025-02-28 16:46:22 -05:00
hack chore: use base ref for cherry-pick prs (cherry-pick #26551 for 3.1) (#26555) 2026-02-22 21:34:49 +02:00
manifests Bump version to 3.1.12 on release-3.1 branch (#26117) 2026-01-22 14:34:09 -05:00
notification_controller/controller chore(lint): enable typeDefFirst rule from go-critic (#23414) 2025-06-16 16:09:08 +00:00
notifications_catalog fix: Notifications on-deployed would now be delivered if sync didn't change the health status of the app in a process (#22203) (#22204) 2025-03-09 19:58:52 +02:00
overrides/partials/language fix: Capitalization in toc (#5024) 2020-12-10 22:33:01 +01:00
pkg fix: correct post-delete finalizer removal when cluster not found (cherry-pick #24415 for 3.1) (#24590) 2025-09-16 16:14:23 -07:00
renovate-presets chore: update gotestsum automatically (#21828) 2025-02-18 10:53:13 -05:00
reposerver fix: revert kubeVersion change to preserve trailing + (cherry-pick #24066) (#24104) 2025-08-13 10:33:51 -04:00
resource_customizations fix: Allow the ISVC to be healthy when the Stopped Condition is False (cherry-pick #25312 for 3.1) (#25317) 2025-11-17 23:50:11 -10:00
server chore(cherry-pick-3.1): bump go to 1.25.5 and bump expr to v1.17.7 (#25890) 2026-01-12 10:57:44 -05:00
test fix: Ensure that symlink targets are not made absolute on extracting a tar (#24145) - backport/cherry-pick to 3.1 (#24519) 2025-09-11 10:48:02 -04:00
tools/cmd-docs chore: add ApplicationSet Controller docs to clisdocsgen (#22417) 2025-03-20 15:54:58 +02:00
ui fix(UI): show RollingSync step clearly when labels match no step (cherry-pick #26877 for 3.1) (#26885) 2026-03-17 21:46:39 -04:00
ui-test chore(deps): bump selenium-webdriver from 4.32.0 to 4.33.0 in /ui-test (#23147) 2025-05-26 10:19:57 -04:00
util fix: cherry pick #25516 to release-3.1 (#26116) 2026-01-22 13:33:42 -05:00
.codecov.yml chore: ignore mocks in codecov (#18685) 2024-06-15 18:54:26 +00:00
.dockerignore test(e2e): allow build of argocd-e2e-cluster image for remote tests (#15805) 2023-10-07 02:55:30 +00:00
.gitattributes chore: mark with-hydrator manifests as generated (#21639) 2025-01-22 21:59:09 +00:00
.gitignore chore: initial support for tilt based development (#22337) (#23002) 2025-06-17 11:19:50 -04:00
.golangci.yaml chore(lint): enable filepathJoin rule from go-critic (#23453) 2025-06-17 13:32:44 -04:00
.goreleaser.yaml ci(release): only set latest release in github when latest (cherry-pick #24525 for 3.1) (#24685) 2025-09-22 11:46:48 -04:00
.mockery.yaml fix: minor oci fixes (#23434) 2025-06-18 00:45:34 -10:00
.readthedocs.yaml docs: add mkdocs configuration stanza to .readthedocs.yaml (#21475) 2025-01-13 09:30:46 -05:00
.snyk chore: ignore CVE-2022-0624 - not exploitable in Argo CD (#10128) 2022-07-28 13:28:19 -04:00
CHANGELOG.md docs: fix version reference for logs UI fix (#10245) 2022-08-09 16:57:27 -04:00
CODEOWNERS chore: add codecov config to CI approvers (#18686) 2024-06-15 18:57:39 +00:00
CONTRIBUTING.md docs: add CONTRIBUTING.md copy at repo root (#14889) 2023-10-02 15:55:50 -04:00
Dockerfile chore(cherry-pick-3.1): bump go to 1.25.5 and bump expr to v1.17.7 (#25890) 2026-01-12 10:57:44 -05:00
Dockerfile.dev chore: refactor Dockerfiles to reduce build time (#9081) 2022-04-13 16:03:34 -04:00
Dockerfile.tilt chore: initial support for tilt based development (#22337) (#23002) 2025-06-17 11:19:50 -04:00
Dockerfile.ui.tilt chore: initial support for tilt based development (#22337) (#23002) 2025-06-17 11:19:50 -04:00
entrypoint.sh feat: tini as ENTRYPOINT and related cosmetics (#12707) 2023-03-10 12:31:20 -05:00
go.mod chore(cherry-pick-3.1): bump expr version from v1.17.5 to v1.17.7 (#25907) 2026-01-08 13:44:26 -05:00
go.sum chore(cherry-pick-3.1): bump expr version from v1.17.5 to v1.17.7 (#25907) 2026-01-08 13:44:26 -05:00
LICENSE Fix LICENSE copyright text 2018-06-21 01:03:50 -07:00
Makefile feat: oci support (Beta) (#18646) 2025-06-06 13:27:02 +02:00
mkdocs.yml fix(docs): include v3.1 upgrade docs (#23529) [backport] (#24799) 2025-09-30 05:24:54 -10:00
OWNERS chore: Add Michael to owners (#18849) 2024-06-29 12:24:37 -04:00
Procfile feat: oci support (Beta) (#18646) 2025-06-06 13:27:02 +02:00
README.md fix: fix broken link (#20070) 2024-09-24 09:36:19 +02:00
renovate.json fix: revert "added tasks to upgrade Redis HA using renovate (#22054)" (#23068) 2025-05-20 19:23:26 +00:00
SECURITY-INSIGHTS.yml chore: Bump version in master (#22383) 2025-03-17 21:29:53 +00:00
SECURITY.md chore: space in 'Argo CD' (#14987) 2023-08-09 13:16:17 -04:00
SECURITY_CONTACTS docs: Update the security instructions link (#12232) 2023-01-31 13:15:32 -05:00
sonar-project.properties chore: missing qtar in go exclusions (#18698) 2024-06-16 23:21:45 +00:00
Tiltfile chore: initial support for tilt based development (#22337) (#23002) 2025-06-17 11:19:50 -04:00
USERS.md docs: Added eSave to USERS.md (#23258) 2025-06-04 08:24:28 -04:00
VERSION Bump version to 3.1.12 on release-3.1 branch (#26117) 2026-01-22 14:34:09 -05:00

Releases: Release Version Artifact HUB SLSA 3

Code: Integration tests codecov CII Best Practices OpenSSF Scorecard

Social: Twitter Follow Slack LinkedIn

Argo CD - Declarative Continuous Delivery for Kubernetes

What is Argo CD?

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.

Argo CD UI

Argo CD Demo

Why Argo CD?

  1. Application definitions, configurations, and environments should be declarative and version controlled.
  2. Application deployment and lifecycle management should be automated, auditable, and easy to understand.

Who uses Argo CD?

Official Argo CD user list

Documentation

To learn more about Argo CD go to the complete documentation. Check live demo at https://cd.apps.argoproj.io/.

Community

Contribution, Discussion and Support

You can reach the Argo CD community and developers via the following channels:

Participation in the Argo CD project is governed by the CNCF Code of Conduct

Blogs and Presentations

  1. Awesome-Argo: A Curated List of Awesome Projects and Resources Related to Argo
  2. Unveil the Secret Ingredients of Continuous Delivery at Enterprise Scale with Argo CD
  3. GitOps Without Pipelines With ArgoCD Image Updater
  4. Combining Argo CD (GitOps), Crossplane (Control Plane), And KubeVela (OAM)
  5. How to Apply GitOps to Everything - Combining Argo CD and Crossplane
  6. Couchbase - How To Run a Database Cluster in Kubernetes Using Argo CD
  7. Automation of Everything - How To Combine Argo Events, Workflows & Pipelines, CD, and Rollouts
  8. Environments Based On Pull Requests (PRs): Using Argo CD To Apply GitOps Principles On Previews
  9. Argo CD: Applying GitOps Principles To Manage Production Environment In Kubernetes
  10. Creating Temporary Preview Environments Based On Pull Requests With Argo CD And Codefresh
  11. Tutorial: Everything You Need To Become A GitOps Ninja 90m tutorial on GitOps and Argo CD.
  12. Comparison of Argo CD, Spinnaker, Jenkins X, and Tekton
  13. Simplify and Automate Deployments Using GitOps with IBM Multicloud Manager 3.1.2
  14. GitOps for Kubeflow using Argo CD
  15. GitOps Toolsets on Kubernetes with CircleCI and Argo CD
  16. CI/CD in Light Speed with K8s and Argo CD
  17. Machine Learning as Code. Among other things, describes how Kubeflow uses Argo CD to implement GitOPs for ML
  18. Argo CD - GitOps Continuous Delivery for Kubernetes
  19. Introduction to Argo CD : Kubernetes DevOps CI/CD
  20. GitOps Deployment and Kubernetes - using Argo CD
  21. Deploy Argo CD with Ingress and TLS in Three Steps: No YAML Yak Shaving Required
  22. GitOps Continuous Delivery with Argo and Codefresh
  23. Stay up to date with Argo CD and Renovate
  24. Setting up Argo CD with Helm
  25. Applied GitOps with Argo CD
  26. Solving configuration drift using GitOps with Argo CD
  27. Decentralized GitOps over environments
  28. Getting Started with ArgoCD for GitOps Deployments
  29. Using Argo CD & Datree for Stable Kubernetes CI/CD Deployments
  30. How to create Argo CD Applications Automatically using ApplicationSet? "Automation of GitOps"
  31. Progressive Delivery with Service Mesh Argo Rollouts with Istio