Releases: crossplane-contrib/function-dummy
Releases · crossplane-contrib/function-dummy
v0.4.1
This release is identical to v0.4.0, but it's built with a newer version of crossplane xpkg build that supports setting a package's capabilities, so this build can be used as an operation function as well as a composition . This is a follow-up to #42.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.0
What's Changed
- Add package metadata annotations by @negz in #19
- Update dependency ubuntu to v24 by @renovate in #35
- Update actions/setup-go action to v5 by @renovate in #23
- Update GitHub Artifact Actions to v4 (major) by @renovate in #29
- Update module github.com/alecthomas/kong to v0.9.0 by @renovate in #31
- Bring this function-dummy project into compliance by @jbw976 in #41
New Contributors
Full Changelog: v0.2.1...v0.3.0
v0.2.1
This release only adds package metadata annotations it is functionally identical to v0.2.0.
You can install this release using the following manifest:
apiVersion: pkg.crossplane.io/v1beta1
kind: Function
metadata:
name: function-dummy
spec:
package: xpkg.upbound.io/crossplane-contrib/function-dummy:v0.2.1v0.2.0
The first release of function-dummy 🎉 1
This composition function returns whatever you tell it to. 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-dummy
spec:
package: xpkg.upbound.io/crossplane-contrib/function-dummy:v0.2.0-
We used v0.1.x during development, so we're releasing at 0.2.0. ↩