Skip to content

Commit

Permalink
SecureDrop 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed May 18, 2021
1 parent 6e22be2 commit f9baa82
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 43 deletions.
13 changes: 4 additions & 9 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
# Changelog

## 1.8.2~rc3
## 1.8.2

* BUGFIX: use post method for ossec-test-alert endpoint (#5947)
### Web applications

## 1.8.2~rc2
* BUGFIX: use post method for ossec-test-alert endpoint (#5947)

### Operations

* Add new pubkey for future release signing key rotation (#5930)

## 1.8.2~rc1

### Operations

* BUGFIX: restore process no longer copies backup tarballs into memory before unpacking them (#5919)
* BUGFIX: The From: address for OSSEC alerts is now explicitly set (#5916)
* BUGFIX: The From: address for OSSEC alerts is now explicitly set (#5916, #5937)

## 1.8.1

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.2~rc3"
securedrop_version: "1.8.2"
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,20 +1,8 @@
securedrop-app-code (1.8.2~rc3+focal) focal; urgency=medium
securedrop-app-code (1.8.2+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Tue, 18 May 2021 10:02:15 -0400

securedrop-app-code (1.8.2~rc2+focal) focal; urgency=medium

* See changelog.md

-- SecureDrop Team <securedrop@freedom.press> Tue, 11 May 2021 14:05:24 -0400

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

* See changelog.md
* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Mon, 10 May 2021 11:28:42 -0400
-- SecureDrop Team <securedrop@freedom.press> Tue, 18 May 2021 20:35:33 +0000

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

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

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Tue, 18 May 2021 10:01:50 -0400

securedrop-app-code (1.8.2~rc2+xenial) xenial; urgency=medium

* See changelog.md

-- SecureDrop Team <securedrop@freedom.press> Tue, 11 May 2021 14:04:56 -0400

securedrop-app-code (1.8.2~rc1+xenial) xenial; urgency=medium

* See changelog.md

-- SecureDrop Team <securedrop@freedom.press> Mon, 10 May 2021 11:28:14 -0400
-- SecureDrop Team <securedrop@freedom.press> Tue, 18 May 2021 20:34:33 +0000

securedrop-app-code (1.8.1+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.2~rc3"
securedrop_version: "1.8.2"
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 @@
1.8.1
1.8.2
2 changes: 1 addition & 1 deletion securedrop/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.8.2~rc3'
__version__ = '1.8.2'
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.2~rc3",
version="1.8.2",
author="Freedom of the Press Foundation",
author_email="securedrop@freedom.press",
description="SecureDrop Server",
Expand Down

0 comments on commit f9baa82

Please sign in to comment.