Skip to content

Commit 654954d

Browse files
authored
Merge pull request #7507 from freedomofpress/2_12_2-release-bump
Update version to 2.12.2 for release.
2 parents 1d4af74 + 33f43b3 commit 654954d

File tree

6 files changed

+12
-19
lines changed

6 files changed

+12
-19
lines changed

changelog.md

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

3-
## 2.12.2~rc2
3+
## 2.12.2
44

55
### Ubuntu 24.04 (Noble) upgrade
66

77
* Update Noble migration check to prevent migration attempt on Noble systems (#7502)
8-
9-
## 2.12.2~rc1
10-
11-
### Ubuntu 24.04 (Noble) upgrade
12-
138
* Update Noble migration script to verify state of Ethernet interfaces (#7497)
149
* Update OSSEC configuration to suppress erroneous APT messages (#7496)
1510
* Enable first phase of automated Noble upgrades (#7492)
@@ -24,6 +19,10 @@
2419

2520
* Update admin tools to trim newlines from inputted GPG fingerprints (#7474)
2621

22+
### Development
23+
24+
* Add version constraint for `setuptools-scm` to 8.1.0 on Focal builds (#7509)
25+
2726
## 2.12.1
2827

2928
Note: this is an Admin Workstation-only release. Servers will not receive an update.

install_files/ansible-base/group_vars/all/securedrop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Variables that apply to both the app and monitor server go in this file
33
# If the monitor or app server need different values define the variable in
44
# hosts_vars/app.yml or host_vars/mon.yml
5-
securedrop_version: "2.12.2~rc2"
5+
securedrop_version: "2.12.2"
66
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"
77

88
grsecurity: true

molecule/shared/stable.ver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.12.1
1+
2.12.2

securedrop/debian/changelog

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
securedrop (2.12.2~rc2) unstable; urgency=medium
1+
securedrop (2.12.2) unstable; urgency=medium
22

3-
* see changelog.md
4-
5-
-- SecureDrop Team <[email protected]> Thu, 17 Apr 2025 10:57:28 -0400
6-
7-
securedrop (2.12.2~rc1) unstable; urgency=medium
8-
9-
* see changelog.md
3+
* see changelog.md
104

11-
-- SecureDrop Team <[email protected]> Fri, 11 Apr 2025 09:53:32 -0400
5+
-- SecureDrop Team <[email protected]> Tue, 22 Apr 2025 11:30:35 -0400
126

137
securedrop (2.12.1) unstable; urgency=medium
148

securedrop/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name="securedrop-app-code",
7-
version="2.12.2~rc2",
7+
version="2.12.2",
88
author="Freedom of the Press Foundation",
99
author_email="[email protected]",
1010
description="SecureDrop Server",

securedrop/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.12.2~rc2"
1+
__version__ = "2.12.2"

0 commit comments

Comments
 (0)