Skip to content

Commit 518be26

Browse files
authored
Merge branch 'stackhpc/master' into upstream/master-2025-12-29
2 parents 9a09f82 + 212c910 commit 518be26

File tree

5 files changed

+26
-1
lines changed

5 files changed

+26
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @stackhpc/kayobe
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Tag & Release
3+
'on':
4+
push:
5+
branches:
6+
- stackhpc/master
7+
permissions:
8+
actions: read
9+
contents: write
10+
jobs:
11+
tag-and-release:
12+
uses: stackhpc/.github/.github/workflows/tag-and-release.yml@main

.github/workflows/tox.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Tox Continuous Integration
3+
'on':
4+
pull_request:
5+
jobs:
6+
tox:
7+
uses: stackhpc/.github/.github/workflows/tox.yml@main

docker/kolla-toolbox/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN mkdir -p /requirements \
9696
ENV PATH {{ venv_path }}/bin:$PATH
9797

9898
{% set kolla_toolbox_pip_packages = [
99-
'ansible-core==2.19.*',
99+
'ansible-core==2.20.*',
100100
'cmd2',
101101
'influxdb',
102102
'openstacksdk',
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
Version of ``ansible-core`` in ``kolla-toolbox`` has been updated to
5+
``2.20``.

0 commit comments

Comments
 (0)