Skip to content

Commit

Permalink
Merge pull request #3386 from mulkieran/version-3.5.8
Browse files Browse the repository at this point in the history
Version 3.5.8
  • Loading branch information
mulkieran authored Jul 27, 2023
2 parents 8ed94ea + 83d2af0 commit df6f424
Show file tree
Hide file tree
Showing 33 changed files with 539 additions and 457 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- name: Check out ci repo
run: git clone https://github.com/stratis-storage/ci.git
- name: Run comparisons of version specs with available Fedora packages
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,33 +34,33 @@ jobs:
matrix:
include:
- task: make -f Makefile clippy
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: clippy
- task: PROFILEDIR=debug make -f Makefile build
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile build-min
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile stratis-dumpmetadata
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile docs-travis
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile test
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: >-
TANG_URL=localhost
make -f Makefile test-clevis-loop-should-fail
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile build
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile build-min
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
matrix:
include:
- task: RUST_LOG=stratisd=debug make -f Makefile test-loop
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
runs-on: ubuntu-22.04
container:
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
matrix:
include:
- task: make -f Makefile fmt-travis
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: rustfmt
- task: make -f Makefile check-typos
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
TANG_URL=tang
RUST_LOG=stratisd=debug
make -f Makefile test-clevis-loop
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
image: fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.66.1 # LOWEST SUPPORTED RUST TOOLCHAIN
toolchain: 1.69.0 # LOWEST SUPPORTED RUST TOOLCHAIN
- name: Build stratisd
run: PROFILEDIR=debug make -f Makefile build-all
- name: Install stratisd
Expand All @@ -176,7 +176,7 @@ jobs:
runs-on: ubuntu-22.04
container:
image: fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
options: --privileged --userns=host --ipc=host -v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket:ro -v /usr/share/dbus-1:/usr/share/dbus-1
options: --privileged --userns=host --ipc=host -v /dev:/dev -v /run/udev:/run/udev -v /usr/lib/udev:/usr/lib/udev -v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket:ro -v /usr/share/dbus-1:/usr/share/dbus-1
steps:
- uses: actions/checkout@v3
- name: Install dependencies
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- name: Run stratisd-min cli tests
run: make test-stratisd-min
- name: Run stratis-min cli tests
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- name: Check out ci repo
run: git clone https://github.com/stratis-storage/ci.git
- name: Run ${{ matrix.task }}
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- name: Build stratisd
run: PROFILEDIR=debug make -f Makefile build-all
- name: Install stratisd
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.66.1 # LOWEST SUPPORTED RUST TOOLCHAIN
toolchain: 1.69.0 # LOWEST SUPPORTED RUST TOOLCHAIN
- name: Build stratisd
run: PROFILEDIR=debug make -f Makefile build-all
- name: Install stratisd
Expand All @@ -353,7 +353,7 @@ jobs:
- name: Use testing 3.5.2
run: git checkout tags/v3.5.2 -b version-3.5.2
working-directory: ./testing
- name: Run stratisd_cert.py using Rust ${{ matrix.toolchain }}
- name: Run stratisd_cert.py
run: >
sudo
RUST_LOG=stratisd=debug
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
matrix:
include:
# MANDATORY CHECKS USING CURRENT DEVELOPMENT ENVIRONMENT
- toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
# MANDATORY CHECKS USING LOWEST SUPPORTED ENVIRONMENT PROXY
- toolchain: 1.66.1 # LOWEST SUPPORTED RUST TOOLCHAIN
- toolchain: 1.69.0 # LOWEST SUPPORTED RUST TOOLCHAIN
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
STRATIS_DUMPMETADATA=/usr/bin/stratis-dumpmetadata
STRATISD=/usr/libexec/stratisd
PYTHONPATH=./src
udev-tests dump-metadata-tests
udev-tests dump-metadata-tests startup-tests
working-directory: ./tests/client-dbus

# PYTHON-BASED TESTS WITH TANG
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- name: Build stratisd
run: PROFILEDIR=debug make -f Makefile build-all
- name: Install stratisd
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,28 @@ jobs:
matrix:
include:
- task: make -f Makefile clippy
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: clippy
- task: PROFILEDIR=debug make -f Makefile build
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile build-min
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: PROFILEDIR=debug make -f Makefile stratis-dumpmetadata
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile docs-travis
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile test
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile build
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
- task: make -f Makefile build-min
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
runs-on: ubuntu-22.04
container:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
matrix:
include:
- task: RUST_LOG=stratisd=debug make -f Makefile test-loop
toolchain: 1.70.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.71.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
components: cargo
runs-on: ubuntu-22.04
container:
Expand Down
43 changes: 43 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
stratisd 3.5.8
==============
Recommended Rust toolchain version: 1.71.0
Lowest supported Rust toolchain version: 1.69.0

Recommended development platform for Python development: Fedora 38

- Run "cargo update"

- Cherry-picked commits:
* Revert to returning an error if pool was partially stopped
* Use stop_pool return value to decide StopAction
* LiminalDevices::stop_pool() returns a bool
* Add Partial to the constructors for StopActions
* Add some comments to StopAction
* Bug fix for liminal device code
* README: update IRC network
* github actions: update recommended Rust to 1.71.0
* Remove dm::stop_partially_constructed_pool
* Fix bug in partially unlocked pool setup
* Increase itertools dependency lower bound to 0.11.0
* Fix manual_next_back lint error
* Start running startup test again, slightly modified
* Remove tests target
* Use enriched return value in test
* Remove code for handling only pool size change
* Send blockdev and pool change signal on grow physical
* Do not send out signal on UserInfo change before r3
* No longer ignore RUSTSEC-2021-0145 in audit target
* Specify revision 0 blockdev interface for UserInfo signal
* Specify blockdev interfaces for blockdev UserInfo
* formatting
* remove plymouth remnants
* dracut: remove dependency on plymouth
* Add comment to DM version check in setup_dm()
* Increase devicemapper dependency lower bound to 0.33.5
* Require udev support in container stratis-min-cli checks in GitHub Actions
* Update lowest supported Rust to 1.69.0
* Improve error message for unlock check
* Do not use undefined matrix field "toolchain" in GitHub Action
* Fix a source code typo in a test method


stratisd 3.5.7
==============
Recommended Rust toolchain version: 1.70.0
Expand Down
Loading

0 comments on commit df6f424

Please sign in to comment.