diff --git a/.gitignore b/.gitignore index 984167a..c4ea267 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,6 @@ /stratisd-3.2.3.crate /stratisd-3.2.3.tar.gz /stratisd-3.2.3-vendor.tar.gz +/stratisd-3.3.0.tar.gz +/stratisd-3.3.0-vendor.tar.gz +/stratisd-3.3.0.crate diff --git a/sources b/sources index f853325..012ee29 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (stratisd-3.2.3.crate) = 4a54ef9c5bbc9d6d1b9ac721d41e3d0d1a11470b00af04e6f30412c7457d630373470c7292cc2748c2a4efa06944fc1844cb110586801e5aea3d3dc65f376f4c -SHA512 (stratisd-3.2.3.tar.gz) = 72cb836c75e50440872d8529ab5889d8041d8dc1317aa265718fa9bc8247dd09f05c104af0007c6aef3273c8ae2a68eb7abd7aba35fb426c61c080809493cebf -SHA512 (stratisd-3.2.3-vendor.tar.gz) = 8ecca7cf869e67948ded74b9cbe8e2e15923c69a81a33f442eea94722925801cd807fd23b33b457d71a95587ce5fa190021cd6a36378055d5f61fe41a2e540ee +SHA512 (stratisd-3.3.0.tar.gz) = 2aa129509ee69ef78343e13ddf66cc1b9cf16c4a5e5f0ce8ce733e535d129926316e26760a1c7923aace837b00e71a5638352b2f7f1aa0dcd68d1f6f4565c013 +SHA512 (stratisd-3.3.0-vendor.tar.gz) = 9dede7c27b75011d832994ada9e4c8914fb1add34770168cfddfff6cf11d50fa43cfc846447752f17049568c62e0504eb34451cc8cdb064ae7e93f8a29d94412 +SHA512 (stratisd-3.3.0.crate) = be63c9b71eb6dc4088ed7d4703f15f138678b822fb29a32cbad9c710632e0c363feb35a2c8875f29f42a53a677c3aa475e04151d6a05b5135ad94b66cb9dab6e diff --git a/stratisd.spec b/stratisd.spec index 8f21a82..3bd809e 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -4,7 +4,7 @@ %global dracutdir %(pkg-config --variable=dracutdir dracut) Name: stratisd -Version: 3.2.3 +Version: 3.3.0 Release: 1%{?dist} Summary: Daemon that manages block devices to create filesystems @@ -148,6 +148,9 @@ a2x -f manpage docs/stratisd.txt %{_systemd_util_dir}/system-generators/stratis-setup-generator %changelog +* Tue Oct 18 2022 Bryan Gurney - 3.3.0-1 +- Update to 3.3.0 + * Sun Aug 28 2022 mulhern - 3.2.3-1 - Update to 3.2.3 diff --git a/tests/tests.yml b/tests/tests.yml index 1e778e5..503a586 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -15,4 +15,4 @@ repositories: - repo: "https://github.com/stratis-storage/testing.git" dest: "testing" - version: "v3.2.0" + version: "v3.3.0"