Skip to content

Releases: crossplane-contrib/function-sequencer

v0.2.2

10 Dec 09:15
2e3a050
Compare
Choose a tag to compare

What's Changed

  • Backport delete all elements matching regex to release 0.2 by @dukanto in #37

Full Changelog: v0.2.1...v0.2.2

v0.2.1

26 Nov 16:43
4ca0f46
Compare
Choose a tag to compare

What's Changed

  • Backport strict regex to release 0.2 by @dukanto in #32

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Nov 11:17
3b7c54d
Compare
Choose a tag to compare

What's Changed

  • Rename group of the Input CRD from template to sequencer by @turkenh in #10
  • Add metadata for function definition by @turkenh in #14
  • tests: add unit for core functionality by @dukanto in #25
  • chore(deps): update docker/build-push-action action to v6 by @renovate in #21
  • chore(deps): update golangci/golangci-lint-action action to v6 by @renovate in #19
  • chore(deps): update examples by @renovate in #15
  • fix(deps): update module github.com/alecthomas/kong to v0.9.0 by @renovate in #13
  • chore(deps): update dependency ubuntu to v24 by @renovate in #26
  • Feature/add regex support by @dukanto in #28

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.2

15 Mar 07:15
cb76923
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.1] Add metadata for function definition by @turkenh in #16

Full Changelog: v0.1.1...v0.1.2

v0.1.1

29 Feb 17:10
af9a4c6
Compare
Choose a tag to compare

What's Changed

  • Rename group of the Input CRD from template to sequencer by @turkenh in #11

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

v0.1.0

27 Feb 18:17
98696eb
Compare
Choose a tag to compare

First release with minimal functionality.

To install:

apiVersion: pkg.crossplane.io/v1beta1
kind: Function
metadata:
  name: function-sequencer
spec:
  package: xpkg.upbound.io/crossplane-contrib/function-sequencer:v0.1.0