fix(deps): update module github.com/crossplane/function-sdk-go to v0.3.0 #148
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.2.0
->v0.3.0
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
2e55bd4
by @renovate in https://github.com/crossplane/function-sdk-go/pull/968450866
by @renovate in https://github.com/crossplane/function-sdk-go/pull/1220c45773
by @renovate in https://github.com/crossplane/function-sdk-go/pull/135a5ac7e5
by @renovate in https://github.com/crossplane/function-sdk-go/pull/1410a12ed9
by @renovate in https://github.com/crossplane/function-sdk-go/pull/142429e197
by @renovate in https://github.com/crossplane/function-sdk-go/pull/118692973e
by @renovate in https://github.com/crossplane/function-sdk-go/pull/1569780b0c
by @renovate in https://github.com/crossplane/function-sdk-go/pull/158e28ff12
- autoclosed by @renovate in https://github.com/crossplane/function-sdk-go/pull/1578214744
by @renovate in https://github.com/crossplane/function-sdk-go/pull/163702e33f
by @renovate in https://github.com/crossplane/function-sdk-go/pull/166ebd3a89
by @renovate in https://github.com/crossplane/function-sdk-go/pull/165New 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.
This PR was generated by Mend Renovate. View the repository job log.