Skip to content

Commit 5605557

Browse files
SecureDrop 2.13.0
1 parent 997d887 commit 5605557

File tree

7 files changed

+10
-12
lines changed

7 files changed

+10
-12
lines changed

admin/debian/changelog

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

33
* see changelog.md
44

5-
-- SecureDrop Team <[email protected]> Mon, 24 Nov 2025 11:44:11 -0500
6-
5+
-- SecureDrop Team <[email protected]> Thu, 04 Dec 2025 10:44:25 -0500

changelog.md

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

3-
## 2.13.0~rc1
3+
## 2.13.0
44

55
### Web Applications and API
66

@@ -19,7 +19,7 @@
1919

2020
### Operations
2121

22-
* Update admin toolng to be deployed as a Debian package instead of via git (#7606)
22+
* Update admin tooling to be deployed as a Debian package instead of via git (#7606)
2323
* Suppress OSSEC alert caused by non-error Tor log message (#7670)
2424
* Remove support for Ubuntu 20.04 (Focal) #7671, #7673, #7674)
2525
* Add playbook checks for server OS version (#7652, #7654)

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.13.0"
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.10
1+
2.13.0

securedrop/debian/changelog

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

33
* see changelog.md
44

5-
-- SecureDrop Team <[email protected]> Mon, 24 Nov 2025 11:44:43 -0500
5+
-- SecureDrop Team <[email protected]> Thu, 04 Dec 2025 10:45:00 -0500
66

77
securedrop (2.12.10) unstable; urgency=medium
88

99
* see changelog.md
1010

1111
-- SecureDrop Team <[email protected]> Wed, 24 Sep 2025 14:36:57 -0400
1212

13-
1413
securedrop (2.12.9) unstable; urgency=medium
1514

1615
* see changelog.md

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.13.0",
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.13.0"

0 commit comments

Comments
 (0)