Skip to content

Commit

Permalink
Merge pull request #6495 from freedomofpress/backport-20220719-builder
Browse files Browse the repository at this point in the history
[2.4.1] backport updated builder image and bump version to 2.4.1.rc1
  • Loading branch information
eaon authored Jul 19, 2022
2 parents 50035cb + b220114 commit 8764942
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.4.1~rc1

* Bugfix: fixed codename filter bug affecting messages with non-ASCII characters (#6492)
* Added exclusions for 2 irrelevant safety db entries (#6473, #6477)

## 2.4.0

### Web Applications
Expand Down
2 changes: 1 addition & 1 deletion install_files/ansible-base/group_vars/all/securedrop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Variables that apply to both the app and monitor server go in this file
# If the monitor or app server need different values define the variable in
# hosts_vars/app.yml or host_vars/mon.yml
securedrop_version: "2.4.0"
securedrop_version: "2.4.1~rc1"
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"

grsecurity: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
securedrop-app-code (2.4.1~rc1+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <[email protected]> Tue, 19 Jul 2022 08:32:11 -0400

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

* see changelog.md
Expand Down
4 changes: 2 additions & 2 deletions molecule/builder-focal/image_hash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# sha256 digest quay.io/freedomofpress/sd-docker-builder-focal:2022_05_23
e206eeb8d1a307db74d7e782a505f83aa60a3455ab3dd71a496d8d7706cda615
# sha256 digest quay.io/freedomofpress/sd-docker-builder-focal:2022_07_19
b33a676fbdaa7d7703648ca9ac8b6775dd8e51c75767af6d208c7201cb42c355
2 changes: 1 addition & 1 deletion molecule/builder-focal/tests/vars.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
securedrop_version: "2.4.0"
securedrop_version: "2.4.1~rc1"
ossec_version: "3.6.0"
keyring_version: "0.1.6"
config_version: "0.1.4"
Expand Down
2 changes: 1 addition & 1 deletion securedrop/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.4.0'
__version__ = '2.4.1~rc1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="securedrop-app-code",
version="2.4.0",
version="2.4.1~rc1",
author="Freedom of the Press Foundation",
author_email="[email protected]",
description="SecureDrop Server",
Expand Down

0 comments on commit 8764942

Please sign in to comment.