tag:github.com,2008:https://github.com/cybertec-postgresql/postgres-operator/releases Tags from postgres-operator 2020-05-05T10:52:54Z tag:github.com,2008:Repository/272493449/v1.5.0 2020-05-05T10:52:54Z Bump v1.5.0 (#954) <p>Bump v1.5.0 (<a class="issue-link js-issue-link" href="https://github.com/zalando/postgres-operator/pull/954">zalando#954</a>)</p> <p>* bump to v1.5.0</p> <p>* update helm charts and docs</p> <p>* update helm charts and packages</p> <p>* update images for spilo, logical-backup and pooler</p> FxKu tag:github.com,2008:Repository/272493449/v1.4.0 2020-02-25T08:50:54Z v1.4.0: bump version to 1.4.0 + some polishing (#839) <p>bump version to 1.4.0 + some polishing (<a class="issue-link js-issue-link" href="https://github.com/zalando/postgres-operator/pull/839">zalando#839</a>)</p> <p>* bump version to 1.4.0 + some polishing <br />* align version for UI chart <br />* update user docs to warn for standby replicas <br />* minor log message changes for RBAC resources</p> FxKu tag:github.com,2008:Repository/272493449/v1.3.1 2020-01-06T13:08:47Z v1.3.1 FxKu tag:github.com,2008:Repository/272493449/v1.3.0 2019-12-17T16:13:56Z v1.3.0 FxKu tag:github.com,2008:Repository/272493449/v1.2.0 2019-07-25T10:23:53Z bump to v1.2.0 (#631) <p>bump to v1.2.0 (<a class="issue-link js-issue-link" href="https://github.com/zalando/postgres-operator/pull/631">zalando#631</a>)</p> <p>* bump to v1.2.0 <br />* yaml lint: add one more space before incline comments</p> FxKu tag:github.com,2008:Repository/272493449/v1.1.0 2019-02-20T09:19:15Z v1.1.0: Document taint-based eviction (#468) <p>Document taint-based eviction (<a class="issue-link js-issue-link" href="https://github.com/zalando/postgres-operator/pull/468">zalando#468</a>)</p> <p>* Document taint-based eviction</p> sdudoladov tag:github.com,2008:Repository/272493449/v1.0.0 2018-08-08T09:01:26Z v1.0.0 <p>Configure pg_hba in the local postgresql configuration of Patroni. (<a class="issue-link js-issue-link" href="https://github.com/zalando/postgres-operator/pull/361">z…</a></p> <p><a class="issue-link js-issue-link" href="https://github.com/zalando/postgres-operator/pull/361">…alando#361</a>)</p> <p>Previously, the operator put pg_hba into the bootstrap/pg_hba key of <br />Patroni. That had 2 adverse effects: <br /> - pg_hba.conf was shadowed by Spilo default section in the local <br /> postgresql configuration <br /> - when updating pg_hba in the cluster manifest, the updated lines were <br /> not propagated to DCS, since the key was defined in the boostrap <br /> section of Patroni.</p> <p>Include some minor refactoring, moving methods to unexported when <br />possible and commenting out usage of md5, so that gosec won't complain.</p> <p>Per <a class="issue-link js-issue-link" href="https://github.com/zalando/postgres-operator/issues/330">zalando#330</a></p> <p>Review by @zerg-junior</p> alexeyklyukin