Skip to content

Commit 2f92d06

Browse files
chore: sync CHANGELOG.md + VERSION (v3.22.0) from FileRise
1 parent c7175a9 commit 2f92d06

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Changes 07/13/2026 (v3.22.0)
4+
5+
`release(v3.22.0): generate unique keys for pristine manual installs`
6+
7+
**Fixed**
8+
9+
- Pristine manual installs now generate and persist a unique persistent-tokens key instead of beginning with the published legacy fallback.
10+
- Existing environment keys, persisted key files, Docker source hints, and installations with existing state retain their current key behavior for upgrade compatibility.
11+
- Concurrent first requests coordinate key creation so every worker uses the same persisted key, and Docker now stops with an actionable error if a pristine key cannot be persisted.
12+
13+
**Upgrade notes**
14+
15+
- Existing legacy installs are not rotated automatically; the Admin Panel warning and controlled rotation workflow remain available.
16+
- Back up `metadata/persistent_tokens.key` with the rest of the metadata directory.
17+
18+
---
19+
320
## Changes 07/05/2026 (v3.21.0)
421

522
`release(v3.21.0): authentication and public config hardening`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.21.0
1+
v3.22.0

0 commit comments

Comments
 (0)