File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
VM_NETWORK : ${{ inputs.vm_network }}
168
168
VM_SUBNET : ${{ inputs.vm_subnet }}
169
169
VM_INTERFACE : ${{ inputs.vm_interface }}
170
- VM_VOLUME_SIZE : ${{ inputs.upgrade && '50' || '35 ' }}
170
+ VM_VOLUME_SIZE : ${{ inputs.upgrade && '50' || '40 ' }}
171
171
VM_TAGS : ' ["skc-ci-aio", "PR=${{ github.event.number }}"]'
172
172
173
173
- name : Terraform Plan
Original file line number Diff line number Diff line change 4
4
# where the key is the OS distro and the value is the tag to deploy.
5
5
kolla_image_tags :
6
6
openstack :
7
+ rocky-9 : 2023.1-rocky-9-20240621T104542
8
+ ubuntu-jammy : 2023.1-ubuntu-jammy-20240621T104542
9
+ bifrost_deploy :
7
10
rocky-9 : 2023.1-rocky-9-20240423T125905
8
11
ubuntu-jammy : 2023.1-ubuntu-jammy-20240423T125905
9
12
cinder :
10
13
rocky-9 : 2023.1-rocky-9-20240701T123544
11
14
ubuntu-jammy : 2023.1-ubuntu-jammy-20240701T123544
12
- cloudkitty :
13
- rocky-9 : 2023.1-rocky-9-20240509T111619
14
- ubuntu-jammy : 2023.1-ubuntu-jammy-20240509T111619
15
15
glance :
16
16
rocky-9 : 2023.1-rocky-9-20240701T123544
17
17
ubuntu-jammy : 2023.1-ubuntu-jammy-20240701T123544
@@ -21,9 +21,6 @@ kolla_image_tags:
21
21
letsencrypt :
22
22
rocky-9 : 2023.1-rocky-9-20240509T102329
23
23
ubuntu-jammy : 2023.1-ubuntu-jammy-20240509T102329
24
- magnum :
25
- rocky-9 : 2023.1-rocky-9-20240607T082105
26
- ubuntu-jammy : 2023.1-ubuntu-jammy-20240607T082105
27
24
nova :
28
25
rocky-9 : 2023.1-rocky-9-20240702T082319
29
26
ubuntu-jammy : 2023.1-ubuntu-jammy-20240702T082319
Original file line number Diff line number Diff line change
1
+ ---
2
+ security :
3
+ - |
4
+ Addresses critical vulnerability CVE-2024-36039 by
5
+ bumping the PyMySQL library to 1.1.1 in all affected
6
+ Kolla images. This vulnerability allows SQL injection
7
+ through untrusted JSON objects.
You can’t perform that action at this time.
0 commit comments