Skip to content

Commit 39118f7

Browse files
committed
feat: update kayobe-automation submodule and workflows
Upgrade both the submodule used by `kayobe-automation` and the workflows collection that can generate `GitHub` workflows. Changes include: - Run config-diff in parallel - Automation detect vaulted files for config-diff - Add support for running hooks that use roles - Improvements to Tempest including the ability to run only failed tests - Use less verbose input descriptions - Bump up and pin the version of Actions and containers used by the workflows
1 parent 56f0ceb commit 39118f7

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

etc/kayobe/ansible/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ collections:
1111
- name: stackhpc.hashicorp
1212
version: 2.5.1
1313
- name: stackhpc.kayobe_workflows
14-
version: 1.0.3
14+
version: 1.1.0
1515
roles:
1616
- src: stackhpc.vxlan
1717
- name: ansible-lockdown.ubuntu22_cis
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
features:
3+
- |
4+
Upgrades kayobe-automation submodule to ``86b2840``.
5+
Upgrades kayobe-workflows collection to ``v1.1.0``.
6+
Kayobe-automation config-diff now runs in parallel and generates both
7+
the old and new configuration at the same time. This should improve
8+
config-diff wait times.
9+
deprecations:
10+
- |
11+
Kayobe-automation will now automatically detected vaulted files for the
12+
purpose of config-diff therefore, ``KAYOBE_CONFIG_SECRET_PATHS_EXTRA`` and
13+
``KAYOBE_CONFIG_VAULTED_FILES_PATHS_EXTRA`` are no longer used
14+
security:
15+
- |
16+
The upgraded kayobe-workflows collection increases the version of various
17+
Actions and containers used within GitHub based workflows, including increasing
18+
Docker in Docker to version ``27.3.1`` thus removing the vunerabilities present
19+
in ``24.0-git``.

0 commit comments

Comments
 (0)