Skip to content

Releases: crossplane-contrib/function-cel-filter

v0.2.0

22 Mar 22:28
c8a0281

Choose a tag to compare

What's Changed

  • Improve example CEL expression in documentation by @aerfio in #23
  • Bump function-sdk-go and various dependencies thereof by @negz in #36
  • Bump controller-tools by @negz in #38
  • Add OWNERS.md and CODEOWNERS by @bobh66 in #54
  • Fix CI pipline and lint errors by @bobh66 in #55
  • pkg: switch Function package APIs from v1beta1 to v1 by @haarchri in #68
  • Update function-sdk-go to 0.5.0 by @bobh66 in #66
  • Lots of renovate dependency updates and CVE remediations.

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

29 Feb 22:56
1578d81

Choose a tag to compare

Notable Changes

This release is functionally identical with v0.1.0. It only adds package metadata.

What's Changed

  • Add minimal documentation on expressions by @negz in #5
  • Add package metadata by @negz in #6

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

v0.1.0

29 Feb 02:15
39a9458

Choose a tag to compare

The first release of function-cel-filter. 🎉

This composition function filters matching composed resources using CEL expressions.

You can install this function using the following manifest:

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