Skip to content

Commit

Permalink
Merge pull request #6040 from freedomofpress/post-2.0.1-cleanup
Browse files Browse the repository at this point in the history
Backport 2.0.1 changelog to develop, un-xfail admin test.
  • Loading branch information
kushaldas committed Jul 12, 2021
2 parents b10ad8b + 3723761 commit 1a2494d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 0 additions & 2 deletions admin/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,6 @@ def test_check_for_update_when_updates_not_needed(securedrop_git_repo):
assert child.signalstatus is None


# This test will fail until a tag with the 2021 signing key is pushed
@pytest.mark.xfail
@flaky(max_runs=3)
def test_update(securedrop_git_repo):
gpgdir = os.path.join(os.path.expanduser('~'), '.gnupg')
Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## 2.1.0~rc1

## 2.0.1

### Operations

* Updated admin dependencies: cryptography from 3.2.1 to 3.4.7, cffi from 1.14.2 to 1.14.5 (#6030)

### Development

* Updated testinfra tests to use site-specific configuration against production instances (#6032)

## 2.0.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
securedrop-app-code (2.1.0~rc1+focal) focal; urgency=medium

* see changelog.md
*

-- SecureDrop Team <securedrop@freedom.press> Fri, 09 Jul 2021 15:40:20 -0400

securedrop-app-code (2.0.1+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Thu, 24 Jun 2021 12:17:15 -0400
-- SecureDrop Team <securedrop@freedom.press> Thu, 08 Jul 2021 13:32:06 -0400

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

Expand Down
2 changes: 1 addition & 1 deletion molecule/shared/stable.ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1

0 comments on commit 1a2494d

Please sign in to comment.