Releases: kubevela/kube-trigger
Releases · kubevela/kube-trigger
v0.1.1
What's Changed
- Fix: fix release action by @charlie0129 in #33
- Fix: fix built-in actions by @FogDong in #34
- Feat: add load template from definition by @FogDong in #35
- Test: add tests for workqueue and config parser by @charlie0129 in #36
- Test: add tests for
pkg/executor
by @charlie0129 in #37 - Build: update build infra by @charlie0129 in #40
- Docs: add readme badges by @charlie0129 in #41
- Feat: upgrade k8s.io dependency to 0.26 by @Somefive in #39
- Feat: add cluster info to action context by @yangsoon in #43
- Feat: add cronjob source by @charlie0129 in #42
- Feat: support leader election for kube-trigger by @yangsoon in #45
- Fix: example manager and instructions by @semmet95 in #48
- Feature/image state update action by @semmet95 in #49
New Contributors
- @Somefive made their first contribution in #39
- @yangsoon made their first contribution in #43
- @semmet95 made their first contribution in #48
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Feat: add an option to use default instance by @charlie0129 in #9
- Chore: update configuration schema by @charlie0129 in #10
- Chore: fix build by @charlie0129 in #11
- Test: Clean up all test applications after test by @Mcduller in #13
- Test: clean up all test configmaps in action patchk8sobjects by @leil24 in #14
- Test:Add unit test of triggerinstance controller by @Mcduller in #17
- Cancel fetching the event object from informer and fetch it from unique queue by @leil24 in #18
- Refactor: refactor kube-trigger to cue-template-based trigger by @FogDong in #19
- Fix: refactor template to type by @FogDong in #20
- Feat: add event listener crd by @FogDong in #21
- Chore: refactor filter and action with cuex by @FogDong in #22
- Chore: remove trigger instance and support record event by @FogDong in #25
- Chore: optimize build infra by @charlie0129 in #24
- Feat: add create event action for event listener watcher by @FogDong in #26
- Feat: make filter optional in trigger service by @FogDong in #27
- Feat: support multi cluster for source watcher by @FogDong in #28
- Docs: refine readme with new design by @FogDong in #29
- Feat: support cluster gateway for multi cluster by @FogDong in #32
- Feat: add workqueue for list watcher by @FogDong in #30
New Contributors
- @Mcduller made their first contribution in #13
- @leil24 made their first contribution in #14
- @FogDong made their first contribution in #19
Full Changelog: v0.0.1-alpha.2...v0.1.0
v0.0.1-alpha.2
What's Changed
- Docs: refine roadmap by @charlie0129 in #5
- Test: add tests for utils and two actions by @charlie0129 in #6
- Refactor: rename CRs by @charlie0129 in #7
Full Changelog: v0.0.1-alpha.1...v0.0.1-alpha.2
v0.0.1-alpha.1
- New Built-in Actions
bump-application-revision
patch-k8s-object
- New Built-in Filters
cue-validator
- New Built-in Sources
k8s-resource-watcher
- CRDs (
KubeTrigger
andKubeTriggerConfig
)