Skip to content

Commit ec7aa7a

Browse files
SecureDrop 2.8.0
1 parent 6bde209 commit ec7aa7a

File tree

6 files changed

+18
-32
lines changed

6 files changed

+18
-32
lines changed

changelog.md

+11-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
# Changelog
22

3-
## 2.8.0~rc2
4-
5-
* Updated GUI updater to use wayland QT plugin by default, falling back to xcb (#7134)
6-
7-
## 2.8.0~rc1
3+
## 2.8.0
84

95
### Web applications
106
* Updated strings based on translator feedback (#7057)
117
* Improved redwood stream performance and testing (#7070)
12-
* Update wordlist to remove potentially confusing or offensive terms (#7024)
8+
* Updated wordlist to remove potentially confusing or offensive terms (#7024)
139
* Dependency changes:
14-
* openssl rust crate from 0.10.57 to 0.10.60 (#7083)
1510
* cryptography from 41.0.3 to 41.0.7 (#7086)
16-
* rustix rust crate from 0.38.18 to 0.38.21 (#7114)
11+
* jinja2 from 3.0.2 to 3.1.3 (#7107)
12+
* is-terminal rust crate from 0.4.9 to 0.4.12 (#7114)
13+
* openssl rust crate from 0.10.57 to 0.10.60 (#7083)
1714

1815
### Operations
1916
* Updated copyright strings to reference 2024 (#7099)
20-
* Removed deprecated mitigation for CVE-2019-3462 (#7053)
17+
* Removed obsolete mitigation for CVE-2019-3462 (#7053)
2118
* Improved logic for installing admin tool apt dependencies in Tails (#7088)
2219
* Added support for Tails 6 to admin tools (#7116)
20+
* Updated GUI updater to use wayland QT plugin by default, falling back to xcb (#7134)
2321
* Dependency changes:
2422
* Ansible from 6.7.0 to 8.7.0 (#7116)
2523
* cffi from 1.14.5 to 1.16.0 (#7116)
@@ -32,13 +30,13 @@
3230
* Fixed cargo-vet binary caching (#7065)
3331
* Upgraded to cargo-vet 0.9.0 (#7101)
3432
* Enabled dependabot for Github Actions (#7102)
35-
* Dependabot updates (#7105, #7104, #7108)
3633
* Fixed broken apt caches in staging-test-with-rebase job (#7110)
34+
* Dependabot updates (#7105, #7104, #7108)
3735

3836
### Development
3937
* Updated packaging logic to exclude config.py (#7014)
4038
* Fixed broken link in contributing.md (#7028)
41-
* Added option to specific git remote for backport script (#7044)
39+
* Added option to specify git remote for backport script (#7044)
4240
* Updated functional tests to run under Selenium 4 (#7100)
4341
* Updated docker run parameters to only pass -it if a tty is available (#7098)
4442
* Updated rust toolchain in CI and Dockerfiles to 1.74.1 (#7091)
@@ -48,17 +46,12 @@
4846
* MarkupSafe from 2.0.2 to 2.1.2 (#7006)
4947
* Selenium from 3.141.0 to 4.16.0 (#7100)
5048
* tbselenium from 0.5.2 to 0.8.1 (#7100)
51-
* jinja2 from 3.0.2 to 3.1.3 (#7107, #7109)
49+
* jinja2 from 3.0.2 to 3.1.3 (#7109)
5250
* peewee from 3.15.0 to 3.17.1 (#7112)
5351
* diffoscope from 236 to 256 (#7125)
5452
* pillow from 10.0.1 to 10.2.0 (#7107)
5553
* semgrep from 0.98.0 to 1.57.0 (#7107)
56-
* Updated ignored safety alerts:
57-
* Safety 61893 - CVE-2023-45803 (#7085)
58-
* Safety 62019 - CVE-2023-46136 (#7085)
59-
* Safety 63066 (#7100)
60-
* Safety 63227 (#7100)
61-
* Safety 65647 (#7122)
54+
* Updated ignored safety alerts: 61893, 62019, 63066, 63227, 65647 (#7085, #7100, #7122)
6255

6356
## 2.7.0
6457

install_files/ansible-base/group_vars/all/securedrop

+1-1
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.8.0~rc2"
5+
securedrop_version: "2.8.0"
66
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"
77

88
grsecurity: true

molecule/shared/stable.ver

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.8.0

securedrop/debian/changelog

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
securedrop (2.8.0~rc2+focal) focal; urgency=medium
1+
securedrop (2.8.0+focal) focal; urgency=medium
22

3-
* see changelog.md
4-
5-
-- SecureDrop Team <securedrop@freedom.press> Fri, 08 Mar 2024 13:53:35 -0500
6-
7-
securedrop (2.8.0~rc1+focal) focal; urgency=medium
8-
9-
* see changelog.md
10-
11-
-- SecureDrop Team <securedrop@freedom.press> Fri, 01 Mar 2024 17:30:46 -0500
3+
* see changelog.md
124

5+
-- SecureDrop Team <securedrop@freedom.press> Tue, 12 Mar 2024 11:01:32 -0400
136

147
securedrop (2.7.0+focal) focal; urgency=medium
158

securedrop/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name="securedrop-app-code",
7-
version="2.8.0~rc2",
7+
version="2.8.0",
88
author="Freedom of the Press Foundation",
99
author_email="securedrop@freedom.press",
1010
description="SecureDrop Server",

securedrop/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.8.0~rc2"
1+
__version__ = "2.8.0"

0 commit comments

Comments
 (0)