Skip to content

Commit aff4966

Browse files
authored
Merge pull request #2858 from mulkieran/release-2.4.4
Release 2.4.4
2 parents 2131504 + 18072b5 commit aff4966

File tree

7 files changed

+162
-106
lines changed

7 files changed

+162
-106
lines changed

.github/workflows/cargo.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ name: stratisd cargo CI
55
on:
66
push:
77
branches:
8-
- master
9-
- develop-2.4.2
8+
- patch-2.4.2
109
paths:
1110
- '**/Cargo.toml'
1211
pull_request:
1312
branches:
14-
- master
15-
- develop-2.4.2
13+
- patch-2.4.2
1614
paths:
1715
- '**/Cargo.toml'
1816

@@ -27,7 +25,7 @@ jobs:
2725
# yamllint disable rule:line-length
2826
- task: |
2927
COMPARE_FEDORA_VERSIONS=./compare_fedora_versions MANIFEST_PATH=../../Cargo.toml FEDORA_RELEASE=rawhide IGNORE_ARGS="--ignore-category low" make -f ../../Makefile check-fedora-versions
30-
COMPARE_FEDORA_VERSIONS=./compare_fedora_versions MANIFEST_PATH=../../Cargo.toml FEDORA_RELEASE=f34 IGNORE_ARGS="--ignore-category low" make -f ../../Makefile check-fedora-versions
28+
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
3129
runs-on: ubuntu-18.04
3230
container:
3331
image: fedora:34 # CURRENT DEVELOPMENT ENVIRONMENT

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ name: stratisd CI
55
on:
66
push:
77
branches:
8-
- master
98
- patch-2.4.2
109
paths-ignore:
1110
- 'CHANGES.txt'
@@ -14,7 +13,6 @@ on:
1413
- 'tests/**'
1514
pull_request:
1615
branches:
17-
- master
1816
- patch-2.4.2
1917
paths-ignore:
2018
- 'CHANGES.txt'

.github/workflows/python.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ name: stratisd python-based tests
55
on:
66
push:
77
branches:
8-
- master
9-
- develop-2.4.2
8+
- patch-2.4.2
109
paths-ignore:
1110
- 'CHANGES.txt'
1211
- '**/README.md'
1312
- 'README_tests.md'
1413
pull_request:
1514
branches:
16-
- master
17-
- develop-2.4.2
15+
- patch-2.4.2
1816
paths-ignore:
1917
- 'CHANGES.txt'
2018
- '**/README.md'

.github/workflows/support.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ name: stratisd support CI
66
on:
77
push:
88
branches:
9-
- master
10-
- develop-2.4.2
9+
- patch-2.4.2
1110
paths:
1211
- "**/*.yml"
1312
- "tests/**"
1413
- "!tests/**/README.*"
1514
pull_request:
1615
branches:
17-
- master
18-
- develop-2.4.2
16+
- patch-2.4.2
1917
paths:
2018
- "**/*.yml"
2119
- "tests/**"

CHANGES.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
stratisd 2.4.4
2+
==============
3+
Recommended Rust toolchain version: 1.56.1
4+
Lowest supported Rust toolchain version: 1.54.0
5+
6+
Recommended development platform for Python development: Fedora 34
7+
Lowest supported Python interpreter: 3.6.8
8+
9+
- bindgen version bump and some tidies:
10+
https://github.com/stratis-storage/stratisd/pull/2858
11+
12+
113
stratisd 2.4.3
214
==============
315
Recommended Rust toolchain version: 1.56.1

0 commit comments

Comments
 (0)