Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
mastodon
Commits
bb7b2868
Commit
bb7b2868
authored
3 years ago
by
Claire
Browse files
Options
Download
Email Patches
Plain Diff
Bump version to 3.4.6
parent
a06dda41
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+12
-0
CHANGELOG.md
chart/values.yaml
+1
-1
chart/values.yaml
docker-compose.yml
+3
-3
docker-compose.yml
lib/mastodon/version.rb
+1
-1
lib/mastodon/version.rb
with
17 additions
and
5 deletions
+17
-5
CHANGELOG.md
+
12
-
0
View file @
bb7b2868
...
...
@@ -3,6 +3,18 @@ Changelog
All notable changes to this project will be documented in this file.
## [3.4.6] - 2022-02-03
### Fixed
-
Fix
`mastodon:webpush:generate_vapid_key`
task requiring a functional environment (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17338
)
)
-
Fix spurious errors when receiving an Add activity for a private post (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17425
)
)
### Security
-
Fix error-prone SQL queries (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/15828
)
)
-
Fix not compacting incoming signed JSON-LD activities (
[
puckipedia
](
https://github.com/mastodon/mastodon/pull/17426
)
,
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17428
)
) (CVE-2022-24307)
-
Fix insufficient sanitization of report comments (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17430
)
)
-
Fix stop condition of a Common Table Expression (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17427
)
)
-
Disable legacy XSS filtering (
[
Wonderfall
](
https://github.com/mastodon/mastodon/pull/17289
)
)
## [3.4.5] - 2022-01-31
### Added
-
Add more advanced migration tests (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17393
)
)
...
...
This diff is collapsed.
Click to expand it.
chart/values.yaml
+
1
-
1
View file @
bb7b2868
...
...
@@ -8,7 +8,7 @@ image:
# built from the most recent commit
#
# tag: latest
tag
:
v3.
3.0
tag
:
v3.
4.6
# use `Always` when using `latest` tag
pullPolicy
:
IfNotPresent
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
3
-
3
View file @
bb7b2868
...
...
@@ -43,7 +43,7 @@ services:
web
:
build
:
.
image
:
tootsuite/mastodon:v3.4.
5
image
:
tootsuite/mastodon:v3.4.
6
restart
:
always
env_file
:
.env.production
command
:
bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
...
...
@@ -63,7 +63,7 @@ services:
streaming
:
build
:
.
image
:
tootsuite/mastodon:v3.4.
5
image
:
tootsuite/mastodon:v3.4.
6
restart
:
always
env_file
:
.env.production
command
:
node ./streaming
...
...
@@ -80,7 +80,7 @@ services:
sidekiq
:
build
:
.
image
:
tootsuite/mastodon:v3.4.
5
image
:
tootsuite/mastodon:v3.4.
6
restart
:
always
env_file
:
.env.production
command
:
bundle exec sidekiq
...
...
This diff is collapsed.
Click to expand it.
lib/mastodon/version.rb
+
1
-
1
View file @
bb7b2868
...
...
@@ -13,7 +13,7 @@ module Mastodon
end
def
patch
5
6
end
def
flags
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets