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
1c8c3182
Commit
1c8c3182
authored
3 years ago
by
Claire
Browse files
Options
Download
Email Patches
Plain Diff
Bump version to 3.4.5
parent
d722222f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+12
-0
CHANGELOG.md
docker-compose.yml
+3
-3
docker-compose.yml
lib/mastodon/version.rb
+1
-1
lib/mastodon/version.rb
with
16 additions
and
4 deletions
+16
-4
CHANGELOG.md
+
12
-
0
View file @
1c8c3182
...
...
@@ -3,6 +3,18 @@ Changelog
All notable changes to this project will be documented in this file.
## [3.4.5] - 2022-01-31
### Added
-
Add more advanced migration tests (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17393
)
)
-
Add github workflow to build Docker images (
[
unasuke
](
https://github.com/mastodon/mastodon/pull/16973
)
,
[
Gargron
](
https://github.com/mastodon/mastodon/pull/16980
)
,
[
Gargron
](
https://github.com/mastodon/mastodon/pull/17000
)
)
### Fixed
-
Fix some old migrations failing when skipping releases (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17394
)
)
-
Fix migrations script failing in certain edge cases (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/17398
)
)
-
Fix Docker build (
[
tribela
](
https://github.com/mastodon/mastodon/pull/17188
)
)
-
Fix Ruby 3.0 dependencies (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/16723
)
)
-
Fix followers synchronization mechanism (
[
ClearlyClaire
](
https://github.com/mastodon/mastodon/pull/16510
)
)
## [3.4.4] - 2021-11-26
### Fixed
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
3
-
3
View file @
1c8c3182
...
...
@@ -43,7 +43,7 @@ services:
web
:
build
:
.
image
:
tootsuite/mastodon
image
:
tootsuite/mastodon
:v3.4.5
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
image
:
tootsuite/mastodon
:v3.4.5
restart
:
always
env_file
:
.env.production
command
:
node ./streaming
...
...
@@ -80,7 +80,7 @@ services:
sidekiq
:
build
:
.
image
:
tootsuite/mastodon
image
:
tootsuite/mastodon
:v3.4.5
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 @
1c8c3182
...
...
@@ -13,7 +13,7 @@ module Mastodon
end
def
patch
4
5
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