Skip to content

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

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

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

Conversation

@crossplane-renovate

@crossplane-renovate crossplane-renovate Bot commented Aug 20, 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 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 has been generated by Mend Renovate CLI.

@crossplane-renovate
crossplane-renovate Bot requested review from a team and tampakrap as code owners August 20, 2026 08:16
@crossplane-renovate
crossplane-renovate Bot requested review from haarchri and removed request for a team August 20, 2026 08:16
@crossplane-renovate

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

  • 2 additional dependencies were updated

Details:

Package Change
github.com/Masterminds/semver/v3 v3.4.0 -> v3.5.0
github.com/go-logr/logr v1.4.3 -> v1.4.4

@haarchri
haarchri merged commit aaf31fd into main Aug 30, 2026
11 checks passed
@haarchri
haarchri deleted the renovate/main-github.com-crossplane-crossplane-runtime-v2-2.x branch August 30, 2026 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant