Skip to content
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

## 10.1.1 (2025-04-09)
## 11.0.0 (2025-04-30)

* [bitnami/mastodon] Release 10.1.1 ([#32909](https://github.com/bitnami/charts/pull/32909))
* [bitnami/mastodon] major: Upgrade elasticsearch subchart to 22.x.x (ES 9.x) ([#33264](https://github.com/bitnami/charts/pull/33264))

## <small>10.1.1 (2025-04-09)</small>

* [bitnami/mastodon] Release 10.1.1 (#32909) ([42032e2](https://github.com/bitnami/charts/commit/42032e24c96811e5809ba6991bd1b59d43c075fb)), closes [#32909](https://github.com/bitnami/charts/issues/32909)

## 10.1.0 (2025-04-04)

Expand Down
16 changes: 8 additions & 8 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.11.5
version: 20.13.4
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.6.2
version: 16.6.6
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.5.0
version: 22.0.0
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.0.4
version: 16.0.8
- name: apache
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.3.5
version: 11.3.6
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:f37e75e9b4af80d823a52a8a9127902606e24b5b83531061dbd239c65d76c1db
generated: "2025-04-09T11:43:37.884940353Z"
version: 2.30.1
digest: sha256:43efaa6d221b032d3ef779e3391340356a5bd3204ca76de8e04ee74987a7a0a1
generated: "2025-04-30T13:12:16.396108+02:00"
4 changes: 2 additions & 2 deletions bitnami/mastodon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- condition: elasticsearch.enabled
name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.x.x
version: 22.x.x
- condition: minio.enabled
name: minio
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -50,4 +50,4 @@ maintainers:
name: mastodon
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mastodon
version: 10.1.1
version: 11.0.0
6 changes: 5 additions & 1 deletion bitnami/mastodon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,10 @@ Find more information about how to deal with common errors related to Bitnami's

## Upgrading

### To 11.0.0

This major updates the `elasticsearch` subchart to its newest major, 22.0.0, which uses Elasticsearch 9.x. For more information on this subchart's major, please refer to [elasticsearch upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch#to-2200).

### To 10.0.0

This major updates the `minio` subchart to its newest major, 16.0.0. For more information on this subchart's major, please refer to [minio upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/minio#to-1600).
Expand Down Expand Up @@ -958,4 +962,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
Loading