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] Release 6.2.1 #26568

Merged
merged 2 commits into from
May 30, 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.0 (2024-05-28)
## 6.2.1 (2024-05-30)

* [bitnami/mastodon] Enable PodDisruptionBudgets ([#26508](https://github.com/bitnami/charts/pull/26508))
* [bitnami/mastodon] Release 6.2.1 ([#26568](https://github.com/bitnami/charts/pull/26568))

## 6.2.0 (2024-05-30)

* [bitnami/mastodon] Enable PodDisruptionBudgets (#26508) ([0b2205a](https://github.com/bitnami/charts/commit/0b2205adbf2199c48a63cd016137fd3b1f4c88b3)), closes [#26508](https://github.com/bitnami/charts/issues/26508)

## <small>6.1.1 (2024-05-22)</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.4.0
version: 19.5.0
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.4.0
version: 15.5.0
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.1.0
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.6.0
version: 14.6.2
- name: apache
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.0.6
version: 11.1.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
digest: sha256:f00a135fd3b56a3341d191aa5351648e5d58656e527fefec41ec0807ca166ed8
generated: "2024-05-21T18:04:37.879578+02:00"
digest: sha256:4000c545cf8090645656d8a28f6acb6735a9193dd3fbdb191aefca518c522541
generated: "2024-05-30T17:41:20.781243171Z"
8 changes: 4 additions & 4 deletions bitnami/mastodon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: mastodon
image: docker.io/bitnami/mastodon:4.2.8-debian-12-r10
image: docker.io/bitnami/mastodon:4.2.9-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r21
image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
appVersion: 4.2.8
appVersion: 4.2.9
dependencies:
- condition: redis.enabled
name: redis
Expand Down Expand Up @@ -49,4 +49,4 @@ maintainers:
name: mastodon
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mastodon
version: 6.2.0
version: 6.2.1
4 changes: 2 additions & 2 deletions bitnami/mastodon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mastodon
tag: 4.2.8-debian-12-r10
tag: 4.2.9-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1586,7 +1586,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r21
tag: 12-debian-12-r22
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down
Loading