Skip to content

Releases: kubevela/workflow

v0.6.0

31 May 10:07
97c5853
Compare
Choose a tag to compare

What's Changed

  • Feat: add mode in steps for step group by @FogDong in #153
  • Feat: add stepGroupName to process.Context by @yangsoon in #151
  • Chore(deps): bump github.com/docker/docker from 20.10.17+incompatible to 20.10.24+incompatible by @dependabot in #155
  • Feat: add chat-gpt step and its example by @FogDong in #156
  • Feat: upgrade k8s.io to 0.26 by @Somefive in #150
  • Fix: fix the step group status if there's a suspending sub step by @FogDong in #158
  • Feat: add job orchestration example by @FogDong in #152
  • Fix: fix terminate suspending steps by @FogDong in #160
  • Fix: apply application should not use strategic merge patch by @Somefive in #165
  • Feat: add image pull secret in task step by @Arvintian in #166

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

28 Mar 08:47
c730c05
Compare
Choose a tag to compare

What's Changed

  • Fix: add requeue in skip and optimize readme by @FogDong in #120
  • Fix: fix panic when workflow is skipped by @FogDong in #122
  • Chore: export inputItem and outputItem by @chivalryq in #125
  • Chore: update cue to v0.5.0-beta.5 by @FogDong in #126
  • Feat: support sharding by @Somefive in #129
  • Feat: update workflow version and refactor the config provider by @wonderflow in #130
  • Feat: watch event listener in controller for a faster reconcile by @FogDong in #131
  • Feat: support resume a specific suspend step in workflow by @FogDong in #133
  • Fix: remove patch in apply to make it standalone action by @FogDong in #134
  • Chore: refactor suspend step and add op.#Suspend by @FogDong in #138
  • Feat: support multi suspend in definition and fix resume by @FogDong in #139
  • Fix: fix auto resume in suspend by @FogDong in #140
  • Feat: add default suspend message by @FogDong in #141
  • Chore(deps): bump github.com/containerd/containerd from 1.6.12 to 1.6.18 by @dependabot in #136
  • Feat: add recycle grouped workflow run with cron by @FogDong in #143
  • Chore(deps): bump golang.org/x/net from 0.3.0 to 0.7.0 by @dependabot in #137
  • Fix: fix step depends on skip by @FogDong in #146
  • Chore(deps): bump github.com/crossplane/crossplane-runtime from 0.14.1-0.20210722005935-0b469fcc77cd to 0.16.1 by @dependabot in #148
  • Feat: prometheus check steps provider by @wangyikewxgm in #149

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.3

14 Mar 02:20
12bd503
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.4] Fix: fix step depends on skip by @github-actions in #147

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

v0.4.2

02 Mar 08:06
432ffde
Compare
Choose a tag to compare

What's Changed

  • Fix: remove patch in apply to make it standalone action and update cue version by @FogDong in #135
  • [Backport 0.4]Feat: watch event listener in controller for a faster reconcile by @FogDong in #144

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

v0.3.6

31 Jan 07:47
b7439f1
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.3] Fix: fix panic when workflow is skipped by @FogDong in #124

Full Changelog: v0.3.4...v0.3.6

v0.3.5

31 Jan 03:00
b7439f1
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.3] Fix: fix panic when workflow is skipped by @FogDong in #124

Full Changelog: v0.3.4...v0.3.5

v0.4.1

30 Jan 12:20
d4644ef
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.4] Fix: add requeue in skip and optimize readme by @github-actions in #121
  • [Backport release-0.4] Fix: fix panic when workflow is skipped by @github-actions in #123

Full Changelog: v0.4.0...v0.4.1

v0.4.0

12 Jan 06:25
95c2164
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
  • Fix: add cache handle if the patch is failed in end reconcile by @FogDong in #113
  • Feat: add explanation in readme by @FogDong in #115
  • Fix: delete table of contents by @FogDong in #116
  • Feat: add controller version in backup controller by @FogDong in #114
  • Fix: omit context submission when the context is created by @FogDong in #117
  • Fix: upgrade definitions in charts by @FogDong in #118

New Contributors

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

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