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.4.0 #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.4.0 age adoption passing confidence

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:

  • Update module golang.org/x/crypto to v0.31.0 [SECURITY] #​198
  • Update module github.com/quic-go/quic-go to v0.48.2 [SECURITY] #​197
  • Update crossplane-runtime to 1.18 #​196

What's Changed

New 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

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 requested a review from a team as a code owner February 22, 2024 00:30
@renovate renovate bot added dependencies renovate This is an automated PR by RenovateBot labels Feb 22, 2024
@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.com-crossplane-function-sdk-go-0.x branch from 58d524a to b8935ce Compare September 19, 2024 01:58
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):

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

Details:

Package Change
go 1.21.1 -> 1.23.1
github.com/crossplane/crossplane-runtime v1.14.3 -> v1.17.0
google.golang.org/protobuf v1.32.0 -> v1.34.3-0.20240816073751-94ecbc261689
k8s.io/api v0.29.1 -> v0.30.0
k8s.io/apimachinery v0.29.1 -> v0.30.0
sigs.k8s.io/controller-runtime v0.17.0 -> v0.18.2
sigs.k8s.io/controller-tools v0.13.0 -> v0.14.0
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/evanphx/json-patch/v5 v5.8.1 -> v5.9.0
github.com/fatih/color v1.16.0 -> v1.17.0
github.com/go-json-experiment/json v0.0.0-20231102232822-2e55bd4e08b0 -> v0.0.0-20240815175050-ebd3a8989ca1
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/prometheus/client_golang v1.18.0 -> v1.19.1
github.com/prometheus/client_model v0.5.0 -> v0.6.1
github.com/prometheus/common v0.46.0 -> v0.48.0
github.com/spf13/cobra v1.8.0 -> v1.8.1
go.uber.org/zap v1.26.0 -> v1.27.0
golang.org/x/crypto v0.18.0 -> v0.27.0
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a -> v0.0.0-20240909161429-701f63a606c0
golang.org/x/mod v0.14.0 -> v0.21.0
golang.org/x/net v0.20.0 -> v0.29.0
golang.org/x/oauth2 v0.16.0 -> v0.21.0
golang.org/x/sys v0.16.0 -> v0.25.0
golang.org/x/term v0.16.0 -> v0.24.0
golang.org/x/text v0.14.0 -> v0.18.0
golang.org/x/tools v0.17.0 -> v0.25.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/grpc v1.61.0 -> v1.66.2
k8s.io/apiextensions-apiserver v0.29.1 -> v0.30.0
k8s.io/component-base v0.29.1 -> v0.30.0
k8s.io/klog/v2 v2.120.1 -> v2.130.1
k8s.io/kube-openapi v0.0.0-20240117194847-208609032b15 -> v0.0.0-20240228011516-70dd3763d340
k8s.io/utils v0.0.0-20240102154912-e7106e64919e -> v0.0.0-20240902221715-702e33fdd3c3

@renovate renovate bot force-pushed the renovate/github.com-crossplane-function-sdk-go-0.x branch from b8935ce to a1c88d9 Compare December 16, 2024 23:44
@renovate renovate bot changed the title Update module github.com/crossplane/function-sdk-go to v0.3.0 Update module github.com/crossplane/function-sdk-go to v0.4.0 Dec 16, 2024
Copy link
Contributor Author

renovate bot commented Dec 16, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/aws/aws-sdk-go-v2 v1.24.1
go: downloading github.com/aws/aws-sdk-go-v2/service/autoscaling v1.36.7
go: downloading github.com/aws/aws-sdk-go-v2/service/ec2 v1.145.0
go: downloading github.com/aws/aws-sdk-go-v2/service/eks v1.37.1
go: downloading github.com/crossplane/crossplane-runtime v1.18.0
go: downloading github.com/crossplane/function-sdk-go v0.4.0
go: downloading k8s.io/api v0.31.0
go: downloading k8s.io/apimachinery v0.31.0
go: downloading sigs.k8s.io/controller-runtime v0.19.0
go: downloading google.golang.org/protobuf v1.34.3-0.20240816073751-94ecbc261689
go: downloading github.com/aws/smithy-go v1.19.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10
go: downloading github.com/go-logr/logr v1.4.2
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading google.golang.org/grpc v1.67.0
go: downloading go.uber.org/zap v1.27.0
go: downloading k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3
go: downloading k8s.io/apiextensions-apiserver v0.31.0
go: downloading k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
go: downloading github.com/go-json-experiment/json v0.0.0-20240815175050-ebd3a8989ca1
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10
go: downloading golang.org/x/net v0.29.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1
go: downloading github.com/evanphx/json-patch/v5 v5.9.0
go: downloading k8s.io/component-base v0.31.0
go: downloading golang.org/x/sys v0.28.0
go: downloading dario.cat/mergo v1.0.1
go: downloading github.com/fxamacker/cbor/v2 v2.7.0
go: downloading github.com/prometheus/client_golang v1.19.1
go: downloading golang.org/x/crypto v0.31.0
go: downloading golang.org/x/term v0.27.0
go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
go: downloading golang.org/x/oauth2 v0.22.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading sigs.k8s.io/controller-tools v0.16.0
go: downloading golang.org/x/text v0.21.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.55.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/gobuffalo/flect v1.0.2
go: downloading golang.org/x/tools v0.25.0
go: downloading github.com/fatih/color v1.17.0
go: downloading golang.org/x/sync v0.10.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading golang.org/x/mod v0.21.0
go: downloading k8s.io/api v0.32.0
go: github.com/giantswarm/crossplane-fn-describe-nodegroups imports
	github.com/giantswarm/xfnlib/pkg/auth/aws imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/resource/v1alpha2: cannot find module providing package k8s.io/api/resource/v1alpha2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies renovate This is an automated PR by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants