Skip to content

Commit

Permalink
Merge pull request #595 from freedomofpress/2.10.0
Browse files Browse the repository at this point in the history
Add upgrade guide for 2.10.0
  • Loading branch information
legoktm authored Sep 18, 2024
2 parents 1c25a43 + d4782b8 commit 90c4d44
Show file tree
Hide file tree
Showing 9 changed files with 150 additions and 293 deletions.
6 changes: 3 additions & 3 deletions docs/admin/installation/set_up_admin_tails.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ signed with the release signing key:
cd ~/Persistent/securedrop/
git fetch --tags
git tag -v 2.9.0
git tag -v 2.10.0
The output should include the following two lines:

Expand All @@ -160,9 +160,9 @@ screen of your workstation. If it does, you can check out the new release:

.. code:: sh
git checkout 2.9.0
git checkout 2.10.0
.. important:: If you see the warning ``refname '2.9.0' is ambiguous`` in the
.. important:: If you see the warning ``refname '2.10.0' is ambiguous`` in the
output, we recommend that you contact us immediately at
[email protected] (`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__).

Expand Down
12 changes: 6 additions & 6 deletions docs/admin/maintenance/backup_and_restore.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Migrating Using a V2+V3 or V3-Only Backup
cd ~/Persistent/securedrop/
git fetch --tags
git tag -v 2.9.0
git tag -v 2.10.0
The output should include the following two lines:

Expand All @@ -250,10 +250,10 @@ Migrating Using a V2+V3 or V3-Only Backup

.. code:: sh
git checkout 2.9.0
git checkout 2.10.0
.. important::
If you see the warning ``refname '2.9.0' is ambiguous`` in the
If you see the warning ``refname '2.10.0' is ambiguous`` in the
output, we recommend that you contact us immediately at
[email protected]
(`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__).
Expand Down Expand Up @@ -472,7 +472,7 @@ source accounts, and journalist accounts. To do so, follow the steps below:
cd ~/Persistent/securedrop/
git fetch --tags
git tag -v 2.9.0
git tag -v 2.10.0
The output should include the following two lines:

Expand All @@ -491,11 +491,11 @@ source accounts, and journalist accounts. To do so, follow the steps below:

.. code:: sh
git checkout 2.9.0
git checkout 2.10.0
.. important::
If you see the warning ``refname '2.9.0' is ambiguous`` in the
If you see the warning ``refname '2.10.0' is ambiguous`` in the
output, we recommend that you contact us immediately at
[email protected] (`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__).

Expand Down
6 changes: 3 additions & 3 deletions docs/admin/maintenance/update_workstations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ update by running the following commands: ::
git fetch --tags
gpg --keyserver hkps://keys.openpgp.org --recv-key \
"2359 E653 8C06 13E6 5295 5E6C 188E DD3B 7B22 E6A3"
git tag -v 2.9.0
git tag -v 2.10.0

The output should include the following two lines: ::

Expand All @@ -37,9 +37,9 @@ on the screen of your workstation. A warning that the key is not certified
is normal and expected. If the output includes the lines above, you can check
out the new release: ::

git checkout 2.9.0
git checkout 2.10.0

.. important:: If you do see the warning "refname '2.9.0' is ambiguous" in the
.. important:: If you do see the warning "refname '2.10.0' is ambiguous" in the
output, we recommend that you contact us immediately at [email protected]
(`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__).

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# built documents.
#
# The short X.Y version.
version = "2.9.0"
version = "2.10.0"
# The full version, including alpha/beta/rc tags.
# On the live site, this will be overridden to "stable" or "latest".
release = os.environ.get("SECUREDROP_DOCS_RELEASE", version)
Expand Down
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,11 @@ Get Started
:maxdepth: 2
:hidden:

upgrade/2.9.0_to_2.10.0.rst
upgrade/2.8.0_to_2.9.0.rst
upgrade/2.7.0_to_2.8.0.rst
upgrade/2.6.1_to_2.7.0.rst
upgrade/2.6.0_to_2.6.1.rst
upgrade/2.5.2_to_2.6.0.rst
upgrade/2.5.1_to_2.5.2.rst

Get Involved
^^^^^^^^^^^^
Expand Down
130 changes: 0 additions & 130 deletions docs/upgrade/2.5.1_to_2.5.2.rst

This file was deleted.

146 changes: 0 additions & 146 deletions docs/upgrade/2.5.2_to_2.6.0.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/upgrade/2.8.0_to_2.9.0.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _latest_upgrade_guide:

Upgrade from 2.8.0 to 2.9.0
===========================

Expand Down
Loading

0 comments on commit 90c4d44

Please sign in to comment.