diff --git a/bitnami/mastodon/CHANGELOG.md b/bitnami/mastodon/CHANGELOG.md
index c397f6ae6e2273..6286e44d0bb49e 100644
--- a/bitnami/mastodon/CHANGELOG.md
+++ b/bitnami/mastodon/CHANGELOG.md
@@ -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))
+
+## 6.2.11 (2024-07-30)
+
+* [bitnami/mastodon] Release 6.2.10 (#28479) ([b62efc4](https://github.com/bitnami/charts/commit/b62efc4fa8af8683c3a4f5add735ec1f670ed489)), closes [#28479](https://github.com/bitnami/charts/issues/28479)
## 6.2.10 (2024-07-29)
diff --git a/bitnami/mastodon/Chart.lock b/bitnami/mastodon/Chart.lock
index f4ae2a5de5a126..3948d44cac15ef 100644
--- a/bitnami/mastodon/Chart.lock
+++ b/bitnami/mastodon/Chart.lock
@@ -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"
diff --git a/bitnami/mastodon/Chart.yaml b/bitnami/mastodon/Chart.yaml
index 7db78d0e866801..849e12dadd62a2 100644
--- a/bitnami/mastodon/Chart.yaml
+++ b/bitnami/mastodon/Chart.yaml
@@ -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
@@ -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
diff --git a/bitnami/mastodon/README.md b/bitnami/mastodon/README.md
index 5c002306f59f04..97f6f50f20ed38 100644
--- a/bitnami/mastodon/README.md
+++ b/bitnami/mastodon/README.md
@@ -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® 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.