Skip to content

Releases: crossplane-contrib/function-go-templating

v0.2.0

02 Nov 23:26
7bdd034
Compare
Choose a tag to compare

The first release of function-go-templating 🎉 1

This composition function allows you to compose Crossplane resources using Go templates. If you've written a Helm chart before, using this function will be a familiar experience. See the README for more details.

You can install this function using the following manifest:

apiVersion: pkg.crossplane.io/v1beta1
kind: Function
metadata:
  name: function-go-templating
spec:
  package: xpkg.upbound.io/crossplane-contrib/function-go-templating:v0.2.0
  1. We used v0.1.x during development, so we're releasing at 0.2.0.