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

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/mastodon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 7.0.6 (2024-09-30)
## 8.0.0 (2024-10-02)

* [bitnami/mastodon] Release 7.0.6 ([#29672](https://github.com/bitnami/charts/pull/29672))
* [bitnami/mastodon] feat!: :arrow_up: :boom: Bump PostgreSQL to 17.x ([#29739](https://github.com/bitnami/charts/pull/29739))

## <small>7.0.6 (2024-09-30)</small>

* [bitnami/mastodon] Release 7.0.6 (#29672) ([dddf994](https://github.com/bitnami/charts/commit/dddf994e3793539769ffe28ec9c7f961a8711a19)), closes [#29672](https://github.com/bitnami/charts/issues/29672)

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

Expand Down
10 changes: 5 additions & 5 deletions bitnami/mastodon/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.1.5
version: 20.1.6
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.37
version: 16.0.0
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.3.18
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.7.13
version: 14.7.14
- name: apache
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.2.20
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:f5738078a1829d12280fbce5f7e68c9abb19558a895f61d808d92157951fa349
generated: "2024-09-30T18:23:02.722050996Z"
digest: sha256:5909f651134b58b25f7444b468f5ed054bef214f7ed72c48a31cb26225502579
generated: "2024-10-02T16:36:48.521358845+02:00"
4 changes: 2 additions & 2 deletions bitnami/mastodon/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
- condition: elasticsearch.enabled
name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down Expand Up @@ -49,4 +49,4 @@ maintainers:
name: mastodon
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mastodon
version: 7.0.6
version: 8.0.0
4 changes: 4 additions & 0 deletions bitnami/mastodon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,10 @@ Find more information about how to deal with common errors related to Bitnami's

## Upgrading

### To 8.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 7.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