diff --git a/changelog.md b/changelog.md
index a5a3f3cb65..df1a85fd13 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,7 +2,7 @@
## 0.14.0~rc1
-## 0.13.1~rc1
+## 0.13.1
* Fix download of Journalist GPG key via Source Interface (#4523)
diff --git a/docs/conf.py b/docs/conf.py
index 6bb80d9cd8..24e6fc711d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
-version = '0.13.0'
+version = '0.13.1'
# The full version, including alpha/beta/rc tags.
-release = '0.13.0'
+release = '0.13.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/docs/set_up_admin_tails.rst b/docs/set_up_admin_tails.rst
index a2b25cd477..2a5ca07221 100644
--- a/docs/set_up_admin_tails.rst
+++ b/docs/set_up_admin_tails.rst
@@ -114,8 +114,8 @@ key:
.. code:: sh
cd ~/Persistent/securedrop/
- git checkout 0.13.0
- git tag -v 0.13.0
+ git checkout 0.13.1
+ git tag -v 0.13.1
You should see ``Good signature from "SecureDrop Release Signing Key"`` in the
output of that last command along with the fingerprint above.
diff --git a/docs/upgrade/xenial_backup_install_restore.rst b/docs/upgrade/xenial_backup_install_restore.rst
index bd822cd2b8..51b6a11461 100644
--- a/docs/upgrade/xenial_backup_install_restore.rst
+++ b/docs/upgrade/xenial_backup_install_restore.rst
@@ -161,7 +161,7 @@ code is up-to-date and validated. From a terminal, run the following commands:
cd ~/Persistent/securedrop
git fetch --tags
- git tag -v 0.13.0
+ git tag -v 0.13.1
You should see ``Good signature from "SecureDrop Release Signing Key"`` in the
output of that last command, along with the fingerprint ``"2224 5C81 E3BA EB41
@@ -179,7 +179,7 @@ First, check out the release tag that you validated above:
.. code:: sh
- git checkout 0.13.0
+ git checkout 0.13.1
Next, run the following command to set up the SecureDrop administration environment:
diff --git a/docs/upgrade/xenial_prep.rst b/docs/upgrade/xenial_prep.rst
index 5d4517b395..df478ccf50 100644
--- a/docs/upgrade/xenial_prep.rst
+++ b/docs/upgrade/xenial_prep.rst
@@ -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.13.0) to backup your instance, perform the upgrade, and
+updated to SecureDrop 0.13.1) 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.13.0). Recently, some long-running SecureDrop instances were affected by a
+(0.13.1). 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 `_
to update to the latest version.
@@ -94,7 +94,7 @@ The output from ``git status`` should include the following text:
where ```` is the version of the workstation code that is installed.
-If the *Admin Workstation* is at version 0.13.0, it is up-to-date, and you can
+If the *Admin Workstation* is at version 0.13.1, it is up-to-date, and you can
proceed with :ref:`making a backup of the instance ` and
:ref:`verifying SSH connectivity `. 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.13.0, you
+If the workstation is at least at version 0.9.1 and up to version 0.13.1, 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.13.0
+ git tag -v 0.13.1
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.13.0
+ git checkout 0.13.1
-.. important:: If you see the warning ``refname ‘0.13.0’ is ambiguous`` in the
+.. important:: If you see the warning ``refname ‘0.13.1’ is ambiguous`` in the
output, we recommend that you contact us immediately at securedrop@freedom.press
(GPG encrypted).
@@ -190,7 +190,7 @@ code:
cd ~/Persistent
git clone https://github.com/freedomofpress/securedrop.git
cd ~Persistent/securedrop
- git tag -v 0.13.0
+ git tag -v 0.13.1
.. 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.13.0
+ git checkout 0.13.1
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.
diff --git a/docs/upgrade/xenial_upgrade_in_place.rst b/docs/upgrade/xenial_upgrade_in_place.rst
index 65c3af06ff..a321c0d65c 100644
--- a/docs/upgrade/xenial_upgrade_in_place.rst
+++ b/docs/upgrade/xenial_upgrade_in_place.rst
@@ -32,7 +32,7 @@ Before performing the upgrade, please perform all the steps outlined in
.. warning::
In order to successfully upgrade your SecureDrop instance, it is of critical
importance that your *Admin Workstation* and your servers use SecureDrop
- 0.13.0. Releases prior to the 0.12 series of SecureDrop do not not support
+ 0.13.1. Releases prior to the 0.12 series of SecureDrop do not not support
Ubuntu 16.04.
@@ -215,7 +215,7 @@ code is up-to-date and validated. From a terminal, run the following commands:
cd ~/Persistent/securedrop
git fetch --tags
- git tag -v 0.13.0
+ git tag -v 0.13.1
You should see ``Good signature from "SecureDrop Release Signing Key"`` in the
output of that last command, along with the fingerprint
@@ -233,7 +233,7 @@ First, check out the release tag that you validated above:
.. code:: sh
- git checkout 0.13.0
+ git checkout 0.13.1
Next, in the terminal, run the following command to set up the SecureDrop
admin environment:
@@ -281,7 +281,7 @@ Server* and your *Monitor Server*.
Validate the application version
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-To confirm that you are running SecureDrop 0.13.0 for Xenial, on the Tails
+To confirm that you are running SecureDrop 0.13.1 for Xenial, on the Tails
desktop, you should find a shortcut called **SecureDrop Source Interface**.
Double-click it to launch the Tor browser.
@@ -289,7 +289,7 @@ After the *Source Interface* loads, add the path ``/metadata`` to the URL in
your address bar. If your *Source Interface* can be found at
``examplenot4real.onion``, then the address you should visit is
``examplenot4real.onion/metadata``. That page should show you key/value pairs,
-including ``0.13.0`` for ``sd_version`` and ``16.04`` for ``server_os``.
+including ``0.13.1`` for ``sd_version`` and ``16.04`` for ``server_os``.
End-to-end test
^^^^^^^^^^^^^^^
diff --git a/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-xenial b/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-xenial
index f3795e53cd..049b1d3722 100644
--- a/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-xenial
+++ b/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-xenial
@@ -4,11 +4,11 @@ securedrop-app-code (0.14.0~rc1+xenial) xenial; urgency=medium
-- SecureDrop Team Thu, 30 May 2019 15:01:56 +0000
-securedrop-app-code (0.13.1~rc1+xenial) xenial; urgency=medium
+securedrop-app-code (0.13.1+xenial) xenial; urgency=medium
- * See changelog.md
+ * See changelog.md
- -- SecureDrop Team Fri, 14 Jun 2019 15:57:19 +0000
+ -- SecureDrop Team Tue, 18 Jun 2019 13:48:12 +0000
securedrop-app-code (0.13.0+xenial) xenial; urgency=medium
diff --git a/molecule/shared/stable.ver b/molecule/shared/stable.ver
index 54d1a4f2a4..c317a91891 100644
--- a/molecule/shared/stable.ver
+++ b/molecule/shared/stable.ver
@@ -1 +1 @@
-0.13.0
+0.13.1