Skip to content

Releases: kubevela/workflow

v0.3.4

03 Jan 06:14
Compare
Choose a tag to compare

Full Changelog: v0.3.3...v0.3.4

v0.4.0-alpha.1

03 Jan 06:15
6ae0c5c
Compare
Choose a tag to compare

What's Changed

  • Feat: add controller require for canary by @FogDong in #84
  • Fix: unify stdlib for workflow and kubevela by @FogDong in #85
  • Fix: fix fill array with array in inputs by @FogDong in #86
  • Fix: open list lit for fill value by @FogDong in #87
  • Feat: add user agent in config by @FogDong in #88
  • Feat: add patch in kube.apply by @FogDong in #89
  • Feat: add substitute unstructured object by @FogDong in #90
  • Fix: input error stores structure type data by @yangsoon in #91
  • Feat: add arch img in readme by @FogDong in #92
  • Fix: fix the usage of http client and run crd by @FogDong in #93
  • Feat: add feature gates for patch step status at once by @FogDong in #94
  • Feat: add apply terraform example yaml by @FogDong in #95
  • Fix: set gvk for created cm to fix patch by @FogDong in #96
  • Feat: optimiaze the sls producer instance by @FogDong in #99
  • Feat: add webhook and auto generate name for steps by @FogDong in #100
  • Chore: Bump version of skip duplication actions by @FogDong in #102
  • Feat: add retry failed step operation by @FogDong in #101
  • Feat: add built-in defs in charts by @FogDong in #103
  • Feat: add example for build and push image by @FogDong in #104
  • Chore: refactor test by @Somefive in #105
  • Fix: fix invalid debug cm name by @FogDong in #106
  • Chore: depracate useless data in context by @FogDong in #107
  • Fix: optimize restart from step func for unification by @FogDong in #108
  • Fix: fix suspend bug in dag that caused by patch step status by @FogDong in #109
  • Fix: clear user info in ctx when create cm for workflow context by @FogDong in #110
  • Fix: optimize workflow context to avoid conflict error by @FogDong in #111
  • Feat: add set value and use it for inputs by @FogDong in #112

New Contributors

Full Changelog: v0.3.4...v0.4.0-alpha.1

v0.3.3

09 Nov 03:29
420b2ea
Compare
Choose a tag to compare

What's Changed

  • Fix: small fix in docs, delete useless state and add test by @FogDong in #81
  • Fix: fix debug cm name to make it unique for different type resource by @FogDong in #82
  • Fix: add workflowrun doc ref in readme by @FogDong in #83

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

v0.3.2

02 Nov 09:01
bc4323e
Compare
Choose a tag to compare

What's Changed

  • Feat: add example of multiple apps and fix read me by @FogDong in #74
  • Fix: fix filepath for windows by @FogDong in #79

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

v0.3.1

31 Oct 03:26
2c130ce
Compare
Choose a tag to compare

What's Changed

  • Docs: add read me doc by @FogDong in #69
  • Feat: Add version management to Cue Actions by @lijiamu233 in #50
  • Feat: add workflow operator for workflow run by @FogDong in #70
  • Feat: add mode in workflow template by @FogDong in #71
  • Docs: add workflow usage in read me by @wonderflow in #72
  • Chore: stable the cue version and deprecate message for terminate by @FogDong in #73

New Contributors

Full Changelog: v0.3...v0.3.1

v0.3

20 Oct 03:22
240e36a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2...v0.3

v0.2.0

16 Oct 03:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1...v0.2

v0.1

10 Aug 14:07
3adc839
Compare
Choose a tag to compare

What's Changed

  • Feat: bootstrap the workflow project by @FogDong in #1
  • Feat: set up the makefiles by @FogDong in #2
  • Feat: implement workflow run by @FogDong in #3
  • Feat: add more tests and cleanup the code by @FogDong in #4
  • Feat: add http provider by @FogDong in #5
  • Feat: optimize imports packages by @FogDong in #6
  • Feat: add workflow metrics by @FogDong in #7
  • Feat: add helm chart, dockerfile, metrics and pending phase by @FogDong in #8
  • Fix: fix security dependencies for etcd by @FogDong in #9
  • Feat: add github action for image scan by @FogDong in #10
  • Fix: fix the order of pending steps by @FogDong in #11
  • Fix: fix github post submit actions by @FogDong in #12
  • Fix: fix backoff time bug when step execution exceeds default backoff time by @FogDong in #13
  • Feat: add timeout in cue http provider by @FogDong in #15
  • Fix: fix docker image name in makefile by @FogDong in #16
  • Fix: fix docker build makefile by @FogDong in #17
  • Fix: make http parameter optional by @FogDong in #18
  • Fix: do not import kubevela package in workflow by @FogDong in #19
  • Feat: add flags for writing logs to file by @FogDong in #20
  • Fix: fix the workflow status when a step is failed because of rendering by @FogDong in #21

New Contributors

Full Changelog: https://github.com/kubevela/workflow/commits/v0.1