Skip to content

Releases: crossplane-contrib/function-dummy

v0.4.1

15 Jul 18:05
2c26523

Choose a tag to compare

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

15 Jul 00:14
2c26523

Choose a tag to compare

What's Changed

  • Add support for operation function output by @negz in #42
  • fix(deps): update module github.com/alecthomas/kong to v1 by @renovate[bot] in #40
  • chore(deps): update docker/login-action action to v3.4.0 by @renovate[bot] in #43

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

v0.3.0

30 May 15:26
dfbad16

Choose a tag to compare

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

03 Nov 03:03
cb4379d

Choose a tag to compare

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

v0.2.0

02 Nov 23:32
f1bffda

Choose a tag to compare

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
  1. We used v0.1.x during development, so we're releasing at 0.2.0.