Skip to content

Releases: kubevela/kube-trigger

v0.1.1

21 Jun 09:10
ac10e57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

13 Feb 04:13
dc212d7
Compare
Choose a tag to compare

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

Full Changelog: v0.0.1-alpha.2...v0.1.0

v0.0.1-alpha.2

30 Aug 04:30
17b2689
Compare
Choose a tag to compare
v0.0.1-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.1-alpha.1...v0.0.1-alpha.2

v0.0.1-alpha.1

21 Aug 15:23
Compare
Choose a tag to compare
v0.0.1-alpha.1 Pre-release
Pre-release
  • 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 and KubeTriggerConfig)