Skip to content

Commit

Permalink
Merge pull request #3213 from mulkieran/version-3.4.4
Browse files Browse the repository at this point in the history
Version 3.4.4
  • Loading branch information
mulkieran authored Dec 22, 2022
2 parents 501dfc5 + 76954be commit ff1accf
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 50 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
- name: Run comparisons of version specs with available Fedora packages
# yamllint disable rule:line-length
run: |
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=rawhide IGNORE_ARGS="--ignore-category low" make -f Makefile_dependencies check-fedora-versions
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=f37 IGNORE_ARGS="--ignore-category low" make -f Makefile_dependencies check-fedora-versions
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=f36 IGNORE_ARGS="--ignore-category low" make -f Makefile_dependencies check-fedora-versions
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=rawhide IGNORE_ARGS="--ignore-category low --ignore-high=devicemapper" make -f Makefile_dependencies check-fedora-versions
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=f37 IGNORE_ARGS="--ignore-category low --ignore-high=devicemapper" make -f Makefile_dependencies check-fedora-versions
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=f36 IGNORE_ARGS="--ignore-category low --ignore-high=devicemapper" make -f Makefile_dependencies check-fedora-versions
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
stratisd 3.4.4
==============
Recommended Rust toolchain version: 1.65.0
Lowest supported Rust toolchain version: 1.62.1

Recommended development platform for Python development: Fedora 37

- Cherry pick from master branch:
https://github.com/stratis-storage/stratisd/pull/3212


stratisd 3.4.3
==============
Recommended Rust toolchain version: 1.65.0
Expand Down
99 changes: 54 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stratisd"
version = "3.4.3"
version = "3.4.4"
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.org>"]
edition = "2021"
rust-version = "1.62.1" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down Expand Up @@ -49,7 +49,7 @@ clap = "3.1.9"
crc = "2.0.0"
crossbeam = "0.8.0"
data-encoding = "2.3.0"
devicemapper = "0.32.2"
devicemapper = "0.32.3"
either = "1.6.1"
env_logger="0.9.0"
futures = "0.3.11"
Expand Down

0 comments on commit ff1accf

Please sign in to comment.