Skip to content

fix(deps): update module github.com/crossplane/function-sdk-go to v0.5.0#30

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-crossplane-function-sdk-go-0.x
Open

fix(deps): update module github.com/crossplane/function-sdk-go to v0.5.0#30
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-crossplane-function-sdk-go-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/crossplane/function-sdk-go v0.3.0-rc.0.0.20240521211021-11b59ad46986v0.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.

@renovate
Copy link
Contributor Author

renovate bot commented Sep 19, 2024

ℹ 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):

  • 20 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.0 -> 1.23
github.com/crossplane/crossplane-runtime v1.16.0 -> v1.18.0
google.golang.org/protobuf v1.34.2 -> v1.34.3-0.20240816073751-94ecbc261689
dario.cat/mergo v1.0.0 -> v1.0.1
github.com/antlr4-go/antlr/v4 v4.13.0 -> v4.13.1
github.com/evanphx/json-patch/v5 v5.8.0 -> v5.9.0
github.com/go-json-experiment/json v0.0.0-20231102232822-2e55bd4e08b0 -> v0.0.0-20240815175050-ebd3a8989ca1
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 -> v0.0.0-20240909161429-701f63a606c0
golang.org/x/mod v0.20.0 -> v0.21.0
golang.org/x/net v0.28.0 -> v0.29.0
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.23.0 -> v0.28.0
golang.org/x/term v0.23.0 -> v0.27.0
golang.org/x/text v0.17.0 -> v0.21.0
golang.org/x/tools v0.24.0 -> v0.25.0
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/grpc v1.65.0 -> v1.67.0
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 -> v0.0.0-20240902221715-702e33fdd3c3
sigs.k8s.io/controller-runtime v0.17.0 -> v0.19.0

@renovate renovate bot changed the title Update module github.com/crossplane/function-sdk-go to v0.3.0 Update module github.com/crossplane/function-sdk-go to v0.4.0 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-crossplane-function-sdk-go-0.x branch from 9900988 to f665566 Compare December 16, 2024 21:17
@renovate renovate bot force-pushed the renovate/github.com-crossplane-function-sdk-go-0.x branch from f665566 to a1f130f Compare August 10, 2025 13:48
@renovate renovate bot force-pushed the renovate/github.com-crossplane-function-sdk-go-0.x branch from a1f130f to bc3f396 Compare October 21, 2025 00:34
@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
@renovate renovate bot changed the title Update module github.com/crossplane/function-sdk-go to v0.5.0 fix(deps): update module github.com/crossplane/function-sdk-go to v0.5.0 Dec 15, 2025
@renovate renovate bot force-pushed the renovate/github.com-crossplane-function-sdk-go-0.x branch from bc3f396 to 49a5d90 Compare December 15, 2025 18:45
@renovate
Copy link
Contributor Author

renovate bot commented Feb 2, 2026

ℹ️ 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):

  • 38 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.0 -> 1.24.9
go (toolchain) 1.23.0 -> 1.24.12
github.com/google/cel-go v0.21.0 -> v0.26.1
github.com/google/go-cmp v0.6.0 -> v0.7.0
google.golang.org/protobuf v1.34.2 -> v1.36.10
k8s.io/apimachinery v0.31.0 -> v0.33.0
sigs.k8s.io/controller-tools v0.16.1 -> v0.18.0
dario.cat/mergo v1.0.0 -> v1.0.2
github.com/emicklei/go-restful/v3 v3.11.0 -> v3.12.1
github.com/evanphx/json-patch/v5 v5.8.0 -> v5.9.0
github.com/fatih/color v1.17.0 -> v1.18.0
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/go-json-experiment/json v0.0.0-20231102232822-2e55bd4e08b0 -> v0.0.0-20240815175050-ebd3a8989ca1
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/go-openapi/jsonpointer v0.19.6 -> v0.21.0
github.com/go-openapi/jsonreference v0.20.2 -> v0.21.0
github.com/go-openapi/swag v0.22.4 -> v0.23.0
github.com/gobuffalo/flect v1.0.2 -> v1.0.3
github.com/google/gnostic-models v0.6.8 -> v0.7.0
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 -> v0.0.0-20251009144603-d2f985daa21b
golang.org/x/mod v0.20.0 -> v0.29.0
golang.org/x/net v0.28.0 -> v0.46.0
golang.org/x/oauth2 v0.21.0 -> v0.30.0
golang.org/x/sync v0.8.0 -> v0.17.0
golang.org/x/sys v0.23.0 -> v0.37.0
golang.org/x/term v0.23.0 -> v0.36.0
golang.org/x/text v0.17.0 -> v0.30.0
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 -> v0.0.0-20251007200510-49b9836ed3ff
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 -> v0.0.0-20251007200510-49b9836ed3ff
google.golang.org/grpc v1.65.0 -> v1.75.1
k8s.io/api v0.31.0 -> v0.33.0
k8s.io/apiextensions-apiserver v0.31.0 -> v0.33.0
k8s.io/client-go v0.31.0 -> v0.33.0
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 -> v0.0.0-20250701173324-9bd5c66d9911
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 -> v0.0.0-20251002143259-bc988d571ff4
sigs.k8s.io/controller-runtime v0.17.0 -> v0.19.0
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241014173422-cfa47c3a1cc8
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v4.6.0

@renovate renovate bot force-pushed the renovate/github.com-crossplane-function-sdk-go-0.x branch from 49a5d90 to e5af6d2 Compare February 2, 2026 21:28
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