Skip to content

Commit 02154a2

Browse files
authored
Merge pull request #7518 from freedomofpress/2-12-3
SecureDrop 2.12.3
2 parents c16efae + b2eda3b commit 02154a2

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed

changelog.md

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

3-
## 2.13.0~rc1
3+
## 2.12.3
4+
5+
### Ubuntu 24.04 (Noble) upgrade
6+
7+
* Do fully automated upgrade of 40% of app servers (#7516)
8+
* Run migration check first, before disabling unattended-upgrades (#7515)
9+
10+
### Development
11+
12+
* chown packages to host's user after building (#7512)
413

514
## 2.12.2
615

@@ -23,7 +32,7 @@
2332

2433
### Development
2534

26-
* Add version constraint for `setuptools-scm` to 8.1.0 on Focal builds (#7509)
35+
* Add version constraint for `setuptools-scm` to 8.1.0 on Focal builds (#7509)
2736

2837
## 2.12.1
2938

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.13.0~rc1"
5+
securedrop_version: "2.12.3"
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.2
1+
2.12.3

securedrop/debian/changelog

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

3-
*
3+
* see changelog.md
44

5-
-- SecureDrop Team <[email protected]> Fri, 25 Apr 2025 11:00:30 -0400
5+
-- SecureDrop Team <[email protected]> Fri, 25 Apr 2025 16:20:42 -0400
66

77
securedrop (2.12.2) unstable; urgency=medium
88

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.13.0~rc1",
7+
version="2.12.3",
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.13.0~rc1"
1+
__version__ = "2.12.3"

0 commit comments

Comments
 (0)