File tree 4 files changed +7
-3
lines changed 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
- name : Create tarball
15
15
run : |
16
- files=(scripts/ samples/ templates/ LICENSE CHANGELOG.md README.md)
16
+ files=(scripts/ samples/ templates/ LICENSE CHANGELOG.md README.md Dockerfile.host-check )
17
17
tar -zcf xrd-tools-${{github.ref_name}}.tgz "${files[@]}"
18
18
19
19
- name : Create checksum
Original file line number Diff line number Diff line change 34
34
35
35
- uses : actions/setup-python@master
36
36
with :
37
- python-version : ' 3.7 '
37
+ python-version : ' 3.8 '
38
38
39
39
- name : Install python packages
40
40
run : |
Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- python-version : ["3.7 ", "3.11"]
19
+ python-version : ["3.8 ", "3.11"]
20
20
name : ' tests (python ${{ matrix.python-version }})'
21
21
steps :
22
22
- uses : actions/checkout@main
Original file line number Diff line number Diff line change 5
5
6
6
The v1 release supports Cisco IOS-XR release versions 7.7.1 and above.
7
7
8
+ ### v1.1.19 (2025-04-22)
9
+
10
+ - Added Dockerfile.host-check to the release tarball
11
+
8
12
### v1.1.18 (2024-12-17)
9
13
10
14
- Added detection of Amazon Linux host OS.
You can’t perform that action at this time.
0 commit comments