Skip to content

fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.4.0 - #184

Merged
bobh66 merged 1 commit into
mainfrom
renovate/github.com-crossplane-crossplane-runtime-v2-2.x
Aug 25, 2026
Merged

fix(deps): update module github.com/crossplane/crossplane-runtime/v2 to v2.4.0#184
bobh66 merged 1 commit into
mainfrom
renovate/github.com-crossplane-crossplane-runtime-v2-2.x

Conversation

@renovate

@renovate renovate Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/crossplane/crossplane-runtime/v2 v2.3.3v2.4.0 age confidence

Release Notes

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

v2.4.0

Compare Source

The v2.4.0 release of crossplane-runtime is a regular quarterly release that accompanies Crossplane v2.4. It brings memory and reconciliation improvements for provider authors, along with security fixes in the library's dependencies.

🎉 Highlights

  • Strip CRD schemas from the informer cache: Providers that support "safe-start" cache every CRD in the cluster, including its full OpenAPI v3 validation schema. On clusters with a lot of CRDs this can cause excessive memory usage by the provider pod and lead to OOMKilled restarts. The new TransformStripCRDSchema drops non critical fields from the cached CRDs and helps providers drastically reduce their memory consumption. Added in #​1058, fixing #​1056.
    • Providers opt in by wiring it into their manager's cache options:

      cache.Options{
          ByObject: map[client.Object]cache.ByObject{
              &apiextensionsv1.CustomResourceDefinition{}: {
                  Transform: customresourcesgate.TransformStripCRDSchema,
              },
          },
      }
    • For more integration details, see reference PR crossplane-contrib/provider-helm#392

    • Measured against a cluster with 2,045 Upjet AWS CRDs, provider memory usage dropped from ~630 MiB to ~83 MiB.

What's Changed

New Contributors

Full Changelog: crossplane/crossplane-runtime@v2.3.0...v2.4.0

v2.3.4

Compare Source

What's Changed

Full Changelog: crossplane/crossplane-runtime@v2.3.3...v2.3.4


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 commented Aug 23, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ 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):

  • 12 additional dependencies were updated

Details:

Package Change
github.com/go-logr/logr v1.4.3 -> v1.4.4
github.com/go-openapi/jsonreference v0.21.5 -> v0.21.6
golang.org/x/mod v0.37.0 -> v0.40.0
golang.org/x/net v0.56.0 -> v0.58.0
golang.org/x/sync v0.21.0 -> v0.22.0
golang.org/x/sys v0.46.0 -> v0.47.0
golang.org/x/term v0.44.0 -> v0.45.0
golang.org/x/text v0.39.0 -> v0.41.0
golang.org/x/tools v0.47.0 -> v0.49.0
google.golang.org/genproto/googleapis/api v0.0.0-20260427160629-7cedc36a6bc4 -> v0.0.0-20260526163538-3dc84a4a5aaa
google.golang.org/genproto/googleapis/rpc v0.0.0-20260427160629-7cedc36a6bc4 -> v0.0.0-20260523011958-0a33c5d7ca68
google.golang.org/grpc v1.81.1 -> v1.82.1

@renovate
renovate Bot requested review from bobh66 and turkenh as code owners August 23, 2026 04:02
@renovate
renovate Bot force-pushed the renovate/github.com-crossplane-crossplane-runtime-v2-2.x branch 3 times, most recently from aa230b2 to 2b53c70 Compare August 25, 2026 01:01
@renovate
renovate Bot force-pushed the renovate/github.com-crossplane-crossplane-runtime-v2-2.x branch from 2b53c70 to 14184cf Compare August 25, 2026 01:07
@bobh66
bobh66 merged commit 38604b1 into main Aug 25, 2026
6 checks passed
@renovate
renovate Bot deleted the renovate/github.com-crossplane-crossplane-runtime-v2-2.x branch August 25, 2026 01:10
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.

1 participant