Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/postgresql-ha] Release 14.2.6 #27266

Merged
merged 2 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/postgresql-ha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

## <small>14.2.5 (2024-06-12)</small>

* [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)

## <small>14.2.4 (2024-06-11)</small>

Expand Down
4 changes: 2 additions & 2 deletions bitnami/postgresql-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion bitnami/postgresql-ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion bitnami/postgresql-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading