Releases: kubevela/workflow
Releases · kubevela/workflow
v0.3.4
Full Changelog: v0.3.3...v0.3.4
v0.4.0-alpha.1
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
v0.3.2
v0.3.1
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
- @lijiamu233 made their first contribution in #50
- @wonderflow made their first contribution in #72
Full Changelog: v0.3...v0.3.1
v0.3
What's Changed
- Feat: add the provider for the config management by @barnettZQG in #61
- Feat: add span id in context by @FogDong in #63
- Feat: add step id tag in step log by @FogDong in #65
- Feat: Delete resource by labels by @wangyikewxgm in #62
- Fix: change the errored action name and add the e2e test by @barnettZQG in #64
- Feat: add op.#Message to write message in step status by @FogDong in #66
- Feat: add more e2e tests for built-in providers by @FogDong in #67
- Fix: use add label instead of set labels by @FogDong in #68
- Feat(backup): add backup sls support by @superstarchenxin in #49
New Contributors
- @barnettZQG made their first contribution in #61
- @wangyikewxgm made their first contribution in #62
- @superstarchenxin made their first contribution in #49
Full Changelog: v0.2...v0.3
v0.2.0
What's Changed
- Chore: update cue version to 0.4.3 by @FogDong in #22
- Fix: fix kube handler to make compatible by @FogDong in #23
- Feat: add more tests by @FogDong in #24
- Fix: fix top value in cue schema by @FogDong in #25
- Feat: add backup persister interface by @FogDong in #28
- Feat: add backport command by @FogDong in #29
- Feat: add lint config and fix the lint by @FogDong in #31
- Feat: add ratelimiter in http by @FogDong in #32
- Fix: fix flaky test for rate limiter by @FogDong in #33
- Fix: fix CR to struct in executor by @FogDong in #34
- Feat: add status code in http by @FogDong in #35
- Fix: support multi-cluster by @Somefive in #36
- Chore: use client from kubevela/pkg by @Somefive in #37
- Feat: add failed state in workflow by @FogDong in #38
- Feat: add backup controller by @FogDong in #41
- Chore: update cue to fix attribute by @FogDong in #42
- Fix: fix field path for cue by @FogDong in #43
- Feat: use three way merge patch by @FogDong in #47
- Feat: add get workflow context data util func by @FogDong in #48
- Feat: add source in log provider by @FogDong in #51
- Feat: add log utils for step logs by @FogDong in #52
- Fix: fix log level in log provider by @FogDong in #53
- Fix: fix context duplicate for differenct resources by @FogDong in #54
- Chore: upgrade go version to 1.19 by @FogDong in #55
- Feat: use cue fix when new value by @FogDong in #56
- Feat: add unit tests for json patch by @FogDong in #57
- Fix: use fields instead of deprecated structs by @FogDong in #58
- Feat: add context in workflow to customize context data by @FogDong in #59
- Feat: add helm release github workflow by @FogDong in #60
New Contributors
Full Changelog: v0.1...v0.2
v0.1
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