Releases: crossplane-contrib/function-auto-ready
v0.6.0
What's Changed
- Update module github.com/crossplane/crossplane-runtime to v1.20.0 by @renovate[bot] in #56
- Update module github.com/alecthomas/kong to v1.12.0 by @renovate[bot] in #45
- add spec.capabilities by @jastang in #127
- [main]: Update go.mod dependencies [SECURITY] by @upbound-bot in #155
- fix(owners): set correct mail-address by @haarchri in #157
- Add resource-specific health checks for standard Kubernetes resources by @kaessert in #160
- [main]: Update go.mod dependencies [SECURITY] by @upbound-bot in #162
New Contributors
- @jastang made their first contribution in #127
- @haarchri made their first contribution in #157
- @kaessert made their first contribution in #160
Full Changelog: v0.5.2...v0.6.0
v0.5.2
This release updates go mod dependencies to fix the following CVEs:
- CVE-2025-61723
- CVE-2025-61725
- CVE-2025-58186
- CVE-2025-61724
- CVE-2025-47912
- CVE-2025-58188
- CVE-2025-58189
- CVE-2025-58185
- CVE-2025-58187
- CVE-2025-58183
What's Changed
- [release-0.5]: Update go.mod dependencies [SECURITY] by @upbound-bot in #159
Full Changelog: v0.5.1...v0.5.2
v0.5.1
This release updates go mod dependencies to fix the following CVEs:
What's Changed
- [release-0.5]: Update go.mod dependencies [SECURITY] by @upbound-bot in #154
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Update module golang.org/x/net to v0.33.0 main [SECURITY] by @turkenf in #52
- Update Go version and enable pushing to ghcr.io in CI by @turkenf in #60
- Feature/configure max recv message size by @vibe in #47
- fix legacy ci by @stevendborrelli in #96
- Update go mod dependencies [Security] by @turkenf in #110
New Contributors
- @vibe made their first contribution in #47
- @stevendborrelli made their first contribution in #96
Full Changelog: v0.4.2...v0.5.0
v0.4.2
v0.4.1
v0.4.0
What's Changed
- Use distroless/static image instead of distroless/base since glibc is not used by @vilmosmartinek in #49
- Update module github.com/crossplane/function-sdk-go to v0.4.0 by @renovate in #50
New Contributors
- @vilmosmartinek made their first contribution in #49
Full Changelog: v0.3.0...v0.4.0
v0.3.0
This release updates the function to use the new v1 function RPCs introduced with Crossplane v1.17.
This version is backward compatible with Crossplane v1.16 and earlier, that use v1beta1 function RPCs.
You can install this release using the following manifest:
apiVersion: pkg.crossplane.io/v1
kind: Function
metadata:
name: function-auto-ready
spec:
package: xpkg.upbound.io/crossplane-contrib/function-auto-ready:v0.3.0What's Changed
- Add package metadata by @negz in #14
- Update actions/setup-go action to v5 by @renovate in #18
- Update module google.golang.org/protobuf to v1.34.2 by @renovate in #21
- Update golangci/golangci-lint-action action to v6 by @renovate in #30
- Update docker/build-push-action action to v6 by @renovate in #31
- Update module github.com/alecthomas/kong to v0.9.0 by @renovate in #26
- Update module github.com/alecthomas/kong to v1 by @renovate in #37
- Bump function-sdk-go to v0.3.0 by @negz in #38
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-auto-ready
spec:
package: xpkg.upbound.io/crossplane-contrib/function-auto-ready:v0.2.1v0.2.0
The first release of function-auto-ready 🎉 1
This composition function automatically detects composed resources that are ready. 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-auto-ready
spec:
package: xpkg.upbound.io/crossplane-contrib/function-auto-ready:v0.2.0-
We used v0.1.x during development, so we're releasing at 0.2.0. ↩