Skip to content

v1.13.2

Compare
Choose a tag to compare
@phisco phisco released this 09 Aug 07:19
· 1441 commits to master since this release
8c7fb7f

v1.13.2 is another quick follow-up release addressing a few minor issues.

Notable Changes

  • Hashing transforms of strings were previously computed including quotes, we now properly handle strings.
  • Automatically migrate old Locks that are stored as v1alpha1 in etcd, if needed.
  • XRDs now properly copy top level descriptions and x-kubernetes-validation to the generated CRDs.

What's Changed

  • [Backport release-1.13] Update module github.com/google/go-containerregistry to v0.16.1 (master) by @github-actions in #4438
  • [Backport release-1.13] fix: Include top-level description in CRDs generated from XRDs by @github-actions in #4423
  • [Backport release-1.13] fix: copy x-kubernetes-validations from spec to composite/claim CRDs by @phisco in #4450
  • [Backport release-1.13] fix: avoid panics due to reflect.TypeOf usage by @github-actions in #4458
  • [Backport release-1.13] fix(crds): add crd migration for locks.pkg.crossplane.io v1alpha1 by @phisco in #4462
  • chore(deps): bump crossplane-runtime to v0.20.1 by @phisco in #4463
  • [Backport release-1.13] fix(transforms): properly compute hashes for strings by @github-actions in #4472

Full Changelog: v1.13.1...v1.13.2