Skip to content

Files

5040 lines (4128 loc) · 459 KB

CHANGELOG-2-x-x.md

File metadata and controls

5040 lines (4128 loc) · 459 KB

Changelog

v3.0.0-rc1 (2021-02-08)

For v3.0.0-rc1 and later, see CHANGELOG.md

v2.12.13 (2021-08-18)

Full Changelog: v2.12.12...v2.12.13

Selected Changes

  • 08c9964d5 Update manifests to v2.12.13
  • 17eb51db5 fix: Fix x509: certificate signed by unknown authority error (#6566)

Contributors

  • Alex Collins

v2.12.12 (2021-08-18)

Full Changelog: v2.12.11...v2.12.12

Selected Changes

  • f83ece141 Update manifests to v2.12.12
  • 26df32eb1 fix: Generate TLS Certificates on startup and only keep in memory (#6540)
  • 46d744f01 fix: Remove client private key from client auth REST config (#6506)

Contributors

  • Alex Collins
  • David Collom

v2.12.11 (2021-04-05)

Full Changelog: v2.12.10...v2.12.11

Selected Changes

  • 71d00c787 Update manifests to v2.12.11
  • d5e0823f1 fix: InsecureSkipVerify true
  • 3b6c53af0 fix(executor): GODEBUG=x509ignoreCN=0 (#5562)
  • 631e55d00 feat(server): Enforce TLS >= v1.2 (#5172)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

v2.12.10 (2021-03-08)

Full Changelog: v2.12.9...v2.12.10

Selected Changes

  • f1e0c6174 Update manifests to v2.12.10
  • 1ecc5c009 fix(test): Flaky TestWorkflowShutdownStrategy (#5331)
  • fa8f63c6d Cherry-pick 5289
  • d56c420b7 fix: Disallow object names with more than 63 chars (#5324)
  • 6ccfe46d6 fix: Backward compatible workflowTemplateRef from 2.11.x to 2.12.x (#5314)
  • 0ad734623 fix: Ensure whitespaces is allowed between name and bracket (#5176)

Contributors

  • Saravanan Balasubramanian
  • Simon Behar

v2.12.9 (2021-02-16)

Full Changelog: v2.12.8...v2.12.9

Selected Changes

  • 737905345 Update manifests to v2.12.9
  • 81c07344f codegen
  • 26d2ec0a1 cherry-picked 5081
  • 92ad730a2 fix: Revert "fix(controller): keep special characters in json string when … … 19da392 …use withItems (#4814)" (#5076)
  • 1e868ec1a fix(controller): Fix creator dashes (#5082)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

v2.12.8 (2021-02-08)

Full Changelog: v2.12.7...v2.12.8

Selected Changes

  • d19d4eeed Update manifests to v2.12.8
  • cf3b1980d fix: Fix build
  • a8d0b67e8 fix(cli): Add insecure-skip-verify for HTTP1. Fixes #5008 (#5015)
  • a3134de95 fix: Skip the Workflow not found error in Concurrency policy (#5030)
  • a60e4105d fix: Unmark daemoned nodes after stopping them (#5005)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

v2.12.7 (2021-02-01)

Full Changelog: v2.12.6...v2.12.7

Selected Changes

  • 5f5150730 Update manifests to v2.12.7
  • 637154d02 feat: Support retry on transient errors during executor status checking (#4946)
  • 8e7ed235e feat(server): Add Prometheus metrics. Closes #4751 (#4952)

Contributors

  • Alex Collins
  • Simon Behar
  • Yuan Tang

v2.12.6 (2021-01-25)

Full Changelog: v2.12.5...v2.12.6

Selected Changes

  • 4cb5b7eb8 Update manifests to v2.12.6
  • 2696898b3 fix: Mutex not being released on step completion (#4847)
  • 067b60363 feat(server): Support email for SSO+RBAC. Closes #4612 (#4644)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

v2.12.5 (2021-01-19)

Full Changelog: v2.12.4...v2.12.5

Selected Changes

  • 53f022c3f Update manifests to v2.12.5
  • 86d7b3b6b fix tests
  • 633909402 fix tests
  • 0c7aa1498 fix: Mutex not being released on step completion (#4847)
  • b3742193e fix(controller): Consider processed retry node in metrics. Fixes #4846 (#4872)
  • 9063a94d6 fix(controller): make creator label DNS compliant. Fixes #4880 (#4881)
  • 84b44cfdb fix(controller): Fix node status when daemon pod deleted but its children nodes are still running (#4683)
  • 8cd963520 fix: Do not error on duplicate workflow creation by cron (#4871)

Contributors

  • Saravanan Balasubramanian
  • Simon Behar
  • ermeaney
  • lonsdale8734

v2.12.4 (2021-01-12)

Full Changelog: v2.12.3...v2.12.4

Selected Changes

  • f97bef5d0 Update manifests to v2.12.4
  • c521b27e0 feat: Publish images on Quay.io (#4860)
  • 1cd2570c7 feat: Publish images to Quay.io (#4854)
  • 7eb16e617 fix: Preserve the original slice when removing string (#4835)
  • e64183dbc fix(controller): keep special characters in json string when use withItems (#4814)

Contributors

  • Alex Collins
  • Simon Behar
  • Song Juchao
  • cocotyty
  • markterm

v2.12.3 (2021-01-04)

Full Changelog: v2.12.2...v2.12.3

Selected Changes

  • 93ee53012 Update manifests to v2.12.3
  • 3ce298e29 fix tests
  • 8177b53c2 fix(controller): Various v2.12 fixes. Fixes #4798, #4801, #4806 (#4808)
  • 19c7bdabd fix: load all supported authentication plugins for k8s client-go (#4802)
  • 331aa4ee8 fix(server): Do not silently ignore sso secret creation error (#4775)
  • 0bbc082cf feat(controller): Rate-limit workflows. Closes #4718 (#4726)
  • a60279827 fix(controller): Support default database port. Fixes #4756 (#4757)
  • 5d8573581 feat(controller): Enhanced TTL controller scalability (#4736)

Contributors

  • Alex Collins
  • Kristoffer Johansson
  • Simon Behar

v2.12.2 (2020-12-18)

Full Changelog: v2.12.1...v2.12.2

Selected Changes

  • 7868e7237 Update manifests to v2.12.2
  • e8c4aa4a9 fix(controller): Requeue when the pod was deleted. Fixes #4719 (#4742)
  • 11bc9c41a feat(controller): Pod deletion grace period. Fixes #4719 (#4725)

Contributors

  • Alex Collins

v2.12.1 (2020-12-17)

Full Changelog: v2.12.0...v2.12.1

Selected Changes

  • 9a7e044e2 Update manifests to v2.12.1
  • d21c45286 Change argo-server crt/key owner (#4750)

Contributors

  • Daisuke Taniwaki
  • Simon Behar

v2.12.0 (2020-12-17)

Full Changelog: v2.12.0-rc6...v2.12.0

Selected Changes

  • 53029017f Update manifests to v2.12.0
  • 434580669 fix(controller): Fixes resource version misuse. Fixes #4714 (#4741)
  • e192fb156 fix(executor): Copy main/executor container resources from controller by value instead of reference (#4737)
  • 4fb0d96d0 fix(controller): Fix incorrect main container customization precedence and isResourcesSpecified check (#4681)
  • 1aac79e9b feat(controller): Allow to configure main container resources (#4656)

Contributors

  • Alex Collins
  • Simon Behar
  • Yuan Tang

v2.12.0-rc6 (2020-12-15)

Full Changelog: v2.12.0-rc5...v2.12.0-rc6

Selected Changes

  • e55b886ed Update manifests to v2.12.0-rc6
  • 1fb0d8b97 fix(controller): Fixed workflow stuck with mutex lock (#4744)
  • 4059820ea fix(executor): Always check if resource has been deleted in checkResourceState() (#4738)
  • 739af45b5 fix(ui): Fix YAML for workflows with storedWorkflowTemplateSpec. Fixes #4691 (#4695)
  • 359803433 fix: Allow Bearer token in server mode (#4735)
  • bf589b014 fix(executor): Deal with the pod watch API call timing out (#4734)
  • fabf20b59 fix(controller): Increate default EventSpamBurst in Eventrecorder (#4698)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar
  • Yuan Tang
  • hermanhobnob

v2.12.0-rc5 (2020-12-10)

Full Changelog: v2.12.0-rc4...v2.12.0-rc5

Selected Changes

  • 3aa86fffb Update manifests to v2.12.0-rc5
  • 3581a1e77 fix: Consider optional artifact arguments (#4672)
  • 50210fc38 feat(controller): Use deterministic name for cron workflow children (#4638)
  • 3a4e974c0 fix(controller): Only patch status.active in cron workflows when syncing (#4659)
  • 2aaad26fe fix(ui): DataLoaderDropdown fix input type from promise to function that (#4655)
  • 72ca92cb4 fix: Count Workflows with no phase as Pending for metrics (#4628)
  • 8ea219b86 fix(ui): Reference secrets in EnvVars. Fixes #3973 (#4419)
  • 3b35ba2bd fix: derive jsonschema and fix up issues, validate examples dir… (#4611)
  • 2f49720aa fix(ui): Fixed reconnection hot-loop. Fixes #4580 (#4663)
  • 4f8e4a515 fix(controller): Cleanup the synchronize pending queue once Workflow deleted (#4664)
  • 128598478 fix(controller): Deal with hyphen in creator. Fixes #4058 (#4643)
  • 2d05d56ea feat(controller): Make MAX_OPERATION_TIME configurable. Close #4239 (#4562)
  • c00ff7144 fix: Fix TestCleanFieldsExclude (#4625)

Contributors

  • Alex Collins
  • Paul Brabban
  • Saravanan Balasubramanian
  • Simon Behar
  • aletepe
  • tczhao

v2.12.0-rc4 (2020-12-02)

Full Changelog: v2.12.0-rc3...v2.12.0-rc4

Selected Changes

  • e34bc3b72 Update manifests to v2.12.0-rc4
  • feea63f02 feat(executor): More informative log when executors do not support output param from base image layer (#4620)
  • 65f5aefef fix(argo-server): fix global variable validation error with reversed dag.tasks (#4369)
  • e6870664e fix(server): Correct webhook event payload marshalling. Fixes #4572 (#4594)
  • b1d682e71 fix: Perform fields filtering server side (#4595)
  • 61b670481 fix: Null check pagination variable (#4617)
  • ace0ee1b2 fix(executor): Fixed waitMainContainerStart returning prematurely. Closes #4599 (#4601)
  • f03f99ef6 refactor: Use polling model for workflow phase metric (#4557)
  • 8e887e731 fix(executor): Handle sidecar killing in a process-namespace-shared pod (#4575)
  • 991fa6747 fix(server): serve artifacts directly from disk to support large artifacts (#4589)
  • 2eeb1fcef fix(server): use the correct name when downloading artifacts (#4579)
  • d1a37d5fb feat(controller): Retry transient offload errors. Resolves #4464 (#4482)

Contributors

  • Alex Collins
  • Daisuke Taniwaki
  • Simon Behar
  • Yuan Tang
  • dherman
  • fsiegmund
  • zhengchenyu

v2.12.0-rc3 (2020-11-23)

Full Changelog: v2.12.0-rc2...v2.12.0-rc3

Selected Changes

  • 85cafe6e8 Update manifests to v2.12.0-rc3
  • 916b4549b feat(ui): Add Template/Cron workflow filter to workflow page. Closes #4532 (#4543)
  • 48af02445 fix: executor/pns containerid prefix fix (#4555)
  • 53195ed56 fix: Respect continueOn for leaf tasks (#4455)
  • 7e121509c fix(controller): Correct default port logic (#4547)
  • a712e535b fix: Validate metric key names (#4540)
  • c469b053f fix: Missing arg lines caused files not to copy into containers (#4542)
  • 0980ead36 fix(test): fix TestWFDefaultWithWFTAndWf flakiness (#4538)
  • 564e69f3f fix(ui): Do not auto-reload doc.location. Fixes #4530 (#4535)
  • 176d890c1 fix(controller): support float for param value (#4490)
  • 4bacbc121 feat(controller): make sso timeout configurable via cm (#4494)
  • 02e1f0e0d fix(server): Add list sa and create secret to argo-server roles. Closes #4526 (#4514)
  • d0082e8fb fix: link templates not replacing multiple templates with same name (#4516)
  • 411bde37c feat: adds millisecond-level timestamps to argo and workflow-controller (#4518)
  • 2c54ca3fb add bonprix to argo users (#4520)

Contributors

  • Alex Collins
  • Alexander Mikhailian
  • Arghya Sadhu
  • Boolman
  • David Gibbons
  • Espen Finnesand
  • Lennart Kindermann
  • Ludovic Cléroux
  • Oleg Borodai
  • Saravanan Balasubramanian
  • Simon Behar
  • Yuan Tang
  • Zach
  • tczhao

v2.12.0-rc2 (2020-11-12)

Full Changelog: v2.12.0-rc1...v2.12.0-rc2

Selected Changes

  • f509fa550 Update manifests to v2.12.0-rc2
  • 2dab2d158 fix(test): fix TestWFDefaultWithWFTAndWf flakiness (#4507)
  • 64ae33034 fix(controller): prepend script path to the script template args. Resolves #4481 (#4492)
  • 0931baf5f feat: Redirect to requested URL after SSO login (#4495)
  • 465447c03 fix: Ensure ContainerStatus in PNS is terminated before continuing (#4469)
  • f7287687b fix(ui): Check node children before counting them. (#4498)
  • bfc13c3f5 fix: Ensure redirect to login when using empty auth token (#4496)
  • d56ce890c feat(cli): add selector and field-selector option to terminate (#4448)
  • e501fcca1 fix(controller): Refactor the Merge Workflow, WorkflowTemplate and WorkflowDefaults (#4354)
  • 2ee3f5a71 fix(ui): fix the all option in the workflow archive list (#4486)

Contributors

  • Noah Hanjun Lee
  • Saravanan Balasubramanian
  • Simon Behar
  • Vlad Losev
  • dherman
  • ivancili

v2.12.0-rc1 (2020-11-06)

Full Changelog: v2.11.8...v2.12.0-rc1

Selected Changes

  • 98be709d8 Update manifests to v2.12.0-rc1
  • a441a97bd refactor(server): Use patch instead of update to resume/suspend (#4468)
  • 9ecf04991 fix(controller): When semaphore lock config gets updated, enqueue the waiting workflows (#4421)
  • c31d1722e feat(cli): Support ARGO_HTTP1 for HTTP/1 CLI requests. Fixes #4394 (#4416)
  • 6c5ab7804 feat: Add the --no-utf8 parameter to argo get command (#4449)
  • 933a4db0c refactor: Simplify grpcutil.TranslateError (#4465)
  • d752e2fa4 feat: Add resume/suspend endpoints for CronWorkflows (#4457)
  • 42d060500 fix: localhost not being resolved. Resolves #4460, #3564 (#4461)
  • 59843e1fa fix(controller): Trigger no of workflows based on available lock (#4413)
  • 1be03db7e fix: Return copy of stored templates to ensure they are not modified (#4452)
  • 854883bde fix(controller): Fix throttler. Fixes #1554 and #4081 (#4132)
  • 3e451114d fix(docs): timezone DST note on Cronworkflow (#4429)
  • f4f68a746 fix: Resolve inconsistent CronWorkflow persistence (#4440)
  • da93545f6 feat(server): Add WorkflowLogs API. See #4394 (#4450)
  • 3960a0ee5 fix: Fix validation with Argo Variable in activeDeadlineSeconds (#4451)
  • dedf0521e feat(ui): Visualisation of the suspended CronWorkflows in the list. Fixes #4264 (#4446)
  • 0d13f40d6 fix(controller): Tolerate int64 parameters. Fixes #4359 (#4401)
  • 2628be91e fix(server): Only try to use auth-mode if enabled. Fixes #4400 (#4412)
  • 7f2ff80f1 fix: Assume controller is in UTC when calculating NextScheduledRuntime (#4417)
  • 45fbc951f fix(controller): Design-out event errors. Fixes #4364 (#4383)
  • 5a18c674b fix(docs): update link to container spec (#4424)
  • 8006da129 fix: Add x-frame config option (#4420)
  • 462e55e97 fix: Ensure resourceDuration variables in metrics are always in seconds (#4411)
  • 3aeb1741e fix(executor): artifact chmod should only if err != nil (#4409)
  • 2821e4e8f fix: Use correct template when processing metrics (#4399)
  • e8f826147 fix(validate): Local parameters should be validated locally. Fixes #4326 (#4358)
  • ddd45b6e8 fix(ui): Reconnect to DAG. Fixes #4301 (#4378)
  • 252c46335 feat(ui): Sign-post examples and the catalog. Fixes #4360 (#4382)
  • 334d1340f feat(server): Enable RBAC for SSO. Closes #3525 (#4198)
  • e409164ba fix(ui): correct log viewer only showing first log line (#4389)
  • 28bdb6fff fix(ui): Ignore running workflows in report. Fixes #4387 (#4397)
  • 7ace8f85f fix(controller): Fix estimation bug. Fixes #4386 (#4396)
  • bdac65b09 fix(ui): correct typing errors in workflow-drawer (#4373)
  • db5e28ed2 fix: Use DeletionHandlingMetaNamespaceKeyFunc in cron controller (#4379)
  • 99d33eed5 fix(server): Download artifacts from UI. Fixes #4338 (#4350)
  • db8a6d0b5 fix(controller): Enqueue the front workflow if semaphore lock is available (#4380)
  • 933ba8340 fix: Fix intstr nil dereference (#4376)
  • 220ac736c fix(controller): Only warn if cron job missing. Fixes #4351 (#4352)
  • dbbe95ccc Use '[[:blank:]]' instead of ' ' to match spaces/tabs (#4361)
  • b03bd12a4 fix: Do not allow tasks using 'depends' to begin with a digit (#4218)
  • b76246e28 fix(executor): Increase pod patch backoff. Fixes #4339 (#4340)
  • ec671ddce feat(executor): Wait for termination using pod watch for PNS and K8SAPI executors. (#4253)
  • 3156559b4 fix: ui/package.json & ui/yarn.lock to reduce vulnerabilities (#4342)
  • f5e23f79d refactor: De-couple config (#4307)
  • 37a2ae06e fix(ui): correct typing errors in events-panel (#4334)
  • 03ef9d615 fix(ui): correct typing errors in workflows-toolbar (#4333)
  • 4de64c618 fix(ui): correct typing errors in cron-workflow-details (#4332)
  • 939d8c301 feat(controller): add enum support in parameters (fixes #4192) (#4314)
  • e14f4f922 fix(executor): Fix the artifacts option in k8sapi and PNS executor Fixes#4244 (#4279)
  • ea9db4362 fix(cli): Return exit code on Argo template lint command (#4292)
  • aa4a435b4 fix(cli): Fix panic on argo template lint without argument (#4300)
  • 20b3b1baf fix: merge artifact arguments from workflow template. Fixes #4296 (#4316)
  • 40648bcfe Update USERS.md (#4322)
  • 07b2ef62f fix(executor): Retrieve containerId from cri-containerd /proc/{pid}/cgroup. Fixes #4302 (#4309)
  • e6b024900 feat(controller): Allow whitespace in variable substitution. Fixes #4286 (#4310)
  • 9119682b0 fix(build): Some minor Makefile fixes (#4311)
  • db20b4f2c feat(ui): Submit resources without namespace to current namespace. Fixes #4293 (#4298)
  • 26f39b6d1 fix(ci): add non-root user to Dockerfile (#4305)
  • 1cc68d893 fix(ui): undefined namespace in constructors (#4303)
  • e54bf815d fix(controller): Patch rather than update cron workflows. (#4294)
  • 9157ef2ad fix: TestMutexInDAG failure in master (#4283)
  • 2d6f4e66f fix: WorkflowEventBinding typo in aggregated roles (#4287)
  • c02bb7f0b fix(controller): Fix argo retry with PVCs. Fixes #4275 (#4277)
  • c0423a223 fix(ui): Ignore missing nodes in DAG. Fixes #4232 (#4280)
  • 58144290d fix(controller): Fix cron-workflow re-apply error. (#4278)
  • c605c6d73 fix(controller): Synchronization lock didn't release on DAG call flow Fixes #4046 (#4263)
  • 3cefc1471 feat(ui): Add a nudge for users who have not set their security context. Closes #4233 (#4255)
  • a461b076b feat(cli): add --field-selector option for delete command (#4274)
  • 4c4234537 feat(controller): Track N/M progress. See #2717 (#4194)
  • afbb957a8 fix: Add WorkflowEventBinding to aggregated roles (#4268)
  • 6ce6bf499 fix(controller): Make the delay before the first workflow reconciliation configurable. Fixes #4107 (#4224)
  • 346292b1b feat(controller): Reduce reconcilliation time by exiting earlier. (#4225)
  • 407ac3498 fix(ui): Revert bad part of commit (#4248)
  • eaae2309d fix(ui): Fix bugs with DAG view. Fixes #4232 & #4236 (#4241)
  • 04f7488ab feat(ui): Adds a report page which shows basic historical workflow metrics. Closes #3557 (#3558)
  • a545a53f6 fix(controller): Check the correct object for Cronworkflow reapply error log (#4243)
  • ec7a5a402 fix(Makefile): removed deprecated k3d cmds. Fixes #4206 (#4228)
  • 1706a3954 fix: Increase deafult number of CronWorkflow workers (#4215)
  • 50f231819 feat(cli): Print 'no resource msg' when argo list returns zero workflows (#4166)
  • 2143a5019 fix(controller): Support workflowDefaults on TTLController for WorkflowTemplateRef Fixes #4188 (#4195)
  • cac10f130 fix(controller): Support int64 for param value. Fixes #4169 (#4202)
  • e910b7015 feat: Controller/server runAsNonRoot. Closes #1824 (#4184)
  • 4bd5fe10a fix(controller): Apply Workflow default on normal workflow scenario Fixes #4208 (#4213)
  • b17b569ea fix(controller): reduce withItem/withParams memory usage. Fixes #3907 (#4207)
  • 524049f01 fix: Revert "chore: try out pre-pushing linux/amd64 images and updating ma… Fixes #4216 (#4217)
  • 9c08433f3 feat(executor): Decompress zip file input artifacts. Fixes #3585 (#4068)
  • 14650339d fix(executor): Update executor retry config for ExponentialBackoff. (#4196)
  • 2b127625a fix(executor): Remove IsTransientErr check for ExponentialBackoff. Fixes #4144 (#4149)
  • f7e85f04b feat(server): Make Argo Server issue own JWE for SSO. Fixes #4027 & #3873 (#4095)
  • 951d38f8e refactor: Refactor Synchronization code (#4114)
  • 9319c074e fix(ui): handle logging disconnects gracefully (#4150)
  • 6265c7091 fix: Ensure CronWorkflows are persisted once per operation (#4172)
  • 2a992aee7 fix: Provide helpful hint when creating workflow with existing name (#4156)
  • de3a90dd1 refactor: upgrade argo-ui library version (#4178)
  • b7523369b feat(controller): Estimate workflow & node duration. Closes #2717 (#4091)
  • c468b34d1 fix(controller): Correct unstructured API version. Caused by #3719 (#4148)
  • de81242ec fix: Render full tree of onExit nodes in UI (#4109)
  • 109876e62 fix: Changing DeletePropagation to background in TTL Controller and Argo CLI (#4133)
  • 1e10e0ccb Documentation (#4122)
  • b3682d4f1 fix(cli): add validate args in delete command (#4142)
  • 373543d11 feat(controller): Sum resources duration for DAGs and steps (#4089)
  • 4829e9abd feat: Add MaxAge to memoization (#4060)
  • af53a4b00 fix(docs): Update k3d command for running argo locally (#4139)
  • 554d66168 fix(ui): Ignore referenced nodes that don't exist in UI. Fixes #4079 (#4099)
  • e8b79921e fix(executor): race condition in docker kill (#4097)
  • 3bb0c2a17 feat(artifacts): Allow HTTP artifact load to set request headers (#4010)
  • 63b413754 fix(cli): Add retry to retry, again. Fixes #4101 (#4118)
  • 76cbfa9de fix(ui): Show "waiting" msg while waiting for pod logs. Fixes #3916 (#4119)
  • 196c5eed7 fix(controller): Process workflows at least once every 20m (#4103)
  • 4825b7ec7 fix(server): argo-server-role to allow submitting cronworkflows from UI (#4112)
  • 29aba3d10 fix(controller): Treat annotation and conditions changes as significant (#4104)
  • befcbbcee feat(ui): Improve error recovery. Close #4087 (#4094)
  • 5cb99a434 fix(ui): No longer redirect to undefined namespace. See #4084 (#4115)
  • fafc5a904 fix(cli): Reinstate --gloglevel flag. Fixes #4093 (#4100)
  • c4d910233 fix(cli): Add retry to retry ;). Fixes #4101 (#4105)
  • 6b350b095 fix(controller): Correct the order merging the fields in WorkflowTemplateRef scenario. Fixes #4044 (#4063)
  • 764b56bac fix(executor): windows output artifacts. Fixes #4082 (#4083)
  • 7c92b3a5b fix(server): Optional timestamp inclusion when retrieving workflow logs. Closes #4033 (#4075)
  • 1bf651b51 feat(controller): Write back workflow to informer to prevent conflict errors. Fixes #3719 (#4025)
  • fdf0b056f feat(controller): Workflow-level retryStrategy/resubmit pending pods by default. Closes #3918 (#3965)
  • d7a297c07 feat(controller): Use pod informer for performance. (#4024)
  • d8d0ecbb5 fix(ui): [Snyk] Fix for 1 vulnerabilities (#4031)
  • ed59408fe fix: Improve better handling on Pod deletion scenario (#4064)
  • e2f4966bc fix: make cross-plattform compatible filepaths/keys (#4040)
  • 5461d5418 feat(controller): Retry archiving later on error. Fixes #3786 (#3862)
  • 4e0852261 fix: Fix unintended inf recursion (#4067)
  • f1083f39a fix: Tolerate malformed workflows when retrying (#4028)
  • fc77beec3 fix(ui): Tiny modal DAG tweaks. Fixes #4039 (#4043)
  • ef0ce47e1 feat(controller): Support different volume GC strategies. Fixes #3095 (#3938)
  • 9f1206246 fix: Don't save label filter in local storage (#4022)
  • 0123c9a8b fix(controller): use interpolated values for mutexes and semaphores #3955 (#3957)
  • 5be254425 feat(controller): Panic or error on mis-matched resource version (#3949)
  • ae779599e fix: Delete realtime metrics of running Workflows that are deleted (#3993)
  • 4557c7137 fix(controller): Script Output didn't set if template has RetryStrategy (#4002)
  • a013609cd fix(ui): Do not save undefined namespace. Fixes #4019 (#4021)
  • f8145f83d fix(ui): Correctly show pod events. Fixes #4016 (#4018)
  • 2d722f1ff fix(ui): Allow you to view timeline tab. Fixes #4005 (#4006)
  • f36ad2bb2 fix(ui): Report errors when uploading files. Fixes #3994 (#3995)
  • b5f319190 feat(ui): Introduce modal DAG renderer. Fixes: #3595 (#3967)
  • ad607469c fix(controller): Revert resubmitPendingPods mistake. Fixes #4001 (#4004)
  • fd1465c91 fix(controller): Revert parameter value to \*string. Fixes #3960 (#3963)
  • 138793413 fix: argo-cluster-role pvc get (#3986)
  • f09babdbb fix: Default PDB example typo (#3914)
  • f81b006af fix: Step and Task level timeout examples (#3997)
  • 91c49c14a fix: Consider WorkflowTemplate metadata during validation (#3988)
  • 7b1d17a00 fix(server): Remove XSS vulnerability. Fixes #3942 (#3975)
  • 20c518ca8 fix(controller): End DAG execution on deadline exceeded error. Fixes #3905 (#3921)
  • 74a68d47c feat(ui): Add startedAt and finishedAt variables to configurable links. Fixes #3898 (#3946)
  • 8e89617bd fix: typo of argo server cli (#3984) (#3985)
  • 1def65b1f fix: Create global scope before workflow-level realtime metrics (#3979)
  • 402fc0bf6 fix(executor): set artifact mode recursively. Fixes #3444 (#3832)
  • ff5ed7e42 fix(cli): Allow argo version without KUBECONFIG. Fixes #3943 (#3945)
  • d4210ff37 fix(server): Adds missing webhook permissions. Fixes #3927 (#3929)
  • 184884af0 fix(swagger): Correct item type. Fixes #3926 (#3932)
  • 97764ba92 fix: Fix UI selection issues (#3928)
  • b4329afd8 fix: Fix children is not defined error (#3950)
  • 5a0c515c4 feat: Step and Task Level Global Timeout (#3686)
  • 24c778388 fix: Custom metrics are not recorded for DAG tasks Fixes #3872 (#3886)

Contributors

  • Aayush Rangwala
  • Alex Capras
  • Alex Collins
  • Alexander Matyushentsev
  • Amim Knabben
  • Ang Gao
  • Antoine Dao
  • Bailey Hayes
  • Basanth Jenu H B
  • Bikramdeep Singh
  • Byungjin Park (BJ)
  • Douglas Lehr
  • Elli Ludwigson
  • Elvis Jakupovic
  • Fischer Jemison
  • Florian
  • Floris Van den Abeele
  • Francesco Murdaca
  • Greg Roodt
  • Huan-Cheng Chang
  • Hussein Awala
  • Ids van der Molen
  • Igor Stepura
  • InvictusMB
  • James Laverack
  • Juan C. Müller
  • Justen Walker
  • Lénaïc Huard
  • Markus Lippert
  • Martin Suchanek
  • Matt Campbell
  • Michael Crenshaw
  • Michael Ruoss
  • Michael Weibel
  • Michal Cwienczek
  • Mike Chau
  • Naisisor
  • Nicwalle
  • Niklas Vest
  • Nirav Patel
  • Noah Hanjun Lee
  • Noj Vek
  • Pavel Čižinský
  • Pranaye Karnati
  • Remington Breeze
  • Rush Tehrani
  • Saravanan Balasubramanian
  • Simon Behar
  • Snyk bot
  • Takahiro Tsuruda
  • Theodore Omtzigt
  • Tomáš Coufal
  • Wouter Remijn
  • Yuan Tang
  • boundless-thread
  • conanoc
  • dherman
  • duluong
  • ivancili
  • jacky
  • omerfsen
  • saranyaeu2987
  • tianfeiyu
  • tomgoren
  • zhengchenyu

v2.11.8 (2020-11-20)

Full Changelog: v2.11.7...v2.11.8

Selected Changes

  • 310e099f8 Update manifests to v2.11.8
  • e8ba1ed83 feat(controller): Make MAX_OPERATION_TIME configurable. Close #4239 (#4562)
  • 66f2306bb feat(controller): Allow whitespace in variable substitution. Fixes #4286 (#4310)

Contributors

  • Alex Collins
  • Ids van der Molen

v2.11.7 (2020-11-02)

Full Changelog: v2.11.6...v2.11.7

Selected Changes

  • bf3fec176 Update manifests to v2.11.7
  • 0f18ab1f1 fix: Assume controller is in UTC when calculating NextScheduledRuntime (#4417)
  • 6026ba5fd fix: Ensure resourceDuration variables in metrics are always in seconds (#4411)
  • ca5adbc05 fix: Use correct template when processing metrics (#4399)
  • 0a0255a7e fix(ui): Reconnect to DAG. Fixes #4301 (#4378)
  • 8dd7d3ba8 fix: Use DeletionHandlingMetaNamespaceKeyFunc in cron controller (#4379)
  • 47f580089 fix(server): Download artifacts from UI. Fixes #4338 (#4350)
  • 0416aba50 fix(controller): Enqueue the front workflow if semaphore lock is available (#4380)
  • a2073d58e fix: Fix intstr nil dereference (#4376)
  • 89080cf8f fix(controller): Only warn if cron job missing. Fixes #4351 (#4352)
  • a4186dfd7 fix(executor): Increase pod patch backoff. Fixes #4339 (#4340)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

v2.11.6 (2020-10-19)

Full Changelog: v2.11.5...v2.11.6

Selected Changes

  • 5eebce9af Update manifests to v2.11.6
  • 79e7a12a0 fix(executor): Remove IsTransientErr check for ExponentialBackoff. Fixes #4144 (#4149)

Contributors

  • Alex Collins
  • Ang Gao
  • Saravanan Balasubramanian

v2.11.5 (2020-10-15)

Full Changelog: v2.11.4...v2.11.5

Selected Changes

  • 076bf89c4 Update manifests to v2.11.5
  • b9d8c96b7 fix(controller): Patch rather than update cron workflows. (#4294)
  • 3d1224264 fix: TestMutexInDAG failure in master (#4283)
  • 05519427d fix(controller): Synchronization lock didn't release on DAG call flow Fixes #4046 (#4263)
  • ff2abd632 fix: Increase deafult number of CronWorkflow workers (#4215)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

v2.11.4 (2020-10-14)

Full Changelog: v2.11.3...v2.11.4

Selected Changes

  • 571bff1fe Update manifests to v2.11.4
  • 05a6078d8 fix(controller): Fix argo retry with PVCs. Fixes #4275 (#4277)
  • 08216ec75 fix(ui): Ignore missing nodes in DAG. Fixes #4232 (#4280)
  • 476ea70fe fix(controller): Fix cron-workflow re-apply error. (#4278)
  • 448ae1137 fix(controller): Check the correct object for Cronworkflow reapply error log (#4243)
  • e3dfd7884 fix(ui): Revert bad part of commit (#4248)
  • 249e8329c fix(ui): Fix bugs with DAG view. Fixes #4232 & #4236 (#4241)

Contributors

  • Alex Collins
  • Juan C. Müller
  • Saravanan Balasubramanian

v2.11.3 (2020-10-07)

Full Changelog: v2.11.2...v2.11.3

Selected Changes

  • a00a8f141 Update manifests to v2.11.3
  • e48fe222d fixed merge conflict
  • 51068f72d fix(controller): Support int64 for param value. Fixes #4169 (#4202)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian

v2.11.2 (2020-10-05)

Full Changelog: v2.11.1...v2.11.2

Selected Changes

  • 0dfeb8e56 Update manifests to v2.11.2
  • 461a36a15 fix(controller): Apply Workflow default on normal workflow scenario Fixes #4208 (#4213)
  • 4b9cf5d28 fix(controller): reduce withItem/withParams memory usage. Fixes #3907 (#4207)
  • 8fea7bf6b Revert "Revert "chore: use build matrix and cache (#4111)""
  • efb20eea0 Revert "chore: use build matrix and cache (#4111)"
  • de1c9e52d refactor: Refactor Synchronization code (#4114)
  • 605d0895a fix: Ensure CronWorkflows are persisted once per operation (#4172)
  • 6f738db07 Revert "chore: Update Go module to argo/v2"

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

v2.11.1 (2020-09-29)

Full Changelog: v2.11.0...v2.11.1

Selected Changes

  • 13b51d569 Update manifests to v2.11.1
  • 3f88216e6 fix: Render full tree of onExit nodes in UI (#4109)
  • d6c2a57be fix: Fix unintended inf recursion (#4067)
  • 4fda60f40 fix: Tolerate malformed workflows when retrying (#4028)
  • 995d59cc5 fix: Changing DeletePropagation to background in TTL Controller and Argo CLI (#4133)
  • aaef0a284 fix(ui): Ignore referenced nodes that don't exist in UI. Fixes #4079 (#4099)
  • fedae45ad fix(controller): Process workflows at least once every 20m (#4103)
  • 6de464e80 fix(server): argo-server-role to allow submitting cronworkflows from UI (#4112)
  • ce3b90e25 fix(controller): Treat annotation and conditions changes as significant (#4104)
  • bf98b9778 fix(ui): No longer redirect to undefined namespace. See #4084 (#4115)
  • af60b37dc fix(cli): Reinstate --gloglevel flag. Fixes #4093 (#4100)
  • 2cd6a9677 fix(server): Optional timestamp inclusion when retrieving workflow logs. Closes #4033 (#4075)
  • 2f7c4035f fix(controller): Correct the order merging the fields in WorkflowTemplateRef scenario. Fixes #4044 (#4063)

Contributors

  • Alex Collins
  • Markus Lippert
  • Saravanan Balasubramanian
  • Simon Behar
  • Tomáš Coufal
  • ivancili

v2.11.0 (2020-09-17)

Full Changelog: v2.11.0-rc3...v2.11.0

Selected Changes

  • f8e750de5 Update manifests to v2.11.0
  • c06db5757 fix(ui): Tiny modal DAG tweaks. Fixes #4039 (#4043)

Contributors

  • Alex Collins

v2.11.0-rc3 (2020-09-14)

Full Changelog: v2.11.0-rc2...v2.11.0-rc3

Selected Changes

  • 1b4cf3f1f Update manifests to v2.11.0-rc3
  • e2594eca9 fix: Fix children is not defined error (#3950)
  • 2ed8025eb fix: Fix UI selection issues (#3928)
  • 8dc0e94e6 fix: Create global scope before workflow-level realtime metrics (#3979)
  • cdeabab72 fix(controller): Script Output didn't set if template has RetryStrategy (#4002)
  • 9c83fac80 fix(ui): Do not save undefined namespace. Fixes #4019 (#4021)
  • 7fd2ecb1d fix(ui): Correctly show pod events. Fixes #4016 (#4018)
  • 11242c8be fix(ui): Allow you to view timeline tab. Fixes #4005 (#4006)
  • 3770f618a fix(ui): Report errors when uploading files. Fixes #3994 (#3995)
  • 0fed28ce2 fix: Custom metrics are not recorded for DAG tasks Fixes #3872 (#3886)
  • 9146636e7 feat(ui): Introduce modal DAG renderer. Fixes: #3595 (#3967)
  • 4b7a4694c fix(controller): Revert resubmitPendingPods mistake. Fixes #4001 (#4004)
  • 49752fb5f fix(controller): Revert parameter value to \*string. Fixes #3960 (#3963)
  • ddf850b1b fix: Consider WorkflowTemplate metadata during validation (#3988)
  • a8ba447e3 fix(server): Remove XSS vulnerability. Fixes #3942 (#3975)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

v2.11.0-rc2 (2020-09-09)

Full Changelog: v2.11.0-rc1...v2.11.0-rc2

Selected Changes

  • f930c0296 Update manifests to v2.11.0-rc2
  • b6890adb1 fix(cli): Allow argo version without KUBECONFIG. Fixes #3943 (#3945)
  • 354733e72 fix(swagger): Correct item type. Fixes #3926 (#3932)
  • 1e461766f fix(server): Adds missing webhook permissions. Fixes #3927 (#3929)
  • 884861926 feat: Step and Task Level Global Timeout (#3686)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian

v2.11.0-rc1 (2020-09-01)

Full Changelog: v2.10.2...v2.11.0-rc1

Selected Changes

  • f446f735b Update manifests to v2.11.0-rc1
  • de2185c81 feat(controller): Set retry factor to 2. Closes #3911 (#3919)
  • be91d7621 fix: Workflow should fail on Pod failure before container starts Fixes #3879 (#3890)
  • 650869fde feat(server): Display events involved in the workflow. Closes #3673 (#3726)
  • 5b5d2359e fix(controller): Cron re-apply update (#3883)
  • fd3fca804 feat(artifacts): retrieve subpath from unarchived ref artifact. Closes #3061 (#3063)
  • 6e82bf382 feat(controller): Emit events for malformed cron workflows. See #3881 (#3889)
  • f04bdd6af Update workflow-controller-configmap.yaml (#3901)
  • bb79e3f5a fix(executor): Replace default retry in executor with an increased value retryer (#3891)
  • b681c1130 fix(ui): use absolute URL to redirect from autocomplete list. Closes #3903 (#3906)
  • 9681a4e2d fix(ui): Improve error recovery. Fixes #3867 (#3869)
  • 4c18a06ba feat(controller): Always retry when IsTransientErr to tolerate transient errors. Fixes #3217 (#3853)
  • 0cf7709ff fix(controller): Failure tolerant workflow archiving and offloading. Fixes #3786 and #3837 (#3787)
  • 359ee8db4 fix: Corrects CRD and Swagger types. Fixes #3578 (#3809)
  • dae0f2df1 feat(controller): Do not try to create pods we know exists to prevent exceeded quota errors. Fixes #3791 (#3851)
  • a24bc9448 feat(controller): Mutexes. Closes #2677 (#3631)
  • 99fe11a7b feat: Show next scheduled cron run in UI/CLI (#3847)
  • 6aaceeb95 fix: Treat collapsed nodes as their siblings (#3808)
  • 743ec5365 fix(ui): crash when workflow node has no memoization info (#3839)
  • a2f54da15 fix(docs): Amend link to the Workflow CRD (#3828)
  • ca8ab468d fix: Carry over ownerReferences from resubmitted workflow. Fixes #3818 (#3820)
  • da43086a1 fix(docs): Add Entrypoint Cron Backfill example Fixes #3807 (#3814)
  • 8e1a3db58 feat(ui): add node memoization information to node summary view (#3741)
  • d235c7d52 fix: Consider all children of TaskGroups in DAGs (#3740)
  • 3540d152a Add SYS_PTRACE to ease the setup of non-root deployments with PNS executor. (#3785)
  • 0ca839248 feat: Github Workflow multi arch. Fixes #2080 (#3744)
  • 7ad6eb845 fix(ui): Remove outdated download links. Fixes #3762 (#3783)
  • 226367827 fix(ui): Correctly load and store namespace. Fixes #3773 and #3775 (#3778)
  • ed90d4039 fix(controller): Support exit handler on workflow templates. Fixes #3737 (#3782)
  • f15a8f778 fix: workflow template ref does not work in other namespace (#3795)
  • ef44a03d3 fix: Increase the requeue duration on checkForbiddenErrorAndResubmitAllowed (#3794)
  • 0125ab530 fix(server): Trucate creator label at 63 chars. Fixes #3756 (#3758)
  • a38101f44 feat(ui): Sign-post IDE set-up. Closes #3720 (#3723)
  • ee910b551 feat(server): Emit audit events for workflow event binding errors (#3704)
  • e9b29e8c1 fix: TestWorkflowLevelSemaphore flakiness (#3764)
  • fadd6d828 fix: Fix workflow onExit nodes not being displayed in UI (#3765)
  • 513675bc5 fix(executor): Add retry on pods watch to handle timeout. (#3675)
  • e35a86ff1 feat: Allow parametrizable int fields (#3610)
  • da115f9db fix(controller): Tolerate malformed resources. Fixes #3677 (#3680)
  • f8053ae37 feat(operator): Add scope params for step startedAt and finishedAt (#3724)
  • 54c2134fc fix: Couldn't Terminate/Stop the ResourceTemplate Workflow (#3679)
  • 12ddc1f69 fix: Argo linting does not respect namespace of declared resource (#3671)
  • acfda260e feat(controller): controller logs to be structured #2308 (#3727)
  • cc2e42a69 fix(controller): Tolerate PDB delete race. Fixes #3706 (#3717)
  • 5eda8b867 fix: Ensure target task's onExit handlers are run (#3716)
  • 5e5865fb7 fix: Ingress docs (#3713)
  • eeb3c9d1a fix: Fix bug with 'argo delete --older' (#3699)
  • 7aa536eda feat: Upgrade Minio v7 with support IRSA (#3700)
  • 71d612815 feat(server): Trigger workflows from webhooks. Closes #2667 (#3488)
  • a5d995dc4 fix(controller): Adds ALL_POD_CHANGES_SIGNIFICANT (#3689)
  • 9f00cdc9d fix: Fixed workflow queue duration if PVC creation is forbidden (#3691)
  • 41ebbe8e3 fix: Re-introduce 1 second sleep to reconcile informer (#3684)
  • 6e3c5bef5 feat(ui): Make UI errors recoverable. Fixes #3666 (#3674)
  • 32d6f7521 feat(ui): Add links to wft, cwf, or cwft to workflow list and details. Closes #3621 (#3662)
  • 1c95a985b fix: Fix collapsible nodes rendering (#3669)
  • dbb393682 feat: Add submit options to 'argo cron create' (#3660)
  • 2b6db45b2 fix(controller): Fix nested maps. Fixes #3653 (#3661)
  • 3f293a4d6 fix: interface{} values should be expanded with '%v' (#3659)
  • a8f4da00b fix(server): Report v1.Status errors. Fixes #3608 (#3652)
  • a3a4ea0a4 fix: Avoid overriding the Workflow parameter when it is merging with WorkflowTemplate parameter (#3651)
  • 9ce1d824e fix: Enforce metric Help must be the same for each metric Name (#3613)
  • f77780f5b fix(controller): Carry-over labels for re-submitted workflows. Fixes #3622 (#3638)
  • bcc6e1f79 fix: Fixed flaky unit test TestFailSuspendedAndPendingNodesAfterDeadline (#3640)
  • 8f70d2243 fix: Don't panic on invalid template creation (#3643)
  • 5b0210dcc fix: Simplify the WorkflowTemplateRef field validation to support all fields in WorkflowSpec except Templates (#3632)
  • 2375878af fix: Fix 'malformed request: field selector' error (#3636)
  • 0f37e81ab fix: DAG level Output Artifacts on K8S and Kubelet executor (#3624)
  • a89261bf6 build(cli)!: Zip binaries binaries. Closes #3576 (#3614)
  • 7f8444731 fix(controller): Panic when outputs in a cache entry are nil (#3615)
  • 86f03a3fb fix(controller): Treat TooManyError same as Forbidden (i.e. try again). Fixes #3606 (#3607)
  • e0a4f13d1 fix(server): Re-establish watch on v1.Status errors. Fixes #3608 (#3609)
  • f7be20c1c fix: Fix panic and provide better error message on watch endpoint (#3605)
  • 491f4f747 fix: Argo Workflows does not honour global timeout if step/pod is not able to schedule (#3581)
  • 5d8f85d50 feat(ui): Enhanced workflow submission. Closes #3498 (#3580)
  • ad3441dc8 feat: Add 'argo node set' command (#3277)
  • 17b46bdbb fix(controller): Fix bug in util/RecoverWorkflowNameFromSelectorString. Add error handling (#3596)
  • 8b6e43f6d fix(ui): Fix multiple UI issues (#3573)
  • cdc935ae7 feat(cli): Support deleting resubmitted workflows (#3554)
  • 1b757ea9b feat(ui): Change default language for Resource Editor to YAML and store preference in localStorage. Fixes #3543 (#3560)
  • c583bc04c fix(server): Ignore not-JWT server tokens. Fixes #3562 (#3579)
  • 5afbc131f fix(controller): Do not panic on nil output value. Fixes #3505 (#3509)
  • 827106de2 fix: Skip TestStorageQuotaLimit (#3566)
  • 13b1d3c19 feat(controller): Step level memoization. Closes #944 (#3356)
  • 96e520eb6 fix: Exceeding quota with volumeClaimTemplates (#3490)
  • 144c9b65e fix(ui): cannot push to nil when filtering by label (#3555)
  • 7e4a78085 feat: Collapse children in UI Workflow viewer (#3526)
  • 7536982ae fix: Fix flakey TestRetryOmitted (#3552)
  • dcee34849 fix: Fix links in fields doc (#3539)
  • fb67c1beb Fix issue #3546 (#3547)
  • 31afa92ab fix(artifacts): support optional input artifacts, Fixes #3491 (#3512)
  • 977beb462 fix: Fix when retrying Workflows with Omitted nodes (#3528)
  • ab4ef5c5a fix: Panic on CLI Watch command (#3532)
  • b901b2790 fix(controller): Backoff exponent is off by one. Fixes #3513 (#3514)
  • 49ef5c0fe fix: String interpreted as boolean in labels (#3518)

Contributors

  • Alex Collins
  • Alexander Zigelski
  • Ang Gao
  • Antoine Dao
  • Carlos Montemuino
  • Chris Hepner
  • Greg Roodt
  • Guillaume Hormiere
  • Jared Welch
  • Jie Zhang
  • Jonny
  • Kaushik B
  • Lucas Theisen
  • Michael Weibel
  • Nirav Patel
  • Noorain Panjwani
  • Remington Breeze
  • Saravanan Balasubramanian
  • Sebastian Ortan
  • Shannon
  • Simon Behar
  • Simon Frey
  • Weston Platter
  • Yuan Tang
  • Zadjad Rezai
  • dgiebert
  • dherman
  • haibingzhao
  • joe
  • juliusvonkohout
  • sh-tatsuno
  • yonirab

v2.10.2 (2020-09-14)

Full Changelog: v2.10.1...v2.10.2

Selected Changes

  • ed79a5401 Update manifests to v2.10.2
  • d27bf2d29 fix: Fix UI selection issues (#3928)
  • 51220389a fix: Create global scope before workflow-level realtime metrics (#3979)
  • 857ef750f fix: Custom metrics are not recorded for DAG tasks Fixes #3872 (#3886)
  • b9a0bb00b fix: Consider WorkflowTemplate metadata during validation (#3988)
  • 089e1862a fix(server): Remove XSS vulnerability. Fixes #3942 (#3975)
  • 1215d9e1e fix(cli): Allow argo version without KUBECONFIG. Fixes #3943 (#3945)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

v2.10.1 (2020-09-02)

Full Changelog: v2.10.0...v2.10.1

Selected Changes

  • 854444e47 Update manifests to v2.10.1
  • 69861fc91 fix: Workflow should fail on Pod failure before container starts Fixes #3879 (#3890)
  • 670fc618c fix(controller): Cron re-apply update (#3883)
  • 4b30fa4ef fix(executor): Replace default retry in executor with an increased value retryer (#3891)
  • ae537cd76 fix(ui): use absolute URL to redirect from autocomplete list. Closes #3903 (#3906)
  • 56dc9f7a7 fix: Consider all children of TaskGroups in DAGs (#3740)
  • 8ac7369bf fix(controller): Support exit handler on workflow templates. Fixes #3737 (#3782)
  • ee8489213 fix(controller): Failure tolerant workflow archiving and offloading. Fixes #3786 and #3837 (#3787)

Contributors

  • Alex Collins
  • Ang Gao
  • Nirav Patel
  • Saravanan Balasubramanian
  • Simon Behar

v2.10.0 (2020-08-18)

Full Changelog: v2.10.0-rc7...v2.10.0

Selected Changes

  • 195c6d831 Update manifests to v2.10.0
  • 08117f0cd fix: Increase the requeue duration on checkForbiddenErrorAndResubmitAllowed (#3794)
  • 5ea2ed0db fix(server): Trucate creator label at 63 chars. Fixes #3756 (#3758)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian

v2.10.0-rc7 (2020-08-13)

Full Changelog: v2.10.0-rc6...v2.10.0-rc7

Selected Changes

  • 267da535b Update manifests to v2.10.0-rc7
  • baeb0fed2 fix: Revert merge error
  • 66bae22f1 fix(executor): Add retry on pods watch to handle timeout. (#3675)
  • 971f11537 removed unused test-report files
  • 8c0b9f0a5 fix: Couldn't Terminate/Stop the ResourceTemplate Workflow (#3679)
  • a04d72f95 fix(controller): Tolerate PDB delete race. Fixes #3706 (#3717)
  • a76357638 fix: Fix bug with 'argo delete --older' (#3699)
  • fe8129cfc fix(controller): Carry-over labels for re-submitted workflows. Fixes #3622 (#3638)
  • e12d26e52 fix(controller): Treat TooManyError same as Forbidden (i.e. try again). Fixes #3606 (#3607)
  • 9a5febec1 fix: Ensure target task's onExit handlers are run (#3716)
  • c3a58e36d fix: Enforce metric Help must be the same for each metric Name (#3613)

Contributors

  • Alex Collins
  • Guillaume Hormiere
  • Saravanan Balasubramanian
  • Simon Behar

v2.10.0-rc6 (2020-08-06)

Full Changelog: v2.10.0-rc5...v2.10.0-rc6

Selected Changes

  • cb3536f9d Update manifests to v2.10.0-rc6
  • 6e004ace2 lint
  • b31fc1f86 fix(controller): Adds ALL_POD_CHANGES_SIGNIFICANT (#3689)
  • 0b7cd5b31 fix: Fixed workflow queue duration if PVC creation is forbidden (#3691)
  • 03b841627 fix: Re-introduce 1 second sleep to reconcile informer (#3684)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

v2.10.0-rc5 (2020-08-03)

Full Changelog: v2.10.0-rc4...v2.10.0-rc5

Selected Changes

  • e9ca55ec1 Update manifests to v2.10.0-rc5
  • 85ddda053 lint
  • fb367f5e8 fix(controller): Fix nested maps. Fixes #3653 (#3661)
  • 2385cca59 fix: interface{} values should be expanded with '%v' (#3659)
  • 263e4bad7 fix(server): Report v1.Status errors. Fixes #3608 (#3652)
  • 718f802b8 fix: Avoid overriding the Workflow parameter when it is merging with WorkflowTemplate parameter (#3651)
  • 9735df327 fix: Fixed flaky unit test TestFailSuspendedAndPendingNodesAfterDeadline (#3640)
  • 662d22e4f fix: Don't panic on invalid template creation (#3643)
  • 854aaefaa fix: Fix 'malformed request: field selector' error (#3636)
  • 9d56eb29c fix: DAG level Output Artifacts on K8S and Kubelet executor (#3624)
  • c7512b6ce fix: Simplify the WorkflowTemplateRef field validation to support all fields in WorkflowSpec except Templates (#3632)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

v2.10.0-rc4 (2020-07-28)

Full Changelog: v2.10.0-rc3...v2.10.0-rc4

Selected Changes

  • 8d6dae612 Update manifests to v2.10.0-rc4
  • a4b1dde57 build(cli)!: Zip binaries binaries. Closes #3576 (#3614)
  • dea03a9c7 fix(server): Re-establish watch on v1.Status errors. Fixes #3608 (#3609)
  • c063f9f1c fix: Fix panic and provide better error message on watch endpoint (#3605)
  • 35a00498d fix: Argo Workflows does not honour global timeout if step/pod is not able to schedule (#3581)
  • 3879827cb fix(controller): Fix bug in util/RecoverWorkflowNameFromSelectorString. Add error handling (#3596)
  • 5f4dec750 fix(ui): Fix multiple UI issues (#3573)
  • e94cf8a21 fix(ui): cannot push to nil when filtering by label (#3555)
  • 61b5bd931 fix: Fix flakey TestRetryOmitted (#3552)
  • d53c883b7 fix: Fix links in fields doc (#3539)
  • d2bd5879f fix(artifacts): support optional input artifacts, Fixes #3491 (#3512)
  • 652956e04 fix: Fix when retrying Workflows with Omitted nodes (#3528)
  • 32c36d785 fix(controller): Backoff exponent is off by one. Fixes #3513 (#3514)
  • 75d295747 fix: String interpreted as boolean in labels (#3518)

Contributors

  • Alex Collins
  • Jie Zhang
  • Jonny
  • Remington Breeze
  • Saravanan Balasubramanian
  • Simon Behar
  • haibingzhao

v2.10.0-rc3 (2020-07-23)

Full Changelog: v2.10.0-rc2...v2.10.0-rc3

Selected Changes

  • 37f4f9da2 Update manifests to v2.10.0-rc3
  • 37297af7d Update manifests to v2.10.0-rc2
  • cbf27edf1 fix: Panic on CLI Watch command (#3532)
  • a36664823 fix: Skip TestStorageQuotaLimit (#3566)
  • 802c18ed6 fix: Exceeding quota with volumeClaimTemplates (#3490)
  • bbee82a08 fix(server): Ignore not-JWT server tokens. Fixes #3562 (#3579)
  • f72ae8813 fix(controller): Do not panic on nil output value. Fixes #3505 (#3509)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian

v2.10.0-rc2 (2020-07-18)

Full Changelog: v2.10.0-rc1...v2.10.0-rc2

Selected Changes

Contributors

  • Alex Collins

v2.10.0-rc1 (2020-07-17)

Full Changelog: v2.9.5...v2.10.0-rc1

Selected Changes

  • 19e700a33 fix(cli): Check mutual exclusivity for argo CLI flags (#3493)
  • 7d45ff7f0 fix: Panic on releaseAllWorkflowLocks if Object is not Unstructured type (#3504)
  • 1b68a5a15 fix: ui/package.json & ui/yarn.lock to reduce vulnerabilities (#3501)
  • 7f262fd81 fix(cli)!: Enable CLI to work without kube config. Closes #3383, #2793 (#3385)
  • 27528ba34 feat: Support completions for more resources (#3494)
  • 5bd2ad7a9 fix: Merge WorkflowTemplateRef with defaults workflow spec (#3480)
  • 69179e72c fix: link to server auth mode docs, adds Tulip as official user (#3486)
  • acf56f9f0 feat(server): Label workflows with creator. Closes #2437 (#3440)
  • 3b8ac065a fix: Pass resolved arguments to onExit handler (#3477)
  • f6f1844b7 feat: Attempt to resolve nested tags (#3339)
  • 48e15d6fc feat(cli): List only resubmitted workflows option (#3357)
  • 25e9c0cdf docs, quick-start. Use http, not https for link (#3476)
  • 7a2d76427 fix: Metric emission with retryStrategy (#3470)
  • aa92ec038 fix(controller): Correct fail workflow when pod is deleted with --force. Fixes #3097 (#3469)
  • a1945d635 fix(controller): Respect the volumes of a workflowTemplateRef. Fixes … (#3451)
  • abe768c4b feat(cli): Allow to view previously terminated container logs (#3423)
  • 7581025ff fix: Allow ints for sequence start/end/count. Fixes #3420 (#3425)
  • b82f900ae Fixed typos (#3456)
  • 23760119d feat: Workflow Semaphore Support (#3141)
  • 81cba832e feat: Support WorkflowMetadata in WorkflowTemplate and ClusterWorkflowTemplate (#3364)
  • 308c7083b fix(controller): Prevent panic on nil node. Fixes #3436 (#3437)
  • 8ab06f532 feat(controller): Add log message count as metrics. (#3362)
  • ee6c8760e fix: Ensure task dependencies run after onExit handler is fulfilled (#3435)
  • 05b3590b5 feat(controller): Add support for Docker workflow executor for Windows nodes (#3301)
  • 676868f31 fix(docs): Update kubectl proxy URL (#3433)
  • 733e95f74 fix: Add struct-wide RWMutext to metrics (#3421)
  • 0463f2416 fix: Use a unique queue to visit nodes (#3418)
  • eddcac639 fix: Script steps fail with exceededQuota (#3407)
  • c631a545e feat(ui): Add Swagger UI (#3358)
  • 910f636dc fix: No panic on watch. Fixes #3411 (#3426)
  • b4da1bccc fix(sso): Remove unused groups claim. Fixes #3411 (#3427)
  • 330d4a0a2 fix: panic on wait command if event is null (#3424)
  • 03cbb8cf2 fix(ui): Render DAG with exit node (#3408)
  • 3d50f9852 feat: Expose certain queue metrics (#3371)
  • c7b35e054 fix: Ensure non-leaf DAG tasks have their onExit handler's run (#3403)
  • 70111600d fix: Fix concurrency issues with metrics (#3401)
  • bc4faf5f7 fix: Fix bug parsing parmeters (#3372)
  • 4934ad227 fix: Running pods are garaged in PodGC onSuccess
  • 1db93c062 perf: Optimize time-based filtering on large number of workflows (#3340)
  • 2ab9495f0 fix: Don't double-count metric events (#3350)
  • 7bd3e7209 fix(ui): Confirmation of workflow actions (#3370)
  • 488790b24 Wellcome is using Argo in our Data Labs division (#3365)
  • e4b08abbc fix(server): Remove context cancelled error. Fixes #3073 (#3359)
  • 74ba51622 fix: Fix UI bug in DAGs (#3368)
  • 5e60decf9 feat(crds)!: Adds CRD generation and enhanced UI resource editor. Closes #859 (#3075)
  • 731a1b4a6 fix(controller): Allow events to be sent to non-argo namespace. Fixes #3342 (#3345)
  • 916e0db25 Adding InVision to Users (#3352)
  • 6caf10fad fix: Ensure child pods respect maxDuration (#3280)
  • 2b4b7340a fix: Remove broken SSO from quick-starts (#3327)
  • 26570fd51 fix(controller)!: Support nested items. Fixes #3288 (#3290)
  • 769a964fc feat(controller): Label workflows with their source workflow template (#3328)
  • 0785be24c fix(ui): runtime error from null savedOptions props (#3330)
  • 200be0e1e feat: Save pagination limit and selected phases/labels to local storage (#3322)
  • b5ed90fe8 feat: Allow to change priority when resubmitting workflows (#3293)
  • 60c86c84c fix(ui): Compiler error from workflows toolbar (#3317)
  • baad42ea8 feat(ui): Add ability to select multiple workflows from list and perform actions on them. Fixes #3185 (#3234)
  • b6118939b fix(controller): Fix panic logging. (#3315)
  • e021d7c51 Clean up unused constants (#3298)
  • 8b12f433a feat(cli): Add --logs to `argo [submit|resubmit|retry]. Closes #3183 (#3279)
  • 07b450e81 fix: Reapply Update if CronWorkflow resource changed (#3272)
  • d44d264c7 Fixes validation of overridden ref template parameters. (#3286)
  • 62e54fb68 fix: Fix delete --complete (#3278)
  • 824de95bf fix(git): Fixes Git when using auth or fetch. Fixes #2343 (#3248)
  • 018fcc23d Update releasing.md (#3283)

Contributors

  • 0x1D-1983
  • Alex Collins
  • Daisuke Taniwaki
  • Galen Han
  • Jeff Uren
  • Markus Lippert
  • Michael Crenshaw
  • Niklas Vest
  • Remington Breeze
  • Saravanan Balasubramanian
  • Simon Behar
  • Snyk bot
  • Trevor Foster
  • Vlad Losev
  • Weston Platter
  • Yuan Tang
  • Zach Aller
  • Zach Himsel
  • candonov
  • maguowei

v2.9.5 (2020-08-06)

Full Changelog: v2.9.4...v2.9.5

Selected Changes

  • 5759a0e19 Update manifests to v2.9.5
  • 53d20462f codegen
  • c0382fd97 remove line
  • 18cf4ea6c fix: Enforce metric Help must be the same for each metric Name (#3613)
  • 7b4e98a8d fix: Fix 'malformed request: field selector' error (#3636)
  • 0fceb6274 fix: Fix panic and provide better error message on watch endpoint (#3605)
  • 8a7e9d3dc fix(controller): Fix bug in util/RecoverWorkflowNameFromSelectorString. Add error handling (#3596)
  • 2ba243340 fix: Re-introduce 1 second sleep to reconcile informer (#3684)
  • dca3b6ce2 fix(controller): Adds ALL_POD_CHANGES_SIGNIFICANT (#3689)
  • 819bfdb63 fix: Avoid overriding the Workflow parameter when it is merging with WorkflowTemplate parameter (#3651)
  • 89e05bdb8 fix: Don't panic on invalid template creation (#3643)
  • 0b8d78e16 fix: Simplify the WorkflowTemplateRef field validation to support all fields in WorkflowSpec except Templates (#3632)

Contributors

  • Alex Collins
  • Remington Breeze
  • Saravanan Balasubramanian
  • Simon Behar

v2.9.4 (2020-07-24)

Full Changelog: v2.9.3...v2.9.4

Selected Changes

Contributors

  • Markus Lippert
  • Saravanan Balasubramanian
  • Simon Behar

v2.9.3 (2020-07-14)

Full Changelog: v2.9.2...v2.9.3

Selected Changes

  • d597af5c1 Update manifests to v2.9.3
  • d1a2ffd9b fix: Pass resolved arguments to onExit handler (#3482)
  • 2b706247f Revert "fix: Pass resolved arguments to onExit handler (#3477)"
  • a431f93cd fix: Pass resolved arguments to onExit handler (#3477)
  • 52bb1471e fix: Metric emission with retryStrategy (#3470)
  • 675ce293f fix(controller): Correct fail workflow when pod is deleted with --force. Fixes #3097 (#3469)
  • 194a21392 fix(controller): Respect the volumes of a workflowTemplateRef. Fixes … (#3451)
  • 584cb402c fix(controller): Port master fix for #3214
  • e3a8319be fix(controller): Prevent panic on nil node. Fixes #3436 (#3437)

Contributors

  • Alex Collins
  • Simon Behar

v2.9.2 (2020-07-08)

Full Changelog: v2.9.1...v2.9.2

Selected Changes

  • 65c2bd44e merge Dockerfile from master
  • 14942f2f9 Update manifests to v2.9.2
  • 823f9c549 Fix botched conflict resolution
  • 2b3ccd3a0 fix: Add struct-wide RWMutext to metrics (#3421)
  • 8e9ba4940 fix: Use a unique queue to visit nodes (#3418)
  • 28f76572b conflict resolved
  • dcc09c983 fix: No panic on watch. Fixes #3411 (#3426)
  • 4a48e25fc fix(sso): Remove unused groups claim. Fixes #3411 (#3427)
  • 1e736b23c fix: panic on wait command if event is null (#3424)
  • c10da5ecf fix: Ensure non-leaf DAG tasks have their onExit handler's run (#3403)
  • 25b150aa8 fix(ui): Render DAG with exit node (#3408)
  • 6378a587b fix: Fix concurrency issues with metrics (#3401)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar

v2.9.1 (2020-07-03)

Full Changelog: v2.9.0...v2.9.1

Selected Changes

  • 6b967d08c Update manifests to v2.9.1
  • 6bf5fb3c9 fix: Running pods are garaged in PodGC onSuccess

Contributors

  • Alex Collins
  • Saravanan Balasubramanian

v2.9.0 (2020-07-01)

Full Changelog: v2.9.0-rc4...v2.9.0

Selected Changes

  • d67d3b1db Update manifests to v2.9.0
  • 9c52c1be2 fix: Don't double-count metric events (#3350)
  • 813122f76 fix: Fix UI bug in DAGs (#3368)
  • 248643d3b fix: Ensure child pods respect maxDuration (#3280)
  • 71d295849 fix(controller): Allow events to be sent to non-argo namespace. Fixes #3342 (#3345)
  • 52be71bc7 fix: Remove broken SSO from quick-starts (#3327)

Contributors

  • Alex Collins
  • Simon Behar

v2.9.0-rc4 (2020-06-26)

Full Changelog: v2.9.0-rc3...v2.9.0-rc4

Selected Changes

  • 5b109bcb9 Update manifests to v2.9.0-rc4
  • 011f1368d fix(controller): Fix panic logging. (#3315)
  • 5395ad3f9 Clean up unused constants (#3298)
  • a2a1fba8b fix: Reapply Update if CronWorkflow resource changed (#3272)
  • 9af98a5bc Fixes validation of overridden ref template parameters. (#3286)
  • a91cea5f0 fix: Fix delete --complete (#3278)
  • d5a4807ae Update releasing.md (#3283)

Contributors

  • Alex Collins
  • Michael Crenshaw
  • Saravanan Balasubramanian
  • Simon Behar
  • Vlad Losev
  • Yuan Tang

v2.9.0-rc3 (2020-06-23)

Full Changelog: v2.9.0-rc2...v2.9.0-rc3

Selected Changes

  • 2e95ff484 Update manifests to v2.9.0-rc3
  • 2bcfafb56 fix: Add {{workflow.status}} to workflow-metrics (#3271)
  • e6aab6051 fix(jqFilter)!: remove extra quotes around output parameter value (#3251)
  • f4580163f fix(ui): Allow render of templates without entrypoint. Fixes #2891 (#3274)
  • d1cb1992c fixed archiveLabelSelector nil (#3270)
  • c7e4c1808 fix(ui): Update workflow drawer with new duration format (#3256)
  • f2381a544 fix(controller): More structured logging. Fixes #3260 (#3262)
  • acba084ab fix: Avoid unnecessary nil check for annotations of resubmitted workflow (#3268)
  • 55e13705a feat: Append previous workflow name as label to resubmitted workflow (#3261)
  • 2dae72449 feat: Add mode to require Workflows to use workflowTemplateRef (#3149)
  • 56694abe2 Fixed onexit on workflowtempalteRef (#3263)
  • 54dd72c24 update mysql yaml port (#3258)
  • fb5026324 feat: Configure ArchiveLabelSelector for Workflow Archive (#3249)
  • 5467c8995 fix(controller): set pod finish timestamp when it is deleted (#3230)
  • 17108df1c fix: Ensure subscription is closed in log viewer (#3247)

Contributors

  • Alex Collins
  • Ben Ye
  • Jie Zhang
  • Pierre Houssin
  • Remington Breeze
  • Saravanan Balasubramanian
  • Simon Behar
  • Yuan Tang
  • mark9white

v2.9.0-rc2 (2020-06-16)

Full Changelog: v2.9.0-rc1...v2.9.0-rc2

Selected Changes

  • abf02c3ba Update manifests to v2.9.0-rc2
  • 4db1c4c84 fix: Support the TTLStrategy for WorkflowTemplateRef (#3239)
  • 47f506937 feat(logging): Made more controller err/warn logging structured (#3240)
  • ef159f9ad feat: Tick CLI Workflow watch even if there are no new events (#3219)
  • ff1627b71 fix(events): Adds config flag. Reduce number of dupe events emitted. (#3205)
  • eae8f6814 feat: Validate CronWorkflows before execution (#3223)
  • 4470a8a29 fix(ui/server): Fix broken label filter functionality on UI due to bug on server. Fix #3226 (#3228)
  • e5e6456be feat(cli): Add --latest flag for argo get command as per #3128 (#3179)
  • 34608594b fix(ui): Correctly update workflow list when workflow are modified/deleted (#3220)
  • a7d8546cf feat(controller): Improve throughput of many workflows. Fixes #2908 (#2921)
  • 15885d3ed feat(sso): Allow reading SSO clientID from a secret. (#3207)
  • 723e9d5f4 fix: Ensrue image name is present in containers (#3215)

Contributors

  • Alex Collins
  • Remington Breeze
  • Saravanan Balasubramanian
  • Simon Behar
  • Vlad Losev

v2.9.0-rc1 (2020-06-10)

Full Changelog: v2.8.2...v2.9.0-rc1

Selected Changes

  • c930d2ec6 Update manifests to v2.9.0-rc1
  • 0ee5e1125 feat: Only process significant pod changes (#3181)
  • c89a81f3a feat: Add '--schedule' flag to 'argo cron create' (#3199)
  • 591f649a3 refactor: Refactor assesDAGPhase logic (#3035)
  • 8e1d56cb7 feat(controller): Add default name for artifact repository ref. (#3060)
  • f1cdba18b feat(controller): Add --qps and --burst flags to controller (#3180)
  • b86949f0e fix: Ensure stable desc/hash for metrics (#3196)
  • 04c77f490 fix(server): Allow field selection for workflow-event endpoint (fixes #3163) (#3165)
  • a130d488a feat(ui): Add drawer with more details for each workflow in Workflow List (#3151)
  • fa84e2032 fix: Do not use alphabetical order if index exists (#3174)
  • 138af5977 fix(cli): Sort expanded nodes by index. Closes #3145 (#3146)
  • c42e4d3ae feat(metrics): Add node-level resources duration as Argo variable for metrics. Closes #3110 (#3161)
  • edfa5b93f feat(metrics): Report controller error counters via metrics. Closes #3034 (#3144)
  • 8831e4ead feat(argo-server): Add support for SSO. See #1813 (#2745)
  • b62184c2e feat(cli): More argo list and argo delete options (#3117)
  • c6565d7c3 fix(controller): Maybe bug with nil woc.wfSpec. Fixes #3121 (#3160)
  • 70b56f25b enhancement(ui): Add workflow labels column to workflow list. Fixes #2782 (#3143)
  • a0062adfe feat(ui): Add Alibaba Cloud OSS related models in UI (#3140)
  • 1469991ce fix: Update container delete grace period to match Kubernetes default (#3064)
  • df725bbdd fix(ui): Input artifacts labelled in UI. Fixes #3098 (#3131)
  • c0d59cc28 feat: Persist DAG rendering options in local storage (#3126)
  • 8715050b4 fix(ui): Fix label error (#3130)
  • 1814ea2e4 fix(item): Support ItemValue.Type == List. Fixes #2660 (#3129)
  • 12b72546e fix: Panic on invalid WorkflowTemplateRef (#3127)
  • 09092147c fix(ui): Display error message instead of DAG when DAG cannot be rendered. Fixes #3091 (#3125)
  • 69c9e5f05 fix: Remove unnecessary panic (#3123)
  • 2f3aca898 add AppDirect to the list of users (#3124)
  • 257355e4c feat: Add 'submit --from' to CronWorkflow and WorkflowTemplate in UI. Closes #3112 (#3116)
  • 6e5dd2e19 Add Alibaba OSS to the list of supported artifacts (#3108)
  • 1967b45b1 support sso (#3079)
  • 9229165f8 feat(ui): Add cost optimisation nudges. (#3089)
  • e88124dbf fix(controller): Do not panic of woc.orig in not hydrated. Fixes #3118 (#3119)
  • 132b947ad fix: Differentiate between Fulfilled and Completed (#3083)
  • 4de997468 feat: Added Label selector and Field selector in Argo list (#3088)
  • bb2ce9f77 fix: Graceful error handling of malformatted log lines in watch (#3071)
  • fa69c1bb7 feat: Add CronWorkflowConditions to report errors (#3055)
  • 50ad3cec2 adds millisecond-level timestamps to argoexec (#2950)
  • 6464bd199 fix(controller): Implement offloading for workflow updates that are re-applied. Fixes #2856 (#2941)
  • 6df0b2d35 feat: Support Top level workflow template reference (#2912)
  • 0709ad28c feat: Enhanced filters for argo {watch,get,submit} (#2450)
  • 2b038ed2e feat: Enhanced depends logic (#2673)
  • 4c3387b27 fix: Linters should error if nothing was validated (#3011)
  • 51dd05b5f fix(artifacts): Explicit archive strategy. Fixes #2140 (#3052)
  • ada2209ef Revert "fix(artifacts): Allow tar check to be ignored. Fixes #2140 (#3024)" (#3047)
  • 38a995b74 fix(executor): Properly handle empty resource results, like for a missing get (#3037)
  • a1ac8bcf5 fix(artifacts): Allow tar check to be ignored. Fixes #2140 (#3024)
  • f12d79cad fix(controller)!: Correctly format workflow.creationTimepstamp as RFC3339. Fixes #2974 (#3023)
  • d10e949a0 fix: Consider metric nodes that were created and completed in the same operation (#3033)
  • 202d4ab31 fix(executor): Optional input artifacts. Fixes #2990 (#3019)
  • f17e946c4 fix(executor): Save script results before artifacts in case of error. Fixes #1472 (#3025)
  • 3d216ae6d fix: Consider missing optional input/output artifacts with same name (#3029)
  • 3717dd636 fix: Improve robustness of releases. Fixes #3004 (#3009)
  • 9f86a4e94 feat(ui): Enable CSP, HSTS, X-Frame-Options. Fixes #2760, #1376, #2761 (#2971)
  • cb71d585c refactor(metrics)!: Refactor Metric interface (#2979)
  • 052e6c519 Fix isTarball to handle the small gzipped file (#3014)
  • cdcba3c4d fix(ui): Displays command args correctl pre-formatted. (#3018)
  • cc0fe433a fix(events): Correct event API Version. Fixes #2994 (#2999)
  • d5d6f750b feat(controller)!: Updates the resource duration calculation. Fixes #2934 (#2937)
  • fa3801a5d feat(ui): Render 2000+ nodes DAG acceptably. (#2959)
  • f952df517 fix(executor/pns): remove sleep before sigkill (#2995)
  • 2a9ee21f4 feat(ui): Add Suspend and Resume to CronWorkflows in UI (#2982)
  • 60d5fdc7f fix: Begin counting maxDuration from first child start (#2976)
  • d8cb66e78 feat: Add Argo variable {{retries}} to track retry attempt (#2911)
  • 3c4422326 fix: Remove duplicate node event. Fixes #2961 (#2964)
  • d8ab13f24 fix: Consider Shutdown when assesing DAG Phase for incomplete Retry node (#2966)
  • 8a511e109 fix: Nodes with pods deleted out-of-band should be Errored, not Failed (#2855)
  • 5f01c4a59 Upgraded to Node 14.0.0 (#2816)
  • 849d876c8 Fixes error with unknown flag: --show-all (#2960)
  • 93bf6609c fix: Don't update backoff message to save operations (#2951)
  • 3413a5dfa fix(cli): Remove info logging from watches. Fixes #2955 (#2958)
  • fe9f90191 fix: Display Workflow finish time in UI (#2896)
  • c8bd0bb82 fix(ui): Change default pagination to all and sort workflows (#2943)
  • e3ed686e1 fix(cli): Re-establish watch on EOF (#2944)
  • 673553729 fix(swagger)!: Fixes invalid K8S definitions in swagger.json. Fixes #2888 (#2907)
  • 023f23389 fix(argo-server)!: Implement missing instanceID code. Fixes #2780 (#2786)
  • 7b0739e0b Fix typo (#2939)
  • 20d69c756 Detect ctrl key when a link is clicked (#2935)
  • f32cec310 fix default null value for timestamp column - MySQL 5.7 (#2933)
  • 99858ea53 feat(controller): Remove the excessive logging of node data (#2925)
  • 03ad694c4 feat(cli): Refactor argo list --chunk-size and add argo archive list --chunk-size. Fixes #2820 (#2854)
  • a06cb5e0e fix: remove doubled entry in server cluster role deployment (#2904)
  • c71116dde feat: Windows Container Support. Fixes #1507 and #1383 (#2747)
  • 3afa7b2f1 fix(ui): Use LogsViewer for container logs (#2825)
  • 7d8818ca2 fix(controller): Workflow stop and resume by node didn't properly support offloaded nodes. Fixes #2543 (#2548)
  • db52e7bac fix(controller): Add mutex to nameEntryIDMap in cron controller. Fix #2638 (#2851)
  • 9e4ac9b3c feat(cli): Tolerate deleted workflow when running argo delete. Fixes #2821 (#2877)
  • a0035dd58 fix: ConfigMap syntax (#2889)
  • 56143eb1e feat(ui): Add pagination to workflow list. Fixes #1080 and #976 (#2863)
  • e378ca470 fix: Cannot create WorkflowTemplate with un-supplied inputs (#2869)
  • c3e30c505 fix(swagger): Generate correct Swagger for inline objects. Fixes #2835 (#2837)
  • c0143d347 feat: Add metric retention policy (#2836)
  • f03cda61a Update getting-started.md (#2872)

Contributors

  • Adam Gilat
  • Alex Collins
  • Alex Stein
  • Caden
  • Caglar Gulseni
  • Daisuke Taniwaki
  • Daniel Sutton
  • Florent Clairambault
  • Grant Stephens
  • Huan-Cheng Chang
  • Kannappan Sirchabesan
  • Leonardo Luz
  • Markus Lippert
  • Matt Brant
  • Mike Seddon
  • Pradip Caulagi
  • Remington Breeze
  • Romain GUICHARD
  • Saravanan Balasubramanian
  • Sascha Grunert
  • Simon Behar
  • Stephen Steiner
  • Tomas Valasek
  • Vardan Manucharyan
  • William
  • Youngjoon Lee
  • Yuan Tang
  • Yunhai Luo
  • dmayle
  • maguowei
  • mark9white
  • shibataka000

v2.8.2 (2020-06-22)

Full Changelog: v2.8.1...v2.8.2

Selected Changes

  • c15e817b2 Update manifests to v2.8.2
  • 8a151aec6 Update manifests to 2.8.2
  • 123e94ac4 fix(controller): set pod finish timestamp when it is deleted (#3230)
  • 68a606615 fix: Begin counting maxDuration from first child start (#2976)

Contributors

  • Jie Zhang
  • Simon Behar

v2.8.1 (2020-05-28)

Full Changelog: v2.8.0...v2.8.1

Selected Changes

  • 0fff4b21c Update manifests to v2.8.1
  • 05dd78623 fix(item): Support ItemValue.Type == List. Fixes #2660 (#3129)
  • 3b840201b Fix test
  • 41689c55a fix: Graceful error handling of malformatted log lines in watch (#3071)
  • 79aeca1f3 fix: Linters should error if nothing was validated (#3011)
  • c977d8bba fix(executor): Properly handle empty resource results, like for a missing get (#3037)
  • 1a01c8042 fix: Consider metric nodes that were created and completed in the same operation (#3033)
  • 6065b7ed7 fix: Consider missing optional input/output artifacts with same name (#3029)
  • acb0f1c16 fix: Cannot create WorkflowTemplate with un-supplied inputs (#2869)
  • 5b04ccce7 fix(controller)!: Correctly format workflow.creationTimepstamp as RFC3339. Fixes #2974 (#3023)
  • 319ee46d3 fix(events): Correct event API Version. Fixes #2994 (#2999)

Contributors

  • Alex Collins
  • Saravanan Balasubramanian
  • Simon Behar
  • dmayle

v2.8.0 (2020-05-11)

Full Changelog: v2.8.0-rc4...v2.8.0

Selected Changes

Contributors

  • Alex Collins

v2.8.0-rc4 (2020-05-06)

Full Changelog: v2.8.0-rc3...v2.8.0-rc4

Selected Changes

  • ee0dc575d Update manifests to v2.8.0-rc4
  • 3a85610a4 fix(cli): Remove info logging from watches. Fixes #2955 (#2958)
  • 29c7780dc make codegen
  • 265666bf7 fix(cli): Re-establish watch on EOF (#2944)
  • fef4e9689 fix(swagger)!: Fixes invalid K8S definitions in swagger.json. Fixes #2888 (#2907)
  • 249309aa7 fix(swagger): Generate correct Swagger for inline objects. Fixes #2835 (#2837)
  • ad28a9c95 fix(controller): Workflow stop and resume by node didn't properly support offloaded nodes. Fixes #2543 (#2548)
  • d9fca8f08 fix(controller): Add mutex to nameEntryIDMap in cron controller. Fix #2638 (#2851)

Contributors

  • Alex Collins
  • mark9white
  • shibataka000

v2.8.0-rc3 (2020-04-28)

Full Changelog: v2.8.0-rc2...v2.8.0-rc3

Selected Changes

  • 2f153b215 Update manifests to v2.8.0-rc3
  • d66224e12 fix: Don't error when deleting already-deleted WFs (#2866)
  • d7f8e0c47 fix(CLI): Re-establish workflow watch on disconnect. Fixes #2796 (#2830)
  • 31358d6e2 feat(CLI): Add -v and --verbose to Argo CLI (#2814)
  • 90743353f feat: Expose workflow.serviceAccountName as global variable (#2838)
  • f07f7bf61 note that tar.gz'ing output artifacts is optional (#2797)
  • b956ec65f fix: Add Step node outputs to global scope (#2826)
  • 52ff43b54 fix: Artifact panic on unknown artifact. Fixes #2824 (#2829)
  • 554fd06c9 fix: Enforce metric naming validation (#2819)

Contributors

  • Alex Collins
  • Fabio Rigato
  • Michael Crenshaw
  • Mike Seddon
  • Simon Behar

v2.8.0-rc2 (2020-04-23)

Full Changelog: v2.8.0-rc1...v2.8.0-rc2

Selected Changes

  • 4126d22b6 Update manifests to v2.8.0-rc2
  • ce6b23e92 revert
  • 0dbd78ff2 feat: Add TLS support. Closes #2764 (#2766)
  • 510e11b63 fix: Allow empty strings in valueFrom.default (#2805)
  • 399591c96 fix: Don't configure Sonar on CI for release branches
  • d7f41ac8d fix: Print correct version in logs. (#2806)
  • e0f2697e2 fix(controller): Include global params when using withParam (#2757)
  • 1ea286eb2 fix: ClusterWorkflowTemplate RBAC for argo server (#2753)
  • 1f14f2a5f feat(archive): Implement data retention. Closes #2273 (#2312)
  • d0cc7764f feat: Display argo-server version in argo version and in UI. (#2740)
  • 8de572813 feat(controller): adds Kubernetes node name to workflow node detail in web UI and CLI output. Implements #2540 (#2732)
  • 52fa5fdee MySQL config fix (#2681)
  • 43d9eebb4 fix: Rename Submittable API endpoint to submit (#2778)
  • 69333a87b Fix template scope tests (#2779)
  • 905e0b993 fix: Naming error in Makefile (#2774)
  • 7cb2fd177 fix: allow non path output params (#2680)

Contributors

  • Alex Collins
  • Alex Stein
  • Daisuke Taniwaki
  • Fabio Rigato
  • Kannappan Sirchabesan
  • Michael Crenshaw
  • Saravanan Balasubramanian
  • Simon Behar

v2.8.0-rc1 (2020-04-20)

Full Changelog: v2.7.7...v2.8.0-rc1

Selected Changes

  • 4a73f45c3 Update manifests to v2.8.0-rc1
  • 1c8318eb9 fix: Add compatiblity mode to templateReference (#2765)
  • 7975952b0 fix: Consider expanded tasks in getTaskFromNode (#2756)
  • bc421380c fix: Fix template resolution in UI (#2754)
  • 391c0f78a Make phase and templateRef available for unsuspend and retry selectors (#2723)
  • a6fa3f71f fix: Improve cookie security. Fixes #2759 (#2763)
  • 57f0183cd Fix typo on the documentation. It causes error unmarshaling JSON: while (#2730)
  • c6ef1ff19 feat(manifests): add name on workflow-controller-metrics service port (#2744)
  • 06c4bd60c fix: Make ClusterWorkflowTemplate optional for namespaced Installation (#2670)
  • 4ea43e2d6 fix: Children of onExit nodes are also onExit nodes (#2722)
  • 3f1b66672 feat: Add Kustomize as supported install option. Closes #2715 (#2724)
  • 691459ed3 fix: Error pending nodes w/o Pods unless resubmitPendingPods is set (#2721)
  • 3c8149fab Fix typo (#2741)
  • 98f60e798 feat: Added Workflow SubmitFromResource API (#2544)
  • 6253997a7 fix: Reset all conditions when resubmitting (#2702)
  • e7c67de30 fix: Maybe fix watch. Fixes #2678 (#2719)
  • cef6dfb6a fix: Print correct version string. (#2713)
  • e9589d28a feat: Increase pod workers and workflow workers both to 32 by default. (#2705)
  • 54f5be361 style: Camelcase "clusterScope" (#2720)
  • db6d1416a fix: Flakey TestNestedClusterWorkflowTemplate testcase failure (#2613)
  • b4fd4475c feat(ui): Add a YAML panel to view the workflow manifest. (#2700)
  • 4129528d4 fix: Don't use docker cache when building release images (#2707)
  • 9d93e971a Update getting-started.md (#2697)
  • 2737c0abf feat: Allow to pass optional flags to resource template (#1779)
  • c1a2fc7ca Update running-locally.md - fixing incorrect protoc install (#2689)
  • a1226c461 fix: Enhanced WorkflowTemplate and ClusterWorkflowTemplate validation to support Global Variables (#2644)
  • c21cc2f31 fix a typo (#2669)
  • 9430a513f fix: Namespace-related validation in UI (#2686)
  • f3eeca6e3 feat: Add exit code as output variable (#2111)
  • 9f95e23a4 fix: Report metric emission errors via Conditions (#2676)
  • c67f5ff55 fix: Leaf task with continueOn should not fail DAG (#2668)
  • 9c6351fa6 feat: Allow step restart on workflow retry. Closes #2334 (#2431)
  • e2d0aa23a fix: Consider offloaded and compressed node in retry and resume (#2645)
  • 4a3ca930e fix: Correctly emit events. Fixes #2626 (#2629)
  • 41f91e18a fix: Add DAG as default in UI filter and reorder (#2661)
  • f138ada68 fix: DAG should not fail if its tasks have continueOn (#2656)
  • 4c452d5f7 fix: Don't attempt to resolve artifacts if task is going to be skipped (#2657)
  • 2cb596da3 Storage region should be specified (#2538)
  • 4c1b07772 fix: Sort log entries. (#2647)
  • 268fc4619 docs: Added doc generator code (#2632)
  • d58b7fc39 fix: Add input paremeters to metric scope (#2646)
  • cc3af0b83 fix: Validating Item Param in Steps Template (#2608)
  • 6c685c5ba fix: allow onExit to run if wf exceeds activeDeadlineSeconds. Fixes #2603 (#2605)
  • ffc43ce97 feat: Added Client validation on Workflow/WFT/CronWF/CWFT (#2612)
  • 24655cd93 feat(UI): Move Workflow parameters to top of submit (#2640)
  • 0a3b159ab Use error equals (#2636)
  • 14be46707 fix: Fix logs part 2 (#2639)
  • 4da6f4f3e feat: Add 'outputs.result' to Container templates (#2584)
  • 212c6d75f fix: Support minimal mysql version 5.7.8 (#2633)
  • 8facaceeb refactor: Refactor Template context interfaces (#2573)
  • 812813a28 fix: fix test cases (#2631)
  • ed028b25f fix: Fix logging problems. See #2589 (#2595)
  • d95926fe4 fix: Fix WorkflowTemplate icons to be more cohesive (#2607)
  • 5a1ac2035 fix: Fixes panic in toWorkflow method (#2604)
  • 232bb115e fix(error handling): use Errorf instead of New when throwing errors with formatted text (#2598)
  • eeb2f97be fix(controller): dag continue on failed. Fixes #2596 (#2597)
  • 21c737793 fix: Fixes lint errors (#2594)
  • 59f746e1a feat: UI enhancement for Cluster Workflow Template (#2525)
  • 0801a4284 fix(cli): Show lint errors of all files (#2552)
  • 79217bc89 feat(archive): allow specifying a compression level (#2575)
  • 88d261d7f fix: Use outputs of last child instead of retry node itslef (#2565)
  • 5c08292e4 style: Correct the confused logic (#2577)
  • 3d1461445 fix: Fix bug in deleting pods. Fixes #2571 (#2572)
  • cb739a689 feat: Cluster scoped workflow template (#2451)
  • c63e3d40b feat: Show workflow duration in the index UI page (#2568)
  • ffbb3b899 fix: Fixes empty/missing CM. Fixes #2285 (#2562)
  • c4efb8f8b Add Riskified to the user list (#2558)
  • 8b92d33eb feat: Create K8S events on node completion. Closes #2274 (#2521)

Contributors

  • Adam Gilat
  • Alex Collins
  • Alex Stein
  • CWen
  • Derek Wang
  • Dustin Specker
  • Ed Lee
  • Ejiah
  • Gabriele Santomaggio
  • Heikki Kesa
  • Marek Čermák
  • Michael Crenshaw
  • Niklas Hansson
  • Omer Kahani
  • Peng Li
  • Peter Salanki
  • Romain Di Giorgio
  • Saradhi Sreegiriraju
  • Saravanan Balasubramanian
  • Simon Behar
  • Song Juchao
  • Vardan Manucharyan
  • Wei Yan
  • dherman
  • lueenavarro
  • mark9white
  • tunoat

v2.7.7 (2020-05-06)

Full Changelog: v2.7.6...v2.7.7

Selected Changes

  • 54154c61e Update manifests to v2.7.7
  • 1254dd440 fix(cli): Re-establish watch on EOF (#2944)
  • 42d622b63 fix(controller): Add mutex to nameEntryIDMap in cron controller. Fix #2638 (#2851)
  • 51ce1063d fix: Print correct version in logs. (#2806)

Contributors

  • Alex Collins
  • shibataka000

v2.7.6 (2020-04-28)

Full Changelog: v2.7.5...v2.7.6

Selected Changes

  • 70facdb67 Update manifests to v2.7.6
  • 15f0d741d Fix TestGlobalScope
  • 3a906e655 Fix build
  • b6022a9bd fix(controller): Include global params when using withParam (#2757)
  • 728287e89 fix: allow non path output params (#2680)
  • 83fa94065 fix: Add Step node outputs to global scope (#2826)
  • 462f6af0c fix: Enforce metric naming validation (#2819)
  • ed9f87c55 fix: Allow empty strings in valueFrom.default (#2805)
  • 4d1690c43 fix: Children of onExit nodes are also onExit nodes (#2722)
  • d40036c3b fix(CLI): Re-establish workflow watch on disconnect. Fixes #2796 (#2830)
  • f1a331a1c fix: Artifact panic on unknown artifact. Fixes #2824 (#2829)

Contributors

  • Alex Collins
  • Daisuke Taniwaki
  • Simon Behar

v2.7.5 (2020-04-20)

Full Changelog: v2.7.4...v2.7.5

Selected Changes

  • ede163e1a Update manifests to v2.7.5
  • ab18ab4c0 Hard-code build opts
  • ca77a5e62 Resolve conflicts
  • dacfa20fe fix: Error pending nodes w/o Pods unless resubmitPendingPods is set (#2721)
  • e014c6e0c Run make manifests
  • ee107969d fix: Improve cookie security. Fixes #2759 (#2763)
  • e8cd8d776 fix: Consider expanded tasks in getTaskFromNode (#2756)
  • ca5cdc47a fix: Reset all conditions when resubmitting (#2702)
  • 80dd96af7 feat: Add Kustomize as supported install option. Closes #2715 (#2724)
  • 306a1189b fix: Maybe fix watch. Fixes #2678 (#2719)
  • 5b05519d1 fix: Print correct version string. (#2713)

Contributors

  • Alex Collins
  • Simon Behar

v2.7.4 (2020-04-16)

Full Changelog: v2.7.3...v2.7.4

Selected Changes

Contributors

  • Dustin Specker
  • Simon Behar

v2.7.3 (2020-04-15)

Full Changelog: v2.7.2...v2.7.3

Selected Changes

  • 66bd04252 go mod tidy
  • a8cd8b834 Update manifests to v2.7.3
  • b879f5c62 fix: Don't use docker cache when building release images (#2707)
  • 60fe5bd3c fix: Report metric emission errors via Conditions (#2676)
  • 04f79f2bb fix: Leaf task with continueOn should not fail DAG (#2668)

Contributors

  • Alex Collins
  • Simon Behar

v2.7.2 (2020-04-10)

Full Changelog: v2.7.1...v2.7.2

Selected Changes

  • c52a65aa6 Update manifests to v2.7.2
  • 180f9e4d1 fix: Consider offloaded and compressed node in retry and resume (#2645)
  • a28fc4fbe fix: allow onExit to run if wf exceeds activeDeadlineSeconds. Fixes #2603 (#2605)
  • 6983e56b2 fix: Support minimal mysql version 5.7.8 (#2633)
  • f99fa50fb fix: Add DAG as default in UI filter and reorder (#2661)
  • 0a2c0d1a0 fix: DAG should not fail if its tasks have continueOn (#2656)
  • b7a8f6e69 fix: Don't attempt to resolve artifacts if task is going to be skipped (#2657)
  • 910db6655 fix: Add input paremeters to metric scope (#2646)
  • 05e5ce6db fix: Sort log entries. (#2647)
  • b35f23372 fix: Fix logs part 2 (#2639)
  • 733ace4dd fix: Fix logging problems. See #2589 (#2595)
  • e99309b8e remove file

Contributors

  • Alex Collins
  • Derek Wang
  • Simon Behar
  • mark9white

v2.7.1 (2020-04-07)

Full Changelog: v2.7.0...v2.7.1

Selected Changes

  • 2a3f59c10 Update manifests to v2.7.1
  • 25f673dfa fix: Fixes panic in toWorkflow method (#2604)
  • 8c799b1f0 make codegen
  • d02c46200 fix(error handling): use Errorf instead of New when throwing errors with formatted text (#2598)
  • c0d50ca2e fix(controller): dag continue on failed. Fixes #2596 (#2597)
  • 12ac33877 fix: Fixes lint errors (#2594)
  • fd49ef2d0 fix(cli): Show lint errors of all files (#2552)
  • e697dbc5e fix: Use outputs of last child instead of retry node itslef (#2565)
  • 7623a4f36 style: Correct the confused logic (#2577)
  • f619f8ff1 fix: Fix bug in deleting pods. Fixes #2571 (#2572)
  • 4c623bee7 feat: Show workflow duration in the index UI page (#2568)
  • f97be738b fix: Fixes empty/missing CM. Fixes #2285 (#2562)
  • 2902e144d feat: Add node type and phase filter to UI (#2555)
  • fb74ba1ce fix: Separate global scope processing from local scope building (#2528)

Contributors

  • Alex Collins
  • Heikki Kesa
  • Niklas Hansson
  • Peng Li
  • Simon Behar
  • Vardan Manucharyan
  • Wei Yan

v2.7.0 (2020-03-31)

Full Changelog: v2.7.0-rc4...v2.7.0

Selected Changes

  • 4d1175eb6 Update manifests to v2.7.0
  • 618b6dee4 fix: Fixes --kubeconfig flag. Fixes #2492 (#2553)

Contributors

  • Alex Collins

v2.7.0-rc4 (2020-03-30)

Full Changelog: v2.7.0-rc3...v2.7.0-rc4

Selected Changes

  • 479fa48a9 Update manifests to v2.7.0-rc4
  • 15a3c9903 feat: Report SpecWarnings in status.conditions (#2541)
  • 93b6be619 fix(archive): Fix bug that prevents listing archive workflows. Fixes … (#2523)
  • b4c9c54f7 fix: Omit config key in configure artifact document. (#2539)
  • 864bf1e56 fix: Show template on its own field in CLI (#2535)
  • 5e1e78295 fix: Validate CronWorkflow before creation (#2532)
  • c92413393 fix: Fix wrong assertions (#2531)
  • 67fe04bb7 Revert "fix: fix template scope tests (#2498)" (#2526)
  • e2cc69880 feat: More control over resuming suspended nodes Fixes #1893 (#1904)
  • b1ad163ac fix: fix template scope tests (#2498)

Contributors

  • Alex Collins
  • Daisuke Taniwaki
  • Daniel Moran
  • Derek Wang
  • Ejiah
  • Simon Behar
  • Zach Aller
  • mark9white
  • maryoush

v2.7.0-rc3 (2020-03-25)

Full Changelog: v2.7.0-rc2...v2.7.0-rc3

Selected Changes

  • 2bb0a7a4f Update manifests to v2.7.0-rc3
  • 661d1b674 Increase client gRPC max size to match server (#2514)
  • d8aa477f7 fix: Fix potential panic (#2516)
  • 1afb692ee fix: Allow runtime resolution for workflow parameter names (#2501)
  • 243ea338d fix(controller): Ensure we copy any executor securityContext when creating wait containers; fixes #2512 (#2510)
  • 6e8c7badc feat: Extend workflowDefaults to full Workflow and clean up docs and code (#2508)
  • 06cfc1294 feat: Native Google Cloud Storage support for artifact. Closes #1911 (#2484)
  • 999b1e1d9 fix: Read ConfigMap before starting servers (#2507)
  • e5bd6a7ed fix(controller): Updates GetTaskAncestry to skip visited nod. Fixes #1907 (#1908)
  • e636000bc feat: Updated arm64 support patch (#2491)
  • 559cb0059 feat(ui): Report resources duration in UI. Closes #2460 (#2489)
  • 09291d9d5 feat: Add default field in parameters.valueFrom (#2500)
  • 33cd4f2b8 feat(config): Make configuration mangement easier. Closes #2463 (#2464)

Contributors

  • Alex Collins
  • Derek Wang
  • Rafael Rodrigues
  • Simon Behar
  • StoneHuang
  • Xin Wang
  • mark9white
  • vatine

v2.7.0-rc2 (2020-03-23)

Full Changelog: v2.7.0-rc1...v2.7.0-rc2

Selected Changes

  • 240d7ad92 Update manifests to v2.7.0-rc2
  • 487ed4258 feat: Logging the Pod Spec in controller log (#2476)
  • 96c80e3e2 fix(cli): Rearrange the order of chunk size argument in list command. Closes #2420 (#2485)
  • 53a10564a feat(usage): Report resource duration. Closes #1066 (#2219)
  • 063d9bc65 Revert "feat: Add support for arm64 platform (#2364)" (#2482)
  • 735d25e9d fix: Build image with SHA tag when a git tag is not available (#2479)
  • e1c9f7afc fix ParallelSteps child type so replacements happen correctly; fixes argoproj-labs/argo-client-gen#5 (#2478)
  • 55c315db2 feat: Add support for IRSA and aws default provider chain. (#2468)
  • c724c7c1a feat: Add support for arm64 platform (#2364)
  • 315dc164d feat: search archived wf by startat. Closes #2436 (#2473)

Contributors

  • Alex Collins
  • Derek Wang
  • Huan-Cheng Chang
  • Michael Crenshaw
  • Saravanan Balasubramanian
  • Simon Behar
  • Xin Wang
  • Zach Aller

v2.7.0-rc1 (2020-03-18)

Full Changelog: v2.6.4...v2.7.0-rc1

Selected Changes

  • 55702224c Update manifests to v2.7.0-rc1
  • 23d230bd5 feat(ui): add Env to Node Container Info pane. Closes #2471 (#2472)
  • 10a0789b9 fix: ParallelSteps swagger.json (#2459)
  • a59428e72 fix: Duration must be a string. Make it a string. (#2467)
  • 47bc6f3b7 feat: Add argo stop command (#2352)
  • 14478bc07 feat(ui): Add the ability to have links to logging facility in UI. Closes #2438 (#2443)
  • a85f62c5e feat: Custom, step-level, and usage metrics (#2254)
  • 64ac02980 fix: Deprecate template.{template,templateRef,arguments} (#2447)
  • 6cb79e4e5 fix: Postgres persistence SSL Mode (#1866) (#1867)
  • 2205c0e16 fix(controller): Updates to add condition to workflow status. Fixes #2421 (#2453)
  • 9d96ab2ff fix: make dir if needed (#2455)
  • 3448ccf91 fix: Delete PVCs unless WF Failed/Errored (#2449)
  • 782bc8e7c fix: Don't error when optional artifacts are not found (#2445)
  • 32fc2f782 feat: Support workflow templates submission. Closes #2007 (#2222)
  • 050a143d7 fix(archive): Fix edge-cast error for archiving. Fixes #2427 (#2434)
  • 9455c1b88 doc: update CHANGELOG.md (#2425)
  • 1baa7ee4e feat(ui): cache namespace selection. Closes #2439 (#2441)
  • 91d29881f feat: Retry pending nodes (#2385)
  • 30332b14f fix: Allow numbers in steps.args.params.value (#2414)
  • e9a06dde2 feat: instanceID support for argo server. Closes #2004 (#2365)
  • 3f8be0cd4 fix "Unable to retry workflow" on argo-server (#2409)
  • 135088284 fix: Check child node status before backoff in retry (#2407)
  • b59419c9f fix: Build with the correct version if you check out a specific version (#2423)
  • 184c36530 fix: Remove lazy workflow template (#2417)
  • 20d6e27bd Update CONTRIBUTING.md (#2410)
  • f2ca045e1 feat: Allow WF metadata spec on Cron WF (#2400)
  • 068a43362 fix: Correctly report version. Fixes #2374 (#2402)
  • e19a398c8 Update pull_request_template.md (#2401)
  • 175b164c3 Change font family for class yaml (#2394)
  • d11947558 fix: Don't display Retry Nodes in UI if len(children) == 1 (#2390)
  • 1d21d3f56 fix(doc strings): Fix bug related documentation/clean up of default configurations #2331 (#2388)
  • 42200fad4 fix(controller): Mount volumes defined in script templates. Closes #1722 (#2377)
  • 96af36d85 fix: duration must be a string (#2380)
  • 7bf081926 fix: Say no logs were outputted when pod is done (#2373)
  • 847c3507d fix(ui): Removed tailLines from EventSource (#2330)
  • 3890a1243 feat: Allow for setting default configurations for workflows, Fixes #1923, #2044 (#2331)
  • 81ab53859 Update readme (#2379)
  • 918102733 feat: Log version (structured) on component start-up (#2375)
  • 5b6b82578 fix(docker): fix streaming of combined stdout/stderr (#2368)
  • 974383130 fix: Restart server ConfigMap watch when closed (#2360)
  • 12386fc60 fix: rerun codegen after merging OSS artifact support (#2357)
  • 40586ed5c fix: Always validate templates (#2342)
  • 897db8943 feat: Add support for Alibaba Cloud OSS artifact (#1919)
  • 7e2dba036 feat(ui): Circles for nodes (#2349)
  • 7ae4ec78f docker: remove NopCloser from the executor. (#2345)
  • 5895b3642 feat: Expose workflow.paramteres with JSON string of all params (#2341)
  • a9850b43b Fix the default (#2346)
  • c3763d34e fix: Simplify completion detection logic in DAGs (#2344)
  • d8a9ea09b fix(auth): Fixed returning expired Auth token for GKE (#2327)
  • 6fef04540 fix: Add timezone support to startingDeadlineSeconds (#2335)
  • a66c8802c feat: Allow Worfklows to be submitted as files from UI (#2340)
  • 8672b97f1 fix(Dockerfile): Using --no-install-recommends (Optimization) (#2329)
  • c3fe1ae1b fix(ui): fixed worflow UI refresh. Fixes ##2337 (#2338)
  • d7690e32f feat(ui): Adds ability zoom and hide successful steps. POC (#2319)
  • e9e13d4cb feat: Allow retry strategy on non-leaf nodes, eg for step groups. Fixes #1891 (#1892)
  • 62e6db826 feat: Ability to include or exclude fields in the response (#2326)
  • 52ba89ad4 fix(swagger): Fix the broken swagger. (#2317)
  • 1c77e864a fix(swagger): Fix the broken swagger. (#2317)
  • aa0523469 feat: Support workflow level poddisruptionbudge for workflow pods #1728 (#2286)
  • baf03f672 fix(ui): Provide a link to archived logs. Fixes #2300 (#2301)

Contributors

  • Aaron Curtis
  • Alex Collins
  • Antoine Dao
  • Antonio Macías Ojeda
  • Daisuke Taniwaki
  • Derek Wang
  • EDGsheryl
  • Huan-Cheng Chang
  • Michael Crenshaw
  • Mingjie Tang
  • Mukulikak
  • Niklas Hansson
  • Pascal VanDerSwalmen
  • Pratik Raj
  • Roman Galeev
  • Saradhi Sreegiriraju
  • Saravanan Balasubramanian
  • Simon Behar
  • Theodore Messinezis
  • Tristan Colgate-McFarlane
  • fsiegmund
  • mark9white
  • tkilpela
  • モハメド

v2.6.4 (2020-04-15)

Full Changelog: v2.6.3...v2.6.4

Selected Changes

  • e6caf9845 Update manifests to v2.6.4
  • 5aeb3ecf3 fix: Don't use docker cache when building release images (#2707)

Contributors

  • Alex Collins
  • Simon Behar

v2.6.3 (2020-03-16)

Full Changelog: v2.6.2...v2.6.3

Selected Changes

  • 2e8ac609c Update manifests to v2.6.3
  • 9633bad1d fix: Delete PVCs unless WF Failed/Errored (#2449)
  • a0b933a0e fix: Don't error when optional artifacts are not found (#2445)
  • d1513e68b fix: Allow numbers in steps.args.params.value (#2414)
  • 9c608e50a fix: Check child node status before backoff in retry (#2407)
  • 8ad643c40 fix: Say no logs were outputted when pod is done (#2373)
  • 60fcfe902 fix(ui): Removed tailLines from EventSource (#2330)
  • 6ec81d351 fix "Unable to retry workflow" on argo-server (#2409)
  • 642ccca24 fix: Build with the correct version if you check out a specific version (#2423)

Contributors

  • Alex Collins
  • EDGsheryl
  • Simon Behar
  • tkilpela

v2.6.2 (2020-03-12)

Full Changelog: v2.6.1...v2.6.2

Selected Changes

  • be0a0bb46 Update manifests to v2.6.2
  • 09ec9a0df fix(docker): fix streaming of combined stdout/stderr (#2368)
  • 64b6f3a48 fix: Correctly report version. Fixes #2374 (#2402)

Contributors

  • Alex Collins

v2.6.1 (2020-03-04)

Full Changelog: v2.6.0...v2.6.1

Selected Changes

  • 842739d78 Update manifests to v2.6.1
  • 64c6aa43e fix: Restart server ConfigMap watch when closed (#2360)
  • 9ff429aa4 fix: Always validate templates (#2342)
  • 51c3ad335 fix: Simplify completion detection logic in DAGs (#2344)
  • 3de7e5139 fix(auth): Fixed returning expired Auth token for GKE (#2327)
  • fa2a30233 fix: Add timezone support to startingDeadlineSeconds (#2335)
  • a9b6a254a fix(ui): fixed worflow UI refresh. Fixes ##2337 (#2338)
  • 793c072ed docker: remove NopCloser from the executor. (#2345)

Contributors

  • Alex Collins
  • Derek Wang
  • Saravanan Balasubramanian
  • Simon Behar
  • Tristan Colgate-McFarlane
  • fsiegmund

v2.6.0 (2020-02-28)

Full Changelog: v2.6.0-rc3...v2.6.0

Selected Changes

Contributors

  • Alex Collins

v2.6.0-rc3 (2020-02-25)

Full Changelog: v2.6.0-rc2...v2.6.0-rc3

Selected Changes

  • fc24de462 Update manifests to v2.6.0-rc3
  • b59471655 feat: Create API clients (#2218)
  • 214c45153 fix(controller): Get correct Step or DAG name. Fixes #2244 (#2304)
  • c4d264661 fix: Remove active wf from Cron when deleted (#2299)
  • 0eff938d6 fix: Skip empty withParam steps (#2284)

Contributors

  • Alex Collins
  • Derek Wang
  • Simon Behar

v2.6.0-rc2 (2020-02-21)

Full Changelog: v2.6.0-rc1...v2.6.0-rc2

Selected Changes

  • 9f7ef614f Update manifests to v2.6.0-rc2
  • cdbc61945 fix(sequence): broken in 2.5. Fixes #2248 (#2263)
  • 0d3955a7f refactor(cli): 2x simplify migration to API client. See #2116 (#2290)
  • df8493a1c fix: Start Argo server with out Configmap #2285 (#2293)
  • 51cdf95b1 doc: More detail for namespaced installation (#2292)
  • 47b4fc284 fix(cli): Reinstate argo wait. Fixes #2281 (#2283)
  • c33f6cda3 fix(archive): Fix bug in migrating cluster name. Fixes #2272 (#2279)
  • fb0acbbff fix: Fixes double logging in UI. Fixes #2270 (#2271)
  • acf37c2db fix: Correctly report version. Fixes #2264 (#2268)
  • b30f1af65 fix: Removes Template.Arguments as this is never used. Fixes #2046 (#2267)

Contributors

  • Alex Collins
  • Derek Wang
  • Saravanan Balasubramanian
  • mark9white

v2.6.0-rc1 (2020-02-19)

Full Changelog: v2.5.3-rc4...v2.6.0-rc1

Selected Changes

  • bd89f9cbe Update manifests to v2.6.0-rc1
  • 79b09ed43 fix: Removed duplicate Watch Command (#2262)
  • b5c47266c feat(ui): Add filters for archived workflows (#2257)
  • d30aa3357 fix(archive): Return correct next page info. Fixes #2255 (#2256)
  • 8c97689e5 fix: Ignore bookmark events for restart. Fixes #2249 (#2253)
  • 63858eaa9 fix(offloading): Change offloaded nodes datatype to JSON to support 1GB. Fixes #2246 (#2250)
  • 4d88374b7 Add Cartrack into officially using Argo (#2251)
  • d309d5c1a feat(archive): Add support to filter list by labels. Closes #2171 (#2205)
  • 79f13373f feat: Add a new symbol for suspended nodes. Closes #1896 (#2240)
  • 82b48821a Fix presumed typo (#2243)
  • af94352f6 feat: Reduce API calls when changing filters. Closes #2231 (#2232)
  • a58cbc7dd BasisAI uses Argo (#2241)
  • 68e3c9fd9 feat: Add Pod Name to UI (#2227)
  • eef850726 fix(offload): Fix bug which deleted completed workflows. Fixes #2233 (#2234)
  • 4e4565cdb feat: Label workflow-created pvc with workflow name (#1890)
  • 8bd5ecbc1 fix: display error message when deleting archived workflow fails. (#2235)
  • ae381ae57 feat: This add support to enable debug logging for all CLI commands (#2212)
  • 1b1927fc6 feat(swagger): Adds a make api/argo-server/swagger.json (#2216)
  • 5d7b4c8c2 Update README.md (#2226)
  • 2981e6ff4 fix: Enforce UnknownField requirement in WorkflowStep (#2210)
  • affc235cd feat: Add failed node info to exit handler (#2166)
  • af1f6d600 fix: UI Responsive design on filter box (#2221)
  • a445049ca fix: Fixed race condition in kill container method. Fixes #1884 (#2208)
  • 2672857f2 feat: upgrade to Go 1.13. Closes #1375 (#2097)
  • 7466efa99 feat: ArtifactRepositoryRef ConfigMap is now taken from the workflow namespace (#1821)
  • f2bd74bca fix: Remove quotes from UI (#2213)
  • 62f466806 fix(offloading): Correctly deleted offloaded data. Fixes #2206 (#2207)
  • e30b77fcd feat(ui): Add label filter to workflow list page. Fixes #802 (#2196)
  • 930ced392 fix(ui): fixed workflow filtering and ordering. Fixes #2201 (#2202)
  • 881123129 fix: Correct login instructions. (#2198)
  • d6f5953d7 Update ReadMe for EBSCO (#2195)
  • b024c46c8 feat: Add ability to submit CronWorkflow from CLI (#2003)
  • f6600fa49 fix: Namespace and phase selection in UI (#2191)
  • c4a24dcab fix(k8sapi-executor): Fix KillContainer impl (#2160)
  • d22a5fe69 Update cli_with_server_test.go (#2189)
  • b9c828ad3 fix(archive): Only delete offloaded data we do not need. Fixes #2170 and #2156 (#2172)
  • 73cb5418f feat: Allow CronWorkflows to have instanceId (#2081)
  • 9efea660b Sort list and add Greenhouse (#2182)
  • cae399bae fix: Fixed the Exec Provider token bug (#2181)
  • fc476b2a4 fix(ui): Retry workflow event stream on connection loss. Fixes #2179 (#2180)
  • 65058a279 fix: Correctly create code from changed protos. (#2178)
  • fcfe1d436 feat: Implemented open default browser in local mode (#2122)
  • f6cee5525 fix: Specify download .tgz extension (#2164)
  • 8a1e611a0 feat: Update archived workdflow column to be JSON. Closes #2133 (#2152)
  • f591c471c fix!: Change argo token to argo auth token. Closes #2149 (#2150)
  • 409a51547 fix: Add certs to argocli image. Fixes #2129 (#2143)
  • b094802a0 fix: Allow download of artifacs in server auth-mode. Fixes #2129 (#2147)
  • 520fa5407 fix: Correct SQL syntax. (#2141)
  • 059cb9b18 fix: logs UI should fall back to archive (#2139)
  • 4cda9a05b fix: route all unknown web content requests to index.html (#2134)
  • 14d8b5d39 fix: archiveLogs needs to copy stderr (#2136)
  • 91319ee49 fixed ui navigation issues with basehref (#2130)
  • badfd1833 feat: Add support to delete by using labels. Depended on by #2116 (#2123)
  • a75ac1b48 fix: mark CLI common.go vars and funcs as DEPRECATED (#2119)
  • be21a0f17 feat(server): Restart server when config changes. Fixes #2090 (#2092)
  • b2bd25bc2 fix: Disable webpack dot rule (#2112)
  • 865b4f3a2 addcompany (#2109)
  • 213e3a9d9 fix: Fix Resource Deletion Bug (#2084)
  • ab1de233b refactor(cli): Introduce v1.Interface for CLI. Closes #2107 (#2048)
  • 7a19f85ca feat: Implemented Basic Auth scheme (#2093)
  • 7611b9f6c fix(ui): Add support for bash href. Fixes ##2100 (#2105)
  • 516d05f81 fix: Namespace redirects no longer error and are snappier (#2106)
  • 16aed5c8e fix: Skip running --token testing if it is not on CI (#2104)
  • aece7e6eb Parse container ID in correct way on CRI-O. Fixes #2095 (#2096)
  • b6a2be896 feat: support arg --token when talking to argo-server (#2027) (#2089)
  • d56a0e12a fix(controller): Fix template resolution for step groups. Fixes #1868 (#1920)
  • b97044d2a fix(security): Fixes an issue that allowed you to list archived workf… (#2079)

Contributors

  • Aaron Curtis
  • Alex Collins
  • Alexey Volkov
  • Daisuke Taniwaki
  • Derek Wang
  • Dineshmohan Rajaveeran
  • Huan-Cheng Chang
  • Jialu Zhu
  • Juan C. Muller
  • Nasrudin Bin Salim
  • Nick Groszewski
  • Rafał Bigaj
  • Roman Galeev
  • Saravanan Balasubramanian
  • Simon Behar
  • Tom Wieczorek
  • Tristan Colgate-McFarlane
  • fsiegmund
  • mdvorakramboll
  • tkilpela

v2.5.3-rc4 (2020-01-27)

Full Changelog: v2.5.2...v2.5.3-rc4

Selected Changes

Contributors

v2.5.2 (2020-02-24)

Full Changelog: v2.5.1...v2.5.2

Selected Changes

  • 4b25e2ac1 Update manifests to v2.5.2
  • 6092885c9 fix(archive): Fix bug in migrating cluster name. Fixes #2272 (#2279)

Contributors

  • Alex Collins

v2.5.1 (2020-02-20)

Full Changelog: v2.5.0...v2.5.1

Selected Changes

  • fb496a244 Update manifests to v2.5.1
  • 61114d62e fix: Fixes double logging in UI. Fixes #2270 (#2271)
  • 4737c8a26 fix: Correctly report version. Fixes #2264 (#2268)
  • e096feaf3 fix: Removed duplicate Watch Command (#2262)

Contributors

  • Alex Collins
  • tkilpela

v2.5.0 (2020-02-18)

Full Changelog: v2.5.0-rc12...v2.5.0

Selected Changes

  • 11d2232ed Update manifests to v2.5.0
  • 661f8a111 fix: Ignore bookmark events for restart. Fixes #2249 (#2253)
  • 6c1a6601b fix(offloading): Change offloaded nodes datatype to JSON to support 1GB. Fixes #2246 (#2250)

Contributors

  • Alex Collins

v2.5.0-rc12 (2020-02-13)

Full Changelog: v2.5.0-rc11...v2.5.0-rc12

Selected Changes

  • befd3594f Update manifests to v2.5.0-rc12
  • 4670c99ec fix(offload): Fix bug which deleted completed workflows. Fixes #2233 (#2234)

Contributors

  • Alex Collins

v2.5.0-rc11 (2020-02-11)

Full Changelog: v2.5.0-rc10...v2.5.0-rc11

Selected Changes

  • 47d9a41a9 Update manifests to v2.5.0-rc11
  • 04917cde0 fix: Remove quotes from UI (#2213)
  • 2705a1141 fix(offloading): Correctly deleted offloaded data. Fixes #2206 (#2207)
  • 930ced392 fix(ui): fixed workflow filtering and ordering. Fixes #2201 (#2202)
  • 881123129 fix: Correct login instructions. (#2198)

Contributors

  • Alex Collins
  • fsiegmund

v2.5.0-rc10 (2020-02-07)

Full Changelog: v2.5.0-rc9...v2.5.0-rc10

Selected Changes

  • b557eeb98 Update manifests to v2.5.0-rc10
  • d6f5953d7 Update ReadMe for EBSCO (#2195)
  • b024c46c8 feat: Add ability to submit CronWorkflow from CLI (#2003)
  • f6600fa49 fix: Namespace and phase selection in UI (#2191)
  • c4a24dcab fix(k8sapi-executor): Fix KillContainer impl (#2160)
  • d22a5fe69 Update cli_with_server_test.go (#2189)

Contributors

  • Alex Collins
  • Dineshmohan Rajaveeran
  • Saravanan Balasubramanian
  • Simon Behar
  • Tom Wieczorek

v2.5.0-rc9 (2020-02-06)

Full Changelog: v2.5.0-rc8...v2.5.0-rc9

Selected Changes

  • bea41b498 Update manifests to v2.5.0-rc9
  • b9c828ad3 fix(archive): Only delete offloaded data we do not need. Fixes #2170 and #2156 (#2172)
  • 73cb5418f feat: Allow CronWorkflows to have instanceId (#2081)
  • 9efea660b Sort list and add Greenhouse (#2182)
  • cae399bae fix: Fixed the Exec Provider token bug (#2181)
  • fc476b2a4 fix(ui): Retry workflow event stream on connection loss. Fixes #2179 (#2180)
  • 65058a279 fix: Correctly create code from changed protos. (#2178)
  • fcfe1d436 feat: Implemented open default browser in local mode (#2122)
  • f6cee5525 fix: Specify download .tgz extension (#2164)
  • 8a1e611a0 feat: Update archived workdflow column to be JSON. Closes #2133 (#2152)
  • f591c471c fix!: Change argo token to argo auth token. Closes #2149 (#2150)

Contributors

  • Alex Collins
  • Juan C. Muller
  • Saravanan Balasubramanian
  • Simon Behar
  • fsiegmund

v2.5.0-rc8 (2020-02-03)

Full Changelog: v2.5.0-rc7...v2.5.0-rc8

Selected Changes

  • 392de8144 Update manifests to v2.5.0-rc8
  • 409a51547 fix: Add certs to argocli image. Fixes #2129 (#2143)
  • b094802a0 fix: Allow download of artifacs in server auth-mode. Fixes #2129 (#2147)
  • 520fa5407 fix: Correct SQL syntax. (#2141)
  • 059cb9b18 fix: logs UI should fall back to archive (#2139)
  • 4cda9a05b fix: route all unknown web content requests to index.html (#2134)
  • 14d8b5d39 fix: archiveLogs needs to copy stderr (#2136)
  • 91319ee49 fixed ui navigation issues with basehref (#2130)
  • badfd1833 feat: Add support to delete by using labels. Depended on by #2116 (#2123)

Contributors

  • Alex Collins
  • Simon Behar
  • Tristan Colgate-McFarlane
  • fsiegmund

v2.5.0-rc7 (2020-01-31)

Full Changelog: v2.5.0-rc6...v2.5.0-rc7

Selected Changes

  • 40e7ca37c Update manifests to v2.5.0-rc7
  • a75ac1b48 fix: mark CLI common.go vars and funcs as DEPRECATED (#2119)
  • be21a0f17 feat(server): Restart server when config changes. Fixes #2090 (#2092)
  • b2bd25bc2 fix: Disable webpack dot rule (#2112)
  • 865b4f3a2 addcompany (#2109)
  • 213e3a9d9 fix: Fix Resource Deletion Bug (#2084)
  • ab1de233b refactor(cli): Introduce v1.Interface for CLI. Closes #2107 (#2048)
  • 7a19f85ca feat: Implemented Basic Auth scheme (#2093)

Contributors

  • Alex Collins
  • Jialu Zhu
  • Saravanan Balasubramanian
  • Simon Behar

v2.5.0-rc6 (2020-01-30)

Full Changelog: v2.5.0-rc5...v2.5.0-rc6

Selected Changes

  • 7b7fcf01a Update manifests to v2.5.0-rc6
  • 7611b9f6c fix(ui): Add support for bash href. Fixes ##2100 (#2105)
  • 516d05f81 fix: Namespace redirects no longer error and are snappier (#2106)
  • 16aed5c8e fix: Skip running --token testing if it is not on CI (#2104)
  • aece7e6eb Parse container ID in correct way on CRI-O. Fixes #2095 (#2096)

Contributors

  • Alex Collins
  • Derek Wang
  • Rafał Bigaj
  • Simon Behar

v2.5.0-rc5 (2020-01-29)

Full Changelog: v2.5.0-rc4...v2.5.0-rc5

Selected Changes

  • 4609f3d70 Update manifests to v2.5.0-rc5
  • b6a2be896 feat: support arg --token when talking to argo-server (#2027) (#2089)
  • d56a0e12a fix(controller): Fix template resolution for step groups. Fixes #1868 (#1920)
  • b97044d2a fix(security): Fixes an issue that allowed you to list archived workf… (#2079)

Contributors

  • Alex Collins
  • Daisuke Taniwaki
  • Derek Wang
  • Nick Groszewski

v2.5.0-rc4 (2020-01-27)

Full Changelog: v2.5.0-rc3...v2.5.0-rc4

Selected Changes

  • 2afcb0f27 Update manifests to v2.5.0-rc4
  • c4f49cf07 refactor: Move server code (cmd/server/ -> server/) (#2071)
  • 2542454c1 fix(controller): Do not crash if cm is empty. Fixes #2069 (#2070)

Contributors

  • Alex Collins
  • Simon Behar

v2.5.0-rc3 (2020-01-27)

Full Changelog: v2.5.0-rc2...v2.5.0-rc3

Selected Changes

  • 091c2f7e8 lint
  • 30775fac8 Update manifests to v2.5.0-rc3
  • 85fa9aafa fix: Do not expect workflowChange to always be defined (#2068)
  • 6f65bc2b7 fix: "base64 -d" not always available, using "base64 --decode" (#2067)
  • 5328389aa adds "verify-manifests" target
  • ef1c403e3 fix: generate no-db manifests
  • 6f2c88028 feat(ui): Use cookies in the UI. Closes #1949 (#2058)
  • 4592aec68 fix(api): Change CronWorkflowName to Name. Fixes #1982 (#2033)
  • 4676a9465 try and improve the release tasks
  • e26c11af7 fix: only run archived wf testing when persistence is enabled (#2059)
  • b3cab5dfb fix: Fix permission test cases (#2035)

Contributors

  • Alex Collins
  • Derek Wang
  • Simon Behar

v2.5.0-rc2 (2020-01-24)

Full Changelog: v2.5.0-rc1...v2.5.0-rc2

Selected Changes

Contributors

  • Alex Collins
  • Ed Lee
  • Saravanan Balasubramanian

v2.5.0-rc1 (2020-01-23)

Full Changelog: v2.4.3...v2.5.0-rc1

Selected Changes

  • b0ee44ac1 fixed git push
  • e4cfefee7 revert cmd/server/static/files.go
  • ecdb8b093 v2.5.0-rc1
  • 6638936df Update manifests to 2.5.0-rc1
  • c3e02d818 Update Makefile
  • 43656c6e6 Update Makefile
  • b49d82d71 Update manifests to v2.5.0-rc1
  • 38bc90ac7 Update Makefile
  • 1db74e1a2 fix(archive): upsert archive + ci: Pin images on CI, add readiness probes, clean-up logging and other tweaks (#2038)
  • c46c68367 feat: Allow workflow-level parameters to be modified in the UI when submitting a workflow (#2030)
  • faa9dbb59 fix(Makefile): Rename staticfiles make target. Fixes #2010 (#2040)
  • 1a96007fe fix: Redirect to correct page when using managed namespace. Fixes #2015 (#2029)
  • 787263142 fix(api): Updates proto message naming (#2034)
  • 4a1307c89 feat: Adds support for MySQL. Fixes #1945 (#2013)
  • 5c98a14ec feat(controller): Add audit logs to workflows. Fixes #1769 (#1930)
  • 2982c1a82 fix(validate): Allow placeholder in values taken from inputs. Fixes #1984 (#2028)
  • 3293c83f6 feat: Add version to offload nodes. Fixes #1944 and #1946 (#1974)
  • f8569ae91 feat: Auth refactoring to support single version token (#1998)
  • eb360d60e Fix README (#2023)
  • ef1bd3a32 fix typo (#2021)
  • f25a45deb feat(controller): Exposes container runtime executor as CLI option. (#2014)
  • 3b26af7dd Enable s3 trace support. Bump version to v2.5.0. Tweak proto id to match Workflow (#2009)
  • 5eb15bb54 fix: Fix workflow level timeouts (#1369)
  • 5868982bc fix: Fixes the test job on master (#2008)
  • 29c850728 fix: Fixed grammar on TTLStrategy (#2006)
  • 2f58d202c fix: v2 token bug (#1991)
  • ed36d92f9 feat: Add quick start manifests to Git. Change auth-mode to default to server. Fixes #1990 (#1993)
  • 91331a894 fix: No longer delete the argo ns as this is dangerous (#1995)
  • 1a777cc66 feat(cron): Added timezone support to cron workflows. Closes #1931 (#1986)
  • 48b85e570 fix: WorkflowTempalteTest fix (#1992)
  • 51dab8a4a feat: Adds argo server command. Fixes #1966 (#1972)
  • dd704dd65 feat: Renders namespace in UI. Fixes #1952 and #1959 (#1965)
  • 14d58036f feat(server): Argo Server. Closes #1331 (#1882)
  • f69655a09 fix: Added decompress in retry, resubmit and resume. (#1934)
  • 1e7ccb53e updated jq version to 1.6 (#1937)
  • c51c1302f feat: Enhancement for namespace installation mode configuration (#1939)
  • 6af100d54 feat: Add suspend and resume to CronWorkflows CLI (#1925)
  • 232a465d0 feat: Added onExit handlers to Step and DAG (#1716)
  • e4107bb83 Updated Readme.md for companies using Argo: (#1916)
  • 7e9b2b589 feat: Support for scheduled Workflows with CronWorkflow CRD (#1758)
  • 5d7e91852 feat: Provide values of withItems maps as JSON in {{item}}. Fixes #1905 (#1906)
  • de3ffd78b feat: Enhanced Different TTLSecondsAfterFinished depending on if job is in Succeeded, Failed or Error, Fixes (#1883)
  • 83ae2df41 fix: Decrease docker build time by ignoring node_modules (#1909)
  • 59a190697 feat: support iam roles for service accounts in artifact storage (#1899)
  • 6526b6cc5 fix: Revert node creation logic (#1818)
  • 160a79404 fix: Update Gopkg.lock with dep ensure -update (#1898)
  • ce78227ab fix: quick fail after pod termination (#1865)
  • cd3bd235f refactor: Format Argo UI using prettier (#1878)
  • b48446e09 fix: Fix support for continueOn failed for DAG. Fixes #1817 (#1855)
  • 482569615 fix: Fix template scope (#1836)
  • eb585ef73 fix: Use dynamically generated placeholders (#1844)
  • 54f44909a feat: Always archive logs if in config. Closes #1790 (#1860)
  • f5f40728c fix: Minor comment fix (#1872)
  • 72fad7ec0 Update docs (#1870)
  • 788898954 Move Workflows UI from https://github.com/argoproj/argo-ui (#1859)
  • 87f26c8de fix: Move ISSUE_TEMPLATE/ under .github/ (#1858)
  • bd78d1597 fix: Ensure timer channel is empty after stop (#1829)
  • afc63024d Code duplication (#1482)
  • 68b72a8fd add CCRi to list of users in README (#1845)
  • 941f30aaf Add Sidecar Technologies to list of who uses Argo (#1850)
  • a08048b6d Adding Wavefront to the users list (#1852)
  • cb0598ea8 Fixed Panic if DB context has issue (#1851)
  • e5fb88485 fix: Fix a couple of nil derefs (#1847)
  • b3d458504 Add HOVER to the list of who uses Argo (#1825)
  • 99db30d67 InsideBoard uses Argo (#1835)
  • ac8efcf40 Red Hat uses Argo (#1828)
  • 41ed3acfb Adding Fairwinds to the list of companies that use Argo (#1820)
  • 5274afb97 Add exponential back-off to retryStrategy (#1782)
  • e522e30ac Handle operation level errors PVC in Retry (#1762)
  • f2e6054e9 Do not resolve remote templates in lint (#1787)
  • 3852bc3f3 SSL enabled database connection for workflow repository (#1712) (#1756)
  • f2676c875 Fix retry node name issue on error (#1732)
  • d38a107c8 Refactoring Template Resolution Logic (#1744)
  • 23e946045 Error occurred on pod watch should result in an error on the wait container (#1776)
  • 57d051b52 Added hint when using certain tokens in when expressions (#1810)
  • 0e79edff4 Make kubectl print status and start/finished time (#1766)
  • 723b3c15e Fix code-gen docs (#1811)
  • 711bb1148 Fix withParam node naming issue (#1800)
  • 4351a3360 Minor doc fix (#1808)
  • efb748fe3 Fix some issues in examples (#1804)
  • a3e312899 Add documentation for executors (#1778)
  • 1ac75b390 Add to linter (#1777)
  • 3bead0db3 Add ability to retry nodes after errors (#1696)
  • b50845e22 Support no-headers flag (#1760)
  • 7ea2b2f8c Minor rework of suspened node (#1752)
  • 9ab1bc88f Update README.md (#1768)
  • e66fa328e Fixed lint issues (#1739)
  • 63e12d098 binary up version (#1748)
  • 1b7f9becd Minor typo fix (#1754)
  • 4c002677e fix blank lines (#1753)
  • fae738268 Fail suspended steps after deadline (#1704)
  • b2d7ee62e Fix typo in docs (#1745)
  • f25924486 Removed uneccessary debug Println (#1741)
  • 846d01edd Filter workflows in list based on name prefix (#1721)
  • 8ae688c6c Added ability to auto-resume from suspended state (#1715)
  • fb617b63a unquote strings from parameter-file (#1733)
  • 341203417 example for pod spec from output of previous step (#1724)
  • 12b983f4c Add gonum.org/v1/gonum/graph to Gopkg.toml (#1726)
  • 327fcb242 Added Protobuf extension (#1601)
  • 602e5ad8e Fix invitation link. (#1710)
  • eb29ae4c8 Fixes bugs in demo (#1700)
  • ebb25b861 restartPolicy -> retryStrategy in examples (#1702)
  • 167d65b15 Fixed incorrect pod.name in retry pods (#1699)
  • e0818029d fixed broke metrics endpoint per #1634 (#1695)
  • 36fd09a13 Apply Strategic merge patch against the pod spec (#1687)
  • d35464670 Fix retry node processing (#1694)
  • dd517e4c2 Print multiple workflows in one command (#1650)
  • 09a6cb4e8 Added status of previous steps as variables (#1681)
  • ad3dd4d4a Fix issue that workflow.priority substitution didn't pass validation (#1690)
  • 095d67f8d Store locally referenced template properly (#1670)
  • 30a91ef00 Handle retried node properly (#1669)
  • 263cb7038 Update README.md Argo Ansible role: Provisioning Argo Workflows on Kubernetes/OpenShift (#1673)
  • 867f5ff7e Handle sidecar killing properly (#1675)
  • f0ab9df9e Fix typo (#1679)
  • 502db42db Don't provision VM for empty artifacts (#1660)
  • b5dcac811 Resolve WorkflowTemplate lazily (#1655)
  • d15994bbb [User] Update Argo users list (#1661)
  • 4a654ca69 Stop failing if artifact file exists, but empty (#1653)
  • c6cddafe1 Bug fixes in getting started (#1656)
  • ec7883735 Update workflow_level_host_aliases.yaml (#1657)
  • 7e5af4748 Fix child node template handling (#1654)
  • 7f385a6bb Use stored templates to raggregate step outputs (#1651)
  • cd6f36279 Fix dag output aggregation correctly (#1649)
  • 706075a55 Fix DAG output aggregation (#1648)
  • fa32dabdc Fix missing merged changes in validate.go (#1647)
  • 457160275 fixed example wrong comment (#1643)
  • 69fd8a58d Delay killing sidecars until artifacts are saved (#1645)
  • ec5f98605 pin colinmarc/hdfs to the next commit, which no longer has vendored deps (#1622)
  • 4b84f975f Fix global lint issue (#1641)
  • bb579138c Fix regression where global outputs were unresolveable in DAGs (#1640)
  • cbf99682c Fix regression where parallelism could cause workflow to fail (#1639)

Contributors

  • Adam Thornton
  • Aditya Sundaramurthy
  • Akshay Chitneni
  • Alessandro Marrella
  • Alex Collins
  • Alexander Matyushentsev
  • Alexey Volkov
  • Anastasia Satonina
  • Andrew Suderman
  • Antoine Dao
  • Avi Weit
  • Daisuke Taniwaki
  • David Seapy
  • Deepen Mehta
  • Derek Wang
  • Elton
  • Erik Parmann
  • Huan-Cheng Chang
  • Jesse Suen
  • Jonathan Steele
  • Jonathon Belotti
  • Julian Fahrer
  • Julian Mazzitelli
  • Marek Čermák
  • MengZeLee
  • Michael Crenshaw
  • Neutron Soutmun
  • Niklas Hansson
  • Patryk Jeziorowski
  • Pavel Kravchenko
  • Per Buer
  • Praneet Chandra
  • Rick Avendaño
  • Saravanan Balasubramanian
  • Shubham Koli (FaultyCarry)
  • Simon Behar
  • Takashi Abe
  • Tobias Bradtke
  • Vincent Boulineau
  • Wei Yan
  • William Reed
  • Zhipeng Wang
  • descrepes
  • dherman
  • gerdos82
  • mark9white
  • nglinh
  • sang
  • vdinesh2461990
  • zhujl1991

v2.4.3 (2019-12-05)

Full Changelog: v2.4.2...v2.4.3

Selected Changes

  • cfe5f377b Update version to v2.4.3
  • 256e9a2ab Update version to v2.4.3
  • b99e6a0ea Error occurred on pod watch should result in an error on the wait container (#1776)
  • b00fea143 SSL enabled database connection for workflow repository (#1712) (#1756)
  • 400274f49 Added hint when using certain tokens in when expressions (#1810)
  • 15a0aa7a7 Handle operation level errors PVC in Retry (#1762)
  • 81c7f5bd7 Do not resolve remote templates in lint (#1787)
  • 20cec1d9b Fix retry node name issue on error (#1732)
  • 468cb8fe5 Refactoring Template Resolution Logic (#1744)
  • 67369fb37 Support no-headers flag (#1760)
  • 340ab0734 Filter workflows in list based on name prefix (#1721)
  • e9581273b Added ability to auto-resume from suspended state (#1715)
  • a0a1b6fb1 Fixed incorrect pod.name in retry pods (#1699)

Contributors

  • Antoine Dao
  • Daisuke Taniwaki
  • Saravanan Balasubramanian
  • Simon Behar
  • gerdos82
  • sang

v2.4.2 (2019-10-21)

Full Changelog: v2.4.1...v2.4.2

Selected Changes

  • 675c66267 fixed broke metrics endpoint per #1634 (#1695)
  • 1a9310c6f Apply Strategic merge patch against the pod spec (#1687)
  • 0d0562aa1 Fix retry node processing (#1694)
  • 08f49d01c Print multiple workflows in one command (#1650)
  • defbc297d Added status of previous steps as variables (#1681)
  • 6ac443302 Fix issue that workflow.priority substitution didn't pass validation (#1690)
  • ab9d710a0 Update version to v2.4.2
  • 338af3e7a Store locally referenced template properly (#1670)
  • be0929dcd Handle retried node properly (#1669)
  • 88e210ded Update README.md Argo Ansible role: Provisioning Argo Workflows on Kubernetes/OpenShift (#1673)
  • 946b0fa26 Handle sidecar killing properly (#1675)
  • 4ce972bd7 Fix typo (#1679)

Contributors

  • Daisuke Taniwaki
  • Marek Čermák
  • Rick Avendaño
  • Saravanan Balasubramanian
  • Simon Behar
  • Tobias Bradtke
  • mark9white

v2.4.1 (2019-10-08)

Full Changelog: v2.4.0...v2.4.1

Selected Changes

  • d7f099992 Update version to v2.4.1
  • 6b876b205 Don't provision VM for empty artifacts (#1660)
  • 0d00a52ed Resolve WorkflowTemplate lazily (#1655)
  • effd7c33c Stop failing if artifact file exists, but empty (#1653)

Contributors

  • Alexey Volkov
  • Daisuke Taniwaki
  • Saravanan Balasubramanian
  • Simon Behar

v2.4.0 (2019-10-07)

Full Changelog: v2.4.0-rc1...v2.4.0

Selected Changes

  • a65763142 Fix child node template handling (#1654)
  • 982c7c559 Use stored templates to raggregate step outputs (#1651)
  • a8305ed7e Fix dag output aggregation correctly (#1649)
  • f14dd56d9 Fix DAG output aggregation (#1648)
  • 30c3b9372 Fix missing merged changes in validate.go (#1647)
  • 85f50e30a fixed example wrong comment (#1643)
  • 09e22fb25 Delay killing sidecars until artifacts are saved (#1645)
  • 99e28f1ce pin colinmarc/hdfs to the next commit, which no longer has vendored deps (#1622)
  • 885aae405 Fix global lint issue (#1641)
  • 972abdd62 Fix regression where global outputs were unresolveable in DAGs (#1640)
  • 7272bec46 Fix regression where parallelism could cause workflow to fail (#1639)
  • 6b77abb2a Add back SetGlogLevel calls
  • e7544f3d8 Update version to v2.4.0
  • 76461f925 Update CHANGELOG for v2.4.0 (#1636)
  • c75a08616 Regenerate installation manifests (#1638)
  • e20cb28cf Grant get secret role to controller to support persistence (#1615)
  • 644946e4e Save stored template ID in nodes (#1631)
  • 5d530beca Fix retry workflow state (#1632)
  • 2f0af5221 Update operator.go (#1630)
  • 6acea0c1c Store resolved templates (#1552)
  • df8260d6f Increase timeout of golangci-lint (#1623)
  • 138f89f68 updated invite link (#1621)
  • d027188d0 Updated the API Rule Violations list (#1618)
  • a317fbf14 Prevent controller from crashing due to glog writing to /tmp (#1613)
  • 20e91ea58 Added WorkflowStatus and NodeStatus types to the Open API Spec. (#1614)
  • ffb281a55 Small code cleanup and add tests (#1562)
  • 1cb8345de Add merge keys to Workflow objects to allow for StrategicMergePatches (#1611)
  • c855a66a6 Increased Lint timeout (#1612)
  • 4bf83fc3d Fix DAG enable failFast will hang in some case (#1595)
  • e9f3d9cbc Do not relocate the mounted docker.sock (#1607)
  • 1bd50fa2d Added retry around RuntimeExecutor.Wait call when waiting for main container completion (#1597)
  • 0393427b5 Issue1571 Support ability to assume IAM roles in S3 Artifacts (#1587)
  • ffc0c84f5 Update Gopkg.toml and Gopkg.lock (#1596)
  • aa3a8f1c9 Update from github.com/ghodss/yaml to sigs.k8s.io/yaml (#1572)
  • 07a26f167 Regard resource templates as leaf nodes (#1593)
  • 89e959e7a Fix workflow template in namespaced controller (#1580)
  • cd04ab8bb remove redundant codes (#1582)
  • 5bba8449a Add entrypoint label to workflow default labels (#1550)
  • 9685d7b67 Fix inputs and arguments during template resolution (#1545)
  • 19210ba63 added DataStax as an organization that uses Argo (#1576)
  • b5f2fdef0 Support AutomountServiceAccountToken and executor specific service account(#1480)
  • 8808726cf Fix issue saving outputs which overlap paths with inputs (#1567)
  • ba7a1ed65 Add coverage make target (#1557)
  • ced0ee96c Document workflow controller dockerSockPath config (#1555)
  • 3e95f2da6 Optimize argo binary install documentation (#1563)
  • 6d150a15e Initialize the wfClientset before using it (#1548)
  • 5331fc02e Remove GLog config from argo executor (#1537)
  • ed4ac6d06 Update main.go (#1536)

Contributors

  • Alexander Matyushentsev
  • Anastasia Satonina
  • Anes Benmerzoug
  • Brian Mericle
  • Daisuke Taniwaki
  • David Seapy
  • Ed Lee
  • Erik Parmann
  • Ian Howell
  • Jesse Suen
  • John Wass
  • Jonathon Belotti
  • Mostapha Sadeghipour Roudsari
  • Pablo Osinaga
  • Premkumar Masilamani
  • Saravanan Balasubramanian
  • Takayuki Kasai
  • Xianlu Bird
  • Xie.CS
  • mark9white

v2.4.0-rc1 (2019-08-08)

Full Changelog: v2.3.0...v2.4.0-rc1

Selected Changes

  • 6131721f4 Remove GLog config from argo executor (#1537)
  • 8e94ca370 Update main.go (#1536)
  • dfb06b6df Update version to v2.4.0-rc1
  • 9fca14412 Update argo dependencies to kubernetes v1.14 (#1530)
  • 0246d184a Use cache to retrieve WorkflowTemplates (#1534)
  • 4864c32ff Update README.md (#1533)
  • 4df114fae Update CHANGELOG for v2.4 (#1531)
  • c7e5cba14 Introduce podGC strategy for deleting completed/successful pods (#1234)
  • bb0d14af9 Update ISSUE_TEMPLATE.md (#1528)
  • b5702d8ae Format sources and order imports with the help of goimports (#1504)
  • d3ff77bf4 Added Architecture doc (#1515)
  • fc1ec1a51 WorkflowTemplate CRD (#1312)
  • f99d3266d Expose all input parameters to template as JSON (#1488)
  • bea605261 Fix argo logs empty content when workflow run in virtual kubelet env (#1201)
  • d82de8813 Implemented support for WorkflowSpec.ArtifactRepositoryRef (#1350)
  • 0fa20c7ba Fix validation (#1508)
  • 87e2cb604 Add --dry-run option to argo submit (#1506)
  • e7e50af6e Support git shallow clones and additional ref fetches (#1521)
  • 605489cd5 Allow overriding workflow labels in 'argo submit' (#1475)
  • 47eba5191 Fix issue [Documentation] kubectl get service argo-artifacts -o wide (#1516)
  • 02f38262c Fixed #1287 Executor kubectl version is obsolete (#1513)
  • f62105e65 Allow Makefile variables to be set from the command line (#1501)
  • e62be65ba Fix a compiler error in a unit test (#1514)
  • 5c5c29af7 Fix the lint target (#1505)
  • e03287bfb Allow output parameters with .value, not only .valueFrom (#1336)
  • 781d3b8ae Implemented Conditionally annotate outputs of script template only when consumed #1359 (#1462)
  • b028e61db change 'continue-on-fail' example to better reflect its description (#1494)
  • 97e824c9a Readme update to add argo and airflow comparison (#1502)
  • 414d6ce7b Fix a compiler error (#1500)
  • ca1d5e671 Fix: Support the List within List type in withParam #1471 (#1473)
  • 75cb8b9cd Fix #1366 unpredictable global artifact behavior (#1461)
  • 082e5c4f6 Exposed workflow priority as a variable (#1476)
  • 38c4def7f Fix: Argo CLI should show warning if there is no workflow definition in file #1486
  • af7e496db Add Commodus Tech as official user (#1484)
  • 8c559642f Update OWNERS (#1485)
  • 007d1f881 Fix: 1008 argo wait and argo submit --wait should exit 1 if workflow fails (#1467)
  • 3ab7bc94c Document the insecureIgnoreHostKey git flag (#1483)
  • 7d9bb51ae Fix failFast bug: When a node in the middle fails, the entire workflow will hang (#1468)
  • 42adbf32e Add --no-color flag to logs (#1479)
  • 67fc29c57 fix typo: symboloic > symbolic (#1478)
  • 7c3e1901f Added Codec to the Argo community list (#1477)
  • 0a9cf9d3b Add doc about failFast feature (#1453)
  • 6a5903000 Support PodSecurityContext (#1463)
  • e392d854b issue-1445: changing temp directory for output artifacts from root to tmp (#1458)
  • 7a21adfeb New Feature: provide failFast flag, allow a DAG to run all branches of the DAG (either success or failure) (#1443)
  • b9b87b7fa Centralized Longterm workflow persistence storage (#1344)
  • cb09609bd mention sidecar in failure message for sidecar containers (#1430)
  • 373bbe6ec Fix demo's doc issue of install minio chart (#1450)
  • 835523341 Add threekit to user list (#1444)
  • 83f82ad17 Improve bash completion (#1437)
  • ee0ec78ac Update documentation for workflow.outputs.artifacts (#1439)
  • 9e30c06e3 Revert "Update demo.md (#1396)" (#1433)
  • c08de6300 Add paging function for list command (#1420)
  • bba2f9cbe Fixed: Implemented Template level service account (#1354)
  • d635c1def Ability to configure hostPath mount for /var/run/docker.sock (#1419)
  • d2f7162ac Terminate all containers within pod after main container completes (#1423)
  • 1607d74a8 PNS executor intermitently failed to capture entire log of script templates (#1406)
  • 5e47256c7 Fix typo (#1431)
  • 5635c33aa Update demo.md (#1396)
  • 83425455b Add OVH as official user (#1417)
  • 82e5f63d3 Typo fix in ARTIFACT_REPO.md (#1425)
  • 15fa6f52d Update OWNERS (#1429)
  • 96b9a40e9 Orders uses alphabetically (#1411)
  • bc81fe288 Fiixed: persistentvolumeclaims already exists #1130 (#1363)
  • 6a042d1f7 Update README.md (#1404)
  • aa811fbdb Update README.md (#1402)
  • abe3c99f1 Add Mirantis as an official user (#1401)
  • 18ab750ae Added Argo Rollouts to README (#1388)
  • 67714f99b Make locating kubeconfig in example os independent (#1393)
  • 672dc04f7 Fixed: withParam parsing of JSON/YAML lists #1389 (#1397)
  • b9aec5f98 Fixed: make verify-codegen is failing on the master branch (#1399) (#1400)
  • 270aabf1d Fixed: failed to save outputs: verify serviceaccount default:default has necessary privileges (#1362)
  • 163f4a5d3 Fixed: Support hostAliases in WorkflowSpec #1265 (#1365)
  • abb174788 Add Max Kelsen to USERS in README.md (#1374)
  • dc5491930 Update docs for the v2.3.0 release and to use the stable tag
  • 4001c964d Update README.md (#1372)
  • 6c18039be Fix issue where a DAG with exhausted retries would get stuck Running (#1364)
  • d7e74fe3a Validate action for resource templates (#1346)
  • 810949d51 Fixed : CLI Does Not Honor metadata.namespace #1288 (#1352)
  • e58859d79 [Fix #1242] Failed DAG nodes are now kept and set to running on RetryWorkflow. (#1250)
  • d5fe5f981 Use golangci-lint instead of deprecated gometalinter (#1335)
  • 26744d100 Support an easy way to set owner reference (#1333)
  • 8bf7578e1 Add --status filter for get command (#1325)

Contributors

  • Aisuko
  • Alex Capras
  • Alex Collins
  • Alexander Matyushentsev
  • Alexey Volkov
  • Anes Benmerzoug
  • Ben Wells
  • Brandon Steinman
  • Christian Muehlhaeuser
  • Cristian Pop
  • Daisuke Taniwaki
  • Daniel Duvall
  • Ed Lee
  • Edwin Jacques
  • Ian Howell
  • Jacob O'Farrell
  • Jaime
  • Jean-Louis Queguiner
  • Jesse Suen
  • Jonathon Belotti
  • Mostapha Sadeghipour Roudsari
  • Mukulikak
  • Orion Delwaterman
  • Paul Brit
  • Saravanan Balasubramanian
  • Semjon Kopp
  • Stephen Steiner
  • Tim Schrodi
  • Xianlu Bird
  • Ziyang Wang
  • alex weidner
  • commodus-sebastien
  • hidekuro
  • ianCambrio
  • jacky
  • mark9white
  • tralexa

v2.3.0 (2019-05-20)

Full Changelog: v2.3.0-rc3...v2.3.0

Selected Changes

  • 88fcc70dc Update VERSION to v2.3.0, changelog, and manifests
  • 1731cd7c2 Fix issue where a DAG with exhausted retries would get stuck Running (#1364)
  • 3f6ac9c9f Update release instructions

Contributors

  • Jesse Suen

v2.3.0-rc3 (2019-05-07)

Full Changelog: v2.3.0-rc2...v2.3.0-rc3

Selected Changes

  • 2274130dc Update version to v2.3.0-rc3
  • b024b3d83 Fix: # 1328 argo submit --wait and argo wait quits while workflow is running (#1347)
  • 24680b7fc Fixed : Validate the secret credentials name and key (#1358)
  • f641d84eb Fix input artifacts with multiple ssh keys (#1338)
  • e680bd219 add / test (#1240)
  • ee788a8a6 Fix #1340 parameter substitution bug (#1345)
  • 60b65190a Fix missing template local volumes, Handle volumes only used in init containers (#1342)
  • 4e37a444b Add documentation on releasing

Contributors

  • Daisuke Taniwaki
  • Hideto Inamura
  • Ilias Katsakioris
  • Jesse Suen
  • Saravanan Balasubramanian
  • almariah

v2.3.0-rc2 (2019-04-21)

Full Changelog: v2.3.0-rc1...v2.3.0-rc2

Selected Changes

  • bb1bfdd91 Update version to v2.3.0-rc2. Update changelog
  • 49a6b6d7a wait will conditionally become privileged if main/sidecar privileged (resolves #1323)
  • 34af5a065 Fix regression where argoexec wait would not return when podname was too long
  • bd8d5cb4b argo list was not displaying non-zero priorities correctly
  • 64370a2d1 Support parameter substitution in the volumes attribute (#1238)
  • 6607dca93 Issue1316 Pod creation with secret volumemount (#1318)
  • a5a2bcf21 Update README.md (#1321)
  • 950de1b94 Export the methods of KubernetesClientInterface (#1294)
  • 1c729a72a Update v2.3.0 CHANGELOG.md

Contributors

  • Chris Chambers
  • Ed Lee
  • Ilias Katsakioris
  • Jesse Suen
  • Saravanan Balasubramanian

v2.3.0-rc1 (2019-04-10)

Full Changelog: v2.2.1...v2.3.0-rc1

Selected Changes

  • 40f9a8759 Reorganize manifests to kustomize 2 and update version to v2.3.0-rc1
  • 75b28a37b Implement support for PNS (Process Namespace Sharing) executor (#1214)
  • b4edfd30b Fix SIGSEGV in watch/CheckAndDecompress. Consolidate duplicate code (resolves #1315)
  • 02550be31 Archive location should conditionally be added to template only when needed
  • c60010da2 Fix nil pointer dereference with secret volumes (#1314)
  • db89c477d Fix formatting issues in examples documentation (#1310)
  • 0d400f2ce Refactor checkandEstimate to optimize podReconciliation (#1311)
  • bbdf2e2c8 Add alibaba cloud to officially using argo list (#1313)
  • abb77062f CheckandEstimate implementation to optimize podReconciliation (#1308)
  • 1a028d545 Secrets should be passed to pods using volumes instead of API calls (#1302)
  • e34024a3c Add support for init containers (#1183)
  • 4591e44fe Added support for artifact path references (#1300)
  • 928e4df81 Add Karius to users in README.md (#1305)
  • de779f361 Add community meeting notes link (#1304)
  • a8a555791 Speed up podReconciliation using parallel goroutine (#1286)
  • 934511192 Add dns config support (#1301)
  • 850f3f15d Admiralty: add link to blog post, add user (#1295)
  • d5f4b428c Fix for Resource creation where template has same parameter templating (#1283)
  • 9b555cdb3 Issue#896 Workflow steps with non-existant output artifact path will succeed (#1277)
  • adab9ed6b Argo CI is current inactive (#1285)
  • 59fcc5cc3 Add workflow labels and annotations global vars (#1280)
  • 1e111caa1 Fix bug with DockerExecutor's CopyFile (#1275)
  • 73a37f2b2 Add the mergeStrategy option to resource patching (#1269)
  • e6105243c Reduce redundancy pod label action (#1271)
  • 4bfbb20bc Error running 1000s of tasks: "etcdserver: request is too large" #1186 (#1264)
  • b2743f30c Proxy Priority and PriorityClassName to pods (#1179)
  • 70c130ae6 Update versions (#1218)
  • b03841297 Git cloning via SSH was not verifying host public key (#1261)
  • 3f06385b1 Issue#1165 fake outputs don't notify and task completes successfully (#1247)
  • fa042aa28 typo, executo -> executor (#1243)
  • 1cb88baee Fixed Issue#1223 Kubernetes Resource action: patch is not supported (#1245)
  • 2b0b8f1c3 Fix the Prometheus address references (#1237)
  • 94cda3d53 Add feature to continue workflow on failed/error steps/tasks (#1205)
  • 3f1fb9d5e Add Gardener to "Who uses Argo" (#1228)
  • cde5cd320 Include stderr when retrieving docker logs (#1225)
  • 2b1d56e7d Update README.md (#1224)
  • eeac5a0e1 Remove extra quotes around output parameter value (#1232)
  • 8b67e1bfd Update README.md (#1236)
  • baa3e6221 Update README with typo fixes (#1220)
  • f6b0c8f28 Executor can access the k8s apiserver with a out-of-cluster config file (#1134)
  • 0bda53c77 fix dag retries (#1221)
  • 8aae29317 Issue #1190 - Fix incorrect retry node handling (#1208)
  • f1797f780 Add schedulerName to workflow and template spec (#1184)
  • 2ddae1610 Set executor image pull policy for resource template (#1174)
  • edcb56296 Dockerfile: argoexec base image correction (fixes #1209) (#1213)
  • f92284d71 Minor spelling, formatting, and style updates. (#1193)
  • bd249a83e Issue #1128 - Use polling instead of fs notify to get annotation changes (#1194)
  • 14a432e75 Update community/README (#1197)
  • eda7e0843 Updated OWNERS (#1198)
  • 73504a24e Fischerjulian adds ruby to rest docs (#1196)
  • 311ad86f1 Fix missing docker binary in argoexec image. Improve reuse of image layers
  • 831e2198e Issue #988 - Submit should not print logs to stdout unless output is 'wide' (#1192)
  • 17250f3a5 Add documentation how to use parameter-file's (#1191)
  • 01ce5c3bc Add Docker Hub build hooks
  • 93289b42f Refactor Makefile/Dockerfile to remove volume binding in favor of build stages (#1189)
  • 8eb4c6663 Issue #1123 - Fix 'kubectl get' failure if resource namespace is different from workflow namespace (#1171)
  • eaaad7d47 Increased S3 artifact retry time and added log (#1138)
  • f07b5afea Issue #1113 - Wait for daemon pods completion to handle annotations (#1177)
  • 2b2651b0a Do not mount unnecessary docker socket (#1178)
  • 1fc03144c Argo users: Equinor (#1175)
  • e381653b6 Update README. (#1173) (#1176)
  • 5a917140c Update README and preview notice in CLA.
  • 521eb25ae Validate ArchiveLocation artifacts (#1167)
  • 528e8f803 Add missing patch in namespace kustomization.yaml (#1170)
  • 0b41ca0a2 Add Preferred Networks to users in README.md (#1172)
  • 649d64d1b Add GitHub to users in README.md (#1151)
  • 864c7090a Update codegen for network config (#1168)
  • c3cc51be2 Support HDFS Artifact (#1159)
  • 8db000666 add support for hostNetwork & dnsPolicy config (#1161)
  • 149d176fd Replace exponential retry with poll (#1166)
  • 31e5f63cb Fix tests compilation error (#1157)
  • 6726d9a96 Fix failing TestAddGlobalArtifactToScope unit test
  • 4fd758c38 Add slack badge to README (#1164)
  • 3561bff70 Issue #1136 - Fix metadata for DAG with loops (#1149)
  • c7fec9d41 Reflect minio chart changes in documentation (#1147)
  • f6ce78334 add support for other archs (#1137)
  • cb538489a Fix issue where steps with exhausted retires would not complete (#1148)
  • e400b65c5 Fix global artifact overwriting in nested workflow (#1086)
  • 174eb20a6 Issue #1040 - Kill daemoned step if workflow consist of single daemoned step (#1144)
  • e078032e4 Issue #1132 - Fix panic in ttl controller (#1143)
  • e09d9ade2 Issue #1104 - Remove container wait timeout from 'argo logs --follow' (#1142)
  • 0f84e5148 Allow owner reference to be set in submit util (#1120)
  • 3484099c8 Update generated swagger to fix verify-codegen (#1131)
  • 587ab1a02 Fix output artifact and parameter conflict (#1125)
  • 6bb3adbc5 Adding Quantibio in Who uses Argo (#1111)
  • 1ae3696c2 Install mime-support in argoexec to set proper mime types for S3 artifacts (resolves #1119)
  • 515a90050 add support for ppc64le and s390x (#1102)
  • 781428378 Remove docker_lib mount volume which is not needed anymore (#1115)
  • e59398adf Fix examples docs of parameters. (#1110)
  • ec20d94b6 Issue #1114 - Set FORCE_NAMESPACE_ISOLATION env variable in namespace install manifests (#1116)
  • 49c1fa4f4 Update docs with examples using the K8s REST API
  • bb8a6a58f Update ROADMAP.md
  • 46855dcde adding logo to be used by the OS Site (#1099)
  • 438330c38 #1081 added retry logic to s3 load and save function (#1082)
  • cb8b036b8 Initialize child node before marking phase. Fixes panic on invalid When (#1075)
  • 60b508dd9 Drop reference to removed argo install command. (#1074)
  • 62b24368a Fix typo in demo.md (#1089)
  • b5dfa0217 Use relative links on README file (#1087)
  • 95b72f38c Update docs to outline bare minimum set of privileges for a workflow
  • d4ef6e944 Add new article and minor edits. (#1083)
  • afdac9bb3 Issue #740 - System level workflow parallelism limits & priorities (#1065)
  • a53a76e94 fix #1078 Azure AKS authentication issues (#1079)
  • 79b3e3074 Fix string format arguments in workflow utilities. (#1070)
  • 76b14f545 Auto-complete workflow names (#1061)
  • f2914d63e Support nested steps workflow parallelism (#1046)
  • eb48c23a2 Raise not implemented error when artifact saving is unsupported (#1062)
  • 036969c0f Add Cratejoy to list of users (#1063)
  • a07bbe431 Adding SAP Hybris in Who uses Argo (#1064)
  • 7ef1cea68 Update dependencies to K8s v1.12 and client-go 9.0
  • 23d733bae Add namespace explicitly to pod metadata (#1059)
  • 79ed7665d Parameter and Argument names should support snake case (#1048)
  • 6e6c59f13 Submodules are dirty after checkout -- need to update (#1052)
  • f18716b74 Support for K8s API based Executor (#1010)
  • e297d1950 Updated examples/README.md (#1051)
  • 19d6cee81 Updated ARTIFACT_REPO.md (#1049)

Contributors

  • Adrien Trouillaud
  • Alexander Matyushentsev
  • Alexey Volkov
  • Andrei Miulescu
  • Anna Winkler
  • Bastian Echterhölter
  • Chen Zhiwei
  • Clemens Lange
  • Daisuke Taniwaki
  • Dan Norris
  • Divya Vavili
  • Ed Lee
  • Edward Lee
  • Erik Parmann
  • Fred Dubois
  • Greg Roodt
  • Hamel Husain
  • Howie Benefiel
  • Ian Howell
  • Ilias K
  • Ilias Katsakioris
  • Ismail Alidzhikov
  • Jesse Suen
  • Johannes 'fish' Ziemke
  • Joshua Carp
  • Julian Fischer
  • Konstantin Zadorozhny
  • Marcin Karkocha
  • Matthew Coleman
  • Miyamae Yuuya
  • Naoto Migita
  • Naresh Kumar Amrutham
  • Nick Stott
  • Pengfei Zhao
  • Rocio Montes
  • Saravanan Balasubramanian
  • Tang Lee
  • Tim Schrodi
  • Val Sichkovskyi
  • WeiYan
  • Xianlu Bird
  • gerardaus
  • houz
  • jacky
  • jdfalko
  • kshamajain99
  • shahin
  • xubofei1983

v2.2.1 (2018-10-11)

Full Changelog: v2.2.0...v2.2.1

Selected Changes

  • 0a928e93d Update installation manifests to use v2.2.1
  • 3b52b2619 Fix linter warnings and update swagger
  • 7d0e77ba7 Update changelog and bump version to 2.2.1
  • b402e12fe Issue #1033 - Workflow executor panic: workflows.argoproj.io/template workflows.argoproj.io/template not found in annotation file (#1034)
  • 3f2e986e1 fix typo in examples/README.md (#1025)
  • 9c5e056a8 Replace tabs with spaces (#1027)
  • 091f14071 Update README.md (#1030)
  • 159fe09c9 Fix format issues to resolve build errors (#1023)
  • 363bd97b7 Fix error in env syntax (#1014)
  • ae7bf0a5f Issue #1018 - Workflow controller should save information about archived logs in step outputs (#1019)
  • 15d006c54 Add example of workflow using imagePullSecrets (resolves #1013)
  • 2388294fa Fix RBAC roles to include workflow delete for GC to work properly (resolves #1004)
  • 6f611cb93 Fix issue where resubmission of a terminated workflow creates a terminated workflow (issue #1011)
  • 4a7748f43 Disable Persistence in the demo example (#997)
  • 55ae0cb24 Fix example pod name (#1002)
  • c275e7acb Add imagePullPolicy config for executors (#995)
  • b1eed124e tar -tf will detect compressed tars correctly. (#998)
  • 03a7137c9 Add new organization using argo (#994)
  • 838845287 Update argoproj/pkg to trim leading/trailing whitespace in S3 credentials (resolves #981)
  • 978b49383 Add syntax highlighting for all YAML snippets and most shell snippets (#980)
  • 60d5dc11c Give control to decide whether or not to archive logs at a template level
  • 8fab73b14 Detect and indicate when container was OOMKilled
  • 47a9e5560 Update config map doc with instructions to enable log archiving
  • 79dbbaa1e Add instructions to match git URL format to auth type in git example (issue #979)
  • 429f03f5b Add feature list to README.md. Tweaks to getting started.
  • 36fd19482 Update getting started guide with v2.2.0 instructions

Contributors

  • Alexander Matyushentsev
  • Appréderisse Benjamin
  • Daisuke Taniwaki
  • David Bernard
  • Feynman Liang
  • Ilya Sotkov
  • Jesse Suen
  • Marco Sanvido
  • Matt Hillsdon
  • Sean Fern
  • WeiYan

v2.2.0 (2018-08-30)

Full Changelog: v2.1.2...v2.2.0

Selected Changes

  • af636ddd8 Update installation manifests to use v2.2.0
  • 7864ad367 Introduce withSequence to iterate a range of numbers in a loop (resolves #527)
  • 99e9977e4 Introduce argo terminate to terminate a workflow without deleting it (resolves #527)
  • f52c04508 Reorganize codebase to make CLI functionality available as a library
  • 311169f7e Fix issue where sidecars and daemons were not reliably killed (resolves #879)
  • 67ffb6eb7 Add a reason/message for Unschedulable Pending pods
  • 69c390f28 Support for workflow level timeouts (resolves #848)
  • f88732ec0 Update docs to use keyFormat field
  • 0df022e77 Rename keyPattern to keyFormat. Remove pending pod query during pod reconciliation
  • 75a9983b1 Fix potential panic in argo watch
  • 9cb464497 Add TTLSecondsAfterFinished field and controller to garbage collect completed workflows (resolves #911)
  • 7540714a4 Add ability to archive container logs to the artifact repository (resolves #454)
  • 11e57f4de Introduce archive strategies with ability to disable tar.gz archiving (resolves #784)
  • e180b5471 Update CHANGELOG.md
  • 5670bf5a6 Introduce argo watch command to watch live workflows from terminal (resolves #969)
  • 573943619 Support additional container runtimes through kubelet executor (#952)
  • a9c84c97d Error workflows which hit k8s/etcd 1M resource size limit (resolves #913)
  • 67792eb89 Add parameter-file support (#966)
  • 841832a35 Aggregate workflow RBAC roles to built-in admin/edit/view clusterroles (resolves #960)
  • 35bb70936 Allow scaling of workflow and pod workers via controller CLI flags (resolves #962)
  • b479fa106 Improve workflow configmap documentation for keyPattern
  • f1802f91d Introduce keyPattern workflow config to enable flexibility in archive location path (issue #953)
  • a5648a964 Fix kubectl proxy link for argo-ui Service (#963)
  • 09f059120 Introduce Pending node state to highlight failures when start workflow pods
  • a3ff464f6 Speed up CI job
  • 88627e842 Update base images to debian:9.5-slim. Use stable metalinter
  • 753c5945b Update argo-ci-builder image with new dependencies
  • 674b61bb4 Remove unnecessary dependency on argo-cd and obsolete RBAC constants
  • 60658de0c Refactor linting/validation into standalone package. Support linting of .json files
  • f55d579a9 Detect and fail upon unknown fields during argo submit & lint (resolves #892)
  • edf6a5741 Migrate to using argoproj.io/pkg packages
  • 5ee1e0c7d Update artifact config docs (#957)
  • faca49c00 Updated README
  • 936c6df7e Add table of content to examples (#956)
  • d2c03f67c Correct image used in install manifests
  • ec3b7be06 Remove CLI installer/uninstaller. Executor image configured via CLI argument (issue #928) Remove redundant/unused downward API metadata
  • 3a85e2429 Rely on git checkout instead of go-git checkout for more reliable revision resolution
  • ecef0e3dd Rename Prometheus metrics (#948)
  • b9cffe9cd Issue #896 - Prometheus metrics and telemetry (#935)
  • 290dee52b Support parameter aggregation of map results in scripts
  • fc20f5d78 Fix errors when submodules are from different URL (#939)
  • b4f1a00ad Add documentation about workflow variables
  • 4a242518c Update readme.md (#943)
  • a5baca60d Support referencing of global workflow artifacts (issue #900)
  • 9b5c85631 Support for sophisticated expressions in when conditionals (issue #860)
  • ecc0f0272 Resolve revision added ability to specify shorthand revision and other things like HEAD~2 etc (#936)
  • 11024318c Support conditions with DAG tasks. Support aggregated outputs from scripts (issue #921)
  • d07c1d2f3 Support withItems/withParam and parameter aggregation with DAG templates (issue #801)
  • 94c195cb0 Bump VERSION to v2.2.0
  • 9168c59dc Fix outbound node metadata with retry nodes causing disconnected nodes to be rendered in UI (issue #880)
  • c6ce48d08 Fix outbound node metadata issue with steps template causing incorrect edges to be rendered in UI
  • 520b33d5f Add ability to aggregate and reference output parameters expanded by loops (issue #861)
  • ece1eef85 Support submission of workflows as json, and from stdin (resolves #926)
  • 4c31d61da Add argo delete --older to delete completed workflows older than specified duration (resolves #930)
  • c87cd33c1 Update golang version to v1.10.3
  • 618b7eb84 Proper fix for assessing overall DAG phase. Add some DAG unit tests (resolves #885)
  • f223e5ad6 Fix issue where a DAG would fail even if retry was successful (resolves #885)
  • 143477f3d Start use of argoproj/pkg shared libraries
  • 1220d0801 Update argo-cluster-role to work with OpenShift (resolves #922)
  • 4744f45a9 Added SSH clone and proper git clone using go-git (#919)
  • d657abf4a Regenerate code and address OpenAPI rule validation errors (resolves #923)
  • c5ec4cf61 Upgrade k8s dependencies to v1.10 (resolves #908)
  • ba8061abd Redundant verifyResolvedVariables check in controller precluded the ability to use {{ }} in other circumstances
  • 05a614496 Added link to community meetings (#912)
  • f33624d67 Add an example on how to submit and wait on a workflow
  • aeed7f9da Added new members
  • 288e4fc85 Added Argo Events link.
  • 3322506e5 Updated README
  • 3ce640a24 Issue #889 - Support retryStrategy for scripts (#890)
  • 91c6afb2c adding BlackRock as corporate contributor/user (#886)
  • c8667b5c8 Fix issue where argo lint required spec level arguments to be supplied
  • ed7dedde1 Update influx-ci example to choose a stable InfluxDB branch
  • 135813e10 Add datadog to the argo users (#882)
  • f10389484 Fix make verify-codegen build target when run in CI
  • 785f2cbd1 Update references to v2.1.1. Add better checks in release Makefile target
  • d65e1cd3e readme: add Interline Technologies to user list (#867)
  • c903168ee Add documentation on global parameters (#871)

Contributors

  • Andrei Miulescu
  • David Van Loon
  • Drew Dara-Abrams
  • Ed Lee
  • Edward Lee
  • Jesse Suen
  • Julien Balestra
  • Konstantin Zadorozhny
  • Matthew Magaldi
  • Nándor István Krácser
  • Val Sichkovskyi
  • Vincent Smith
  • dthomson25

v2.1.2 (2018-10-11)

Full Changelog: v2.1.1...v2.1.2

Selected Changes

  • b82ce5b0b Update version to 2.1.2
  • 01a1214e6 Issue #1033 - Workflow executor panic: workflows.argoproj.io/template workflows.argoproj.io/template not found in annotation file (#1034)

Contributors

  • Alexander Matyushentsev

v2.1.1 (2018-05-29)

Full Changelog: v2.1.0-beta2...v2.1.1

Selected Changes

  • ac241c95c Update CHANGELOG for v2.1.1
  • 468e07600 Retrying failed steps templates could potentially result in disconnected children
  • 8d96ea7b1 Switch to an UnstructuredInformer to guard against malformed workflow manifests (resolves #632)
  • 5bef6cae2 Suspend templates were not properly being connected to their children (resolves #869)
  • 543e9392f Fix issue where a failed step in a template with parallelism would not complete (resolves #868)
  • 289000cac Update argocli Dockerfile and make cli-image part of release
  • d35a1e694 Bump version to v2.1.1
  • bbcff0c94 Fix issue where argo list age column maxed out at 1d (resolves #857)
  • d68cfb7e5 Fix issue where volumes were not supported in script templates (resolves #852)
  • fa72b6dbe Fix implementation of DAG task targets (resolves #865)
  • dc003f43b Children of nested DAG templates were not correctly being connected to its parent
  • b80657977 Simplify some examples for readability and clarity
  • 7b02c050e Add CoreFiling to "Who uses Argo?" section. (#864)
  • 4f2fde505 Add windows support for argo-cli (#856)
  • 703241e60 Updated ROADMAP.md for v2.2
  • 54f2138ef Spell check the examples README (#855)
  • f23feff5e Mkbranch (#851)
  • 628b54089 DAG docs. (#850)
  • 22f624396 Small edit to README
  • edc09afc3 Added OWNERS file
  • 530e72444 Update release notes and documentation for v2.1.0
  • 937963818 Avoid println which outputs to stderr. (#844)
  • 30e472e94 Add gladly as an official argo user (#843)
  • cb4c1a13b Add ability to override metadata.name and/or metadata.generateName during submission (resolves #836)
  • 834468a5d Command print the logs for a container in a workflow
  • 1cf13f9b0 Issue #825 - fix locating outbound nodes for skipped node (#842)
  • 30034d42b Bump from debian:9.1 to debian:9.4. (#841)
  • f3c41717b Owner reference example (#839)
  • 191f7aff4 Minor edit to README
  • c8a2e25fa Fixed typo (#835)
  • cf13bf0b3 Added users section to README
  • e4d76329b Updated News in README
  • b631d0af4 added community meeting (#834)
  • e34728c66 Fix issue where daemoned steps were not terminated properly in DAG templates (resolves #832)
  • 2e9e113fb Update docs to work with latest minio chart
  • ea95f1910 Use octal syntax for mode values (#833)
  • 5fc67d2b7 Updated community docs
  • 8fa4f0063 Added community docs
  • 423c8d144 Issue #830 - retain Step node children references
  • 73990c787 Moved cricket gifs to a different s3 bucket
  • ca1858caa edit Argo license info so that GitHub recognizes it (#823)
  • 206451f06 Fix influxdb-ci.yml example
  • da582a519 Avoid nil pointer for 2.0 workflows. (#820)
  • 0f225cef9 ClusterRoleBinding was using incorrect service account namespace reference when overriding install namespace (resolves #814)
  • 66ea711a1 Issue #816 - fix updating outboundNodes field of failed step group node (#817)
  • 00ceef6aa install & uninstall commands use --namespace flag (#813)

Contributors

  • Adam Pearse
  • Alexander Matyushentsev
  • Andrea Kao
  • Edward Lee
  • Eric
  • Javier Castellanos
  • Jesse Suen
  • Jonas Fonseca
  • Lukasz Lempart
  • Matt Hillsdon
  • Mukulikak
  • Sean Fitzgerald
  • Sebastien Doido

v2.1.0-beta2 (2018-03-29)

Full Changelog: v2.1.0-beta1...v2.1.0-beta2

Selected Changes

  • fe23c2f65 Issue #810 - argo installdoes not install argo ui (#811)
  • 28673ed2f Update release date in change log

Contributors

  • Alexander Matyushentsev

v2.1.0-beta1 (2018-03-29)

Full Changelog: v2.1.0-alpha1...v2.1.0-beta1

Selected Changes

  • 05e8a9838 Update change log for 2.1.0-beta1 release
  • bf38b6b50 Use socket type for hostPath to mount docker.sock (#804) (#809)
  • 37680ef26 Minimal shell completion support (#807)
  • c83ad24a6 Omit empty status fields. (#806)
  • d7291a3ee Issue #660 - Support rendering logs from all steps using 'argo logs' command (#792)
  • 7d3f1e83d Minor edits to README
  • 7a4c9c1f9 Added a review to README
  • 383276f30 Inlined LICENSE file. Renamed old license to COPYRIGHT
  • 91d0f47fe Build argo cli image (#800)
  • 3b2c426ee Add ability to pass pod annotations and labels at the template level (#798)
  • d8be0287f Add ability to use IAM role from EC2 instance for AWS S3 credentials
  • 624f0f483 Update CHANGELOG.md for v2.1.0-beta1 release
  • e96a09a39 Allow spec.arguments to be not supplied during linting. Global parameters were not referencable from artifact arguments (resolves #791)
  • 018e663a5 Fix for argoproj#739 Nested stepgroups render correctly (#790)
  • 5c5b35ba2 Fix install issue where service account was not being created
  • 88e9e5ecb packr needs to run compiled in order to cross compile darwin binaries
  • dcdf9acf9 Fix install tests and build failure
  • 06c0d324b Rewrite the installer such that manifests are maintainable
  • a45bf1b75 Introduce support for exported global output parameters and artifacts
  • 60c48a9aa Introduce argo retry to retry a failed workflow with the same name (resolves #762) onExit and related nodes should never be executed during resubmit/retry (resolves #780)
  • 90c08bffc Refactor command structure
  • 101509d6b Abstract the container runtime as an interface to support mocking and future runtimes Trim a trailing newline from path-based output parameters (resolves #758)
  • a3441d38b Add ability to reference global parameters in spec level fields (resolves #749)
  • cd73a9ce1 Fix template.parallelism limiting parallelism of entire workflow (resolves #772) Refactor operator to make template execution method signatures consistent
  • 7d7b74fa8 Make {{pod.name}} available as a parameter in pod templates (resolves #744)
  • 3cf4bb136 parse the artifactory URL before appending the artifact to the path (#774)
  • ea1257f71 examples: use alpine python image
  • 2114078c5 fix typo
  • 9f6055899 Fix retry-container-to-completion example
  • 07422f264 Update CHANGELOG release date. Remove ui-image from release target

Contributors

  • Alexander Matyushentsev
  • Dmitry Monakhov
  • Edward Lee
  • Jesse Suen
  • Johannes 'fish' Ziemke
  • Lukasz Lempart
  • Matt Hillsdon
  • Yang Pan
  • dougsc
  • gaganapplatix

v2.1.0-alpha1 (2018-02-21)

Full Changelog: v2.1.0...v2.1.0-alpha1

Selected Changes

Contributors

v2.1.0 (2018-04-29)

Full Changelog: v2.0.0-beta1...v2.1.0

Selected Changes

  • 937963818 Avoid println which outputs to stderr. (#844)
  • 30e472e94 Add gladly as an official argo user (#843)
  • cb4c1a13b Add ability to override metadata.name and/or metadata.generateName during submission (resolves #836)
  • 834468a5d Command print the logs for a container in a workflow
  • 1cf13f9b0 Issue #825 - fix locating outbound nodes for skipped node (#842)
  • 30034d42b Bump from debian:9.1 to debian:9.4. (#841)
  • f3c41717b Owner reference example (#839)
  • 191f7aff4 Minor edit to README
  • c8a2e25fa Fixed typo (#835)
  • cf13bf0b3 Added users section to README
  • e4d76329b Updated News in README
  • b631d0af4 added community meeting (#834)
  • e34728c66 Fix issue where daemoned steps were not terminated properly in DAG templates (resolves #832)
  • 2e9e113fb Update docs to work with latest minio chart
  • ea95f1910 Use octal syntax for mode values (#833)
  • 5fc67d2b7 Updated community docs
  • 8fa4f0063 Added community docs
  • 423c8d144 Issue #830 - retain Step node children references
  • 73990c787 Moved cricket gifs to a different s3 bucket
  • ca1858caa edit Argo license info so that GitHub recognizes it (#823)
  • 206451f06 Fix influxdb-ci.yml example
  • da582a519 Avoid nil pointer for 2.0 workflows. (#820)
  • 0f225cef9 ClusterRoleBinding was using incorrect service account namespace reference when overriding install namespace (resolves #814)
  • 66ea711a1 Issue #816 - fix updating outboundNodes field of failed step group node (#817)
  • 00ceef6aa install & uninstall commands use --namespace flag (#813)
  • fe23c2f65 Issue #810 - argo installdoes not install argo ui (#811)
  • 28673ed2f Update release date in change log
  • 05e8a9838 Update change log for 2.1.0-beta1 release
  • bf38b6b50 Use socket type for hostPath to mount docker.sock (#804) (#809)
  • 37680ef26 Minimal shell completion support (#807)
  • c83ad24a6 Omit empty status fields. (#806)
  • d7291a3ee Issue #660 - Support rendering logs from all steps using 'argo logs' command (#792)
  • 7d3f1e83d Minor edits to README
  • 7a4c9c1f9 Added a review to README
  • 383276f30 Inlined LICENSE file. Renamed old license to COPYRIGHT
  • 91d0f47fe Build argo cli image (#800)
  • 3b2c426ee Add ability to pass pod annotations and labels at the template level (#798)
  • d8be0287f Add ability to use IAM role from EC2 instance for AWS S3 credentials
  • 624f0f483 Update CHANGELOG.md for v2.1.0-beta1 release
  • e96a09a39 Allow spec.arguments to be not supplied during linting. Global parameters were not referencable from artifact arguments (resolves #791)
  • 018e663a5 Fix for argoproj#739 Nested stepgroups render correctly (#790)
  • 5c5b35ba2 Fix install issue where service account was not being created
  • 88e9e5ecb packr needs to run compiled in order to cross compile darwin binaries
  • dcdf9acf9 Fix install tests and build failure
  • 06c0d324b Rewrite the installer such that manifests are maintainable
  • a45bf1b75 Introduce support for exported global output parameters and artifacts
  • 60c48a9aa Introduce argo retry to retry a failed workflow with the same name (resolves #762) onExit and related nodes should never be executed during resubmit/retry (resolves #780)
  • 90c08bffc Refactor command structure
  • 101509d6b Abstract the container runtime as an interface to support mocking and future runtimes Trim a trailing newline from path-based output parameters (resolves #758)
  • a3441d38b Add ability to reference global parameters in spec level fields (resolves #749)
  • cd73a9ce1 Fix template.parallelism limiting parallelism of entire workflow (resolves #772) Refactor operator to make template execution method signatures consistent
  • 7d7b74fa8 Make {{pod.name}} available as a parameter in pod templates (resolves #744)
  • 3cf4bb136 parse the artifactory URL before appending the artifact to the path (#774)
  • ea1257f71 examples: use alpine python image
  • 2114078c5 fix typo
  • 9f6055899 Fix retry-container-to-completion example
  • 07422f264 Update CHANGELOG release date. Remove ui-image from release target
  • 5d60d073a Fix make release target
  • a013fb381 Fix inability to override LDFLAGS when env variables were supplied to make
  • f63e552b1 Minor spell fix for parallelism
  • 88d2ff3a7 Add UI changes description for 2.1.0-alpha1 release (#761)
  • ce4edb8df Add contributor credits
  • cc8f35b63 Add note about region discovery.
  • 9c691a7c8 Trim spaces from aws keys
  • 17e24481d add keyPrefix option to ARTIFACT_REPO.md
  • 57a568bfd Issue #747 - Support --instanceId parameter in submit a workflow (#748)
  • 81a6cd365 Move UI code to separate repository (#742)
  • 10c7de574 Fix rbac resource versions in install
  • 2756e83d7 Support workflow pod tolerations
  • 9bdab63f4 Add workflow.namespace to global parameters
  • 8bf7a1ad3 Statically link argo linux binary (resolves #735)
  • 813cf8ed2 Add NodeStatus.DisplayName to remove CLI/UI guesswork from displaying node names (resolves #731)
  • e783ccbd3 Rename some internal template type names for consistency
  • 19dd406cf Introduce suspend templates for suspending a workflow at a predetermined step (resolves #702). Make suspend part of the workflow spec instead of infering parallism in status.
  • d6489e12f Rename pause to suspend
  • f1e2f63db Change definition of WorkflowStep.Item to a struct instead of interface{} (resolves #723) Add better withItems unit testing and validation
  • cd18afae4 Missed handling of a error during workflow resubmission
  • a7ca59be8 Support resubmission of failed workflows with ability to re-use successful steps (resolves #694)
  • 76b41877c Include inputs as part of NodeStatus (resolves #730)
  • ba683c1b9 Support for manual pausing and resuming of workflows via Argo CLI (resolves #729)
  • 5a806f93a Add DAG gif for argo wiki (#728)
  • 62a3fba10 Implement support for DAG templates to have output parameters/artifacts
  • 989e8ed2c Support parameter and artifact passing between DAG tasks. Improved template validation
  • 03d409a3a Switch back to Updating CRDs (from Patch) to enable better unit testing
  • 2da685d93 Fixed typos in examples/README.md
  • 6cf94b1bf Added output parameter example to examples/README.md
  • 0517096c3 Add templateName as part of NodeStatus for UI consumption Simplify and centralize parallelism check into executeTemplate() Improved template validation
  • deae4c659 Add parallelism control at the steps template level
  • c788484e1 Remove hard-wired executor limits and make it configurable in the controller (resolves #724)
  • f27c7ffd4 Fix linting issues (ineffassign, errcheck)
  • 98a44c99c Embed container type into the script template instead of cherry-picking fields (resolves #711)
  • c0a8f949b Bump VERSION to 2.1.0
  • 207de8247 Add parallism field to limit concurrent pod execution at a workflow level (issue #666)
  • 460c9555b Do not initialize DAG task nodes if they did not execute
  • 931d7723c Update docs to refer to v2.0.0
  • 0978b9c61 Support setting UI base Url (#722)
  • b75cd98f6 updated argo-user slack link
  • b3598d845 Add examples as functional and expected failure e2e tests
  • 83966e609 Fix regression where executor did not annotate errors correctly
  • 751fd2702 Update UI references to v2.0.0. Update changelog
  • 75caa877b Initial work for dag based cli for everything. get now works (#714)
  • 8420deb30 Skipped steps were being re-initialized causing a controller panic
  • 491ed08ff Check-in the OpenAPI spec. Automate generation as part of make update-codegen
  • 8b7e2e24e Check-in the OpenAPI spec. Automate generation as part of make update-codegen
  • 563bda756 Fix update-openapigen.sh script to presume bash. Tweak documentation
  • 5b9a602b4 Add documentation to types. Add program to generate OpenAPI spec
  • 427269103 Fix retry in dag branch (#709)
  • d929e79f6 Generate OpenAPI models for the workflow spec (issue #707)
  • 1d5afee6e Shortened url
  • 617d848da Added news to README
  • ae36b22b6 Fix typo s/Customer/Custom/ (#704)
  • 5a589fcd9 Add ability to specify imagePullSecrets in the workflow.spec (resolves #699)
  • 2f77bc1ed Add ability to specify affinity rules at both the workflow and template level (resolves #701)
  • c2dd9b635 Fix unit test breakages
  • d38324b46 Add boundaryID field in NodeStatus to group nodes by template boundaries
  • 639ad1e15 Introduce Type field in NodeStatus to to assist with visualization
  • fdafbe27e Sidecars unable to reference volume claim templates (resolves #697)
  • 0b0b52c3b Referencing output artifacts from a container with retries was not functioning (resolves #698)
  • 9597f82cd Initial support for DAG based workflows (#693)
  • bf2b376a1 Update doc references to point to v2.0.0-beta1. Fix secrets example

Contributors

  • Adam Pearse
  • Alexander Matyushentsev
  • Andrea Kao
  • Dan Bode
  • David Kale
  • Divya Vavili
  • Dmitry Monakhov
  • Edward Lee
  • Javier Castellanos
  • Jesse Dubay
  • Jesse Suen
  • Johannes 'fish' Ziemke
  • Lukasz Lempart
  • Matt Hillsdon
  • Mukulikak
  • Sean Fitzgerald
  • Sebastien Doido
  • Yang Pan
  • dougsc
  • gaganapplatix

v2.0.0-beta1 (2018-01-18)

Full Changelog: v2.0.0-alpha3...v2.0.0-beta1

Selected Changes

  • 549870c1e Fix argo-ui download links to point to v2.0.0-beta1
  • a202049d3 Update CHANGELOG for v2.0.0-beta1
  • a3739035f Remove dind requirement from argo-ci test steps
  • 1bdd0c03d Include completed pods when attempting to reconcile deleted pods Switch back to Patch (from Update) for persisting workflow changes
  • a4a438921 Sleep 1s after persisting workflow to give informer cache a chance to sync (resolves #686)
  • 5bf49531f Updated demo.md with link to ARTIFACT_REPO.md
  • 863d547a1 Rely on controller generated timestamps for node.StartedAt instad of pod.CreationTimestamp
  • 672542d1f Re-apply workflow changes and reattempt update on resource conflicts. Make completed pod labeling asynchronous
  • 81bd6d3d4 Resource state retry (#690)
  • 44dba889c Tune controller to 20 QPS, 30 Burst, 8 wf workers, 8 pod workers
  • 178b9d37c Show running/completed pod counts in argo list -o wide
  • 0c565f5f5 Switch to Updating workflow resources instead of Patching (resolves #686)
  • a571f592f Ensure sidecars get killed unequivocally. Final argoexec stats were not getting printed
  • a0b2d78c8 Show duration by default in argo get. --since flag should always include Running
  • 101103136 Executor hardening: add retries and memoization for executor k8s API calls Recover from unexpected panics and annotate the error.
  • f2b8f248a Regenerate deepcopy code after type changes for raw input artifacts
  • 322e0e3aa renamed file as per review comment
  • 0a386ccaf changes from the review - renamed "contents" to "data" - lint issue
  • d9ebbdc1b support for raw input as artifact
  • a1f821d58 Introduce communication channel from workflow-controller to executor through pod annotations
  • b324f9f52 Artifactory repository was not using correct casing for repoURL field
  • 3d45d25ac Add argo list --since to filter workflows newer than a relative duration
  • cc2efdec3 Add ability to set loglevel of controller via CLI flag
  • 60c124e5d Remove hack.go and use dep to install code-generators
  • d14755a7c argo list was not handling the default case correctly
  • 472f5604e Improvements to argo list * sort workflows by running vs. completed, then by finished time * add --running, --completed, --status XXX filters * add -o wide option to show parameters and -o name to show only the names
  • b063f938f Use minimal ClusterRoles for workflow-controller and argo-ui deployments
  • 21bc2bd07 Added link to configuring artifact repo from main README
  • b54bc067b Added link to configuring artifact repo from main README
  • 58ec51699 Updated ARTIFACT_REPO.md
  • 1057d0878 Added detailed instructions on configuring AWS and GCP artifact rpos
  • b0a7f0da8 Issue 680 - Argo UI is failing to render workflow which has not been picked up by workflow controller (#681)
  • e91c227ac Document and clarify artifact passing (#676)
  • 290f67997 Allow containers to be retried. (#661)
  • 80f9b1b63 Improve the error message when insufficent RBAC privileges is detected (resolves #659)
  • 3cf67df42 Regenerate autogenerated code after changes to types
  • baf370529 Add support for resource template outputs. Remove output.parameters.path in favor of valueFrom
  • dc1256c20 Fix expected file name for issue template
  • a492ad141 Add a GitHub issues template
  • 55be93a68 Add a --dry-run option to argo install. Remove CRD creation from controller startup
  • fddc052df Fix README.md to contain influxdb-client in the example (#669)
  • 67236a594 Update getting started doc to use brew install and better instructions for RBAC clusters (resolves #654, #530)
  • 5ac197538 Support rendering retry steps (#670)
  • 3cca0984c OpenID Connect auth support (#663)
  • c222cb53a Clarify where the Minio secret comes from.
  • a78e2e8d5 Remove parallel steps that use volumes.
  • 355173857 Prevent a potential k8s scheduler panic from incomplete setting of pod ownership reference (resolves #656)
  • 1a8bc26d4 Updated README
  • 9721fca0e Updated README
  • e31776061 Fix typos in READMEs
  • 555d50b0e Simplify some getting started instructions. Correct some usages of container resources field
  • 4abc9c40e Updated READMEs
  • a0add24f9 Switch to k8s-codegen generated workflow client and informer
  • 9b08b6e99 Added link for argoproj slack channel
  • 682bbdc09 Update references to point to latest argo release

Contributors

  • Alexander Matyushentsev
  • Ed Lee
  • Jesse Suen
  • Matt Hillsdon
  • Rhys Parry
  • Sandeep Bhojwani
  • Shri Javadekar
  • gaganapplatix

v2.0.0-alpha3 (2018-01-02)

Full Changelog: v2.0.0-alpha2...v2.0.0-alpha3

Selected Changes

  • 940dd56d9 Fix artifactory unit test and linting issues
  • e7ba2b441 Update help page links (#651)
  • 53dac4c74 Add artifactory and UI fixes to 2.0.0-alpha3 CHANGELOG
  • 4b4eff43f Allow disabling web console feature (#649)
  • 90b7f2e67 Added support for artifactory
  • 849e916e5 Adjusted styles for logs stream (#614)
  • a8a960303 Update CHANGELOG for 2.0.0-alpha3
  • e7c7678cc Fix issue preventing ability to pass JSON as a command line param (resolves #646)
  • 7f5e2b96b Add validation checks for volumeMount/artifact path collision and activeDeadlineSeconds (#620)
  • dc4a94633 Add the ability to specify the service account used by pods in the workflow (resolves #634) Also add argo CLI support for supplying/overriding spec.serviceAccountName from command line.
  • 16f7000aa Workflow operator will recover from unexpected panics and mark the workflow with error (resolves #633)
  • 18dca7fe2 Issue #629 - Add namespace to workflow list and workflow details page (#639)
  • e656bace7 Issue #637 - Implement Workflow list and workflow details page live update (#638)
  • 1503ce3ae Issue #636 - Upgrade to ui-lib 2.0.3 to fix xterm incompatibility (#642)
  • f9170e8ab Remove manifest-passing.yaml example now that we have resource templates
  • 25be5fd63 Implementation for resource templates and resource success/failure conditions
  • 402ad565f Updated examples/README
  • 8536c7fc8 added secret example to examples/README
  • e5002b828 Add '--wait' to argo submit.
  • 9646e55f8 Installer was not update configmap correctly with new executor image during upgrade
  • 69d72913a Support private git repos using secret selector fields in the git artifact (resolves #626)
  • 64e17244e Add argo ci workflow (#619)
  • e89984355 Resolve controller panic when a script template with an input artifact was submitted (resolves #617). Utilize the kubernetes.Interface and fake.Clientset to support unit test mocking. Added a unit test to reproduce the panic. Add an e2e test to verify functionality works.
  • 52075b456 Introduce controller instance IDs to support multiple workflow controllers in a cluster (resolves #508)
  • 133a23ce2 Add ability to timeout a container/script using activeDeadlineSeconds
  • b5b16e552 Support for workflow exit handlers
  • 906b3e7c7 Update ROADMAP.md
  • 5047422ae Update CHANGELOG.md
  • 2b6583dfb Add argo wait for waiting on workflows to complete. (#618)
  • cfc9801c4 Add option to print output of submit in json.
  • c20c0f995 Comply with semantic versioning. Include build metadata in argo version (resolves #594)
  • bb5ac7db5 minor change
  • 91845d499 Added more documentation
  • 4e8d69f63 fixed install instructions
  • 0557147dd Removed empty toolbar (#600)
  • bb2b29ff5 Added limit for number of steps in workflows list (#602)
  • 3f57cc1d2 fixed typo in examples/README
  • ebba60311 Updated examples/README.md with how to override entrypoint and parameters
  • 81834db3c Example with using an emptyDir volume.
  • 4cd949d32 Remove apiserver
  • 6a916ca44 argo lint did not split yaml files. argo submit was not ignoring non-workflow manifests
  • bf7d99797 Include make lint and make test as part of CI
  • d1639ecfa Create example workflow using kubernetes secrets (resolves #592)
  • 31c54af4b Toolbar and filters on workflows list (#565)
  • bb4520a6f Add and improve the inlined comments in example YAMLs
  • a04707282 Fixed typo.
  • 13366e324 Fix some wrong GOPATH assumptions in Makefile. Add make test target. Fix unit tests
  • 9f4f1ee75 Add 'misspell' to linters. Fix misspellings caught by linter
  • 1b918aff2 Address all issues in code caught by golang linting tools (resolves #584)
  • 903326d91 Add manifest passing to do kubectl create with dynamic manifests (#588)
  • b1ec3a3fc Create the argo-ui service with type ClusterIP as part of installation (resolves #582)
  • 5b6271bc5 Add validate names for various workflow specific fields and tests for them (#586)
  • b6e671318 Implementation for allowing access to global parameters in workflow (#571)
  • c5ac5bfb8 Fix error message when key does not exist in secret (resolves #574). Improve s3 example and documentation.
  • 4825c43b3 Increate UI build memory limit (#580)
  • 87a20c6bc Update input-artifacts-s3.yaml example to explain concepts and usage better
  • c16a9c871 Rahuldhide patch 2 (#579)
  • f5d0e340b Issue #549 - Prepare argo v1 build config (#575)
  • 3b3a4c87b Argo logo
  • d1967443a Skip e2e tests if Kubeconfig is not provided.
  • 1ec231b69 Create separate namespaces for tests.
  • 5ea20d7eb Add a deadline for workflow operation to prevent workqueue starvation and to enable state resync (#531) Tested with 6 x 1000 pod workflows.
  • 346bafe63 Multiple scalability improvements to controller (resolves #531)
  • bbc56b59e Improve argo ui build performance and reduce image size (#572)
  • cdb1ce82b Upgrade ui-lib (#556)
  • 0605ad7b3 Adjusted tabs content size to see horizontal and vertical scrolls. (#569)
  • a33162369 Fix rendering 'Error' node status (#564)
  • 8c3a7a939 Issue #548 - UI terminal window (#563)
  • 5ec6cc85a Implement API to ssh into pod (#561)
  • beeb65ddc Don't mess the controller's arguments.
  • 01f5db5a0 Parameterize Install() and related methods.
  • 85a2e2711 Fix tests.
  • 56f666e1b Basic E2e tests.
  • 9eafb9dd5 Issue #547 - Support filtering by status in API GET /workflows (#550)
  • 37f41eb7b Update demo.md
  • ea8d5c113 Update README.md
  • 373f07106 Add support for making a no_ui build. Base all build on no_ui build (#553)
  • ae65c57e5 Update demo.md
  • f6f8334b2 V2 style adjustments and small fixes (#544)
  • 12d5b7ca4 Document argo ui service creation (#545)
  • 3202d4fac Support all namespaces (#543)
  • b553c1bd9 Update demo.md to qualify the minio endpoint with the default namespace
  • 4df7617c2 Fix artifacts downloading (#541)
  • 12732200f Update demo.md with references to latest release

Contributors

  • Alexander Matyushentsev
  • Anshuman Bhartiya
  • Ed Lee
  • Javier Castellanos
  • Jesse Suen
  • Rafal
  • Rahul Dhide
  • Sandeep Bhojwani
  • Shri Javadekar
  • Wojciech Kalemba
  • gaganapplatix
  • mukulikak

v2.0.0-alpha2 (2017-12-04)

Full Changelog: v2.0.0-alpha1...v2.0.0-alpha2

Selected Changes

  • 0e67b8616 Add 'release' make target. Improve CLI help and set version from git tag. Uninstaller for UI
  • 8ab1d2e93 Install argo ui along with argo workflow controller (#540)
  • f4af881e5 Add make command to build argo ui (#539)
  • 5bb858145 Add example description in YAML.
  • fc23fcdae edit example README
  • 8dd294aa0 Add example of GIF processing using ImageMagick
  • ef8e9d5c2 Implement loader (#537)
  • 2ac37361e Allow specifying CRD version (#536)
  • 15b5542d7 Installer was not using the argo serviceaccount with the workflow-controller deployment. Make progress messages consistent
  • f1471347d Add Yaml viewer (#535)
  • 685a576bd Fix Gopkg.lock file following rewrite of git history at github.com/minio/go-homedir
  • 01ab3076f Delete clusterRoleBinding and serviceAccount.
  • 7bb99ae71 Rename references from v1 to v1alpha1 in YAML
  • 323439135 Implement step artifacts tab (#534)
  • b2a58dad9 Workflow list (#533)
  • 5dd1754b4 Guard controller from informer sending non workflow/pod objects (#505)
  • 59e31c60f Enable resync period in workflow/pod informers (resolves #532)
  • d5b06dcd4 Significantly increase efficiency of workflow control loop (resolves #505)
  • 4b2098ee2 finished walkthrough sections
  • eb7292b02 walkthrough
  • 82b1c7d97 Add -o wide option to argo get to display artifacts and durations (resolves #526)
  • 3427955d3 Use PATCH api from k8s go SDK for annotating/labeling pods
  • 4842bbbc7 Add support for nodeSelector at both the workflow and step level (resolves #458)
  • 424fba5d4 Rename apiVersion of workflows from v1 to v1alpha1 (resolves #517)
  • 5286728a9 Propogate executor errors back to controller. Add error column in argo get (#522)
  • 32b5e99bb Simplify executor commands to just 'init' and 'wait'. Improve volumes examples
  • e2bfbc127 Update controller config automatically on configmap updates resolves #461
  • c09b13f21 Workflow validation detects when arguments were not supplied (#515)
  • 705193d05 Proper message for non-zero exits from main container. Indicate an Error phase/message when failing to load/save artifacts
  • e69b75101 Update page title and favicon (#519)
  • 4330232f5 Render workflow steps on workflow list page (#518)
  • 87c447eaf Implement kube api proxy. Add workflow node logs tab (#511)
  • 0ab268837 Rework/rename Makefile targets. Bake in image namespace/tag set during build, as part of argo install
  • 3f13f5cab Support for overriding/supplying entrypoint and parameters via argo CLI. Update examples
  • 6f9f2adcd Support ListOptions in the WorkflowClient. Add flag to delete completed workflows
  • 30d7fba12 Check Kubernetes version.
  • a3909273c Give proper error for unamed steps
  • eed54f573 Harden the IsURL check
  • bfa62afd8 Add phase,completed fields to workflow labels. Add startedAt,finishedAt,phase,message to workflow.status
  • 9347619c7 Create serviceAccount & roleBinding if necessary.
  • 205e5cbce Introduce 'completed' pod label and label selector so controller can ignore completed pods
  • 199dbcbf1 476 jobs list page (#501)
  • 058792945 Implement workflow tree tab draft (#494)
  • a2f034a06 Proper error reporting. Add message, startedAt, finishedAt to NodeStatus. Rename status to phase
  • 645fedcaf Support loop step expansion from input parameters and previous step results
  • 75c1c4822 Help page v2 (#492)
  • a4af6702d Basic state of navigation, top-bar, tooltip for UI v2 (#491)
  • 726e9fa09 moved the service acct note
  • 3a4cd9c4b 477 job details page (#488)
  • 8ba7b55cb Edited the instructions
  • 1e9dbdbab Added influxdb-ci example
  • bd5c0baad Added comment for entrypoint field
  • 2fbecdf04 Argo V2 UI initial commit (#474)
  • 9ce201230 added artifacts
  • caaa32a6b Minor edit
  • ae72b5838 added more argo/kubectl examples
  • 8df393ed7 added 2.0
  • 9e3a51b14 Update demo.md to have better instructions to restart controller after configuration changes
  • ba9f9277a Add demo markdown file. Delete old demo.txt
  • d8de40bb1 added 2.0
  • 6c617599b added 2.0
  • 32af692ee added 2.0
  • 802940be0 added 2.0
  • 1d4434155 added new png

Contributors

  • Alexander Matyushentsev
  • Ed Lee
  • Jesse Suen
  • Rafal
  • Sandeep Bhojwani
  • Shri Javadekar
  • Wojciech Kalemba
  • cyee88
  • mukulikak

v2.0.0-alpha1 (2017-11-16)

Full Changelog: v2.0.0...v2.0.0-alpha1

Selected Changes

Contributors

v2.0.0 (2018-02-06)

Full Changelog: v0.4.7...v2.0.0

Selected Changes

  • 0978b9c61 Support setting UI base Url (#722)
  • b75cd98f6 updated argo-user slack link
  • b3598d845 Add examples as functional and expected failure e2e tests
  • 83966e609 Fix regression where executor did not annotate errors correctly
  • 751fd2702 Update UI references to v2.0.0. Update changelog
  • 8b7e2e24e Check-in the OpenAPI spec. Automate generation as part of make update-codegen
  • 563bda756 Fix update-openapigen.sh script to presume bash. Tweak documentation
  • 5b9a602b4 Add documentation to types. Add program to generate OpenAPI spec
  • d929e79f6 Generate OpenAPI models for the workflow spec (issue #707)
  • 1d5afee6e Shortened url
  • 617d848da Added news to README
  • ae36b22b6 Fix typo s/Customer/Custom/ (#704)
  • 5a589fcd9 Add ability to specify imagePullSecrets in the workflow.spec (resolves #699)
  • 2f77bc1ed Add ability to specify affinity rules at both the workflow and template level (resolves #701)
  • fdafbe27e Sidecars unable to reference volume claim templates (resolves #697)
  • 0b0b52c3b Referencing output artifacts from a container with retries was not functioning (resolves #698)
  • bf2b376a1 Update doc references to point to v2.0.0-beta1. Fix secrets example
  • 549870c1e Fix argo-ui download links to point to v2.0.0-beta1
  • a202049d3 Update CHANGELOG for v2.0.0-beta1
  • a3739035f Remove dind requirement from argo-ci test steps
  • 1bdd0c03d Include completed pods when attempting to reconcile deleted pods Switch back to Patch (from Update) for persisting workflow changes
  • a4a438921 Sleep 1s after persisting workflow to give informer cache a chance to sync (resolves #686)
  • 5bf49531f Updated demo.md with link to ARTIFACT_REPO.md
  • 863d547a1 Rely on controller generated timestamps for node.StartedAt instad of pod.CreationTimestamp
  • 672542d1f Re-apply workflow changes and reattempt update on resource conflicts. Make completed pod labeling asynchronous
  • 81bd6d3d4 Resource state retry (#690)
  • 44dba889c Tune controller to 20 QPS, 30 Burst, 8 wf workers, 8 pod workers
  • 178b9d37c Show running/completed pod counts in argo list -o wide
  • 0c565f5f5 Switch to Updating workflow resources instead of Patching (resolves #686)
  • a571f592f Ensure sidecars get killed unequivocally. Final argoexec stats were not getting printed
  • a0b2d78c8 Show duration by default in argo get. --since flag should always include Running
  • 101103136 Executor hardening: add retries and memoization for executor k8s API calls Recover from unexpected panics and annotate the error.
  • f2b8f248a Regenerate deepcopy code after type changes for raw input artifacts
  • 322e0e3aa renamed file as per review comment
  • 0a386ccaf changes from the review - renamed "contents" to "data" - lint issue
  • d9ebbdc1b support for raw input as artifact
  • a1f821d58 Introduce communication channel from workflow-controller to executor through pod annotations
  • b324f9f52 Artifactory repository was not using correct casing for repoURL field
  • 3d45d25ac Add argo list --since to filter workflows newer than a relative duration
  • cc2efdec3 Add ability to set loglevel of controller via CLI flag
  • 60c124e5d Remove hack.go and use dep to install code-generators
  • d14755a7c argo list was not handling the default case correctly
  • 472f5604e Improvements to argo list * sort workflows by running vs. completed, then by finished time * add --running, --completed, --status XXX filters * add -o wide option to show parameters and -o name to show only the names
  • b063f938f Use minimal ClusterRoles for workflow-controller and argo-ui deployments
  • 21bc2bd07 Added link to configuring artifact repo from main README
  • b54bc067b Added link to configuring artifact repo from main README
  • 58ec51699 Updated ARTIFACT_REPO.md
  • 1057d0878 Added detailed instructions on configuring AWS and GCP artifact rpos
  • b0a7f0da8 Issue 680 - Argo UI is failing to render workflow which has not been picked up by workflow controller (#681)
  • e91c227ac Document and clarify artifact passing (#676)
  • 290f67997 Allow containers to be retried. (#661)
  • 80f9b1b63 Improve the error message when insufficent RBAC privileges is detected (resolves #659)
  • 3cf67df42 Regenerate autogenerated code after changes to types
  • baf370529 Add support for resource template outputs. Remove output.parameters.path in favor of valueFrom
  • dc1256c20 Fix expected file name for issue template
  • a492ad141 Add a GitHub issues template
  • 55be93a68 Add a --dry-run option to argo install. Remove CRD creation from controller startup
  • fddc052df Fix README.md to contain influxdb-client in the example (#669)
  • 67236a594 Update getting started doc to use brew install and better instructions for RBAC clusters (resolves #654, #530)
  • 5ac197538 Support rendering retry steps (#670)
  • 3cca0984c OpenID Connect auth support (#663)
  • c222cb53a Clarify where the Minio secret comes from.
  • a78e2e8d5 Remove parallel steps that use volumes.
  • 355173857 Prevent a potential k8s scheduler panic from incomplete setting of pod ownership reference (resolves #656)
  • 1a8bc26d4 Updated README
  • 9721fca0e Updated README
  • e31776061 Fix typos in READMEs
  • 555d50b0e Simplify some getting started instructions. Correct some usages of container resources field
  • 4abc9c40e Updated READMEs
  • a0add24f9 Switch to k8s-codegen generated workflow client and informer
  • 9b08b6e99 Added link for argoproj slack channel
  • 682bbdc09 Update references to point to latest argo release
  • 940dd56d9 Fix artifactory unit test and linting issues
  • e7ba2b441 Update help page links (#651)
  • 53dac4c74 Add artifactory and UI fixes to 2.0.0-alpha3 CHANGELOG
  • 4b4eff43f Allow disabling web console feature (#649)
  • 90b7f2e67 Added support for artifactory
  • 849e916e5 Adjusted styles for logs stream (#614)
  • a8a960303 Update CHANGELOG for 2.0.0-alpha3
  • e7c7678cc Fix issue preventing ability to pass JSON as a command line param (resolves #646)
  • 7f5e2b96b Add validation checks for volumeMount/artifact path collision and activeDeadlineSeconds (#620)
  • dc4a94633 Add the ability to specify the service account used by pods in the workflow (resolves #634) Also add argo CLI support for supplying/overriding spec.serviceAccountName from command line.
  • 16f7000aa Workflow operator will recover from unexpected panics and mark the workflow with error (resolves #633)
  • 18dca7fe2 Issue #629 - Add namespace to workflow list and workflow details page (#639)
  • e656bace7 Issue #637 - Implement Workflow list and workflow details page live update (#638)
  • 1503ce3ae Issue #636 - Upgrade to ui-lib 2.0.3 to fix xterm incompatibility (#642)
  • f9170e8ab Remove manifest-passing.yaml example now that we have resource templates
  • 25be5fd63 Implementation for resource templates and resource success/failure conditions
  • 402ad565f Updated examples/README
  • 8536c7fc8 added secret example to examples/README
  • e5002b828 Add '--wait' to argo submit.
  • 9646e55f8 Installer was not update configmap correctly with new executor image during upgrade
  • 69d72913a Support private git repos using secret selector fields in the git artifact (resolves #626)
  • 64e17244e Add argo ci workflow (#619)
  • e89984355 Resolve controller panic when a script template with an input artifact was submitted (resolves #617). Utilize the kubernetes.Interface and fake.Clientset to support unit test mocking. Added a unit test to reproduce the panic. Add an e2e test to verify functionality works.
  • 52075b456 Introduce controller instance IDs to support multiple workflow controllers in a cluster (resolves #508)
  • 133a23ce2 Add ability to timeout a container/script using activeDeadlineSeconds
  • b5b16e552 Support for workflow exit handlers
  • 906b3e7c7 Update ROADMAP.md
  • 5047422ae Update CHANGELOG.md
  • 2b6583dfb Add argo wait for waiting on workflows to complete. (#618)
  • cfc9801c4 Add option to print output of submit in json.
  • c20c0f995 Comply with semantic versioning. Include build metadata in argo version (resolves #594)
  • bb5ac7db5 minor change
  • 91845d499 Added more documentation
  • 4e8d69f63 fixed install instructions
  • 0557147dd Removed empty toolbar (#600)
  • bb2b29ff5 Added limit for number of steps in workflows list (#602)
  • 3f57cc1d2 fixed typo in examples/README
  • ebba60311 Updated examples/README.md with how to override entrypoint and parameters
  • 81834db3c Example with using an emptyDir volume.
  • 4cd949d32 Remove apiserver
  • 6a916ca44 argo lint did not split yaml files. argo submit was not ignoring non-workflow manifests
  • bf7d99797 Include make lint and make test as part of CI
  • d1639ecfa Create example workflow using kubernetes secrets (resolves #592)
  • 31c54af4b Toolbar and filters on workflows list (#565)
  • bb4520a6f Add and improve the inlined comments in example YAMLs
  • a04707282 Fixed typo.
  • 13366e324 Fix some wrong GOPATH assumptions in Makefile. Add make test target. Fix unit tests
  • 9f4f1ee75 Add 'misspell' to linters. Fix misspellings caught by linter
  • 1b918aff2 Address all issues in code caught by golang linting tools (resolves #584)
  • 903326d91 Add manifest passing to do kubectl create with dynamic manifests (#588)
  • b1ec3a3fc Create the argo-ui service with type ClusterIP as part of installation (resolves #582)
  • 5b6271bc5 Add validate names for various workflow specific fields and tests for them (#586)
  • b6e671318 Implementation for allowing access to global parameters in workflow (#571)
  • c5ac5bfb8 Fix error message when key does not exist in secret (resolves #574). Improve s3 example and documentation.
  • 4825c43b3 Increate UI build memory limit (#580)
  • 87a20c6bc Update input-artifacts-s3.yaml example to explain concepts and usage better
  • c16a9c871 Rahuldhide patch 2 (#579)
  • f5d0e340b Issue #549 - Prepare argo v1 build config (#575)
  • 3b3a4c87b Argo logo
  • d1967443a Skip e2e tests if Kubeconfig is not provided.
  • 1ec231b69 Create separate namespaces for tests.
  • 5ea20d7eb Add a deadline for workflow operation to prevent workqueue starvation and to enable state resync (#531) Tested with 6 x 1000 pod workflows.
  • 346bafe63 Multiple scalability improvements to controller (resolves #531)
  • bbc56b59e Improve argo ui build performance and reduce image size (#572)
  • cdb1ce82b Upgrade ui-lib (#556)
  • 0605ad7b3 Adjusted tabs content size to see horizontal and vertical scrolls. (#569)
  • a33162369 Fix rendering 'Error' node status (#564)
  • 8c3a7a939 Issue #548 - UI terminal window (#563)
  • 5ec6cc85a Implement API to ssh into pod (#561)
  • beeb65ddc Don't mess the controller's arguments.
  • 01f5db5a0 Parameterize Install() and related methods.
  • 85a2e2711 Fix tests.
  • 56f666e1b Basic E2e tests.
  • 9eafb9dd5 Issue #547 - Support filtering by status in API GET /workflows (#550)
  • 37f41eb7b Update demo.md
  • ea8d5c113 Update README.md
  • 373f07106 Add support for making a no_ui build. Base all build on no_ui build (#553)
  • ae65c57e5 Update demo.md
  • f6f8334b2 V2 style adjustments and small fixes (#544)
  • 12d5b7ca4 Document argo ui service creation (#545)
  • 3202d4fac Support all namespaces (#543)
  • b553c1bd9 Update demo.md to qualify the minio endpoint with the default namespace
  • 4df7617c2 Fix artifacts downloading (#541)
  • 12732200f Update demo.md with references to latest release
  • 0e67b8616 Add 'release' make target. Improve CLI help and set version from git tag. Uninstaller for UI
  • 8ab1d2e93 Install argo ui along with argo workflow controller (#540)
  • f4af881e5 Add make command to build argo ui (#539)
  • 5bb858145 Add example description in YAML.
  • fc23fcdae edit example README
  • 8dd294aa0 Add example of GIF processing using ImageMagick
  • ef8e9d5c2 Implement loader (#537)
  • 2ac37361e Allow specifying CRD version (#536)
  • 15b5542d7 Installer was not using the argo serviceaccount with the workflow-controller deployment. Make progress messages consistent
  • f1471347d Add Yaml viewer (#535)
  • 685a576bd Fix Gopkg.lock file following rewrite of git history at github.com/minio/go-homedir
  • 01ab3076f Delete clusterRoleBinding and serviceAccount.
  • 7bb99ae71 Rename references from v1 to v1alpha1 in YAML
  • 323439135 Implement step artifacts tab (#534)
  • b2a58dad9 Workflow list (#533)
  • 5dd1754b4 Guard controller from informer sending non workflow/pod objects (#505)
  • 59e31c60f Enable resync period in workflow/pod informers (resolves #532)
  • d5b06dcd4 Significantly increase efficiency of workflow control loop (resolves #505)
  • 4b2098ee2 finished walkthrough sections
  • eb7292b02 walkthrough
  • 82b1c7d97 Add -o wide option to argo get to display artifacts and durations (resolves #526)
  • 3427955d3 Use PATCH api from k8s go SDK for annotating/labeling pods
  • 4842bbbc7 Add support for nodeSelector at both the workflow and step level (resolves #458)
  • 424fba5d4 Rename apiVersion of workflows from v1 to v1alpha1 (resolves #517)
  • 5286728a9 Propogate executor errors back to controller. Add error column in argo get (#522)
  • 32b5e99bb Simplify executor commands to just 'init' and 'wait'. Improve volumes examples
  • e2bfbc127 Update controller config automatically on configmap updates resolves #461
  • c09b13f21 Workflow validation detects when arguments were not supplied (#515)
  • 705193d05 Proper message for non-zero exits from main container. Indicate an Error phase/message when failing to load/save artifacts
  • e69b75101 Update page title and favicon (#519)
  • 4330232f5 Render workflow steps on workflow list page (#518)
  • 87c447eaf Implement kube api proxy. Add workflow node logs tab (#511)
  • 0ab268837 Rework/rename Makefile targets. Bake in image namespace/tag set during build, as part of argo install
  • 3f13f5cab Support for overriding/supplying entrypoint and parameters via argo CLI. Update examples
  • 6f9f2adcd Support ListOptions in the WorkflowClient. Add flag to delete completed workflows
  • 30d7fba12 Check Kubernetes version.
  • a3909273c Give proper error for unamed steps
  • eed54f573 Harden the IsURL check
  • bfa62afd8 Add phase,completed fields to workflow labels. Add startedAt,finishedAt,phase,message to workflow.status
  • 9347619c7 Create serviceAccount & roleBinding if necessary.
  • 205e5cbce Introduce 'completed' pod label and label selector so controller can ignore completed pods
  • 199dbcbf1 476 jobs list page (#501)
  • 058792945 Implement workflow tree tab draft (#494)
  • a2f034a06 Proper error reporting. Add message, startedAt, finishedAt to NodeStatus. Rename status to phase
  • 645fedcaf Support loop step expansion from input parameters and previous step results
  • 75c1c4822 Help page v2 (#492)
  • a4af6702d Basic state of navigation, top-bar, tooltip for UI v2 (#491)
  • 726e9fa09 moved the service acct note
  • 3a4cd9c4b 477 job details page (#488)
  • 8ba7b55cb Edited the instructions
  • 1e9dbdbab Added influxdb-ci example
  • bd5c0baad Added comment for entrypoint field
  • 2fbecdf04 Argo V2 UI initial commit (#474)
  • 9ce201230 added artifacts
  • caaa32a6b Minor edit
  • ae72b5838 added more argo/kubectl examples
  • 8df393ed7 added 2.0
  • 9e3a51b14 Update demo.md to have better instructions to restart controller after configuration changes
  • ba9f9277a Add demo markdown file. Delete old demo.txt
  • d8de40bb1 added 2.0
  • 6c617599b added 2.0
  • 32af692ee added 2.0
  • 802940be0 added 2.0
  • 1d4434155 added new png
  • 1069af4f3 Support submission of manifests via URL
  • cc1f0caf7 Add recursive coinflip example
  • 90f37ad63 Support configuration of the controller to match specified labels
  • f9c9673ac Filter non-workflow related pods in the controller's pod watch
  • 9555a472b Add install notes to support cluster with legacy authentication disabled. Add option to specify service account
  • 837e0a2b5 Propogate deletion of controller replicaset/pod during uninstall
  • 5a7fcec08 Add parameter passing example yaml
  • 2a34709da Passthrough --namespace flag to kubectl logs
  • 3fc6af004 Adding passing parameter example yaml
  • e275bd5ac Add support for output as parameter
  • 5ee1819c7 Restore and formalize sidecar kill functionality as part of executor
  • dec978911 Proper workflow manifest validation during argo lint and argo submit
  • 6ab0b6101 Uninstall support via argo uninstall
  • 3ba84082a Adding sidecar container
  • dba29bd9d Support GCP
  • f30491056 Proper controller support for running workflows in arbitrary namespaces. Install controller into kube-system namespace by default
  • ffb3d1280 Add support for controller installation via argo install and demo instructions
  • dcfb27521 Add argo delete command to delete workflows
  • 8e583afb0 Add argo logs command as a convenience wrapper around kubectl logs
  • 368193d50 Add argo submit, list, get, lint commands
  • 8ef7a131c Executor to load script source code as an artifact to main. Remove controller hack
  • 736c5ec64 Annotate pod with outputs. Properly handle tar/gz of artifacts
  • cd415c9d5 Introduce Template.ArchiveLocation to store all related step level artifacts to a job, understood by executor
  • 4241cacea Support for saving s3 output artifacts
  • cd3a3f1e5 Bind mount docker.sock to wait container to use docker wait and docker cp
  • 77d64a66a Support the case where an input artifact path overlaps with a container volume mount
  • 6a54b31f3 Support for automatic termination for daemoned workflow steps
  • 2435e6f75 Track children node IDs in workflow status nodes
  • 227c19616 Initial support for daemon workflow steps (no termination yet)
  • 738b02d20 Support for git/http input artifacts. hack together wait container logic as a shell script
  • de71cb5ba Change according to jesse's comments
  • 621d7ca98 Argo Executor init container
  • efe439270 Switch representation of parallel steps as a list instead of a map. update examples
  • 56ca947bb Introduce ability to add sidecars to run adjacent to workflow steps
  • b4d777017 Controller support for overlapping artifact path to user specified volume mountPaths
  • 3782badea Get coinflip example to function
  • 065a8f77f Get python script example to function
  • 8973204a5 Move to list style of inputs and arguments (vs. maps). Reuse artifact datastructure
  • d98387496 Improve example yamls
  • f83b26202 Support for volumeClaimTemplates (ephemeral volumes) in workflows
  • be3ad92e0 Support for using volumes within multiple steps in a workflow
  • 4b4dc4a31 Copy outputs from pod metadata to workflow node outputs
  • 07f2c9654 Initial support for conditionals as 'when' field in workflow step
  • fe639edd6 Controller support for "script" templates (workflow step as code)
  • a896f03e9 Add example yamls for proposal for scripting steps
  • c782e2e1b Support looping with item maps
  • 7dc58fce0 Initial withItems loop support
  • f3010c1da Support for argument passing and substitution in templates
  • 5e8ba8701 Split individual workflow operation logic from controller
  • 63a2c20c2 Introduce sirupsen/logrus logging package
  • 2058342f7 Annotate the template used by executor to include destination artifact information
  • 52f8db217 Sync workflow controller configuration from a configmap. Add config validation
  • d0a1748af Upgrade to golang 1.9.1. Get make lint target to function
  • ac58d8325 Speed up rebuilds from within build container by bind mounting $GOPATH/pkg:/root/go/pkg
  • 714456753 Add installation manifests. Initial stubs for controller configuration
  • 103720917 Introduce s3, git, http artifact sources in inputs.artifacts
  • a68001d31 Add debug tools to argoexec image. Remove privileged mode from sidekick. Disable linting
  • dc530232d Create shared 'input-artifacts' volume and mount between init/main container
  • 6ba84eb52 Expose various pod metadata to argoexec via K8s downward API
  • 1fc079de2 Add argo yaml validate command and argoexec artifacts load stub
  • 9125058db Include scheduling of argoexec (init and sidekick) containers to the user's main
  • 67f8353a0 Initial workflow operator logic
  • 8137021ad Reorganize all CLIs into a separate dir. Add stubs for executor and apiserver
  • 74baac717 Introduce Argo errors package
  • 37b7de800 Add apiserver skeleton
  • 3ed1dfeb0 Initial project structure. CLI and Workflow CRD skeleton

Contributors

  • Alexander Matyushentsev
  • Anshuman Bhartiya
  • David Kale
  • Ed Lee
  • Edward Lee
  • Javier Castellanos
  • Jesse Suen
  • Matt Hillsdon
  • Rafal
  • Rahul Dhide
  • Rhys Parry
  • Sandeep Bhojwani
  • Shri Javadekar
  • Tianhe Zhang
  • Wojciech Kalemba
  • cyee88
  • gaganapplatix
  • mukulikak

v0.4.7 (2018-06-07)

Full Changelog: v0.4.6...v0.4.7

Selected Changes

  • e4d0bd392 Take into account number of unavailable replicas to decided if deployment is healthy or not (#270)
  • 18dc82d14 Remove hard requirement of initializing OIDC app during server startup (resolves #272)
  • e720abb58 Bump version to v0.4.7
  • a2e9a9ee4 Repo names containing underscores were not being accepted (resolves #258)

Contributors

  • Alexander Matyushentsev
  • Jesse Suen

v0.4.6 (2018-06-06)

Full Changelog: v0.4.5...v0.4.6

Selected Changes

  • cf3776903 Retry argocd app wait connection errors from EOF watch. Show detailed state changes

Contributors

  • Jesse Suen

v0.4.5 (2018-05-31)

Full Changelog: v0.4.4...v0.4.5

Selected Changes

  • 3acca5095 Add argocd app unset command to unset parameter overrides. Bump version to v0.4.5
  • 5a6228612 Cookie token was not parsed properly when mixed with other site cookies

Contributors

  • Jesse Suen

v0.4.4 (2018-05-30)

Full Changelog: v0.4.3...v0.4.4

Selected Changes

  • 5452aff0b Add ability to show parameters and overrides in CLI (resolves #240) (#247)
  • 0f4f1262a Add Events API endpoint (#237)
  • 4e7f68ccb Update version to 0.4.4
  • 96c05babe Issue #238 - add upsert flag to 'argocd app create' command (#245)
  • 6b78cddb1 Add repo browsing endpoint (#229)
  • 12596ff93 Issue #233 - Controller does not persist rollback operation result (#234)
  • a240f1b2b Bump version to 0.5.0
  • f6da19672 Support subscribing to settings updates and auto-restart of dex and API server (resolves #174) (#227)
  • e81d30be9 Update getting_started.md to point to v0.4.3
  • 13b090e3b Issue #147 - App sync frequently fails due to concurrent app modification (#226)
  • d0479e6dd Issue # 223 - Remove app finalizers during e2e fixture teardown (#225)
  • 143282700 Add error fields to cluster/repo, shell output (#200)

Contributors

  • Alexander Matyushentsev
  • Andrew Merenbach
  • Jesse Suen

v0.4.3 (2018-05-21)

Full Changelog: v0.4.2...v0.4.3

Selected Changes

  • 89bf4eac7 Bump version to 0.4.3
  • 07aac0bda Move local branch deletion as part of git Reset() (resolves #185) (#222)
  • 61220b8d0 Fix exit code for app wait (#219)

Contributors

  • Andrew Merenbach
  • Jesse Suen

v0.4.2 (2018-05-21)

Full Changelog: v0.4.1...v0.4.2

Selected Changes

  • 4e470aaf0 Remove context name prompt during login. (#218)
  • 76922b620 Update version to 0.4.2

Contributors

  • Jesse Suen

v0.4.1 (2018-05-18)

Full Changelog: v0.4.0-alpha1...v0.4.1

Selected Changes

  • ac0f623ed Add argocd app wait command (#216)
  • afd545088 Bump version to v0.4.1
  • c17266fc2 Add documentation on how to configure SSO and Webhooks
  • f62c82549 Manifest endpoint (#207)
  • 45f44dd4b Add v0.4.0 changelog
  • 9c0daebfe Fix diff falsely reporting OutOfSync due to namespace/annotation defaulting
  • f2a0ca560 Add intelligence in diff libray to perform three-way diff from last-applied-configuration annotation (resolves #199)
  • e04d31585 Issue #118 - app delete should be done through controller using finalizers (#206)
  • daec69765 Update ksonnet to v0.10.2 (resolves #208)
  • 7ad567071 Make sure api server started during fixture setup (#209)
  • 803642337 Implement App management and repo management e2e tests (#205)
  • 8039228a9 Add last update time to operation status, fix operation status patching (#204)
  • b1103af42 Rename recent deployments to history (#201)
  • d67ad5acf Add connect timeouts when interacting with SSH git repos (resolves #131) (#203)
  • c9df9c17b Default Spec.Source.TargetRevision to HEAD server-side if unspecified (issue #190)
  • 8fa46b02b Remove SyncPolicy (issue #190)
  • 92c481330 App creation was not defaulting to server and namespace defined in app.yaml
  • 2664db3e4 Refactor application controller sync/apply loop (#202)
  • 6b554e5f4 Add 0.3.0 to 0.4.0 migration utility (#186)
  • 2bc0dff13 Issue #146 - Render health status information in 'app list' and 'app get' commands (#198)
  • c61795f71 Add 'database' library for CRUD operations against repos and clusters. Redact sensitive information (#196)
  • a8a7491bf Handle potential panic when argo install settings run against an empty configmap

Contributors

  • Alexander Matyushentsev
  • Andrew Merenbach
  • Jesse Suen

v0.4.0-alpha1 (2018-05-11)

Full Changelog: v0.4.0...v0.4.0-alpha1

Selected Changes

Contributors

v0.4.0 (2018-05-17)

Full Changelog: v0.3.3...v0.4.0

Selected Changes

  • 9c0daebfe Fix diff falsely reporting OutOfSync due to namespace/annotation defaulting
  • f2a0ca560 Add intelligence in diff libray to perform three-way diff from last-applied-configuration annotation (resolves #199)
  • e04d31585 Issue #118 - app delete should be done through controller using finalizers (#206)
  • daec69765 Update ksonnet to v0.10.2 (resolves #208)
  • 7ad567071 Make sure api server started during fixture setup (#209)
  • 803642337 Implement App management and repo management e2e tests (#205)
  • 8039228a9 Add last update time to operation status, fix operation status patching (#204)
  • b1103af42 Rename recent deployments to history (#201)
  • d67ad5acf Add connect timeouts when interacting with SSH git repos (resolves #131) (#203)
  • c9df9c17b Default Spec.Source.TargetRevision to HEAD server-side if unspecified (issue #190)
  • 8fa46b02b Remove SyncPolicy (issue #190)
  • 92c481330 App creation was not defaulting to server and namespace defined in app.yaml
  • 2664db3e4 Refactor application controller sync/apply loop (#202)
  • 6b554e5f4 Add 0.3.0 to 0.4.0 migration utility (#186)
  • 2bc0dff13 Issue #146 - Render health status information in 'app list' and 'app get' commands (#198)
  • c61795f71 Add 'database' library for CRUD operations against repos and clusters. Redact sensitive information (#196)
  • a8a7491bf Handle potential panic when argo install settings run against an empty configmap
  • d1c7c4fca Issue #187 - implement argo settings install command (#193)
  • 3dbbcf891 Move sync logic to contoller (#180)
  • 0cfd1ad05 Update feature list with SSO and Webhook integration
  • bfa4e233b cli will look to spec.destination.server and namespace when displaying apps
  • dc662da3d Support OAuth2 login flow from CLI (resolves #172) (#181)
  • 4107d2422 Fix linting errors
  • b83eac5dc Make ApplicationSpec.Destination non-optional, non-pointer (#177)
  • bb51837c5 Do not delete namespace or CRD during uninstall unless explicitly stated (resolves #167) (#173)
  • 5bbb4fe1a Cache kubernetes API resource discovery (resolves #170) (#176)
  • b5c20e9b4 Trim spaces server-side in GitHub usernames (#171)
  • 1e1ab636e Don't fail when new app has same spec as old (#168)
  • 734855389 Improve CI build stability
  • 5f65a5128 Introduce caching layer to repo server to improve query response times (#165)
  • d9c12e727 Issue #146 - ArgoCD applications should have a rolled up health status (#164)
  • fb2d6b4af Refactor repo server and git client (#163)
  • 3f4ec0ab2 Expand Git repo URL normalization (#162)
  • ac938fe8a Add GitHub webhook handling to fast-track controller application reprocessing (#160)
  • dc1e8796f Disable authentication for settings service
  • 8c5d59c60 Issue #157 - If argocd token is expired server should return 401 instead of 500 (#158)

Contributors

  • Alexander Matyushentsev
  • Andrew Merenbach
  • Jesse Suen

v0.3.3 (2018-05-03)

Full Changelog: v0.3.2...v0.3.3

Selected Changes

  • 13558b7ce Revert change to redact credentials since logic is reused by controller
  • 3b2b3dacf Update version
  • 1b2f89995 Issue #155 - Application update failes due to concurrent access (#156)
  • 0479fcdf8 Add settings endpoint so frontend can show/hide SSO login button. Rename config to settings (#153)
  • a04465466 Add workflow for blue-green deployments (#148)
  • 670921df9 SSO Support (#152)
  • 18f7e17d7 Added OWNERS file
  • a2aede044 Redact sensitive repo/cluster information upon retrieval (#150)

Contributors

  • Alexander Matyushentsev
  • Andrew Merenbach
  • Edward Lee
  • Jesse Suen

v0.3.2 (2018-05-01)

Full Changelog: v0.3.1...v0.3.2

Selected Changes

  • 1d876c772 Fix compilation error
  • 70465a052 Issue #147 - Use patch to update recentDeployments field (#149)
  • 3c9845719 Issue #139 - Application sync should delete 'unexpected' resources (#144)
  • a36cc8946 Issue #136 - Use custom formatter to get desired state of deployment and service (#145)
  • 9567b539d Improve comparator to fall back to looking up a resource by name
  • fdf9515de Refactor git library: * store credentials in files (instead of encoded in URL) to prevent leakage during git errors * fix issue where HEAD would not track updates from origin/HEAD (resolves #133) * refactor git library to promote code reuse, and remove shell invocations
  • b32023848 ksonnet util was not locating a ksonnet app dir correctly
  • 7872a6049 Update ksonnet to v0.10.1
  • 5fea3846d Adding clusters should always go through argocd-manager service account creation
  • 86a4e0baa RoleBindings do not need to specify service account namespace in subject
  • 917f1df25 Populated 'unexpected' resources while comparing target and live states (#137)
  • 11260f247 Don't ask for user credentials if username and password are specified as arguments (#129)
  • 38d20d0f0 Add argocd ctx command for switching between contexts. Better CLI descriptions (resolves #103)
  • 938f40e81 Prompting for repo credentials was accepting newline as username
  • 5f9c8b862 Error properly when server address is unspecified (resolves #128)
  • d96d67bb9 Generate a temporary kubeconfig instead of using kubectl flags when applying resources
  • 19c3b8767 Bump version to 0.4.0. argocd app sync --dry-run was incorrectly appending items to history (resolves #127)

Contributors

  • Alexander Matyushentsev
  • Jesse Suen

v0.3.1 (2018-04-24)

Full Changelog: v0.3.0...v0.3.1

Selected Changes

  • 7d08ab4e2 Bump version to v0.3.1
  • efea09d21 Fix linting issue in app rollback
  • 2adaef547 Introduce argocd app history and argocd app rollback CLI commands (resolves #125)
  • d71bbf0d9 Allow overriding server or namespace separately (#126)
  • 36b3b2b85 Switch to gogo/protobuf for golang code generation in order to use gogo extensions
  • 63dafa08c Issue #110 - Rollback ignores parameter overrides (#117)
  • afddbbe87 Issue #123 - Create .argocd directory before saving config file (#124)
  • 34811cafc Update download instructions to getting started

Contributors

  • Alexander Matyushentsev
  • Jesse Suen

v0.3.0 (2018-04-23)

Full Changelog: v0.2.0...v0.3.0

Selected Changes

  • 8a2851169 Enable auth by default. Decrease app resync period from 10m to 3m
  • 1a85a2d80 Bump version file to 0.3.0. Add release target and cli-linux/darwin targets
  • cf2d00e1e Add ability to set a parameter override from the CLI (argo app set -p)
  • 266c948ad Add documentation about ArgoCD tracking strategies
  • dd564ee9d Introduce app set command for updating an app (resolves #116)
  • b9d48cabb Add ability to set the tracking revision during app creation
  • 276e0674c Deployment of resources is performed using kubectl apply (resolves #106)
  • f3c4a6932 Add watch verb to controller role
  • 1c60a6986 Rename argocd app add/rm to argocd app create/delete (resolves #114)
  • 050f937a2 Update ksonnet to v0.10.0-alpha.3
  • b24e47822 Add application validation
  • e34380ed7 Expose port 443 to proxy to port 8080 (#113)
  • 338a1b826 argo login was not able to properly update boolean connection flags (insecure/plaintext)
  • b87c63c89 Re-add workaround for ksonnet bug
  • f6ed150bb Issue #108 - App controller incorrectly report that app is out of sync (#109)
  • d5c683bc7 Add syncPolicy field to application CRD (#107)
  • 3ac95f3f8 Fix null pointer error in controller (#105)
  • 3be872ad3 Rework local config to support multiple servers/credentials
  • 80964a79b Set session cookies, errors appropriately (#100)
  • e719035ea Allow ignoring recource deletion related errors while deleting application (#98)
  • f2bcf63b2 Fix linting breakage in session mock from recent changes to session interface
  • 2c9843f1a Update ksonnet to v0.10.0-alpha.2
  • 0560406d8 Add server auth cookies (#96)
  • db8083c65 Lowercase repo names before using in secret (#94)
  • fcc9f50b3 Fix issue preventing uppercased repo and cluster URLs (resolves #81)
  • c1ffbad8d Support manual token use for CLI commands (#90)
  • d7cdb1a5a Convert Kubernetes errors to gRPC errors (#89)
  • 6c41ce5e0 Add session gateway (#84)
  • 685a814f3 Add argocd login command (#82)
  • 06b64047a Issue #69 - Auto-sync option in application CRD instance (#83)
  • 8a90b3244 Show more relevant information in argocd cluster add
  • 7e47b1eba TLS support. HTTP/HTTPS/gRPC all serving on single port
  • 150b51a3a Fix linter warning
  • 0002f8db9 Issue #75 - Implement delete pod API
  • 59ed50d23 Issue #74 - Implement stream logs API
  • 820b4bac1 Remove obsolete pods api
  • 19c5ecdbf Check app label on client side before deleting app resource
  • 66b0702c2 Issue #65 - Delete all the kube object once app is removed
  • 5b5dc0efc Issue #67 - Application controller should persist ksonnet app parameters in app CRD (#73)
  • 0febf0516 Issue #67 - Persist resources tree in application CRD (#68)
  • ee924bda6 Update ksonnet binary in image to ks tip. Begin using ksonnet as library instead of parsing stdout
  • ecfe571e7 update ksonnet dependency to tip. override some of ksonnet's dependencies
  • 173ecd939 Installer and settings management refactoring:
  • ba3db35ba Add authentication endpoints (#61)
  • 074053dac Update go-grpc-middleware version (#62)
  • 6bc98f91b Add JWT support (#60)

Contributors

  • Alexander Matyushentsev
  • Andrew Merenbach
  • Jesse Suen

v0.2.0 (2018-03-28)

Full Changelog: v0.1.0...v0.2.0

Selected Changes

  • 59dbe8d7e Maintain list of recent deployments in app CRD (#59)
  • 6d7936173 Issue #57 - Add configmaps into argocd server role (#58)
  • e1c7f9d6f Fix deleting resources which do not support 'deletecollection' method but support 'delete' (#56)
  • 5febea223 Argo server should not fail if configmap name is not provided or config map does not exist (#55)
  • d093c8c3a Add password hashing (#51)
  • 10a8d521e Add application source and component parameters into recentDeployment field of application CRD (#53)
  • 234ace173 Replace ephemeral environments with override parameters (#52)
  • 817b13ccb Add license and copyright. #49
  • b1682cc44 Add install configmap override flag (#47)
  • 74797a2ac Delete child dependents while deleting app resources (#48)
  • ca570c7ae Use ksonnet release version and fix app copy command (#46)
  • 92b7c6b5f Disable strict host key checking while cloning repo in repo-server (#45)
  • 4884c20d2 Issue #43 - Don't setup RBAC resources for clusters with basic authentication (#44)
  • 363b9b352 Don't overwrite application status in tryRefreshAppStatus (#42)
  • 5c062bd3e Support deploying/destroying ephemeral environments (#40)
  • 98754c7fe Persist parameters during deployment (Sync) (#39)
  • 3927cc079 Add new dependency to CONTRIBUTING.md (#38)
  • 611b0e48d Issue #34 - Support ssh git URLs and ssh key authentication (#37)
  • 0368c2ead Allow use of public repos without prior registration (#36)
  • e7e3c5095 Support -f/--file flag in argocd app add (#35)
  • d256256de Update CONTRIBUTING.md (#32)

Contributors

  • Alexander Matyushentsev
  • Andrew Merenbach
  • Edward Lee