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 #24

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/crossplane/function-sdk-go v0.1.0 -> 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

v0.2.0

Compare Source

Notable Changes

See the composition functions documentation for a brief explanation of how to request that Crossplane supply extra resources. The design document provides additional detail. Functions that request extra resources require Crossplane v1.15 or newer.

What's Changed

Full Changelog: crossplane/function-sdk-go@v0.1.0...v0.2.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.

@renovate renovate bot force-pushed the renovate/github.51.al-crossplane-function-sdk-go-0.x branch from c16f082 to f19f59f Compare September 19, 2024 01:26
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):

  • 25 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.3 -> 1.23.1
github.com/crossplane/crossplane-runtime v1.14.1 -> v1.17.0
google.golang.org/protobuf v1.34.2 -> v1.34.3-0.20240816073751-94ecbc261689
k8s.io/api v0.28.3 -> v0.30.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/evanphx/json-patch/v5 v5.6.0 -> v5.9.0
github.com/go-json-experiment/json v0.0.0-20231013223334-54c864be5b8d -> v0.0.0-20240815175050-ebd3a8989ca1
github.com/go-logr/logr v1.3.0 -> v1.4.2
github.com/go-logr/zapr v1.2.4 -> v1.3.0
github.com/go-openapi/swag v0.22.3 -> v0.22.4
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/google/uuid v1.3.1 -> v1.6.0
github.com/spf13/afero v1.10.0 -> v1.11.0
go.uber.org/zap v1.26.0 -> v1.27.0
golang.org/x/net v0.17.0 -> v0.29.0
golang.org/x/oauth2 v0.11.0 -> v0.21.0
golang.org/x/sys v0.13.0 -> v0.25.0
golang.org/x/term v0.13.0 -> v0.24.0
golang.org/x/text v0.13.0 -> v0.18.0
golang.org/x/time v0.3.0 -> v0.5.0
k8s.io/apimachinery v0.28.3 -> v0.30.0
k8s.io/client-go v0.28.3 -> v0.30.0
k8s.io/klog/v2 v2.100.1 -> v2.130.1
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 -> v0.0.0-20240228011516-70dd3763d340
k8s.io/utils v0.0.0-20230726121419-3b25d923346b -> v0.0.0-20240902221715-702e33fdd3c3
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 -> v4.4.1

@renovate renovate bot changed the title Update module github.com/crossplane/function-sdk-go to v0.2.0 Update module github.com/crossplane/function-sdk-go to v0.3.0 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/github.51.al-crossplane-function-sdk-go-0.x branch 2 times, most recently from 0f54de4 to 55847a6 Compare September 19, 2024 22:21
@renovate renovate bot force-pushed the renovate/github.51.al-crossplane-function-sdk-go-0.x branch from 55847a6 to 7c3525b Compare September 19, 2024 22:34
@negz negz mentioned this pull request Sep 19, 2024
2 tasks
@negz negz closed this in #38 Sep 19, 2024
@renovate renovate bot deleted the renovate/github.51.al-crossplane-function-sdk-go-0.x branch September 19, 2024 23:23
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