Update package version to 1.15.1

This commit is contained in:
Package Updates
2025-03-13 17:16:14 +00:00
parent ab03b0539f
commit 163e32ab1c
2 changed files with 8 additions and 1 deletions

View File

@@ -591,3 +591,10 @@
[1.15.0] [1.15.0]
* Update base image to 5.0.0 * Update base image to 5.0.0
[1.15.1]
* Update mastodon to 4.3.6
* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.3.6)
* Update dependency `omniauth-saml`
* Update dependency `rack`
* Fix Stoplight errors when using `REDIS_NAMESPACE` ([#​34126](https://github.com/tootsuite/mastodon/issues/34126) by [@​ClearlyClaire](https://github.com/ClearlyClaire))

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"tagline": "Federated social network", "tagline": "Federated social network",
"version": "1.15.0", "version": "1.15.1",
"upstreamVersion": "4.3.6", "upstreamVersion": "4.3.6",
"healthCheckPath": "/about", "healthCheckPath": "/about",
"httpPort": 8000, "httpPort": 8000,