diff --git a/bitnami/postgresql-ha/CHANGELOG.md b/bitnami/postgresql-ha/CHANGELOG.md index 8f6c5d372753c3..64866b74507b3b 100644 --- a/bitnami/postgresql-ha/CHANGELOG.md +++ b/bitnami/postgresql-ha/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 14.2.5 (2024-06-12) +## 14.2.6 (2024-06-17) -* [bitnami/postgresql-ha] Fix postgresql repmgr generation ([#27095](https://github.com/bitnami/charts/pull/27095)) +* [bitnami/postgresql-ha] Release 14.2.6 ([#27266](https://github.com/bitnami/charts/pull/27266)) + +## 14.2.5 (2024-06-12) + +* [bitnami/postgresql-ha] Fix postgresql repmgr `POSTGRES_POSTGRES_PASSWORD` generation (#27095) ([75aa633](https://github.com/bitnami/charts/commit/75aa633baec3797dd01270ee4a7a7ceba6138e5a)), closes [#27095](https://github.com/bitnami/charts/issues/27095) ## 14.2.4 (2024-06-11) diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index 47a06d41a5cab8..6f5f177a23a346 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -8,7 +8,7 @@ annotations: - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r22 - name: pgpool - image: docker.io/bitnami/pgpool:4.5.2-debian-12-r0 + image: docker.io/bitnami/pgpool:4.5.2-debian-12-r1 - name: postgres-exporter image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r33 - name: postgresql-repmgr @@ -40,4 +40,4 @@ maintainers: name: postgresql-ha sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha -version: 14.2.5 +version: 14.2.6 diff --git a/bitnami/postgresql-ha/README.md b/bitnami/postgresql-ha/README.md index 08eb1d88e2c6b2..1c8a76c16876b4 100644 --- a/bitnami/postgresql-ha/README.md +++ b/bitnami/postgresql-ha/README.md @@ -1240,4 +1240,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/postgresql-ha/values.yaml b/bitnami/postgresql-ha/values.yaml index ebb500de3576b1..5c0b92cd9aad05 100644 --- a/bitnami/postgresql-ha/values.yaml +++ b/bitnami/postgresql-ha/values.yaml @@ -1128,7 +1128,7 @@ pgpool: image: registry: docker.io repository: bitnami/pgpool - tag: 4.5.2-debian-12-r0 + tag: 4.5.2-debian-12-r1 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images