Skip to content

Releases: stevendborrelli/function-conditional-patch-and-transform

v0.4.0

30 Nov 23:10
Compare
Choose a tag to compare

Function-conditional-patch-and-transform is a fork of https://github.com/crossplane-contrib/function-patch-and-transform with the additional feature of being able to conditionally run the function or render each resource in a Composition.

version v0.4.0:

  • includes the upstream fix for patch ordering from PR crossplane-contrib#55.
  • Synchronized with upstream as of 11/30

To use this version, install the following manifest:

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.4.0

What's Changed

]* update readme by @stevendborrelli in #6

Full Changelog: v0.3.0...v0.4.0

v0.3.0

15 Nov 01:55
Compare
Choose a tag to compare

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