Skip to content

Releases: crossplane-contrib/function-auto-ready

v0.6.0

05 Dec 17:00
3d9a42a

Choose a tag to compare

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

Full Changelog: v0.5.2...v0.6.0

v0.5.2

13 Nov 19:42
4547cdf

Choose a tag to compare

This release updates go mod dependencies to fix the following CVEs:

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

02 Oct 12:00
c74fa72

Choose a tag to compare

This release updates go mod dependencies to fix the following CVEs:

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

12 May 17:58
3c5d9c1

Choose a tag to compare

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

Full Changelog: v0.4.2...v0.5.0

v0.4.2

24 Feb 18:54
dbc8419

Choose a tag to compare

What's Changed

  • [release-0.4] Update Go version and enable pushing to ghcr.io in CI by @turkenf in #61

Full Changelog: v0.4.1...v0.4.2

v0.4.1

28 Jan 10:54
4288ed9

Choose a tag to compare

What's Changed

  • Update module golang.org/x/net to v0.33.0 release-0.4 [SECURITY] by @turkenf in #51

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 Dec 02:21
903d8e1

Choose a tag to compare

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

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

v0.3.0

19 Sep 23:25
abca397

Choose a tag to compare

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

What'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

03 Nov 02:54
514e50b

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-auto-ready
spec:
  package: xpkg.upbound.io/crossplane-contrib/function-auto-ready:v0.2.1

v0.2.0

02 Nov 23:29
ee1bf92

Choose a tag to compare

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