Skip to content

Commit

Permalink
SecureDrop 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Oct 19, 2021
1 parent e644bac commit 7a22944
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 24 deletions.
15 changes: 5 additions & 10 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
# Changelog

## 2.1.0~rc2

### Development

* Added upgrade of all packages early in install, for newest ca-certificates (#6120)
* Updated package build to use latest pip (21.3) rather than system pip for virtualenvs (#6141)
* Removed version check for "verify" command for securedrop-admin (#6134)
* Updated QA playbook for Focal apt sources (#6123)

## 2.1.0~rc1
## 2.1.0

### Web applications

Expand All @@ -31,6 +22,8 @@
* Removed superfluous Tails configuration chance to enforce preservation of filenames on decompression in Nautilus (#6079)
* Removed expired signing key from Securedrop keyring (#5979, #6138)
* Added option to restore from backup file manually transferred to server (#5909)
* Added upgrade of all packages early in install, for newest ca-certificates (#6120)
* Removed version check for "verify" command for securedrop-admin (#6134)
* Dependency updates: requests 2.22.0 to 2.26.0; urllib3 1.25.10 to 1.26.6; Ansible 2.9.21 to 2.9.26 (#6046, #6109)

### Development
Expand All @@ -45,6 +38,8 @@
* (CI) Updated CircleCI configuration to skip translation tests when not required (#6029)
* (CI) Updated CircleCI configuration to improve shellcheck filtering (#6028)
* Development dependency updates: pynacl 1.1.2 to 1.4.0; pillow 8.3.1 to 8.3.2; coverage 4.4.2 to 5.5; cryptography 3.2.1 to 3.4.7 (#6027, #6094, #6092, #5975)
* Updated package build to use latest pip (21.3) rather than system pip for virtualenvs (#6141)
* Updated QA playbook for Focal apt sources (#6123)

## 2.0.2

Expand Down
2 changes: 1 addition & 1 deletion install_files/ansible-base/group_vars/all/securedrop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Variables that apply to both the app and monitor server go in this file
# If the monitor or app server need different values define the variable in
# hosts_vars/app.yml or host_vars/mon.yml
securedrop_version: "2.1.0~rc2"
securedrop_version: "2.1.0"
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"

grsecurity: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
securedrop-app-code (2.1.0~rc2+focal) focal; urgency=medium
securedrop-app-code (2.1.0+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <[email protected]> Thu, 14 Oct 2021 08:43:18 -0700

securedrop-app-code (2.1.0~rc1+focal) focal; urgency=medium

* see changelog.md
* see changelog.md

-- SecureDrop Team <[email protected]> Thu, 30 Sep 2021 11:59:18 -0400
-- SecureDrop Team <[email protected]> Tue, 19 Oct 2021 18:20:13 -0400

securedrop-app-code (2.0.2+focal) focal; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion molecule/builder-focal/tests/vars.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
securedrop_version: "2.1.0~rc2"
securedrop_version: "2.1.0"
ossec_version: "3.6.0"
keyring_version: "0.1.5"
config_version: "0.1.4"
Expand Down
2 changes: 1 addition & 1 deletion molecule/shared/stable.ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.1.0
2 changes: 1 addition & 1 deletion securedrop/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.0~rc2'
__version__ = '2.1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="securedrop-app-code",
version="2.1.0~rc2",
version="2.1.0",
author="Freedom of the Press Foundation",
author_email="[email protected]",
description="SecureDrop Server",
Expand Down

0 comments on commit 7a22944

Please sign in to comment.