Skip to content

Releases: lunarway/postgresql-controller

v0.10.1

23 Jun 10:12
4df25c1

Choose a tag to compare

Changes

Dependency Updates

14 changes

Full Changelog: v0.10.0...v0.10.1

v0.10.0

29 Aug 11:42
ba77124

Choose a tag to compare

Changes

Dependency Updates

4 changes

Full Changelog: v0.9.0...v0.10.0

v0.9.0

02 Jul 13:04
795bdf4

Choose a tag to compare

Changes

  • fix: forgot to move the parse flags over from kubebuilder v3 -> v4 (#300) @kjuulh
  • feat: add service user crd (#295) @kjuulh

Dependency Updates

Full Changelog: v0.8.1...v0.9.0

v0.8.1

27 Jun 11:26
a3e5f09

Choose a tag to compare

Changes

Full Changelog: v0.8.0...v0.8.1

v0.8.0

27 Jun 10:49
e35b9f3

Choose a tag to compare

Changes

Dependency Updates

4 changes

Full Changelog: v0.7.3...v0.8.0

v0.7.3

18 Mar 12:18
88b294a

Choose a tag to compare

Changes

  • Delete password not just login from user when password removed from CR (#286) @tmablunar

Full Changelog: v0.7.2...v0.7.3

v0.7.2

15 Mar 11:57
c4cb5e5

Choose a tag to compare

Changes

Full Changelog: v0.7.1...v0.7.2

v0.7.1

14 Mar 14:20
d237f3a

Choose a tag to compare

Changes

Full Changelog: v0.7.0...v0.7.1

v0.7.0

14 Mar 09:14
aa60fd1

Choose a tag to compare

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

v0.6.2

13 Mar 13:58
531a401

Choose a tag to compare

Changes

  • Align HostCredentials and ServiceCredentials on User/Name field (#282) @tmablunar

Full Changelog: v0.6.1...v0.6.2