Releases: lunarway/postgresql-controller
Releases · lunarway/postgresql-controller
v0.10.1
Changes
Dependency Updates
14 changes
- chore(deps): update golang docker tag to v1.24.4 (#315) @lunar-renovate
- chore(deps): update postgres docker tag to v17.5 (#325) @lunar-renovate
- chore(deps): update golangci/golangci-lint-action action to v6.5.2 (#322) @lunar-renovate
- chore(deps): update postgres docker tag to v17.4 (#319) @lunar-renovate
- chore(deps): update golangci/golangci-lint-action action to v6.5.0 (#320) @lunar-renovate
- chore(deps): update postgres docker tag to v17.3 (#318) @lunar-renovate
- chore(deps): update golangci/golangci-lint-action action to v6.2.0 (#317) @lunar-renovate
- chore(deps): update golangci/golangci-lint-action action to v6.1.1 (#316) @lunar-renovate
- chore(deps): update postgres docker tag to v17.2 (#313) @lunar-renovate
- chore(deps): update postgres docker tag to v17.1 (#311) @lunar-renovate
- chore(deps): update golang docker tag to v1.23.3 (#310) @lunar-renovate
- chore(deps): update golang docker tag to v1.23.2 (#309) @lunar-renovate
- chore(deps): update postgres docker tag to v17 (#308) @lunar-renovate
- chore(deps): update golang docker tag to v1.23.1 (#307) @lunar-renovate
Full Changelog: v0.10.0...v0.10.1
v0.10.0
Changes
Dependency Updates
4 changes
- chore(deps): update golang docker tag to v1.23.0 (#304) @lunar-renovate
- chore(deps): update postgres docker tag to v16.4 (#305) @lunar-renovate
- chore(deps): update golangci/golangci-lint-action action to v6.1.0 (#306) @lunar-renovate
- chore(deps): update golang docker tag to v1.22.5 (#303) @lunar-renovate
Full Changelog: v0.9.0...v0.10.0
v0.9.0
Changes
- fix: forgot to move the parse flags over from kubebuilder v3 -> v4 (#300) @kjuulh
- feat: add service user crd (#295) @kjuulh
Dependency Updates
- fix(deps): update external go packages (#265) @lunar-renovate
Full Changelog: v0.8.1...v0.9.0
v0.8.1
v0.8.0
Changes
Dependency Updates
4 changes
- chore(deps): update golang docker tag to v1.22.4 (#293) @lunar-renovate
- chore(deps): update golang docker tag to v1.22.3 (#287) @lunar-renovate
- chore(deps): update postgres docker tag to v16.3 (#290) @lunar-renovate
- chore(deps): update golangci/golangci-lint-action action to v6 (#291) @lunar-renovate
Full Changelog: v0.7.3...v0.8.0
v0.7.3
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
v0.7.1
v0.7.0
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
Changes
- Align HostCredentials and ServiceCredentials on User/Name field (#282) @tmablunar
Full Changelog: v0.6.1...v0.6.2