Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SecureDrop Workstation 1.0.0 #1149

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0rc3
1.0.0
21 changes: 6 additions & 15 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,27 @@
# changelog

## 1.0.0-rc3

* Fix updater only restarting `sys-*` qubes (#1128)
* Remove some debug output at the end of provisioning (#1126)
* In the updater, always force template updates (#1142)

## 1.0.0-rc2

* Update lookup path for Notify.py update script (#1108)
* Ensure and verify files in built RPM have their mtime clamped (#1114)
* Set menu items for sd-devices and sd-whonix (#1112)

## 1.0.0-rc1
## 1.0.0

This is the first release targeting Qubes 4.2 and will require
a full reinstall. As we have reached 1.0.0, we are transitioning
from a closed pilot to an open beta program. If you are interested
in using SecureDrop Workstation, please reach out to us via the
[support portal](https://docs.securedrop.org/en/stable/getting_support.html).

* Add Qubes 4.2 support (#970, #976, #983, #987, #993, #995)
* Add Qubes 4.2 support (#970, #976, #983, #987, #993, #995, #1126)
* Create base template by cloning debian-12-minimal template (#970)
* Switch to new [RPC .policy file format](https://www.qubes-os.org/doc/qrexec/#policy-files) (#990)
* Add scalable version of SecureDrop icon (#974)
* Update for proxy v2 (#1026)
* Update release signing key expiry to May 2027 (#1046)
* Integrate Qubes 4.2 updater into ours (#1023)
* Integrate Qubes 4.2 updater into ours (#1023, #1128, #1142)
* Require securedrop-workstation-dom0 RPM updates (#1054)
* Make our VMs internal, hiding their applications from the menu (#857, #1098)
* Set all VMs `default_dispvm` to None except sd-app and verify that (#1068, #1084)
* Move to Fedora 40 base system template (#1078)
* Support viewing `*.webp` images (#614)
* Set menu items for sd-devices and sd-whonix (#1112)
* Ensure and verify files in built RPM have their mtime clamped (#1114)

* Provisioning:
* Set vm-config features for sd-app, sd-proxy, sd-whonix (#1001)
Expand Down Expand Up @@ -71,3 +61,4 @@ in using SecureDrop Workstation, please reach out to us via the
* Remove `--keep-template-rpm` flag (#1067)
* Fix update_version.sh (#1074)
* Update README to include information about new repository structure (#1072)
* Update lookup path for Notify.py update script (#1108)
4 changes: 2 additions & 2 deletions rpm-build/SPECS/securedrop-workstation-dom0-config.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: securedrop-workstation-dom0-config
Version: 1.0.0rc3
Version: 1.0.0
Release: 1%{?dist}
Summary: SecureDrop Workstation

Expand Down Expand Up @@ -173,7 +173,7 @@ if [ $1 -eq 0 ]; then
fi

%changelog
* Wed Jul 10 2024 SecureDrop Team <[email protected]> - 1.0.0
* Thu Jul 11 2024 SecureDrop Team <[email protected]> - 1.0.0
- See changelog.md

* Wed Feb 7 2024 SecureDrop Team <[email protected]> - 0.10.0
Expand Down