Skip to content

feat(github-release): update glitch-soc/mastodon to v4.5.7#339

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/glitch-soc-mastodon-4.x
Open

feat(github-release): update glitch-soc/mastodon to v4.5.7#339
renovate[bot] wants to merge 1 commit intomainfrom
renovate/glitch-soc-mastodon-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
glitch-soc/mastodon minor v4.3.9v4.5.7

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

glitch-soc/mastodon (glitch-soc/mastodon)

v4.5.7

Compare Source

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Security
Added
Changed
Fixed

Upgrade notes

To get the code for v4.5.7, use git fetch && git checkout v4.5.7.

[!NOTE]
As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.5.0.

  • Ruby: 3.2 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 20.19 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer
Update steps

The following instructions are for updating from 4.5.6.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.5.0 release notes.

Non-Docker

[!TIP]
The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  2. Restart all Mastodon processes.
When using Docker
  1. Restart all Mastodon processes.

v4.5.6

Compare Source

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Security
  • Fix ActivityPub collection caching logic for pinned posts and featured tags not checking blocked accounts (GHSA-ccpr-m53r-mfwr)
Changed
Fixed

Upgrade notes

To get the code for v4.5.6, use git fetch && git checkout v4.5.6.

[!NOTE]
As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.5.0.

  • Ruby: 3.2 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 20.19 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer
Update steps

The following instructions are for updating from 4.5.5.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.5.0 release notes.

Non-Docker

[!TIP]
The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  2. Restart all Mastodon processes.
When using Docker
  1. Restart all Mastodon processes.

v4.5.5

Compare Source

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Security
Changed
Fixed

Upgrade notes

To get the code for v4.5.5, use git fetch && git checkout v4.5.5.

[!NOTE]
As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.5.0.

  • Ruby: 3.2 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 20.19 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer
Update steps

The following instructions are for updating from 4.5.4.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.5.0 release notes.

Non-Docker

[!TIP]
The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  2. Restart all Mastodon processes.
When using Docker
  1. Restart all Mastodon processes.

v4.5.4

Compare Source

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Security
  • Fix SSRF protection bypass (GHSA)
  • Fix missing ownership check in severed relationships controller (GHSA)
Changed
  • Change HTTP Signature verification status from 401 to 503 on temporary failure to get remote actor (#​37221 by @​ClearlyClaire)
Fixed

Upgrade notes

To get the code for v4.5.4, use git fetch && git checkout v4.5.4.

[!NOTE]
As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.5.0.

  • Ruby: 3.2 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 20.19 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer
Update steps

The following instructions are for updating from 4.5.3.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.5.0 release notes.

Non-Docker

[!TIP]
The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  2. Restart all Mastodon processes.
When using Docker
  1. Restart all Mastodon processes.

v4.5.3

Compare Source

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Security
  • Fix inconsistent error handling leaking information on existence of private posts (GHSA-gwhw-gcjx-72v8)
Fixed

Upgrade notes

To get the code for v4.5.3, use git fetch && git checkout v4.5.3.

[!NOTE]
As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.5.0.

  • Ruby: 3.2 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 20.19 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer
Update steps

The following instructions are for updating from 4.5.2.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.5.0 release notes.

Non-Docker

[!TIP]
The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  2. Restart all Mastodon processes.
When using Docker
  1. Restart all Mastodon processes.

v4.5.2

Compare Source

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Changed
  • (glitch-soc) Change quotes to inherit local-only status of quoted post in composer (#​3286)
  • Change private quote education modal to not show up on self-quotes (#​36926 by @​ClearlyClaire)
Fixed

Upgrade notes

To get the code for v4.5.2, use git fetch && git checkout v4.5.2.

[!NOTE]
As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.5.0.

  • Ruby: 3.2 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 20.19 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer
Update steps

The following instructions are for updating from 4.5.1.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.5.0 release notes.

Non-Docker

[!TIP]
The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Install dependencies with bundle install and yarn install --immutable
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Restart all Mastodon processes.
When using Docker
  1. Restart all Mastodon processes.

v4.5.1

Compare Source

This is a patch release for 4.5.

Check out the 4.5.0 release notes for information.

Changelog

Fixes

Upgrade notes

To get the code for v4.5.1, use git fetch && git checkout v4.5.1.

[!NOTE]
As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.5.0.

  • Ruby: 3.2 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 20.19 or newer
  • libvips (optional, instead of ImageMagick): 8.13 or newer
  • ImageMagick (optional if using libvips): 6.9.7-7 or newer
Update steps

The following instructions are for updating from 4.5.0.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.5.0 release notes.

Non-Docker

[!TIP]
The charlock_holmes gem may fail to build on some systems with recent versions of gcc.
If you run into this issue, try BUNDLE_BUILD__CHARLOCK_HOLMES="--with-cxxflags=-std=c++17" bundle install.

  1. Install dependencies with bundle install and yarn install --immutable
  2. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  3. Restart all Mastodon processes.
When using Docker
  1. Restart all Mastodon processes.

v4.5.0

Compare Source

For a user-focused highlight of these changes, see https://blog.joinmastodon.org/2025/11/mastodon-4.5/
For changes of particular interest to application developers, see https://blog.joinmastodon.org/2025/10/mastodon-4-5-for-devs/
For a more detailed run-down on the changes, see the Changelog section below!

Upgrade overview

This release contains upgrade notes that deviate from the norm:

⚠️ The minimum supported version for Redis has been bumped to 7.0
⚠️ The minimum supported version for PostgreSQL has been bumped to PostgreSQL 14
⚠️ The minimum supported version for Node.js has been bumped to 20.19
⚠️ Rolling updates from versions earlier than Mastodon 4.3 are not supported
⚠️ Import jobs from Mastodon versions earlier than Mastodon 4.2 are not supported
ℹ️ Sidekiq has been updated, which may require you to change health check or monitoring code
ℹ️ Requires streaming server restart
ℹ️ Requires database migrations

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Added

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Jul 8, 2025

--- HelmRelease: mastodon/mastodon Deployment: mastodon/mastodon-sidekiq-all-queues

+++ HelmRelease: mastodon/mastodon Deployment: mastodon/mastodon-sidekiq-all-queues

@@ -38,13 +38,13 @@

         fsGroup: 991
         runAsGroup: 991
         runAsUser: 991
       volumes: null
       containers:
       - name: mastodon
-        image: ghcr.io/glitch-soc/mastodon:v4.3.9
+        image: ghcr.io/glitch-soc/mastodon:v4.5.7
         imagePullPolicy: IfNotPresent
         command:
         - bundle
         - exec
         - sidekiq
         - -c
--- HelmRelease: mastodon/mastodon Deployment: mastodon/mastodon-sidekiq-pull-ingress

+++ HelmRelease: mastodon/mastodon Deployment: mastodon/mastodon-sidekiq-pull-ingress

@@ -38,13 +38,13 @@

         fsGroup: 991
         runAsGroup: 991
         runAsUser: 991
       volumes: null
       containers:
       - name: mastodon
-        image: ghcr.io/glitch-soc/mastodon:v4.3.9
+        image: ghcr.io/glitch-soc/mastodon:v4.5.7
         imagePullPolicy: IfNotPresent
         command:
         - bundle
         - exec
         - sidekiq
         - -c
--- HelmRelease: mastodon/mastodon Deployment: mastodon/mastodon-streaming

+++ HelmRelease: mastodon/mastodon Deployment: mastodon/mastodon-streaming

@@ -35,13 +35,13 @@

       securityContext:
         fsGroup: 991
         runAsGroup: 991
         runAsUser: 991
       containers:
       - name: mastodon-streaming
-        image: ghcr.io/glitch-soc/mastodon-streaming:v4.3.9
+        image: ghcr.io/glitch-soc/mastodon-streaming:v4.5.7
         imagePullPolicy: IfNotPresent
         command:
         - node
         - ./streaming
         envFrom:
         - configMapRef:
--- HelmRelease: mastodon/mastodon Deployment: mastodon/mastodon-web

+++ HelmRelease: mastodon/mastodon Deployment: mastodon/mastodon-web

@@ -38,13 +38,13 @@

         fsGroup: 991
         runAsGroup: 991
         runAsUser: 991
       volumes: null
       containers:
       - name: mastodon-web
-        image: ghcr.io/glitch-soc/mastodon:v4.3.9
+        image: ghcr.io/glitch-soc/mastodon:v4.5.7
         imagePullPolicy: IfNotPresent
         command:
         - bundle
         - exec
         - puma
         - -C
--- HelmRelease: mastodon/mastodon CronJob: mastodon/mastodon-media-remove

+++ HelmRelease: mastodon/mastodon CronJob: mastodon/mastodon-media-remove

@@ -15,13 +15,13 @@

         metadata:
           name: mastodon-media-remove
         spec:
           restartPolicy: OnFailure
           containers:
           - name: mastodon-media-remove
-            image: ghcr.io/glitch-soc/mastodon:v4.3.9
+            image: ghcr.io/glitch-soc/mastodon:v4.5.7
             imagePullPolicy: IfNotPresent
             command:
             - bin/tootctl
             - media
             - remove
             envFrom:
--- HelmRelease: mastodon/mastodon Job: mastodon/mastodon-assets-precompile

+++ HelmRelease: mastodon/mastodon Job: mastodon/mastodon-assets-precompile

@@ -16,13 +16,13 @@

     metadata:
       name: mastodon-assets-precompile
     spec:
       restartPolicy: Never
       containers:
       - name: mastodon-assets-precompile
-        image: ghcr.io/glitch-soc/mastodon:v4.3.9
+        image: ghcr.io/glitch-soc/mastodon:v4.5.7
         imagePullPolicy: IfNotPresent
         command:
         - bash
         - -c
         - |
           bundle exec rake assets:precompile && yarn cache clean
--- HelmRelease: mastodon/mastodon Job: mastodon/mastodon-chewy-upgrade

+++ HelmRelease: mastodon/mastodon Job: mastodon/mastodon-chewy-upgrade

@@ -16,13 +16,13 @@

     metadata:
       name: mastodon-chewy-upgrade
     spec:
       restartPolicy: Never
       containers:
       - name: mastodon-chewy-setup
-        image: ghcr.io/glitch-soc/mastodon:v4.3.9
+        image: ghcr.io/glitch-soc/mastodon:v4.5.7
         imagePullPolicy: IfNotPresent
         command:
         - bundle
         - exec
         - rake
         - chewy:upgrade
--- HelmRelease: mastodon/mastodon Job: mastodon/mastodon-db-migrate

+++ HelmRelease: mastodon/mastodon Job: mastodon/mastodon-db-migrate

@@ -16,13 +16,13 @@

     metadata:
       name: mastodon-db-migrate
     spec:
       restartPolicy: Never
       containers:
       - name: mastodon-db-migrate
-        image: ghcr.io/glitch-soc/mastodon:v4.3.9
+        image: ghcr.io/glitch-soc/mastodon:v4.5.7
         imagePullPolicy: IfNotPresent
         command:
         - bundle
         - exec
         - rake
         - db:migrate

@github-actions
Copy link

github-actions bot commented Jul 8, 2025

--- kubernetes/apps/mastodon/mastodon/app Kustomization: flux-system/mastodon HelmRelease: mastodon/mastodon

+++ kubernetes/apps/mastodon/mastodon/app Kustomization: flux-system/mastodon HelmRelease: mastodon/mastodon

@@ -32,13 +32,13 @@

       master:
         replicaCount: 1
       preset: small_cluster
     image:
       pullPolicy: IfNotPresent
       repository: ghcr.io/glitch-soc/mastodon
-      tag: v4.3.9
+      tag: v4.5.7
     ingress:
       annotations:
         cert-manager.io/cluster-issuer: letsencrypt-social-production
         external-dns.alpha.kubernetes.io/target: external...PLACEHOLDER_SECRET_DOMAIN..
         nginx.ingress.kubernetes.io/denylist-source-range: 2a01:4f8:140:2113::2
         nginx.ingress.kubernetes.io/proxy-body-size: 40m
@@ -108,13 +108,13 @@

         from_address: mastodon@..PLACEHOLDER_SECRET_SOCIAL_DOMAIN..
         port: 587
         server: smtp.zeptomail.com.au
       streaming:
         image:
           repository: ghcr.io/glitch-soc/mastodon-streaming
-          tag: v4.3.9
+          tag: v4.5.7
         port: 4000
       web:
         port: 3000
       web_domain: ..PLACEHOLDER_SECRET_SOCIAL_DOMAIN..
     postgresql:
       auth:

@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch from 83c79bd to a26cef2 Compare July 9, 2025 20:41
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.4.0 feat(github-release): update glitch-soc/mastodon to v4.4.1 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch from a26cef2 to 4a718d3 Compare July 23, 2025 17:00
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.4.1 feat(github-release): update glitch-soc/mastodon to v4.4.2 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch from 4a718d3 to 31476ea Compare August 5, 2025 13:45
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.4.2 feat(github-release): update glitch-soc/mastodon to v4.4.3 Aug 5, 2025
@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch from 31476ea to 61d17d0 Compare September 16, 2025 16:35
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.4.3 feat(github-release): update glitch-soc/mastodon to v4.4.4 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch from 61d17d0 to c2a9068 Compare September 23, 2025 17:49
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.4.4 feat(github-release): update glitch-soc/mastodon to v4.4.5 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch from c2a9068 to 6dd8b69 Compare October 13, 2025 17:39
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.4.5 feat(github-release): update glitch-soc/mastodon to v4.4.6 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch from 6dd8b69 to 9c0636f Compare October 15, 2025 12:42
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.4.6 feat(github-release): update glitch-soc/mastodon to v4.4.7 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch from 9c0636f to 017e751 Compare October 21, 2025 20:48
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.4.7 feat(github-release): update glitch-soc/mastodon to v4.4.8 Oct 21, 2025
@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch from 017e751 to 0cb3474 Compare November 6, 2025 19:30
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.4.8 feat(github-release): update glitch-soc/mastodon to v4.5.0 Nov 6, 2025
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.5.0 feat(github-release): update glitch-soc/mastodon to v4.5.1 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch 2 times, most recently from aff11d9 to 0815642 Compare November 20, 2025 18:34
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.5.1 feat(github-release): update glitch-soc/mastodon to v4.5.2 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch from 0815642 to a40b7f7 Compare December 8, 2025 19:44
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.5.2 feat(github-release): update glitch-soc/mastodon to v4.5.3 Dec 8, 2025
@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch from a40b7f7 to 12fc364 Compare January 7, 2026 16:37
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.5.3 feat(github-release): update glitch-soc/mastodon to v4.5.4 Jan 7, 2026
@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch from 12fc364 to 5350051 Compare January 20, 2026 18:26
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.5.4 feat(github-release): update glitch-soc/mastodon to v4.5.5 Jan 20, 2026
@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch from 5350051 to c4bc423 Compare February 3, 2026 18:06
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.5.5 feat(github-release): update glitch-soc/mastodon to v4.5.6 Feb 3, 2026
@renovate renovate bot force-pushed the renovate/glitch-soc-mastodon-4.x branch from c4bc423 to 4bfdad5 Compare February 24, 2026 14:53
@renovate renovate bot changed the title feat(github-release): update glitch-soc/mastodon to v4.5.6 feat(github-release): update glitch-soc/mastodon to v4.5.7 Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants