Skip to content

v0.3.0

Compare
Choose a tag to compare
@stevendborrelli stevendborrelli released this 15 Nov 01:55
· 19 commits to main since this release

This is the first release that is a fork of the upstream patch and transform. It supports conditionals at the Function invocation level and for each individual resource.

See the examples directory for different types of conditionals.

This function requires a minimum of Crossplane 1.14. Install via a Crossplane package:

apiVersion: pkg.crossplane.io/v1beta1
kind: Function
metadata:
  name: function-conditional-patch-and-transform
spec:
  package: xpkg.upbound.io/borrelli-org/function-conditional-patch-and-transform:v0.3.0

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0