v0.5.0 brings several notable improvements:
- Support for the new function response cache in Crossplane 1.20, reducing the number of times the function is invoked.
- Addition of a
fieldRefthat can have a default value or an empty string - Better error reporting when a shell command returns an error
What's Changed
- Update example with function package by @stevendborrelli in #64
- Update docker/login-action action to v3.5.0 by @renovate[bot] in #66
- Update dependency go to v1.24.6 by @renovate[bot] in #58
- Update module github.com/crossplane/crossplane-runtime to v1.20.0 by @renovate[bot] in #53
- Update module google.golang.org/protobuf to v1.36.7 by @renovate[bot] in #68
- Update actions/download-artifact action to v5 by @renovate[bot] in #67
- Update module github.com/alecthomas/kong to v1.12.1 by @renovate[bot] in #63
- Add fieldRef by @stevendborrelli in #74
- Add TTL support for function caching by @stevendborrelli in #70
- Update module google.golang.org/protobuf to v1.36.8 by @renovate[bot] in #77
- Update actions/checkout action to v4.3.0 by @renovate[bot] in #71
- Update module k8s.io/apimachinery to v0.33.4 by @renovate[bot] in #5
- Capture
stdoutandstderreven ifcmd.Runfails by @stevendborrelli in #78 - Capture
stdoutandstderreven ifcmd.Runfails by @mproffitt in #34 - Update files for v0.5.0 release by @stevendborrelli in #79
New Contributors
- @mproffitt made their first contribution in #34
Full Changelog: v0.4.1...v0.5.0