mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 06:47:32 +08:00
[bitnami/postgresql] Release 16.4.11 (#32029)
* [bitnami/postgresql] Release 16.4.11 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 16.4.9 (2025-02-14)
|
||||
## 16.4.11 (2025-02-20)
|
||||
|
||||
* [bitnami/postgresql] Release 16.4.9 ([#31935](https://github.com/bitnami/charts/pull/31935))
|
||||
* [bitnami/postgresql] Release 16.4.11 ([#32029](https://github.com/bitnami/charts/pull/32029))
|
||||
|
||||
## <small>16.4.9 (2025-02-14)</small>
|
||||
|
||||
* [bitnami/postgresql] Release 16.4.9 (#31935) ([2a9fe24](https://github.com/bitnami/charts/commit/2a9fe2448aedccf5779c7f73ad45328edaa11156)), closes [#31935](https://github.com/bitnami/charts/issues/31935)
|
||||
|
||||
## <small>16.4.8 (2025-02-13)</small>
|
||||
|
||||
@@ -2091,7 +2095,7 @@ Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
|
||||
|
||||
## <small>8.10.12 (2020-07-02)</small>
|
||||
|
||||
* [bitnami/postgresql] Fix typo on README.md (#2999) ([0d46f5d](https://github.com/bitnami/charts/commit/0d46f5d893e9f4b7cc358247de8b8ffd92c1815a)), closes [#2999](https://github.com/bitnami/charts/issues/2999) [/github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml#L93](https://github.com//github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml/issues/L93) [/github.com/bitnami/charts/blob/master/bitnami/postgresql/templates/statefulset.yaml#L70](https://github.com//github.com/bitnami/charts/blob/master/bitnami/postgresql/templates/statefulset.yaml/issues/L70)
|
||||
* [bitnami/postgresql] Fix typo on README.md (#2999) ([0d46f5d](https://github.com/bitnami/charts/commit/0d46f5d893e9f4b7cc358247de8b8ffd92c1815a)), closes [#2999](https://github.com/bitnami/charts/issues/2999)
|
||||
|
||||
## <small>8.10.11 (2020-06-29)</small>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.29.1
|
||||
digest: sha256:0d3abbd4a9bdc95c1a5f504d253e347f723d9565222939020973dd3c4e1dd1f4
|
||||
generated: "2025-02-02T07:08:14.36323829Z"
|
||||
version: 2.30.0
|
||||
digest: sha256:46afdf79eae69065904d430f03f7e5b79a148afed20aa45ee83ba88adc036169
|
||||
generated: "2025-02-20T02:43:09.054508088Z"
|
||||
|
||||
@@ -6,11 +6,11 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r37
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r38
|
||||
- name: postgres-exporter
|
||||
image: docker.io/bitnami/postgres-exporter:0.16.0-debian-12-r8
|
||||
image: docker.io/bitnami/postgres-exporter:0.16.0-debian-12-r10
|
||||
- name: postgresql
|
||||
image: docker.io/bitnami/postgresql:17.3.0-debian-12-r1
|
||||
image: docker.io/bitnami/postgresql:17.3.0-debian-12-r3
|
||||
apiVersion: v2
|
||||
appVersion: 17.3.0
|
||||
dependencies:
|
||||
@@ -35,4 +35,4 @@ maintainers:
|
||||
name: postgresql
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
|
||||
version: 16.4.10
|
||||
version: 16.4.11
|
||||
|
||||
@@ -115,7 +115,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgresql
|
||||
tag: 17.3.0-debian-12-r1
|
||||
tag: 17.3.0-debian-12-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -1587,7 +1587,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r37
|
||||
tag: 12-debian-12-r38
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -1696,7 +1696,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgres-exporter
|
||||
tag: 0.16.0-debian-12-r8
|
||||
tag: 0.16.0-debian-12-r10
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user