File tree Expand file tree Collapse file tree
install_files/ansible-base/group_vars/all Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ securedrop-admin (2.14.0~rc2) unstable; urgency=medium
2+
3+ * see changelog.md
4+
5+ -- SecureDrop Team <securedrop@freedom.press> Thu, 12 Feb 2026 11:51:38 -0500
6+
17securedrop-admin (2.14.0~rc1) unstable; urgency=medium
28
39 * see changelog.md
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.14.0~ rc2
4+
5+ ### Web Applications and API
6+
7+ * Dependency updates:
8+ * cffi from 1.16.0 to 2.0.0 (#7774 )
9+ * cryptography from 41.0.7 to 46.0.5 (#7774 )
10+
11+ ### Development
12+
13+ * Use uv to update admin requirements (#7774 )
14+ * Dependency updates:
15+ * cffi from 1.16.0 to 2.0.0 (#7774 )
16+ * cryptography from 41.0.7 to 46.0.5 (#7774 )
17+
18+
319## 2.14.0~ rc1
420
521### Web Applications and API
Original file line number Diff line number Diff line change 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.14.0~rc1 "
5+ securedrop_version: "2.14.0~rc2 "
66securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"
77
88grsecurity: true
Original file line number Diff line number Diff line change 1+ securedrop (2.14.0~rc2) unstable; urgency=medium
2+
3+ * see changelog.md
4+
5+ -- SecureDrop Team <securedrop@freedom.press> Thu, 12 Feb 2026 11:52:01 -0500
6+
17securedrop (2.14.0~rc1) unstable; urgency=medium
28
39 * see changelog.md
Original file line number Diff line number Diff line change 44
55setuptools .setup (
66 name = "securedrop-app-code" ,
7- version = "2.14.0~rc1 " ,
7+ version = "2.14.0~rc2 " ,
88 author = "Freedom of the Press Foundation" ,
99 author_email = "securedrop@freedom.press" ,
1010 description = "SecureDrop Server" ,
Original file line number Diff line number Diff line change 1- __version__ = "2.14.0~rc1 "
1+ __version__ = "2.14.0~rc2 "
You can’t perform that action at this time.
0 commit comments