https://github.com/argoproj/argo-cd
Name Target Message Date
HEAD a773b1e chore: add debug logs around CMP manifest generation (#11185) * docs: note one single CMP per app Signed-off-by: Artur Rodrigues <artur.rodrigues@lacework.net> * cmp: debug logs around manifest handling Signed-off-by: Artur Rodrigues <artur.rodrigues@lacework.net> Signed-off-by: Artur Rodrigues <artur.rodrigues@lacework.net> 04 November 2022, 00:30:50 UTC
refs/heads/alexec-patch-1 6649617 docs: clarify minimum system reqs for running locally Signed-off-by: Alex Collins <alexec@users.noreply.github.com> 06 October 2022, 00:21:12 UTC
refs/heads/gh-pages b80f8cd 404 should redirect to the same path in read the docs Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> 06 October 2021, 17:54:59 UTC
refs/heads/ibb-docs ec77e61 docs: bug bounty Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> 01 November 2022, 15:09:41 UTC
refs/heads/master a773b1e chore: add debug logs around CMP manifest generation (#11185) * docs: note one single CMP per app Signed-off-by: Artur Rodrigues <artur.rodrigues@lacework.net> * cmp: debug logs around manifest handling Signed-off-by: Artur Rodrigues <artur.rodrigues@lacework.net> Signed-off-by: Artur Rodrigues <artur.rodrigues@lacework.net> 04 November 2022, 00:30:50 UTC
refs/heads/parameterized-cmps-tests 7b654cb tests Signed-off-by: Michael Crenshaw <michael@crenshaw.dev> 29 April 2022, 01:39:13 UTC
refs/heads/refresh-docs 7a3cd61 docs: refreshed page for sync windows (#9770) Signed-off-by: Kostis Kapelonis <kostis@codefresh.io> 28 June 2022, 14:50:33 UTC
refs/heads/release-0.10 5732f19 Update to 0.10.6 also in kustomization (#816) 26 November 2018, 22:36:57 UTC
refs/heads/release-0.11 1e5d08c Adds client retry. Fixes #959 (#1119) 13 February 2019, 23:32:07 UTC
refs/heads/release-0.12 cf4e6bc Update manifests to v0.12.3 30 April 2019, 05:14:42 UTC
refs/heads/release-0.4 e4d0bd3 Take into account number of unavailable replicas to decided if deployment is healthy or not (#270) * Take into account number of unavailable replicas to decided if deployment is healthy or not * Run one controller for all e2e tests to reduce tests duration * Apply reviewer notes: use logic from kubectl/rollout_status.go to check deployment health 07 June 2018, 18:05:46 UTC
refs/heads/release-0.5 21b6488 Bump version to v0.5.4 27 June 2018, 22:56:38 UTC
refs/heads/release-0.6 08c63ec Update install manifests to v0.6.2 21 July 2018, 05:18:27 UTC
refs/heads/release-0.7 20693fd Bump version to v0.7.2, add release notes, update manifests 21 August 2018, 07:16:15 UTC
refs/heads/release-0.8 ff87d8c Fix issue where helm hooks were being deployed as part of sync (issue #605) 15 September 2018, 10:20:58 UTC
refs/heads/release-0.9 1b0e3e7 Update manifests to v0.9.2 28 September 2018, 16:36:21 UTC
refs/heads/release-1.0 e0bd546 Update manifests to v1.0.2 14 June 2019, 16:46:05 UTC
refs/heads/release-1.1 567fcc3 Update manifests to v1.1.2 30 July 2019, 17:38:35 UTC
refs/heads/release-1.2 3aaca0b Sets app status to unknown if there is an error. Closes #2577 (#2578) 29 October 2019, 18:44:34 UTC
refs/heads/release-1.3 89be1c9 fixes tests 10 December 2019, 22:38:52 UTC
refs/heads/release-1.4 2483411 Update manifests to v1.4.3 15 April 2020, 16:35:12 UTC
refs/heads/release-1.5 259926a fix: upgrade awscli version (#3774) 16 June 2020, 05:12:20 UTC
refs/heads/release-1.6 c6cd7c5 chore: helm2 verison bump (#4724) * chore: helm2 verison bump 03 November 2020, 19:22:14 UTC
refs/heads/release-1.7 92b0237 Bump version to 1.7.14 03 March 2021, 18:26:25 UTC
refs/heads/release-1.8 ebbc1d0 chore: pin mkdocs version to fix docs build (#6421) Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com> 07 June 2021, 17:53:37 UTC
refs/heads/release-2.0 4c94d88 Bump version to 2.0.5 22 July 2021, 20:44:44 UTC
refs/heads/release-2.1 903db5f Bump version to 2.1.16 21 June 2022, 16:19:26 UTC
refs/heads/release-2.2 41828a5 Bump version to 2.2.16 01 November 2022, 20:26:51 UTC
refs/heads/release-2.3 3ef61d7 Bump version to 2.3.11 01 November 2022, 21:22:53 UTC
refs/heads/release-2.4 5e8ac1b fix: handle apiGroup updates in resource-tracking (#11012) * fix: handle apiGroup updates in resource-tracking Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * Fix test Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * change the fix approach by inspecting tracking id from the config Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * add unit-test to validate the scenario Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * fix test lint Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * review fixes Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> * Reword godocs for clarity Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com> 03 November 2022, 19:02:13 UTC
refs/heads/release-2.5 9b7445c fix: templating keys in ApplicationSet (#11076) (#11163) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> 03 November 2022, 23:17:04 UTC
refs/heads/snyk-fix-22fec3fb11f6fa24b60d05409e980aeb 0f53223 fix: ui/package.json & ui/yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SSRI-1085630 15 March 2021, 02:51:03 UTC
refs/heads/snyk-fix-ae7425b39b7a4d1c374881d04cb13933 66bd68a fix: ui/package.json & ui/yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 10 November 2021, 06:11:51 UTC
refs/heads/snyk-update-2485938240bf200c26bb ebeac81 [Bot] Update Snyk reports Signed-off-by: CI <ci@argoproj.com> 31 October 2022, 18:02:23 UTC
refs/heads/snyk-update-5cc4afae2c20aa587565 a931a68 [Bot] Update Snyk reports Signed-off-by: CI <ci@argoproj.com> 14 October 2022, 15:11:10 UTC
refs/heads/snyk-update-a43fe6de822c4d438108 f05c918 [Bot] Update Snyk reports Signed-off-by: CI <ci@argoproj.com> 13 October 2022, 18:08:11 UTC
refs/heads/snyk-update-bb64c54b320a0a487cdf c49c643 [Bot] Update Snyk reports Signed-off-by: CI <ci@argoproj.com> 01 November 2022, 17:54:11 UTC
refs/heads/snyk-upgrade-187747164f83e48c13336135ff81d0f0 65a0d57 fix: upgrade classnames from 2.2.6 to 2.3.1 Snyk has created this PR to upgrade classnames from 2.2.6 to 2.3.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/argoproj/project/d2931792-eef9-4d7c-b9d6-c0cbd2bd4dbe?utm_source=github&utm_medium=referral&page=upgrade-pr 19 April 2022, 04:16:06 UTC
refs/heads/snyk-upgrade-2243046f87be3d7f9b10180955281f9c 9355583 fix: upgrade react-paginate from 6.3.0 to 6.5.0 Snyk has created this PR to upgrade react-paginate from 6.3.0 to 6.5.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/argoproj/project/d2931792-eef9-4d7c-b9d6-c0cbd2bd4dbe?utm_source=github&utm_medium=referral&page=upgrade-pr 11 April 2022, 03:03:40 UTC
refs/heads/snyk-upgrade-4c01df0c7326715d3fa31e2b5f273fe5 c1d3ee2 fix: upgrade git-url-parse from 11.1.2 to 11.6.0 Snyk has created this PR to upgrade git-url-parse from 11.1.2 to 11.6.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/argoproj/project/e257be49-1bf5-455e-a11b-cdab3dbef067?utm_source=github&utm_medium=referral&page=upgrade-pr 22 October 2021, 04:42:43 UTC
refs/heads/snyk-upgrade-96df2baba13d46d6ce52a422eadf9c67 858f8ff fix: upgrade react-moment from 0.9.2 to 0.9.7 Snyk has created this PR to upgrade react-moment from 0.9.2 to 0.9.7. See this package in npm: See this project in Snyk: https://app.snyk.io/org/argoproj/project/d2931792-eef9-4d7c-b9d6-c0cbd2bd4dbe?utm_source=github&utm_medium=referral&page=upgrade-pr 09 April 2022, 03:31:27 UTC
refs/heads/snyk-upgrade-b22f1a942b1f1490c2be0ead223e7a72 9a817de fix: upgrade cookie from 0.3.1 to 0.4.2 Snyk has created this PR to upgrade cookie from 0.3.1 to 0.4.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/argoproj/project/d2931792-eef9-4d7c-b9d6-c0cbd2bd4dbe?utm_source=github&utm_medium=referral&page=upgrade-pr 12 April 2022, 04:03:23 UTC
refs/heads/snyk-upgrade-da82436a199275a8077335c09f156f48 e46bd90 fix: upgrade minimatch from 3.0.4 to 3.1.2 Snyk has created this PR to upgrade minimatch from 3.0.4 to 3.1.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/argoproj/project/d2931792-eef9-4d7c-b9d6-c0cbd2bd4dbe?utm_source=github&utm_medium=referral&page=upgrade-pr 09 April 2022, 03:31:24 UTC
refs/heads/snyk-upgrade-ebd75ffe2591f805dde7aac7e06c9c9a 30b7b72 fix: upgrade color from 3.1.2 to 3.2.1 Snyk has created this PR to upgrade color from 3.1.2 to 3.2.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/argoproj/project/d2931792-eef9-4d7c-b9d6-c0cbd2bd4dbe?utm_source=github&utm_medium=referral&page=upgrade-pr 11 April 2022, 03:03:37 UTC
refs/heads/snyk-upgrade-fa9072ca01170f7868a58605077488c1 7f7e1bc fix: upgrade monaco-editor from 0.15.6 to 0.27.0 Snyk has created this PR to upgrade monaco-editor from 0.15.6 to 0.27.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/argoproj/project/e257be49-1bf5-455e-a11b-cdab3dbef067?utm_source=github&utm_medium=referral&page=upgrade-pr 09 October 2021, 04:11:53 UTC
refs/remotes/origin/release-0.8 8c91935 Fix controller hot loop when app source contains bad manifests (issue #568) (#570) 10 September 2018, 17:58:13 UTC
refs/tags/stable b895da4 Bump version to 2.5.0 25 October 2022, 14:23:02 UTC
refs/tags/v0.1.0 1247c22 Add more details to CONTRIBUTING.md. Describe how to run argo-cd locally 12 March 2018, 21:41:46 UTC
refs/tags/v0.10.0 3f5967c Update manifests to v0.10.0 19 October 2018, 21:29:37 UTC
refs/tags/v0.10.1 6a18870 Update manifests to v0.10.1 24 October 2018, 19:57:02 UTC
refs/tags/v0.10.2 e13e13e Update manifests to v0.10.2 25 October 2018, 18:52:17 UTC
refs/tags/v0.10.3 c5814d5 Update version to v0.10.3 29 October 2018, 06:31:08 UTC
refs/tags/v0.10.4 89ece31 Update version to v0.10.4 08 November 2018, 01:25:16 UTC
refs/tags/v0.10.5 5d185b6 add argo cluster permission to view logs (#766) 13 November 2018, 16:46:46 UTC
refs/tags/v0.10.6 0dfcd2f Update version to v0.10.6 15 November 2018, 01:20:31 UTC
refs/tags/v0.11.0 71b646d Update manifests to v0.11.0 10 January 2019, 23:14:21 UTC
refs/tags/v0.11.0-rc1 476e351 Fix issue preventing kustomize apps being multi-namespaced (#913) 10 December 2018, 10:30:21 UTC
refs/tags/v0.11.0-rc2 ff2de56 Update manifests to v0.11.0-rc2 28 December 2018, 00:17:30 UTC
refs/tags/v0.11.0-rc3 7c2b92f Update manifests to v0.11.0-rc3 03 January 2019, 23:37:27 UTC
refs/tags/v0.11.0-rc4 4840a9c Update manifests to v0.11.0-rc4 04 January 2019, 21:34:29 UTC
refs/tags/v0.11.0-rc5 3ee437e Update manifests to v0.11.0-rc5 08 January 2019, 23:59:00 UTC
refs/tags/v0.11.0-rc6 f41af8b Settings were getting re-initialized when incomplete. Session manager now uses settings manager (#1000) 09 January 2019, 23:46:38 UTC
refs/tags/v0.11.1 bdeecc2 Fix test compile error (#1052) 18 January 2019, 23:15:56 UTC
refs/tags/v0.11.2 1e5d08c Adds client retry. Fixes #959 (#1119) 13 February 2019, 23:32:07 UTC
refs/tags/v0.12.0 cd4bb25 Update version and manifests v0.12.0 22 March 2019, 18:58:31 UTC
refs/tags/v0.12.0-rc1 8d98d6e Sort kustomize params in GetAppDetails 05 March 2019, 23:45:12 UTC
refs/tags/v0.12.0-rc2 36dc50c Bump version and manifests to v0.12.0-rc2 06 March 2019, 10:01:07 UTC
refs/tags/v0.12.0-rc3 2b781ee Bump version and manifests to v0.12.0-rc3 07 March 2019, 00:53:14 UTC
refs/tags/v0.12.0-rc4 22fe538 Update manifests to v0.12.0-rc4 12 March 2019, 21:27:35 UTC
refs/tags/v0.12.0-rc5 268df43 Update manifests to v0.12.0-rc5 19 March 2019, 06:49:42 UTC
refs/tags/v0.12.0-rc6 d5ee07e Update VERSION to v0.12.0-rc6 20 March 2019, 21:56:19 UTC
refs/tags/v0.12.1 6a1751a Update manifests to v0.12.1 09 April 2019, 21:03:22 UTC
refs/tags/v0.12.2 ff0c23f Update manifests to v0.12.2 22 April 2019, 21:28:14 UTC
refs/tags/v0.12.3 cf4e6bc Update manifests to v0.12.3 30 April 2019, 05:14:42 UTC
refs/tags/v0.2.0 59dbe8d Maintain list of recent deployments in app CRD (#59) 29 March 2018, 00:35:48 UTC
refs/tags/v0.3.0 8a28511 Enable auth by default. Decrease app resync period from 10m to 3m 23 April 2018, 08:11:00 UTC
refs/tags/v0.3.1 7d08ab4 Bump version to v0.3.1 24 April 2018, 23:20:23 UTC
refs/tags/v0.3.2 1d876c7 Fix compilation error 01 May 2018, 18:09:13 UTC
refs/tags/v0.3.3 13558b7 Revert change to redact credentials since logic is reused by controller 03 May 2018, 23:42:21 UTC
refs/tags/v0.4.0 9c0daeb Fix diff falsely reporting OutOfSync due to namespace/annotation defaulting 17 May 2018, 07:41:50 UTC
refs/tags/v0.4.0-alpha1 d1c7c4f Issue #187 - implement `argo settings install` command (#193) 11 May 2018, 18:50:53 UTC
refs/tags/v0.4.1 ac0f623 Add `argocd app wait` command (#216) * Update CLI, server for wait request * Update generated code * Remove generated code * Add timeout function, and use it * Get first working prototype * Properly fail and print success/fail messages * Add missing reference pointer * Remove unreachable code * Show current state of all checks * Print atypical health output status now * Update short command description, thanks @jessesuen * Use server-side watch command * Use watch API * Clean up wait function to use new API better * Rm unused const, satisfy linter on caps names * Rename channel and set direction * Add infinite timeout by default 18 May 2018, 18:50:01 UTC
refs/tags/v0.4.2 4e470aa Remove context name prompt during login. (#218) * Show URL in argocd app get * Rename force flag to cascade in argocd app delete * Remove interactive context name prompt during login which broke login automation * Rename apiclient.ServerClient to Client 21 May 2018, 08:10:02 UTC
refs/tags/v0.4.3 89bf4ea Bump version to 0.4.3 21 May 2018, 22:27:01 UTC
refs/tags/v0.4.4 5452aff Add ability to show parameters and overrides in CLI (resolves #240) (#247) 30 May 2018, 22:41:11 UTC
refs/tags/v0.4.5 3acca50 Add `argocd app unset` command to unset parameter overrides. Bump version to v0.4.5 31 May 2018, 09:54:07 UTC
refs/tags/v0.4.6 cf37769 Retry `argocd app wait` connection errors from EOF watch. Show detailed state changes 06 June 2018, 17:45:59 UTC
refs/tags/v0.4.7 e4d0bd3 Take into account number of unavailable replicas to decided if deployment is healthy or not (#270) * Take into account number of unavailable replicas to decided if deployment is healthy or not * Run one controller for all e2e tests to reduce tests duration * Apply reviewer notes: use logic from kubectl/rollout_status.go to check deployment health 07 June 2018, 18:05:46 UTC
refs/tags/v0.5.0 df0e2e4 Fail app sync if `prune` flag is required (#276) * Add status field to resource details * Update generated code * Set up const message responses * Check number of resources requiring pruning * Fix imports * Use string, thanks @alexmt * Update generated code 12 June 2018, 17:54:11 UTC
refs/tags/v0.5.1 4e170c2 Update version to v0.5.1 13 June 2018, 21:30:35 UTC
refs/tags/v0.5.2 8ff98cc Add RBAC unit test for wildcards with sub-resources 14 June 2018, 19:50:16 UTC
refs/tags/v0.5.3 fa990ab Support cluster management using the internal k8s API address https://kubernetes.default.svc (#307) 20 June 2018, 23:50:15 UTC
refs/tags/v0.5.4 21b6488 Bump version to v0.5.4 27 June 2018, 22:56:38 UTC
refs/tags/v0.6.0 a5334ec Update getting_started.md with new install instructions. Generate install.yaml from IMAGE_NAMESPACE IMAGE_TAG values Fix panic in initializeSettings() 17 July 2018, 07:38:37 UTC
refs/tags/v0.6.1 a48151f Fix regression where deployment health check incorrectly reported Healthy Bump verison to v0.6.1 18 July 2018, 07:05:51 UTC
refs/tags/v0.6.2 08c63ec Update install manifests to v0.6.2 21 July 2018, 05:18:27 UTC
refs/tags/v0.7.0 6fc345f Bump VERSION to v0.7.0. Update CHANGELOG.md. Tweak install/getting_started.md instructions (#471) 28 July 2018, 01:06:21 UTC
refs/tags/v0.7.1 da7be2e Update manifests and install instructions for v0.7.1 (#496) 03 August 2018, 20:39:00 UTC
refs/tags/v0.7.2 20693fd Bump version to v0.7.2, add release notes, update manifests 21 August 2018, 07:16:15 UTC
refs/tags/v0.8.0 d7c04ae Update manifests to use v0.8.0 Make manifests friendly to `kubectl apply` semantics by omitting `data:` field RBAC docs improvements 05 September 2018, 00:58:50 UTC
back to top