Skip to content

Commit

Permalink
Merge pull request #2858 from mulkieran/release-2.4.4
Browse files Browse the repository at this point in the history
Release 2.4.4
  • Loading branch information
mulkieran authored Nov 26, 2021
2 parents 2131504 + 18072b5 commit aff4966
Show file tree
Hide file tree
Showing 7 changed files with 162 additions and 106 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ name: stratisd cargo CI
on:
push:
branches:
- master
- develop-2.4.2
- patch-2.4.2
paths:
- '**/Cargo.toml'
pull_request:
branches:
- master
- develop-2.4.2
- patch-2.4.2
paths:
- '**/Cargo.toml'

Expand All @@ -27,7 +25,7 @@ jobs:
# yamllint disable rule:line-length
- task: |
COMPARE_FEDORA_VERSIONS=./compare_fedora_versions MANIFEST_PATH=../../Cargo.toml FEDORA_RELEASE=rawhide IGNORE_ARGS="--ignore-category low" make -f ../../Makefile check-fedora-versions
COMPARE_FEDORA_VERSIONS=./compare_fedora_versions MANIFEST_PATH=../../Cargo.toml FEDORA_RELEASE=f34 IGNORE_ARGS="--ignore-category low" make -f ../../Makefile check-fedora-versions
COMPARE_FEDORA_VERSIONS=./compare_fedora_versions MANIFEST_PATH=../../Cargo.toml FEDORA_RELEASE=f34 IGNORE_ARGS="--ignore-category low --ignore-high bindgen" make -f ../../Makefile check-fedora-versions
runs-on: ubuntu-18.04
container:
image: fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name: stratisd CI
on:
push:
branches:
- master
- patch-2.4.2
paths-ignore:
- 'CHANGES.txt'
Expand All @@ -14,7 +13,6 @@ on:
- 'tests/**'
pull_request:
branches:
- master
- patch-2.4.2
paths-ignore:
- 'CHANGES.txt'
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ name: stratisd python-based tests
on:
push:
branches:
- master
- develop-2.4.2
- patch-2.4.2
paths-ignore:
- 'CHANGES.txt'
- '**/README.md'
- 'README_tests.md'
pull_request:
branches:
- master
- develop-2.4.2
- patch-2.4.2
paths-ignore:
- 'CHANGES.txt'
- '**/README.md'
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ name: stratisd support CI
on:
push:
branches:
- master
- develop-2.4.2
- patch-2.4.2
paths:
- "**/*.yml"
- "tests/**"
- "!tests/**/README.*"
pull_request:
branches:
- master
- develop-2.4.2
- patch-2.4.2
paths:
- "**/*.yml"
- "tests/**"
Expand Down
12 changes: 12 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
stratisd 2.4.4
==============
Recommended Rust toolchain version: 1.56.1
Lowest supported Rust toolchain version: 1.54.0

Recommended development platform for Python development: Fedora 34
Lowest supported Python interpreter: 3.6.8

- bindgen version bump and some tidies:
https://github.com/stratis-storage/stratisd/pull/2858


stratisd 2.4.3
==============
Recommended Rust toolchain version: 1.56.1
Expand Down
Loading

0 comments on commit aff4966

Please sign in to comment.