Skip to content

Releases: lunarway/postgresql-controller

v0.12.1

29 Apr 08:42
cf11da3

Choose a tag to compare

Changes

  • Create the management role in the database controller (#368) @tmablunar
  • Add preflight checks at start of each reconciliation loop (#367) @tmablunar
  • Add failingHost to CustomRole status, drop noisy connect log (#366) @tmablunar

Full Changelog: v0.12.0...v0.12.1

v0.12.1-rc.1

28 Apr 12:54
263ef74

Choose a tag to compare

v0.12.1-rc.1 Pre-release
Pre-release

What's Changed

  • Add failingHost to CustomRole status, drop noisy connect log by @tmablunar in #366
  • Add preflight checks at start of each reconciliation loop by @tmablunar in #367

Full Changelog: v0.12.0...v0.12.1-rc.1

v0.12.0

23 Apr 11:08
f04e0eb

Choose a tag to compare

Changes

  • feat: add $controllerUser sentinel for CustomRole function owningRole (#364) @tmablunar
  • Add spec.roleName to CustomRole (#363) @tmablunar
  • Revoke default PUBLIC EXECUTE on SECURITY DEFINER functions (#362) @tmablunar
  • Add security definer functions to CustomRole (#361) @tmablunar

Full Changelog: v0.11.0...v0.12.0

v0.12.0-rc.4

23 Apr 07:01
f04e0eb

Choose a tag to compare

v0.12.0-rc.4 Pre-release
Pre-release

What's Changed

  • Add spec.roleName to CustomRole by @tmablunar in #363
  • feat: add $controllerUser sentinel for CustomRole function owningRole by @tmablunar in #364

Full Changelog: v0.12.0-rc.2...v0.12.0-rc.4

v0.12.0-rc.3

22 Apr 07:19
80fe44a

Choose a tag to compare

v0.12.0-rc.3 Pre-release
Pre-release

What's Changed

  • Add spec.roleName to CustomRole (required + immutable) by @tmablunar in #363

Full Changelog: v0.12.0-rc.2...v0.12.0-rc.3

v0.12.0-rc.2

22 Apr 06:38
86c8b1a

Choose a tag to compare

v0.12.0-rc.2 Pre-release
Pre-release

What's Changed

  • Revoke default PUBLIC EXECUTE on SECURITY DEFINER functions by @tmablunar in #362

Full Changelog: v0.12.0-rc.1...v0.12.0-rc.2

v0.12.0-rc.1

21 Apr 13:24
ab7b88c

Choose a tag to compare

v0.12.0-rc.1 Pre-release
Pre-release

What's Changed

  • Fix CustomRole grants not persisting (SET ROLE to table owner) by @tmablunar in #360
  • Add security definer functions to CustomRole by @tmablunar in #361

Full Changelog: v0.11.0-rc.3...v0.12.0-rc.1

v0.11.0

16 Apr 07:16
2e21599

Choose a tag to compare

Add support for creating custom roles with privileges on all databases. This can be used for example to create custom maintenance roles.

Changes

Dependency Updates

17 changes

Full Changelog: v0.10.1...v0.10.2

v0.11.0-rc.4

15 Apr 09:35
2e21599

Choose a tag to compare

v0.11.0-rc.4 Pre-release
Pre-release

What's Changed

  • Fix CustomRole grants not persisting (SET ROLE to table owner) by @tmablunar in #360

Full Changelog: v0.11.0-rc.3...v0.11.0-rc.4

v0.11.0-rc.3

15 Apr 07:22
94ba4e1

Choose a tag to compare

v0.11.0-rc.3 Pre-release
Pre-release

What's Changed

  • Exclude rdsadmin database from customrole propagation by @tmablunar in #354
  • Delete .github/workflows/lint.yaml by @tmablunar in #355
  • Skip permission-denied errors in CustomRole grant sync by @tmablunar in #356
  • Promote customrole log messages from V(1) to V(0) by @tmablunar in #357

Full Changelog: v0.11.0-rc.1...v0.11.0-rc.3