]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 3.4.6
authorClaire <claire.github-309c@sitedethib.com>
Wed, 2 Feb 2022 10:49:22 +0000 (11:49 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Thu, 3 Feb 2022 11:12:27 +0000 (12:12 +0100)
CHANGELOG.md
chart/values.yaml
lib/mastodon/version.rb

index 9deff5a0d1f0902149ba02b957d8d9619dac6459..c2eff7fa3146c5a1563d99a55046901a150af2b8 100644 (file)
@@ -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))
index caac3eba09bb0f8ebacf9be6660e45f65bb5befa..dc476b1c51394769bbb47f032dc0e48e46898a94 100644 (file)
@@ -8,7 +8,7 @@ image:
   # built from the most recent commit
   #
   # tag: latest
-  tag: v3.4.5
+  tag: v3.4.6
   # use `Always` when using `latest` tag
   pullPolicy: IfNotPresent
 
index 15ab1867f4c06576364905642a75b233fe6afb8b..7c2e7161ab8d54889ccf41eaa83ecbe64b173a2e 100644 (file)
@@ -13,7 +13,7 @@ module Mastodon
     end
 
     def patch
-      5
+      6
     end
 
     def flags