Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.8.1] SecureDrop 1.8.1 #5900

Merged
merged 1 commit into from
Apr 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 1.8.1~rc1
## 1.8.1

### Operations

* Install a fixed version of setuptools-scm before building packages (#5877)
* Update pylint from 2.5.0 to 2.7.4, pyyaml from 5.3.1 to 5.4.1 (#5884)
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: "1.8.1~rc1"
securedrop_version: "1.8.1"
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,8 +1,8 @@
securedrop-app-code (1.8.1~rc1+focal) focal; urgency=medium
securedrop-app-code (1.8.1+focal) focal; urgency=medium

* See changelog.md

-- SecureDrop Team <[email protected]> Wed, 07 Apr 2021 11:48:22 -0400
-- SecureDrop Team <[email protected]> Wed, 14 Apr 2021 13:32:03 +0000

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
securedrop-app-code (1.8.1~rc1+xenial) xenial; urgency=medium
securedrop-app-code (1.8.1+xenial) xenial; urgency=medium

* See changelog.md

-- SecureDrop Team <[email protected]> Wed, 07 Apr 2021 11:47:42 -0400
-- SecureDrop Team <[email protected]> Wed, 14 Apr 2021 13:31:46 +0000

securedrop-app-code (1.8.0+xenial) xenial; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion molecule/builder-xenial/tests/vars.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
securedrop_version: "1.8.1~rc1"
securedrop_version: "1.8.1"
ossec_version: "3.6.0"
keyring_version: "0.1.4"
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 @@
1.8.0
1.8.1
2 changes: 1 addition & 1 deletion securedrop/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.8.1~rc1'
__version__ = '1.8.1'
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="1.8.1~rc1",
version="1.8.1",
author="Freedom of the Press Foundation",
author_email="[email protected]",
description="SecureDrop Server",
Expand Down