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/crossplane-runtime to v0.21.0-rc.0 - autoclosed #92

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/crossplane/crossplane-runtime v0.15.1-0.20211029211307-c72bcdd922eb -> v0.21.0-rc.0 age adoption passing confidence

Release Notes

crossplane/crossplane-runtime (github.com/crossplane/crossplane-runtime)

v0.21.0-rc.0

Compare Source

v0.20.1

Compare Source

What's Changed

Full Changelog: crossplane/crossplane-runtime@v0.20.0...v0.20.1

v0.20.0

Compare Source

This is a regular release of crossplane-runtime ahead of the Crossplane core v1.13.0 release. The main focus of features and commits in this release are for:

  • Management policies alpha feature
  • Support for float pointer references
  • Adding fuzz security tests
  • Deprecating in-tree Secret Store Vault
  • Configuring Renovate
  • Adding a multi error helper and many bug fixes and improvements

Many of these have been consumed in core Crossplane and providers as we didnt pin the dependency of crossplane-runtime for a while, but will be consumed from this official release going forward in Crossplane v1.13.0 and further provider versions.

NOTE Providers should take care if they consumed a version of the Management Policy alpha feature (ObserveOnly) from https://github.com/crossplane/crossplane-runtime/pull/384 as it had a breaking change in https://github.com/crossplane/crossplane-runtime/pull/456

What's Changed

New Contributors

Full Changelog: crossplane/crossplane-runtime@v0.19.2...v0.20.0

v0.20.0-rc.0

Compare Source

v0.19.3

Compare Source

What's Changed

Full Changelog: crossplane/crossplane-runtime@v0.19.2...v0.19.3

v0.19.2

Compare Source

Security

Addresses a vulnerability in the fieldpath package.

What's Changed

Full Changelog: crossplane/crossplane-runtime@v0.19.1...v0.19.2

v0.19.1

Compare Source

v0.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: crossplane/crossplane-runtime@v0.18.0...v0.19.0

v0.19.0-rc.0

Compare Source

v0.18.0

Compare Source

The v0.18 release branch and tag was actually created on September 22, 2022. We forgot to make a GitHub release at the time, so here one is for posterity.

What's Changed

New Contributors

Full Changelog: crossplane/crossplane-runtime@v0.17.0...v0.18.0

v0.18.0-rc.0

Compare Source

v0.17.1

Compare Source

v0.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: crossplane/crossplane-runtime@v0.16.0...v0.17.0

v0.17.0-rc.0

Compare Source

v0.16.1

Compare Source

Security

Addresses a vulnerability in the fieldpath package.

What's Changed

Full Changelog: crossplane/crossplane-runtime@v0.16.0...v0.16.1

v0.16.0

Compare Source

This is a regular release of crossplane-runtime ahead of the Crossplane v0.18.0 release. The main focus of features and commits in this release are for support of external secret stores, webhooks, and exposing configuration options for controllers. These have already been consumed in core Crossplane as pre-release, but will be consumed from this official release going forward in v0.18.0.

What's Changed

New Contributors

Full Changelog: crossplane/crossplane-runtime@v0.15.0...v0.16.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 added the dependency Depedency update label Jan 28, 2024
Copy link
Contributor Author

renovate bot commented Jan 28, 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: downloading code.cloudfoundry.org/lager v2.0.0+incompatible
go: downloading github.com/gorilla/mux v1.8.0
go: downloading k8s.io/client-go v0.27.3
go: downloading github.com/pascaldekloe/jwt v1.10.0
go: downloading github.com/prometheus/client_golang v1.15.1
go: downloading github.com/stretchr/testify v1.8.4
go: downloading github.com/crossplane/crossplane-runtime v0.21.0-rc.0
go: downloading github.com/pivotal-cf/brokerapi/v8 v8.2.1
go: downloading k8s.io/api v0.27.3
go: downloading k8s.io/apimachinery v0.27.3
go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106
go: downloading github.com/crossplane/crossplane v1.6.1
go: downloading sigs.k8s.io/controller-runtime v0.15.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/go-logr/zapr v1.2.4
go: downloading go.uber.org/zap v1.24.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/client_model v0.4.0
go: downloading github.com/prometheus/common v0.44.0
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/prometheus/procfs v0.10.0
go: downloading golang.org/x/sys v0.10.0
go: downloading google.golang.org/protobuf v1.31.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading dario.cat/mergo v1.0.0
go: downloading github.com/imdario/mergo v0.3.16
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/term v0.10.0
go: downloading k8s.io/klog/v2 v2.100.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/pborman/uuid v1.2.1
go: downloading github.com/evanphx/json-patch/v5 v5.6.0
go: downloading github.com/evanphx/json-patch v4.12.0+incompatible
go: downloading k8s.io/code-generator v0.27.3
go: downloading sigs.k8s.io/controller-tools v0.12.1
go: downloading github.com/google/gofuzz v1.2.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3
go: downloading golang.org/x/net v0.12.0
go: downloading k8s.io/apiextensions-apiserver v0.27.3
go: downloading sigs.k8s.io/yaml v1.3.0
go: downloading github.com/go-logr/logr v1.2.4
go: downloading go.uber.org/atomic v1.11.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/google/uuid v1.3.0
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading k8s.io/kube-openapi v0.0.0-20230525220651-2546d827e515
go: downloading github.com/spf13/cobra v1.7.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading golang.org/x/oauth2 v0.8.0
go: downloading golang.org/x/time v0.3.0
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/google/gnostic v0.6.9
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.11.0
go: downloading github.com/fatih/color v1.15.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading k8s.io/gengo v0.0.0-20220902162205-c0856e24416d
go: downloading golang.org/x/text v0.11.0
go: downloading github.com/spf13/afero v1.9.5
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.17
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.22.3
go: downloading github.com/google/go-cmp v0.5.9
go: downloading github.com/emicklei/go-restful/v3 v3.10.2
go: downloading golang.org/x/mod v0.12.0
go: downloading github.com/emicklei/go-restful v2.9.5+incompatible
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/crossplane/crossplane-runtime v1.14.3
go: github.com/vshn/crossplane-service-broker/pkg/integration imports
	github.com/crossplane/crossplane-runtime/pkg/test/integration: cannot find module providing package github.com/crossplane/crossplane-runtime/pkg/test/integration

@renovate renovate bot changed the title Update module github.com/crossplane/crossplane-runtime to v0.21.0-rc.0 Update module github.com/crossplane/crossplane-runtime to v0.21.0-rc.0 - autoclosed Aug 6, 2024
@renovate renovate bot closed this Aug 6, 2024
@renovate renovate bot deleted the renovate/github.com-crossplane-crossplane-runtime-0.x branch August 6, 2024 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Depedency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants