This repository was archived by the owner on Jun 3, 2025. It is now read-only.
Update module github.com/crossplane/function-sdk-go to v0.4.0 #40
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.4.0Release Notes
crossplane/function-sdk-go (github.com/crossplane/function-sdk-go)
v0.4.0Compare 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-runtimev1.18.0. Thank you @BigGold1310 for this contribution!The most notable dependency updates are listed below:
What's Changed
294a9d9by @renovate in https://github.com/crossplane/function-sdk-go/pull/180461ef6cby @renovate in https://github.com/crossplane/function-sdk-go/pull/183e2b3eafby @renovate in https://github.com/crossplane/function-sdk-go/pull/185b9fd7d1by @renovate in https://github.com/crossplane/function-sdk-go/pull/190df409f7by @renovate in https://github.com/crossplane/function-sdk-go/pull/193New Contributors
Full Changelog: crossplane/function-sdk-go@v0.3.0...v0.4.0
v0.3.0Compare 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.Serveimplements 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
2e55bd4by @renovate in https://github.com/crossplane/function-sdk-go/pull/968450866by @renovate in https://github.com/crossplane/function-sdk-go/pull/1220c45773by @renovate in https://github.com/crossplane/function-sdk-go/pull/135a5ac7e5by @renovate in https://github.com/crossplane/function-sdk-go/pull/1410a12ed9by @renovate in https://github.com/crossplane/function-sdk-go/pull/142429e197by @renovate in https://github.com/crossplane/function-sdk-go/pull/118692973eby @renovate in https://github.com/crossplane/function-sdk-go/pull/1569780b0cby @renovate in https://github.com/crossplane/function-sdk-go/pull/158e28ff12- autoclosed by @renovate in https://github.com/crossplane/function-sdk-go/pull/1578214744by @renovate in https://github.com/crossplane/function-sdk-go/pull/163702e33fby @renovate in https://github.com/crossplane/function-sdk-go/pull/166ebd3a89by @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.