Version v0.13.1
This is the changelog for version 0.13.1.
Fixes
- A rendered template document whose
metadatais missing or is not a mapping now fails theManagedResourcewithReady=Falseand a clear message. Previously it panicked the reconcile: controller-runtime recovered the panic so the operator stayed up and otherManagedResources 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-goandgoogle.golang.org/grpc. - Updated GitHub Actions (
setup-go).
Release
Check out the release on GitHub