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] Update dependencies #28855

Merged
merged 2 commits into from
Aug 13, 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

## 6.2.11 (2024-07-30)
## 7.0.0 (2024-08-13)

* [bitnami/mastodon] Release 6.2.10 ([#28479](https://github.com/bitnami/charts/pull/28479))
* [bitnami/mastodon] Update dependencies ([#28855](https://github.com/bitnami/charts/pull/28855))

## <small>6.2.11 (2024-07-30)</small>

* [bitnami/mastodon] Release 6.2.10 (#28479) ([b62efc4](https://github.com/bitnami/charts/commit/b62efc4fa8af8683c3a4f5add735ec1f670ed489)), closes [#28479](https://github.com/bitnami/charts/issues/28479)

## <small>6.2.10 (2024-07-29)</small>

Expand Down
12 changes: 6 additions & 6 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: 19.6.3
version: 20.0.1
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.19
version: 15.5.21
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.3.6
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.6.28
version: 14.7.0
- name: apache
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.2.13
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.5
digest: sha256:250357ffa6257e0b35167e85b0ff3ec55d283ddc39cdd2abc1c2d17e3623a3bf
generated: "2024-07-25T08:52:09.050028269Z"
version: 2.22.0
digest: sha256:d76e0cc890801ce5ac1b50e3749d24f34251ee78c7875a55460e6a815bbb151b
generated: "2024-08-13T12:00:25.35512+02:00"
4 changes: 2 additions & 2 deletions bitnami/mastodon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.x.x
version: 20.x.x
- condition: postgresql.enabled
name: postgresql
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: 6.2.11
version: 7.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 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.

### To 6.0.0

This major updates the Elasticsearch subchart to its newest major, 21.0.0, which removes support for elasticsearch-curator. Check [Elasticsearch Upgrading Notes](https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch#to-2100) for more information.
Expand Down
Loading