v0.7.0
github-actions
released this
14 Mar 09:14
·
23 commits
to refs/heads/master
since this release
This release supports service roles with no login. If no password is provided in the PostgreSQLDatabase
the controller will no longer fail but instead create a service role with no login. Switching between NOLOGIN and LOGIN is supported.
Changes
- Only create a password for the service role if one is provided (#283) @tmablunar
Full Changelog: v0.6.2...v0.6.3