Skip to content

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

Merged
bobh66 merged 2 commits intomainfrom
renovate/github.com-crossplane-function-sdk-go-0.x
Feb 28, 2026
Merged

fix(deps): update module github.com/crossplane/function-sdk-go to v0.6.0#176
bobh66 merged 2 commits intomainfrom
renovate/github.com-crossplane-function-sdk-go-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2026

This PR contains the following updates:

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

Release Notes

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

v0.6.0

Compare Source

function-sdk-go v0.6.0 is a minor release focusing on Crossplane v2.2 support and compatibility. This SDK is now built on crossplane-runtime v2.2.0 and uses protobufs from Crossplane v2.2.0.

Highlights 🎉

  • Support for advertised capabilities: functions can now check the capabilities that Crossplane advertises as part of the function request. This can be used to tell what features the version of Crossplane that is running in your control plane supports.
  • Support for schema requests: functions can now request the OpenAPI schemas for resource kinds, allowing them to perform validation on resources they are composing.
  • Metrics configuration: You can now configure the metrics server options via WithMetricsServerOpts, which allows passing of custom metrics options #​240

What's Changed

Full Changelog: crossplane/function-sdk-go@v0.5.0...v0.6.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 Feb 20, 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):

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

Details:

Package Change
go 1.24.11 -> 1.25.0
github.com/crossplane/crossplane-runtime/v2 v2.1.0 -> v2.2.0
k8s.io/api v0.34.0 -> v0.35.1
k8s.io/apimachinery v0.34.0 -> v0.35.1
github.com/emicklei/go-restful/v3 v3.12.2 -> v3.13.0
github.com/go-openapi/jsonpointer v0.21.0 -> v0.22.4
github.com/go-openapi/jsonreference v0.21.0 -> v0.21.4
github.com/go-openapi/swag v0.23.0 -> v0.25.4
github.com/google/gnostic-models v0.7.0 -> v0.7.1
github.com/prometheus/client_golang v1.22.0 -> v1.23.2
github.com/prometheus/client_model v0.6.1 -> v0.6.2
github.com/prometheus/common v0.62.0 -> v0.67.5
github.com/prometheus/procfs v0.15.1 -> v0.19.2
github.com/spf13/afero v1.12.0 -> v1.15.0
github.com/spf13/cobra v1.10.1 -> v1.10.2
go.uber.org/zap v1.27.0 -> v1.27.1
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
golang.org/x/mod v0.29.0 -> v0.32.0
golang.org/x/net v0.46.0 -> v0.49.0
golang.org/x/oauth2 v0.30.0 -> v0.34.0
golang.org/x/sync v0.17.0 -> v0.19.0
golang.org/x/sys v0.37.0 -> v0.40.0
golang.org/x/term v0.36.0 -> v0.39.0
golang.org/x/text v0.30.0 -> v0.33.0
golang.org/x/time v0.11.0 -> v0.14.0
golang.org/x/tools v0.38.0 -> v0.41.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20251007200510-49b9836ed3ff -> v0.0.0-20260203192932-546029d2fa20
google.golang.org/grpc v1.75.1 -> v1.78.0
k8s.io/apiextensions-apiserver v0.34.0 -> v0.35.0
k8s.io/client-go v0.34.0 -> v0.35.0
k8s.io/code-generator v0.34.0 -> v0.35.0
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f -> v2.0.0-20251215205346-5ee0d033ba5b
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b -> v0.0.0-20260127142750-a19766b6e2d4
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 -> v0.0.0-20260108192941-914a6e750570
sigs.k8s.io/controller-runtime v0.22.0 -> v0.23.1
sigs.k8s.io/controller-tools v0.18.0 -> v0.20.0
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 -> v6.3.2-0.20260122202528-d9cc6641c482

@renovate
Copy link
Contributor Author

renovate bot commented Feb 28, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@bobh66 bobh66 force-pushed the renovate/github.com-crossplane-function-sdk-go-0.x branch 3 times, most recently from f488274 to 08be975 Compare February 28, 2026 16:36
Signed-off-by: Bob Haddleton <bob.haddleton@nokia.com>
@bobh66 bobh66 force-pushed the renovate/github.com-crossplane-function-sdk-go-0.x branch from 08be975 to c37c437 Compare February 28, 2026 16:40
@bobh66 bobh66 merged commit 1ed7b34 into main Feb 28, 2026
6 checks passed
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.

1 participant