Releases: lunarway/postgresql-controller
Releases · lunarway/postgresql-controller
v0.11.0-rc.1
What's Changed
- chore(deps): update dependency go to v1.24.5 by @lunar-renovate in #328
- chore(deps): update postgres docker tag to v17.6 by @lunar-renovate in #329
- chore: Migrate squad from Aura to Esa by @tmablunar in #330
- chore(deps): update golang docker tag to v1.25.0 by @lunar-renovate in #327
- chore(deps): update actions/checkout action to v5 by @lunar-renovate in #332
- chore(deps): update golang docker tag to v1.25.1 by @lunar-renovate in #333
- chore(deps): update actions/setup-go action to v6 by @lunar-renovate in #335
- chore(deps): update postgres docker tag to v18 by @lunar-renovate in #334
- chore(deps): update dependency golang to v1.25.3 by @lunar-renovate in #336
- chore(deps): update golang docker tag to v1.25.3 by @lunar-renovate in #337
- chore(deps): update golang docker tag to v1.25.4 by @lunar-renovate in #340
- chore(deps): update actions/checkout action to v6 by @lunar-renovate in #341
- chore(deps): update golang docker tag to v1.25.5 by @lunar-renovate in #343
- chore(deps): update actions/cache action to v5 by @lunar-renovate in #344
- chore(deps): update golang docker tag to v1.25.6 by @lunar-renovate in #346
- chore(deps): update golang docker tag to v1.26.0 by @lunar-renovate in #347
- chore(deps): update postgres docker tag to v18.2 by @lunar-renovate in #339
- chore: upgrade controller-gen to v0.20.1 by @tmablunar in #350
- feat(esa-1866): add CustomRole CRD and controller by @tmablunar in #351
- chore(deps): update dependency go to v1.26.2 by @lunar-renovate in #331
Full Changelog: v0.10.1...v0.11.0-rc.1
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