Skip to content

v0.19.0

Latest
Compare
Choose a tag to compare
@mamachanko mamachanko released this 12 Mar 07:08
· 1 commit to main since this release
7342347

This release contains a few new features, a deprecation and a few dependency updates.

Features

  • Allow resources to contain unexported fields
  • ChildSetReconciler lists children exactly once
  • ⚠️ potentially breaking: ListOptions is required when SkipOwnerReference is true. If you are operating in the same namespace but skip owner references, this may break your kit. The reconciler validation will fail fast and report the issue. You will have to set ListOptions going forward.

Deprecations

What's Changed

  • Allow resources to contain unexported fields by @scothis in #487
  • Bump golang.org/x/net from 0.21.0 to 0.22.0 by @dependabot in #491
  • Bump dies.dev from 0.10.0 to 0.10.1 by @dependabot in #490
  • Bump dies.dev/diegen from 0.10.0 to 0.10.1 in /hack by @dependabot in #492
  • Require ListOptions when SkipOwnerReference is true by @scothis in #493
  • List children exactly once for ChildSetReconciler by @scothis in #494

Full Changelog: v0.18.0...v0.19.0