Skip to content

v1.15.2

Latest
Compare
Choose a tag to compare
@jbw976 jbw976 released this 10 Apr 19:23
· 252 commits to master since this release
432e163

Notable Changes

This is a patch release scoped to fixing issues reported by users of Crossplane v1.15. The issues of particular note that are resolved in this release are:

  • #5292 - Native patching behavior change - XR desired state dropped if a resource won't get all required schema values
    • Fixes a regression in the composition machinery that occurs when applying patches that fail.
    • After this fix, failures to apply patches to one resource in a composition will no longer block other resources within that composition from being applied.
    • This restores previous long standing behavior.
    • #5114 - Passing values in a composition to a required OpenAPI field causes an endless reconcile loop is also addressed by this fix.

What's Changed

  • [Backport release-1.15] fix: include generatName field in default metadata property by @github-actions in #5513
  • fix(deps): update module github.com/docker/docker to v25.0.5+incompatible [security] (release-1.15) by @renovate in #5507
  • [Backport release-1.15] fix: ignore invalid resources when composing by @bobh66 in #5486
  • [Backport release-1.15] Add missing scrape annotations to provider pods by @github-actions in #5530
  • [Backport release-1.15] Add dnsPolicy as parameter to Helm chart by @phisco in #5548
  • chore(deps): update module golang.org/x/net to v0.23.0 [security] (release-1.15) by @renovate in #5549
  • [Backport release-1.15] tests(e2e): allow passing options when decoding files by @phisco in #5551
  • [Backport release-1.15] Add ToAdler32 to CRDs by @github-actions in #5561
  • [Backport release-1.15] fix(sa): Merge image pull secrets created by other controllers by @github-actions in #5565

Full Changelog: v1.15.1...v1.15.2