Skip to content

Update Kolla versions #68

Update Kolla versions

Update Kolla versions #68

name: Update Kolla versions
on:
# Allow manual executions
workflow_dispatch:
# Run weekly on Tuesday
schedule:
- cron: '0 0 * * 2'
jobs:
update-from-branch:
name: Update dependencies
strategy:
matrix:
include:
- version: stackhpc/2023.1
codename: Antelope
- version: stackhpc/2024.1
codename: Caracal
- version: stackhpc/2025.1
codename: Epoxy
uses: ./.github/workflows/update-dependencies.yml
with:
openstack_version: ${{ matrix.version }}
openstack_codename: ${{ matrix.codename }}
permissions:
contents: write
pull-requests: write
if: github.repository == 'stackhpc/stackhpc-kayobe-config'