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

* [bitnami/chainloop] 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 10:01:15 +02:00
committed by GitHub
parent f70e93590e
commit 3f44baf823
4 changed files with 16 additions and 8 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 1.0.14 (2024-10-01)
## 2.0.0 (2024-10-02)
* [bitnami/chainloop] Release 1.0.14 ([#29685](https://github.com/bitnami/charts/pull/29685))
* [bitnami/chainloop] feat!: :arrow_up: :boom: Bump PostgreSQL to 17.x ([#29729](https://github.com/bitnami/charts/pull/29729))
## <small>1.0.14 (2024-10-01)</small>
* [bitnami/chainloop] Release 1.0.14 (#29685) ([ef41798](https://github.com/bitnami/charts/commit/ef417987465fdc0749079b165627174eba90c981)), closes [#29685](https://github.com/bitnami/charts/issues/29685)
## <small>1.0.13 (2024-09-30)</small>

View File

@@ -4,9 +4,9 @@ dependencies:
version: 2.23.0
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.38
version: 16.0.0
- name: vault
repository: oci://registry-1.docker.io/bitnamicharts
version: 1.4.23
digest: sha256:7f86db5efa811465e730a7d5795ebfc9c8668f222ed69ae5a00a15edd006d29c
generated: "2024-10-01T23:14:57.425665307Z"
version: 1.4.25
digest: sha256:5b59c22be44d2b36c77a27c16c0a0f095ead0fd703f3e8c4794dca6da0d22495
generated: "2024-10-02T16:17:27.37965209+02:00"

View File

@@ -24,7 +24,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.x.x
version: 16.x.x
- condition: development
name: vault
repository: oci://registry-1.docker.io/bitnamicharts
@@ -63,4 +63,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/chainloop-control-plane-migrations
- https://github.com/bitnami/containers/tree/main/bitnami/chainloop-artifact-cas
- https://github.com/chainloop-dev/chainloop
version: 1.0.14
version: 2.0.0

View File

@@ -1023,6 +1023,10 @@ service_registration "kubernetes" {}` |
## Upgrading
### To 2.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 1.0.0
This major changes default mode from Standard mode to Development mode. This way the chart should not need any default values when running `helm install`, but adding the value `development=false` would be required if willing to use the standard mode.