Bump version
This commit is contained in:
@@ -334,3 +334,10 @@
|
|||||||
* Fix trending publishers table not rendering correctly on narrow screens (vmstan)
|
* Fix trending publishers table not rendering correctly on narrow screens (vmstan)
|
||||||
* Fix CSP headers being unintentionally wide (ClearlyClaire)
|
* Fix CSP headers being unintentionally wide (ClearlyClaire)
|
||||||
|
|
||||||
|
[1.11.8]
|
||||||
|
* Update Mastodon to 4.1.6
|
||||||
|
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.1.6)
|
||||||
|
* Fix memory leak in streaming server (ThisIsMissEm)
|
||||||
|
* Fix wrong filters sometimes applying in streaming (ClearlyClaire, ThisIsMissEm, renchap)
|
||||||
|
* Fix incorrect connect timeout in outgoing requests (ClearlyClaire)
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Federated social network",
|
"tagline": "Federated social network",
|
||||||
"version": "1.11.7",
|
"version": "1.11.8",
|
||||||
"upstreamVersion": "4.1.5",
|
"upstreamVersion": "4.1.6",
|
||||||
"healthCheckPath": "/about",
|
"healthCheckPath": "/about",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"memoryLimit": 1610612736,
|
"memoryLimit": 1610612736,
|
||||||
|
|||||||
@@ -34,7 +34,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=4.1.5
|
ARG VERSION=4.1.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' && \
|
||||||
|
|||||||
Reference in New Issue
Block a user