Releases: kubevela/workflow
Releases · kubevela/workflow
v0.6.2
What's Changed
- Chore(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #164
- Chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by @dependabot in #163
- Feat: update ci for publishing by @Somefive in #167
- Chore(deps): bump google.golang.org/grpc from 1.50.1 to 1.53.0 by @dependabot in #168
- Feat: replace deprecated command with environment file by @jongwooo in #181
- Chore(deps): bump golang.org/x/crypto from 0.6.0 to 0.17.0 by @dependabot in #182
- Chore: Update the go version to 1.22 by @Chaitanyareddy0702 in #188
- Chore: refactor the cue engine with cuex by @FogDong in #162
- Feat: add new providers by @FogDong in #190
- Feat: add builtin providers and fix helm by @FogDong in #192
- Fix: fix native cue providers by @FogDong in #193
- Fix: fix context in provider by @FogDong in #194
- Fix: fix suspend judgement by @FogDong in #196
- Chore: update k8s to 1.29 by @phantomnat in #195
- Docs: Readme link text bug fix by @gzb1128 in #200
- Fix: fix compatibility for output by @FogDong in #201
- Fix: Fix output by @shivin in #203
New Contributors
- @jongwooo made their first contribution in #181
- @Chaitanyareddy0702 made their first contribution in #188
- @phantomnat made their first contribution in #195
- @gzb1128 made their first contribution in #200
- @shivin made their first contribution in #203
Full Changelog: v0.6.0...v0.6.2
v0.6.1
v0.5.1
What's Changed
- [Backport release-0.5] Feat: add mode in steps for step group by @github-actions in #154
- [Backport release-0.5] Fix: fix the step group status if there's a suspending sub step by @github-actions in #159
- [Backport release-0.5] Fix: fix terminate suspending steps by @github-actions in #161
- Fix: fix suspend judgement by @FogDong in #197
Full Changelog: v0.5.0...v0.5.1
v0.6.0
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
- @Arvintian made their first contribution in #166
Full Changelog: v0.5.0...v0.6.0
v0.5.0
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
- @chivalryq made their first contribution in #125
- @dependabot made their first contribution in #136
Full Changelog: v0.4.0...v0.5.0