Skip to content

Commit

Permalink
Bump version to 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Nov 14, 2022
1 parent b22e147 commit 696f7b3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog

All notable changes to this project will be documented in this file.

## [3.4.5] - 2022-11-14
## Fixed

- Fix nodes order being sometimes mangled when rewriting emoji ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20677))

## [3.5.4] - 2022-11-14
### Fixed

Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
# built from the most recent commit
#
# tag: latest
tag: v3.5.4
tag: v3.5.5
# use `Always` when using `latest` tag
pullPolicy: IfNotPresent

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:

web:
build: .
image: tootsuite/mastodon
image: tootsuite/mastodon:v3.5.5
restart: always
env_file: .env.production
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
Expand All @@ -65,7 +65,7 @@ services:

streaming:
build: .
image: tootsuite/mastodon
image: tootsuite/mastodon:v3.5.5
restart: always
env_file: .env.production
command: node ./streaming
Expand All @@ -83,7 +83,7 @@ services:

sidekiq:
build: .
image: tootsuite/mastodon
image: tootsuite/mastodon:v3.5.5
restart: always
env_file: .env.production
command: bundle exec sidekiq
Expand Down
2 changes: 1 addition & 1 deletion lib/mastodon/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def minor
end

def patch
4
5
end

def flags
Expand Down

0 comments on commit 696f7b3

Please sign in to comment.