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/discourse] feat!: ⬆️ 💥 Bump PostgreSQL to 17.x #29731

Merged
merged 2 commits into from
Oct 3, 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/discourse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 14.2.0 (2024-09-24)
## 15.0.0 (2024-10-02)

* [bitnami/discourse] Move plugins installation to init-container ([#29568](https://github.com/bitnami/charts/pull/29568))
* [bitnami/discourse] feat!: :arrow_up: :boom: Bump PostgreSQL to 17.x ([#29731](https://github.com/bitnami/charts/pull/29731))

## 14.2.0 (2024-09-26)

* [bitnami/discourse] Move plugins installation to init-container (#29568) ([024b741](https://github.com/bitnami/charts/commit/024b741934c5d7df88e88b193b9a33dc8ac04237)), closes [#29568](https://github.com/bitnami/charts/issues/29568)

## <small>14.1.6 (2024-09-19)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/discourse/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.1.3
version: 20.1.6
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.32
version: 16.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:f747cfab3e2d652005b85a53448032861e3d8aec70af9381fa75042025f7d09d
generated: "2024-09-19T09:34:02.721201138Z"
digest: sha256:17ae8bdad4d3fffc8d64b8373d2ae6c46d312ca250e24d7794840fdc8dd44a5f
generated: "2024-10-02T16:20:41.131247137+02:00"
4 changes: 2 additions & 2 deletions bitnami/discourse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.X.X
version: 16.X.X
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
Expand All @@ -41,4 +41,4 @@ maintainers:
name: discourse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/discourse
version: 14.2.0
version: 15.0.0
4 changes: 4 additions & 0 deletions bitnami/discourse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,10 @@ Find more information about how to deal with common errors related to Bitnami's

## Upgrading

### To 15.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 14.0.0

This major updates the Redis&reg; subchart to its newest major, 20.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#to-2000) you can find more information about the changes introduced in that version.
Expand Down
Loading