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 7.0.2 #28928

Merged
merged 2 commits into from
Aug 19, 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.1 (2024-08-16)
## 7.0.2 (2024-08-19)

* [bitnami/mastodon] Release 7.0.1 ([#28907](https://github.com/bitnami/charts/pull/28907))
* [bitnami/mastodon] Release 7.0.2 ([#28928](https://github.com/bitnami/charts/pull/28928))

## <small>7.0.1 (2024-08-16)</small>

* [bitnami/mastodon] Release 7.0.1 (#28907) ([7c6b839](https://github.com/bitnami/charts/commit/7c6b839d9836292330040cb33681345584e08c1c)), closes [#28907](https://github.com/bitnami/charts/issues/28907)

## 7.0.0 (2024-08-13)

Expand Down
10 changes: 5 additions & 5 deletions bitnami/mastodon/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ dependencies:
version: 20.0.2
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.22
version: 15.5.23
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.3.8
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.7.0
version: 14.7.1
- name: apache
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.2.13
version: 11.2.14
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.22.0
digest: sha256:3bfb2b8d11632a150ce5e93588598708ce215645f60eaa5b23943192079814dc
generated: "2024-08-16T16:00:20.089088725Z"
digest: sha256:090782313c5d2a52ff2a02d1612997c2508634c352e96ad14268a429eaee90c0
generated: "2024-08-19T14:11:18.422628884Z"
6 changes: 3 additions & 3 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.11-debian-12-r0
image: docker.io/bitnami/mastodon:4.2.12-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r27
apiVersion: v2
appVersion: 4.2.11
appVersion: 4.2.12
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: 7.0.1
version: 7.0.2
2 changes: 1 addition & 1 deletion bitnami/mastodon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mastodon
tag: 4.2.11-debian-12-r0
tag: 4.2.12-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading