- 
                Notifications
    
You must be signed in to change notification settings  - Fork 5
 
fix(deps): update module github.com/crossplane/function-sdk-go to v0.5.0 #40
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
base: main
Are you sure you want to change the base?
Conversation
          ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the  
 Details: 
  | 
    
9c29f3d    to
    fdd8daf      
    Compare
  
    fdd8daf    to
    d5d1e21      
    Compare
  
    d5d1e21    to
    c668629      
    Compare
  
    903fd76    to
    7198326      
    Compare
  
    
          
 | 
    
7198326    to
    b54f85e      
    Compare
  
    b54f85e    to
    2eb9574      
    Compare
  
    
This PR contains the following updates:
v0.2.0->v0.5.0Release Notes
crossplane/function-sdk-go (github.com/crossplane/function-sdk-go)
v0.5.0Compare Source
function-sdk-go
v0.5.0is a minor release focusing on Crossplane v2 support and compatibility. This SDK is now built oncrossplane-runtimev2.0.0. This release also includes a number of community driven contributions for new features and functionality.Highlights 🎉
crossplane-runtimev2 #226SetDesiredCompositeResource()now sets the composite ready state as part of the function response #218provider-awstypes, simplifying the dependency and enabling usage of this SDK by a broader range of functions #224What's Changed
5a3ec84by @renovate[bot] in #19911bd719- autoclosed by @renovate[bot] in #200d35c59aby @renovate[bot] in #21008eba0bby @renovate[bot] in #2274221315by @renovate[bot] in #230f28e40cby @renovate[bot] in #2285e57cd1by @renovate[bot] in #217bc988d5by @renovate[bot] in #188New Contributors
Full Changelog: crossplane/function-sdk-go@v0.4.0...v0.5.0
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 #180461ef6cby @renovate in #183e2b3eafby @renovate in #185b9fd7d1by @renovate in #190df409f7by @renovate in #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 #968450866by @renovate in #1220c45773by @renovate in #135a5ac7e5by @renovate in #1410a12ed9by @renovate in #142429e197by @renovate in #118692973eby @renovate in #1569780b0cby @renovate in #158e28ff12- autoclosed by @renovate in #1578214744by @renovate in #163702e33fby @renovate in #166ebd3a89by @renovate in #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.