Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-build-kayobe-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
build-kayobe-image:
name: Build kayobe image
if: inputs.if || github.repository == 'stackhpc/stackhpc-kayobe-config' && github.event_name == 'push'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stackhpc-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# would skip the workflow entirely, and would prevent us from making the
# aio jobs required to pass (a skip counts as a pass).
check-changes:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions:
pull-requests: read
name: Check changed files
Expand All @@ -32,7 +32,7 @@ jobs:
filters: .github/path-filters.yml

tox:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions: {}
strategy:
matrix:
Expand Down
5 changes: 5 additions & 0 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ kayobe_image_tags:
centos: yoga-20240320T082414
rocky: yoga-20240320T082414
ubuntu: yoga-20240320T082414
keystone:
centos: yoga-20251031T085605
rocky: yoga-20251031T085605
ubuntu: yoga-20251031T133027
magnum:
centos: yoga-20240416T102136
rocky: yoga-20240416T102136
Expand All @@ -54,6 +58,7 @@ glance_tag: "{% raw %}{{ kayobe_image_tags['glance'][kolla_base_distro] }}{% end
grafana_tag: yoga-20240510T114335
heat_tag: "{% raw %}{{ kayobe_image_tags['heat'][kolla_base_distro] }}{% endraw %}"
horizon_tag: yoga-20240510T114335
keystone_tag: "{% raw %}{{ kayobe_image_tags['keystone'][kolla_base_distro] }}{% endraw %}"
magnum_tag: "{% raw %}{{ kayobe_image_tags['magnum'][kolla_base_distro] }}{% endraw %}"
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
security:
- |
Security fixes for `bug 2119646 <https://launchpad.net/bugs/2119646>`__:
Unauthenticated access to EC2/S3 token
endpoints can grant Keystone authorization.
Loading