-
Notifications
You must be signed in to change notification settings - Fork 685
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc4a7c0
commit 2a746dd
Showing
15 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Changelog | ||
|
||
## 0.13.0~rc1 | ||
## 0.13.0 | ||
|
||
### Web Application | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ release series on February 26. The operating system update itself must be | |
performed manually. | ||
|
||
We recommend that you plan two working days (after your instance has been | ||
updated to SecureDrop 0.12.2) to backup your instance, perform the upgrade, and | ||
updated to SecureDrop 0.13.0) to backup your instance, perform the upgrade, and | ||
test your instance once it is upgraded. We recommend scheduling this maintenance | ||
window no earlier than March 6. | ||
|
||
|
@@ -53,7 +53,7 @@ from the command line on the *Application Server* by running the command: | |
SecureDrop servers are updated automatically with the latest release version | ||
(0.12.2). Recently, some long-running SecureDrop instances were affected by a | ||
(0.13.0). Recently, some long-running SecureDrop instances were affected by a | ||
bug which will cause any updates after 0.10.0 to fail. If your instance is still | ||
running 0.10.0, please `consult our advisory <https://securedrop.org/news/advisory-automatic-update-failure-version-0100-0110-some-securedrop-instances/>`_ | ||
to update to the latest version. | ||
|
@@ -94,7 +94,7 @@ The output from ``git status`` should include the following text: | |
where ``<version>`` is the version of the workstation code that is installed. | ||
|
||
If the *Admin Workstation* is at version 0.12.2, it is up-to-date, and you can | ||
If the *Admin Workstation* is at version 0.13.0, it is up-to-date, and you can | ||
proceed with :ref:`making a backup of the instance <backup_instance>` and | ||
:ref:`verifying SSH connectivity <verify_ssh_access>`. If the *Admin | ||
Workstation* is running an earlier version, you will need to upgrade it, using | ||
|
@@ -107,7 +107,7 @@ the appropriate steps for your version: | |
Upgrading from version 0.9.1 or later | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
If the workstation is at least at version 0.9.1 and up to version 0.12.2, you | ||
If the workstation is at least at version 0.9.1 and up to version 0.13.0, you | ||
should see a graphical updater informing you about the availability of a new | ||
version. The graphical updater looks like this: | ||
|
||
|
@@ -135,7 +135,7 @@ following commands: | |
cd ~/Persistent/securedrop | ||
git fetch --tags | ||
gpg --recv-key "2224 5C81 E3BA EB41 38B3 6061 310F 5612 00F4 AD77" | ||
git tag -v 0.12.2 | ||
git tag -v 0.13.0 | ||
The output should include the following two lines: | ||
|
||
|
@@ -149,9 +149,9 @@ the screen of your workstation. If it does, you can check out the new release: | |
|
||
.. code:: sh | ||
git checkout 0.12.2 | ||
git checkout 0.13.0 | ||
.. important:: If you see the warning ``refname ‘0.12.2’ is ambiguous`` in the | ||
.. important:: If you see the warning ``refname ‘0.13.0’ is ambiguous`` in the | ||
output, we recommend that you contact us immediately at [email protected] | ||
(GPG encrypted). | ||
|
||
|
@@ -190,7 +190,7 @@ code: | |
cd ~/Persistent | ||
git clone https://github.com/freedomofpress/securedrop.git | ||
cd ~Persistent/securedrop | ||
git tag -v 0.12.2 | ||
git tag -v 0.13.0 | ||
.. note:: The SecureDrop application code must be installed in the | ||
`~/Persistent/securedrop` directory in order to complete the reprovisioning | ||
|
@@ -213,7 +213,7 @@ Now, check out the current release with the following command: | |
|
||
.. code:: sh | ||
git checkout 0.12.2 | ||
git checkout 0.13.0 | ||
Next, mount the persistent volume of the old *Admin Workstation* in order to | ||
retrieve instance-specific files that you’ll need to set up the new workstation. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-xenial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
securedrop-app-code (0.13.0~rc1+xenial) xenial; urgency=medium | ||
securedrop-app-code (0.13.0+xenial) xenial; urgency=medium | ||
|
||
* See changelog.md | ||
|
||
-- SecureDrop Team <[email protected]> Fri, 17 May 2019 14:17:34 +0000 | ||
-- SecureDrop Team <[email protected]> Wed, 29 May 2019 20:45:21 +0000 | ||
|
||
securedrop-app-code (0.12.2+xenial) xenial; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Priority: optional | |
Maintainer: SecureDrop Team <[email protected]> | ||
Homepage: https://securedrop.org | ||
Package: securedrop-config | ||
Version: 0.1.3+0.13.0~rc1 | ||
Version: 0.1.3+0.13.0 | ||
Architecture: all | ||
Description: Establishes baseline system state for running SecureDrop. | ||
Configures apt repositories. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Priority: optional | |
Maintainer: SecureDrop Team <[email protected]> | ||
Homepage: https://securedrop.org | ||
Package: securedrop-keyring | ||
Version: 0.1.2+0.13.0~rc1 | ||
Version: 0.1.2+0.13.0 | ||
Architecture: amd64 | ||
Depends: gnupg | ||
Description: Provides an apt keyring for SecureDrop-related packages, so the master signing key used for SecureDrop packages can be updated via apt. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Priority: optional | |
Maintainer: SecureDrop Team <[email protected]> | ||
Homepage: https://securedrop.org | ||
Package: securedrop-ossec-agent | ||
Version: 3.0.0+0.13.0~rc1 | ||
Version: 3.0.0+0.13.0 | ||
Architecture: amd64 | ||
Depends: ossec-agent,securedrop-keyring,securedrop-config | ||
Replaces: ossec-agent | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Priority: optional | |
Maintainer: SecureDrop Team <[email protected]> | ||
Homepage: https://securedrop.org | ||
Package: securedrop-ossec-server | ||
Version: 3.0.0+0.13.0~rc1 | ||
Version: 3.0.0+0.13.0 | ||
Architecture: amd64 | ||
Depends: ossec-server,securedrop-keyring,securedrop-config | ||
Replaces: ossec-server | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.12.2 | ||
0.13.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.13.0~rc1' | ||
__version__ = '0.13.0' |