[bitnami/seaweedfs] feat!: ⬆️ 💥 Bump PostgreSQL to 17.x (#29744)

* [bitnami/seaweedfs] feat!: ⬆️ 💥 Bump PostgreSQL to 17.x

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Javier J. Salmerón García
2024-10-03 09:58:55 +02:00
committed by GitHub
parent e60b387515
commit 024f9e6d9f
4 changed files with 15 additions and 7 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 2.0.4 (2024-10-02)
## 3.0.0 (2024-10-02)
* [bitnami/seaweedfs] Release 2.0.4 ([#29719](https://github.com/bitnami/charts/pull/29719))
* [bitnami/seaweedfs] feat!: :arrow_up: :boom: Bump PostgreSQL to 17.x ([#29744](https://github.com/bitnami/charts/pull/29744))
## <small>2.0.4 (2024-10-02)</small>
* [bitnami/seaweedfs] Release 2.0.4 (#29719) ([36de636](https://github.com/bitnami/charts/commit/36de636d89b745738f1426126f67bfc7f5cca0e9)), closes [#29719](https://github.com/bitnami/charts/issues/29719)
## <small>2.0.3 (2024-09-30)</small>

View File

@@ -4,9 +4,9 @@ dependencies:
version: 19.0.7
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.38
version: 16.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:5a83d009cef4276b849d4fd015fcc0db4c2f522679d9920312365dd08c99dcc2
generated: "2024-10-02T06:07:37.573052166Z"
digest: sha256:fe939c59deee8233dd9a67984b3deb5e0c3097a8f0b265aec1fa473c492feba0
generated: "2024-10-02T16:48:39.832245198+02:00"

View File

@@ -27,7 +27,7 @@ dependencies:
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- seaweedfs-database
version: 15.x.x
version: 16.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
@@ -50,4 +50,4 @@ name: seaweedfs
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/seawwedfs
- https://github.com/bitnami/containers/tree/main/bitnami/seaweedfs
version: 2.0.4
version: 3.0.0

View File

@@ -1159,6 +1159,10 @@ helm install my-release -f values.yaml oci://REGISTRY_NAME/REPOSITORY_NAME/seawe
## Upgrading
### To 3.0.0
This major updates the PostgreSQL subchart to its newest major, 16.0.0, which uses PostgreSQL 17.x. Follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x.
### To 2.0.0
This major version adds support for using PostgreSQL as an alternative for MariaDB to comply with Filer database requirements. No breaking changes are expected when upgrading to this version if MariaDB is used.