Releases: stevendborrelli/function-conditional-patch-and-transform
Releases · stevendborrelli/function-conditional-patch-and-transform
v0.4.0
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
- Patch ordering by @stevendborrelli in #7
Full Changelog: v0.3.0...v0.4.0
v0.3.0
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
- Adds conditional to the resources by @jcooklin in #1
- Add Conditionals via CEL, change name of repo by @stevendborrelli in #2
- change fields from condition/expression to condition by @stevendborrelli in #3
- initial push workflow by @stevendborrelli in #4
New Contributors
Full Changelog: v0.2.0...v0.3.0