Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/crossplane/function-sdk-go v0.3.0 -> v0.5.0 age confidence

Release Notes

crossplane/function-sdk-go (github.com/crossplane/function-sdk-go)

v0.5.0

Compare Source

function-sdk-go v0.5.0 is a minor release focusing on Crossplane v2 support and compatibility. This SDK is now built on crossplane-runtime v2.0.0. This release also includes a number of community driven contributions for new features and functionality.

Highlights 🎉

  • Support for Operation functions, a key feature of Crossplane v2 #​212
  • Support for crossplane-runtime v2 #​226
  • Expose prometheus metrics for function request duration, count, size, and error rates #​229
  • Implement a health server #​208 - optionally include a health server in your functions that can be used as a gRPC liveness probe
  • SetDesiredCompositeResource() now sets the composite ready state as part of the function response #​218
  • Test functions no longer rely on provider-aws types, simplifying the dependency and enabling usage of this SDK by a broader range of functions #​224

What's Changed

New Contributors

Full Changelog: crossplane/function-sdk-go@v0.4.0...v0.5.0

v0.4.0

Compare Source

v0.4.0 is a minor release scoped to important dependency updates and minor changes to integrate them. This SDK is now compatible with crossplane-runtime v1.18.0. Thank you @​BigGold1310 for this contribution!

The most notable dependency updates are listed below:

  • Update module golang.org/x/crypto to v0.31.0 [SECURITY] #​198
  • Update module github.com/quic-go/quic-go to v0.48.2 [SECURITY] #​197
  • Update crossplane-runtime to 1.18 #​196

What's Changed

New Contributors

Full Changelog: crossplane/function-sdk-go@v0.3.0...v0.4.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jul 16, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated

Details:

Package Change
github.com/crossplane/crossplane-runtime v1.17.0 -> v1.18.0
dario.cat/mergo v1.0.0 -> v1.0.1
golang.org/x/oauth2 v0.21.0 -> v0.22.0
golang.org/x/sync v0.8.0 -> v0.10.0
golang.org/x/sys v0.25.0 -> v0.28.0
golang.org/x/term v0.24.0 -> v0.27.0
golang.org/x/text v0.18.0 -> v0.21.0
google.golang.org/grpc v1.66.2 -> v1.67.0
sigs.k8s.io/controller-runtime v0.18.2 -> v0.19.0

@renovate renovate bot force-pushed the renovate/github.com-crossplane-function-sdk-go-0.x branch from 1cfd9bf to 6999dac Compare October 21, 2025 00:52
@renovate renovate bot changed the title Update module github.com/crossplane/function-sdk-go to v0.4.0 Update module github.com/crossplane/function-sdk-go to v0.5.0 Oct 21, 2025
Copy link
Contributor Author

renovate bot commented Oct 21, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: module github.com/crossplane/[email protected] requires go >= 1.24.9; switching to go1.24.9
go: downloading go1.24.9 (linux/amd64)
go: download go1.24.9: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants