-
Notifications
You must be signed in to change notification settings - Fork 28
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
fix(deps): update module github.com/crossplane/function-sdk-go to v0.4.0 #148
fix(deps): update module github.com/crossplane/function-sdk-go to v0.4.0 #148
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
8b08d01
to
3414cf0
Compare
3414cf0
to
084a10f
Compare
Signed-off-by: Jared Watts <[email protected]>
Signed-off-by: Jared Watts <[email protected]>
Edited/Blocked NotificationRenovate 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sweet, everything is green now after manually:
- bumping the CI versions of go and golangci
- bumping the source code to use v1 of functions
- update unit tests to include new(ish)
Result.Target
field
See commits for details 🤓
This PR contains the following updates:
v0.2.0
->v0.4.0
Release Notes
crossplane/function-sdk-go (github.com/crossplane/function-sdk-go)
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:
What's Changed
294a9d9
by @renovate in https://github.com/crossplane/function-sdk-go/pull/180461ef6c
by @renovate in https://github.com/crossplane/function-sdk-go/pull/183e2b3eaf
by @renovate in https://github.com/crossplane/function-sdk-go/pull/185b9fd7d1
by @renovate in https://github.com/crossplane/function-sdk-go/pull/190df409f7
by @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.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.