Skip to content

Commit 1fe8670

Browse files
Add Dockerfile.host-check to release tarball (#45)
* done * update python version for check scirpt * update python version for check scirpt * Update CHANGELOG.md Co-authored-by: paulo-cisco <112110177+paulo-cisco@users.noreply.github.com> --------- Co-authored-by: paulo-cisco <112110177+paulo-cisco@users.noreply.github.com>
1 parent e9c25fb commit 1fe8670

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Create tarball
1515
run: |
16-
files=(scripts/ samples/ templates/ LICENSE CHANGELOG.md README.md)
16+
files=(scripts/ samples/ templates/ LICENSE CHANGELOG.md README.md Dockerfile.host-check)
1717
tar -zcf xrd-tools-${{github.ref_name}}.tgz "${files[@]}"
1818
1919
- name: Create checksum

.github/workflows/sa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: actions/setup-python@master
3636
with:
37-
python-version: '3.7'
37+
python-version: '3.8'
3838

3939
- name: Install python packages
4040
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.7", "3.11"]
19+
python-version: ["3.8", "3.11"]
2020
name: 'tests (python ${{ matrix.python-version }})'
2121
steps:
2222
- uses: actions/checkout@main

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
The v1 release supports Cisco IOS-XR release versions 7.7.1 and above.
77

8+
### v1.1.19 (2025-04-22)
9+
10+
- Added Dockerfile.host-check to the release tarball
11+
812
### v1.1.18 (2024-12-17)
913

1014
- Added detection of Amazon Linux host OS.

0 commit comments

Comments
 (0)