Skip to content

Commit

Permalink
Bump version to v3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Apr 4, 2023
1 parent 5514426 commit 1bd831b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ Changelog

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

## [3.5.8] - 2023-04-04

### Fixed

- Fix crash in `tootctl` commands making use of parallelization when Elasticsearch is enabled ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/24182), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/24377))
- Fix crash in `db:setup` when Elasticsearch is enabled ([rrgeorge](https://github.com/mastodon/mastodon/pull/24302))
- Fix user archive takeout when using OpenStack Swift or S3 providers with no ACL support ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/24200))
- Fix invalid/expired invites being processed on sign-up ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/24337))

### Security

- Update Ruby to 3.0.6 due to ReDoS vulnerabilities ([saizai](https://github.com/mastodon/mastodon/pull/24332))
- Fix unescaped user input in LDAP query ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/24379))

# [3.5.7] - 2023-03-16

### Added
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: ghcr.io/mastodon/mastodon:v3.5.7
image: ghcr.io/mastodon/mastodon:v3.5.8
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: ghcr.io/mastodon/mastodon:v3.5.7
image: ghcr.io/mastodon/mastodon:v3.5.8
restart: always
env_file: .env.production
command: node ./streaming
Expand All @@ -83,7 +83,7 @@ services:

sidekiq:
build: .
image: ghcr.io/mastodon/mastodon:v3.5.7
image: ghcr.io/mastodon/mastodon:v3.5.8
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
7
8
end

def flags
Expand Down

0 comments on commit 1bd831b

Please sign in to comment.