From b6b2f48b1e9ad9461b5e911efda8109d7f0d5d87 Mon Sep 17 00:00:00 2001 From: Andreas Wittig Date: Mon, 19 Aug 2024 15:39:05 +0200 Subject: [PATCH] Maston 4.2.12 --- README.md | 2 +- mastodon.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 65c9f84..8caa3ed 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ $ aws cloudformation deploy --template-file packaged.yml --stack-name mastodon-o Push Mastodon container image to ECR Public. ``` -MASTODON_VERSION="v4.2.10" +MASTODON_VERSION="v4.2.12" docker pull --platform linux/amd64 ghcr.io/mastodon/mastodon:${MASTODON_VERSION} docker image tag ghcr.io/mastodon/mastodon:${MASTODON_VERSION} public.ecr.aws/h6i3a8b9/mastodon:${MASTODON_VERSION} aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/h6i3a8b9 diff --git a/mastodon.yaml b/mastodon.yaml index 5de0ec0..b8f8f4e 100644 --- a/mastodon.yaml +++ b/mastodon.yaml @@ -159,7 +159,7 @@ Resources: AlertingModule: !GetAtt 'Alerting.Outputs.StackName' ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName' ManagedPolicyArns: !Ref S3Policy - AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.10' + AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.12' AppCommand: 'bash,-c,bundle exec rails db:migrate && bundle exec rails s -p 3000' AppPort: '3000' AppEnvironment1Key: 'LOCAL_DOMAIN' @@ -234,7 +234,7 @@ Resources: AlertingModule: !GetAtt 'Alerting.Outputs.StackName' ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName' ManagedPolicyArns: !Ref S3Policy - AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.10' + AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.12' AppCommand: 'bash,-c,node ./streaming' AppPort: '4000' AppEnvironment1Key: 'LOCAL_DOMAIN' @@ -308,7 +308,7 @@ Resources: AlertingModule: !GetAtt 'Alerting.Outputs.StackName' ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName' ManagedPolicyArns: !Ref S3Policy - AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.10' + AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.12' AppCommand: 'bash,-c,bundle exec sidekiq' AppEnvironment1Key: 'LOCAL_DOMAIN' AppEnvironment1Value: !Ref DomainName @@ -381,7 +381,7 @@ Resources: AlertingModule: !GetAtt 'Alerting.Outputs.StackName' ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName' ManagedPolicyArns: !Ref S3Policy - AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.10' + AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.12' AppCommand: 'bash,-c,RAILS_ENV=production bin/tootctl media remove && RAILS_ENV=production bin/tootctl preview_cards remove' AppEnvironment1Key: 'LOCAL_DOMAIN' AppEnvironment1Value: !Ref DomainName