From 1338294417eab6f763527da82573e1075a9d3973 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 16 Jul 2023 21:46:20 +0100 Subject: [PATCH] chore: publish 1.0.0+v4.0.6-hometown-1.1.1 release --- compose.yml | 8 ++++---- releases/1.0.0+v4.0.6-hometown-1.1.1 | 11 +++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 releases/1.0.0+v4.0.6-hometown-1.1.1 diff --git a/compose.yml b/compose.yml index 5de3e3b..784d961 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v3.5.10-hometown-1.0.8 + image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.0.6-hometown-1.1.1 command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" networks: &bothNetworks - proxy @@ -19,7 +19,7 @@ services: - "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=0.2.2+v3.5.10-hometown-1.0.8" + - "coop-cloud.${STACK_NAME}.version=1.0.0+v4.0.6-hometown-1.1.1" configs: &configs - source: entrypoint_sh target: /usr/local/bin/entrypoint.sh @@ -142,7 +142,7 @@ services: - WEB_DOMAIN streaming: - image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v3.5.10-hometown-1.0.8 + image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.0.6-hometown-1.1.1 command: node ./streaming configs: *configs entrypoint: *entrypoint @@ -163,7 +163,7 @@ services: volumes: *appVolume # used to make sure this volume is created sidekiq: - image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v3.5.10-hometown-1.0.8 + image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.0.6-hometown-1.1.1 secrets: *secrets command: bundle exec sidekiq configs: *configs diff --git a/releases/1.0.0+v4.0.6-hometown-1.1.1 b/releases/1.0.0+v4.0.6-hometown-1.1.1 new file mode 100644 index 0000000..9237b71 --- /dev/null +++ b/releases/1.0.0+v4.0.6-hometown-1.1.1 @@ -0,0 +1,11 @@ +Mastodon 4 requires running pre- and post-deployment migrations, something like + +``` +abra app run your.app.domain app bash -c "SKIP_POST_DEPLOYMENT_MIGRATIONS=true rails db:migrate" +abra app restart your.app.domain app +abra app restart your.app.domain streaming +abra app restart your.app.domain sidekiq +abra app run your.app.domain app rails db:migrate +``` + +See the full release notes for details: https://github.com/mastodon/mastodon/releases/tag/v4.0.0