mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2025-02-16 15:25:13 +00:00
Bump version for 3.4.6
This commit is contained in:
parent
a9c9aadd1d
commit
ba217ea845
4 changed files with 14 additions and 3 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -150,3 +150,14 @@
|
||||||
* Update Mastodon to 3.4.5
|
* Update Mastodon to 3.4.5
|
||||||
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.4.5)
|
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.4.5)
|
||||||
|
|
||||||
|
[1.7.5]
|
||||||
|
* Update Mastodon to 3.4.6
|
||||||
|
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.4.6)
|
||||||
|
* Fix mastodon:webpush:generate_vapid_key task requiring a functional environment (ClearlyClaire)
|
||||||
|
* Fix spurious errors when receiving an Add activity for a private post (ClearlyClaire)
|
||||||
|
* Fix error-prone SQL queries (ClearlyClaire)
|
||||||
|
* Fix not compacting incoming signed JSON-LD activities (puckipedia, ClearlyClaire) (CVE-2022-24307)
|
||||||
|
* Fix insufficient sanitization of report comments (ClearlyClaire)
|
||||||
|
* Fix stop condition of a Common Table Expression (ClearlyClaire)
|
||||||
|
* Disable legacy XSS filtering (Wonderfall)
|
||||||
|
|
||||||
|
|
|
@ -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.7.4",
|
"version": "1.7.5",
|
||||||
"healthCheckPath": "/about",
|
"healthCheckPath": "/about",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"memoryLimit": 1610612736,
|
"memoryLimit": 1610612736,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Mastodon <upstream>3.4.5</upstream>.
|
This app packages Mastodon <upstream>3.4.6</upstream>.
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ RUN gem install --no-document bundler
|
||||||
ENV RAILS_ENV production
|
ENV RAILS_ENV production
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
|
|
||||||
ARG VERSION=3.4.5
|
ARG VERSION=3.4.6
|
||||||
|
|
||||||
RUN curl -L https://github.com/tootsuite/mastodon/archive/v${VERSION}.tar.gz | tar -xz --strip-components 1 -f - && \
|
RUN curl -L https://github.com/tootsuite/mastodon/archive/v${VERSION}.tar.gz | tar -xz --strip-components 1 -f - && \
|
||||||
bundle config --local set deployment 'true' && \
|
bundle config --local set deployment 'true' && \
|
||||||
|
|
Loading…
Reference in a new issue