Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/crossplane/function-sdk-go to v0.3.0 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/crossplane/function-sdk-go v0.3.0-rc.0.0.20240628013706-bc16c875629d -> v0.3.0 age adoption passing confidence

Release Notes

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

v0.3.0

Compare Source

Breaking Changes

Crossplane promoted composition functions to a generally available (GA) feature in v1.17. As part of promoting composition functions to GA, it introduced a new v1 RPC package.

This function-sdk-go release uses the new v1 RPC package. Functions must update to the new v1 RPCs. The new v1 RPCs are identical to the v1beta1 RPCs, so migration should be a simple case of finding and replacing v1beta1 imports with v1 imports.

Functions built using this SDK will transparently continue to support older versions of Crossplane (v1.16 and earlier) that send v1beta1 requests. function.Serve implements a translation layer that serves v1beta1 requests by converting them to v1.

While composition functions as a feature is generally available, and Crossplane won't make breaking changes function RPCs, this SDK is still in beta. The SDK abstractions that build on the composition function RPCs continue to be subject to breaking changes until this SDK reaches v1.0.

Notable Changes

What's Changed

New Contributors

Full Changelog: crossplane/function-sdk-go@v0.2.0...v0.3.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 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):

  • 17 additional dependencies were updated

Details:

Package Change
google.golang.org/protobuf v1.34.2 -> v1.34.3-0.20240816073751-94ecbc261689
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/fatih/color v1.16.0 -> v1.17.0
github.com/go-json-experiment/json v0.0.0-20231102232822-2e55bd4e08b0 -> v0.0.0-20240815175050-ebd3a8989ca1
github.com/go-openapi/swag v0.22.3 -> v0.22.4
github.com/spf13/cobra v1.8.0 -> v1.8.1
golang.org/x/mod v0.17.0 -> v0.21.0
golang.org/x/net v0.24.0 -> v0.29.0
golang.org/x/oauth2 v0.17.0 -> v0.21.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/sys v0.19.0 -> v0.25.0
golang.org/x/term v0.19.0 -> v0.24.0
golang.org/x/text v0.14.0 -> v0.18.0
golang.org/x/tools v0.20.0 -> v0.25.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/grpc v1.63.2 -> v1.66.2
k8s.io/klog/v2 v2.120.1 -> v2.130.1

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