From 2940d7436ab8e9b2a1bb9b3fd254bfc1892b31d0 Mon Sep 17 00:00:00 2001 From: Nathan Dyer Date: Thu, 19 Dec 2024 14:59:48 -0500 Subject: [PATCH] Update version to 2.11.1 --- docs/admin/installation/set_up_admin_tails.rst | 6 +++--- docs/admin/maintenance/backup_and_restore.rst | 12 ++++++------ docs/admin/maintenance/update_workstations.rst | 6 +++--- docs/conf.py | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/admin/installation/set_up_admin_tails.rst b/docs/admin/installation/set_up_admin_tails.rst index 921057990..800e3b955 100644 --- a/docs/admin/installation/set_up_admin_tails.rst +++ b/docs/admin/installation/set_up_admin_tails.rst @@ -139,7 +139,7 @@ signed with the release signing key: cd ~/Persistent/securedrop/ git fetch --tags - git tag -v 2.11.0 + git tag -v 2.11.1 The output should include the following two lines: @@ -160,9 +160,9 @@ screen of your workstation. If it does, you can check out the new release: .. code:: sh - git checkout 2.11.0 + git checkout 2.11.1 -.. important:: If you see the warning ``refname '2.11.0' is ambiguous`` in the +.. important:: If you see the warning ``refname '2.11.1' is ambiguous`` in the output, we recommend that you contact us immediately at securedrop@freedom.press (`GPG encrypted `__). diff --git a/docs/admin/maintenance/backup_and_restore.rst b/docs/admin/maintenance/backup_and_restore.rst index 2ff17df7d..af9a87d4c 100644 --- a/docs/admin/maintenance/backup_and_restore.rst +++ b/docs/admin/maintenance/backup_and_restore.rst @@ -229,7 +229,7 @@ Migrating Using a V2+V3 or V3-Only Backup cd ~/Persistent/securedrop/ git fetch --tags - git tag -v 2.11.0 + git tag -v 2.11.1 The output should include the following two lines: @@ -250,10 +250,10 @@ Migrating Using a V2+V3 or V3-Only Backup .. code:: sh - git checkout 2.11.0 + git checkout 2.11.1 .. important:: - If you see the warning ``refname '2.11.0' is ambiguous`` in the + If you see the warning ``refname '2.11.1' is ambiguous`` in the output, we recommend that you contact us immediately at securedrop@freedom.press (`GPG encrypted `__). @@ -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.11.0 + git tag -v 2.11.1 The output should include the following two lines: @@ -491,11 +491,11 @@ source accounts, and journalist accounts. To do so, follow the steps below: .. code:: sh - git checkout 2.11.0 + git checkout 2.11.1 .. important:: - If you see the warning ``refname '2.11.0' is ambiguous`` in the + If you see the warning ``refname '2.11.1' is ambiguous`` in the output, we recommend that you contact us immediately at securedrop@freedom.press (`GPG encrypted `__). diff --git a/docs/admin/maintenance/update_workstations.rst b/docs/admin/maintenance/update_workstations.rst index d2980e29f..be7027175 100644 --- a/docs/admin/maintenance/update_workstations.rst +++ b/docs/admin/maintenance/update_workstations.rst @@ -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.11.0 + git tag -v 2.11.1 The output should include the following two lines: :: @@ -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.11.0 + git checkout 2.11.1 -.. important:: If you do see the warning "refname '2.11.0' is ambiguous" in the +.. important:: If you do see the warning "refname '2.11.1' is ambiguous" in the output, we recommend that you contact us immediately at securedrop@freedom.press (`GPG encrypted `__). diff --git a/docs/conf.py b/docs/conf.py index a224e58fa..b5436aef3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ # built documents. # # The short X.Y version. -version = "2.11.0" +version = "2.11.1" # 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)