Skip to content

Version v0.13.1

This is the changelog for version 0.13.1.

Fixes

  • A rendered template document whose metadata is missing or is not a mapping now fails the ManagedResource with Ready=False and a clear message. Previously it panicked the reconcile: controller-runtime recovered the panic so the operator stayed up and other ManagedResources kept working, but the offending one was requeued and panicked again forever, never getting a status condition and logging a stack trace on every attempt.

Improvements

  • Updated dependencies, including the security updates for golang.org/x/net, github.com/google/cel-go and google.golang.org/grpc.
  • Updated GitHub Actions (setup-go).

Release

Check out the release on GitHub