tag:github.com,2008:https://github.com/cybertec-postgresql/postgres-operator/releasesTags from postgres-operator2020-05-05T10:52:54Ztag:github.com,2008:Repository/272493449/v1.5.02020-05-05T10:52:54ZBump 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>FxKutag:github.com,2008:Repository/272493449/v1.4.02020-02-25T08:50:54Zv1.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>FxKutag:github.com,2008:Repository/272493449/v1.3.12020-01-06T13:08:47Zv1.3.1FxKutag:github.com,2008:Repository/272493449/v1.3.02019-12-17T16:13:56Zv1.3.0FxKutag:github.com,2008:Repository/272493449/v1.2.02019-07-25T10:23:53Zbump 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>FxKutag:github.com,2008:Repository/272493449/v1.1.02019-02-20T09:19:15Zv1.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>sdudoladovtag:github.com,2008:Repository/272493449/v1.0.02018-08-08T09:01:26Zv1.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