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

Bump 2.0.0 rc3 version. #6002

Merged
merged 1 commit into from Jun 17, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog.md
@@ -1,5 +1,10 @@
# Changelog

## 2.0.0~rc3

* Bugfix: torrc_additions file is now created if it doesn't already exist (#5999)
* Bugfix: updater tag signature verification now matches 2021 key (#5998)

## 2.0.0~rc2

* Bugfix: Tails config validation allows for fresh installs (#5990)
Expand Down
2 changes: 1 addition & 1 deletion install_files/ansible-base/group_vars/all/securedrop
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.0.0~rc2"
securedrop_version: "2.0.0~rc3"
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"

grsecurity: true
Expand Down
@@ -1,3 +1,9 @@
securedrop-app-code (2.0.0~rc3+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Thu, 17 Jun 2021 10:50:35 -0400

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

* see changelog.md
Expand Down
2 changes: 1 addition & 1 deletion molecule/builder-focal/tests/vars.yml
@@ -1,5 +1,5 @@
---
securedrop_version: "2.0.0~rc2"
securedrop_version: "2.0.0~rc3"
ossec_version: "3.6.0"
keyring_version: "0.1.5"
config_version: "0.1.4"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/version.py
@@ -1 +1 @@
__version__ = '2.0.0~rc2'
__version__ = '2.0.0~rc3'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="securedrop-app-code",
version="2.0.0~rc2",
version="2.0.0~rc3",
author="Freedom of the Press Foundation",
author_email="securedrop@freedom.press",
description="SecureDrop Server",
Expand Down