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

Backport 1.8.0 changelog #5866

Merged
merged 7 commits into from
Mar 16, 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
44 changes: 43 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,51 @@
# Changelog

## 1.8.0~rc1
## 1.9.0~rc1

*

## 1.8.0

### Web applications

* Provide end-of-life messaging and disable source interface after Xenial End-of-life (#5789)
* Adds safe deletion functionality to the Journalist Interface (#5770, #5827)
* source\_app.utils.normalizer\_timestamps will no longer create an empty file (#5724)

### Operations

* Support Ubuntu 20.04 Focal for SecureDrop server installs (#4728)
* Update and add annotations to SSH configuration for servers (#5666)
* (Focal) Disable v2 onion addresses on restore (#5677)
* (Focal) Replace cron-apt with unattended-upgrades (#5684)
* Remove cloud-init package during server installation (#5771)
* (Focal) Update Kernel to 5.4.97 for Focal (#5785)
* (Focal) Disable LTS upgrade prompt (#5786)
* Check for updates before most securedrop-admin commands(#5788)
* Install release-upgrader in prepare-servers role (#5792)
* (Focal) Remove aptitude and disable install-recommends(#5793)
* (Focal) Update and annotate Apache configuration (#5797)
* Update Tor to 0.4.5.6 (#5803)
* (Focal) Replace ntp and ntpdate by systemd-timesyncd (#5806)
* Use paxctl under Xenial, Paxctld for Focal (#5808)
* (Focal) Remove resolvconf (#5809)
* (Focal) Disable ipv6 via cmdline (#5810)
* (Focal) Add check to prevent Onion Service v2 install (#5819)
* (Focal) Force UTF-8 for tmux (#5844)
* (Focal): Ensure the systemd-timesyncd service is not masked (#5842)
* Update restore playbook to compare when torconfigs are being updated (#5834)
* (Focal) Ensure unattended-upgrades accepts package config defaults (#5855)

### Translations

* Update translated strings (#5790)
* Reduce localization manager review noise (#5791)

### Development

* Qualify debian packages with target distribution (#5765)
* Always update Tor Browser to the latest release (#5774)

## 1.7.1

* Bugfix: Fixes an issue affecting availability of Source and Journalist Interfaces for a subset of instances. (#5759)
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.0~rc1"
securedrop_version: "1.9.0~rc1"
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,47 +1,11 @@
securedrop-app-code (1.8.0~rc1+focal) focal; urgency=medium

*

-- SecureDrop Team <securedrop@freedom.press> Tue, 26 Jan 2021 18:12:21 -0800

securedrop-app-code (1.7.0~rc4+focal) focal; urgency=medium

* See changelog.md

-- SecureDrop Team <securedrop@freedom.press> Thu, 21 Jan 2021 13:36:19 -0800

securedrop-app-code (1.7.0~rc3+focal) focal; urgency=medium

* See changelog.md

-- SecureDrop Team <securedrop@freedom.press> Tue, 19 Jan 2021 20:52:40 +0000

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

* See changelog.md

-- SecureDrop Team <securedrop@freedom.press> Thu, 14 Jan 2021 17:45:17 -0800

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

* See changelog.md

-- SecureDrop Team <securedrop@freedom.press> Tue, 12 Jan 2021 21:01:25 +0000

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

* See changelog.md

-- SecureDrop Team <securedrop@freedom.press> Wed, 07 Oct 2020 16:40:22 -0400

securedrop-app-code (1.6.0~rc2+focal) focal; urgency=medium
securedrop-app-code (1.9.0~rc1+focal) focal; urgency=medium

* See changelog.md

-- SecureDrop Team <securedrop@freedom.press> Mon, 05 Oct 2020 11:43:50 -0400
-- SecureDrop Team <securedrop@freedom.press> Fri, 12 Mar 2021 10:19:54 -0500

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

*
* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Thu, 18 Jun 2020 21:58:23 +0000
-- SecureDrop Team <securedrop@freedom.press> Thu, 11 Mar 2021 18:40:32 +0000
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
securedrop-app-code (1.8.0~rc1+xenial) xenial; urgency=medium
securedrop-app-code (1.9.0~rc1+xenial) xenial; urgency=medium

*
* See changelog.md

-- SecureDrop Team <securedrop@freedom.press> Fri, 12 Mar 2021 10:18:41 -0500

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

* See changelog.md

-- SecureDrop Team <securedrop@freedom.press> Tue, 26 Jan 2021 18:12:17 -0800
-- SecureDrop Team <securedrop@freedom.press> Thu, 11 Mar 2021 18:40:19 +0000

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