Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit afa9cc8

Browse filesBrowse files
build(deps): bump gophercloud/devstack-action from 0.17 to 0.18
Bumps [gophercloud/devstack-action](https://github.com/gophercloud/devstack-action) from 0.17 to 0.18. - [Release notes](https://github.com/gophercloud/devstack-action/releases) - [Commits](gophercloud/devstack-action@v0.17...v0.18) --- updated-dependencies: - dependency-name: gophercloud/devstack-action dependency-version: '0.18' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 600ecd3 commit afa9cc8
Copy full SHA for afa9cc8
Expand file treeCollapse file tree

18 files changed

+18
-18
lines changed

‎.github/workflows/functional-baremetal.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-baremetal.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Work around broken dnsmasq
3737
run: sudo apt-get purge -y dnsmasq-base
3838
- name: Deploy devstack
39-
uses: gophercloud/devstack-action@v0.17
39+
uses: gophercloud/devstack-action@v0.18
4040
with:
4141
branch: ${{ matrix.openstack_version }}
4242
conf_overrides: |

‎.github/workflows/functional-basic.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-basic.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout Gophercloud
3737
uses: actions/checkout@v4
3838
- name: Deploy devstack
39-
uses: gophercloud/devstack-action@v0.17
39+
uses: gophercloud/devstack-action@v0.18
4040
with:
4141
branch: ${{ matrix.openstack_version }}
4242
enabled_services: 's-account,s-container,s-object,s-proxy,${{ matrix.additional_services }}'

‎.github/workflows/functional-blockstorage.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-blockstorage.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout Gophercloud
3535
uses: actions/checkout@v4
3636
- name: Deploy devstack
37-
uses: gophercloud/devstack-action@v0.17
37+
uses: gophercloud/devstack-action@v0.18
3838
with:
3939
branch: ${{ matrix.openstack_version }}
4040
conf_overrides: |

‎.github/workflows/functional-compute.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-compute.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout Gophercloud
3535
uses: actions/checkout@v4
3636
- name: Deploy devstack
37-
uses: gophercloud/devstack-action@v0.17
37+
uses: gophercloud/devstack-action@v0.18
3838
with:
3939
branch: ${{ matrix.openstack_version }}
4040
conf_overrides: |

‎.github/workflows/functional-containerinfra.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-containerinfra.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Checkout Gophercloud
5959
uses: actions/checkout@v4
6060
- name: Deploy devstack
61-
uses: gophercloud/devstack-action@v0.17
61+
uses: gophercloud/devstack-action@v0.18
6262
with:
6363
branch: ${{ matrix.openstack_version }}
6464
conf_overrides: |

‎.github/workflows/functional-dns.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-dns.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout Gophercloud
4141
uses: actions/checkout@v4
4242
- name: Deploy devstack
43-
uses: gophercloud/devstack-action@v0.17
43+
uses: gophercloud/devstack-action@v0.18
4444
with:
4545
branch: ${{ matrix.openstack_version }}
4646
conf_overrides: |

‎.github/workflows/functional-fwaas_v2.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-fwaas_v2.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
"update_port:binding:profile": "rule:admin_only or rule:service_api"
4747
EOF
4848
- name: Deploy devstack
49-
uses: gophercloud/devstack-action@v0.17
49+
uses: gophercloud/devstack-action@v0.18
5050
with:
5151
branch: ${{ matrix.openstack_version }}
5252
conf_overrides: |

‎.github/workflows/functional-identity.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-identity.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout Gophercloud
3535
uses: actions/checkout@v4
3636
- name: Deploy devstack
37-
uses: gophercloud/devstack-action@v0.17
37+
uses: gophercloud/devstack-action@v0.18
3838
with:
3939
branch: ${{ matrix.openstack_version }}
4040
enabled_services: "${{ matrix.additional_services }}"

‎.github/workflows/functional-image.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-image.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout Gophercloud
3535
uses: actions/checkout@v4
3636
- name: Deploy devstack
37-
uses: gophercloud/devstack-action@v0.17
37+
uses: gophercloud/devstack-action@v0.18
3838
with:
3939
branch: ${{ matrix.openstack_version }}
4040
enabled_services: "${{ matrix.additional_services }}"

‎.github/workflows/functional-keymanager.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-keymanager.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Checkout Gophercloud
4747
uses: actions/checkout@v4
4848
- name: Deploy devstack
49-
uses: gophercloud/devstack-action@v0.17
49+
uses: gophercloud/devstack-action@v0.18
5050
with:
5151
branch: ${{ matrix.openstack_version }}
5252
conf_overrides: |

‎.github/workflows/functional-loadbalancer.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-loadbalancer.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout Gophercloud
4141
uses: actions/checkout@v4
4242
- name: Deploy devstack
43-
uses: gophercloud/devstack-action@v0.17
43+
uses: gophercloud/devstack-action@v0.18
4444
with:
4545
branch: ${{ matrix.openstack_version }}
4646
conf_overrides: |

‎.github/workflows/functional-messaging.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-messaging.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout Gophercloud
3535
uses: actions/checkout@v4
3636
- name: Deploy devstack
37-
uses: gophercloud/devstack-action@v0.17
37+
uses: gophercloud/devstack-action@v0.18
3838
with:
3939
branch: ${{ matrix.openstack_version }}
4040
conf_overrides: |

‎.github/workflows/functional-networking.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-networking.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
"update_port:binding:profile": "rule:admin_only or rule:service_api"
4343
EOF
4444
- name: Deploy devstack
45-
uses: gophercloud/devstack-action@v0.17
45+
uses: gophercloud/devstack-action@v0.18
4646
with:
4747
branch: ${{ matrix.openstack_version }}
4848
conf_overrides: |

‎.github/workflows/functional-objectstorage.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-objectstorage.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout Gophercloud
3535
uses: actions/checkout@v4
3636
- name: Deploy devstack
37-
uses: gophercloud/devstack-action@v0.17
37+
uses: gophercloud/devstack-action@v0.18
3838
with:
3939
branch: ${{ matrix.openstack_version }}
4040
conf_overrides: |

‎.github/workflows/functional-orchestration.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-orchestration.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout Gophercloud
3535
uses: actions/checkout@v4
3636
- name: Deploy devstack
37-
uses: gophercloud/devstack-action@v0.17
37+
uses: gophercloud/devstack-action@v0.18
3838
with:
3939
branch: ${{ matrix.openstack_version }}
4040
conf_overrides: |

‎.github/workflows/functional-placement.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-placement.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout Gophercloud
3535
uses: actions/checkout@v4
3636
- name: Deploy devstack
37-
uses: gophercloud/devstack-action@v0.17
37+
uses: gophercloud/devstack-action@v0.18
3838
with:
3939
branch: ${{ matrix.openstack_version }}
4040
enabled_services: "${{ matrix.additional_services }}"

‎.github/workflows/functional-sharedfilesystems.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-sharedfilesystems.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout Gophercloud
4141
uses: actions/checkout@v4
4242
- name: Deploy devstack
43-
uses: gophercloud/devstack-action@v0.17
43+
uses: gophercloud/devstack-action@v0.18
4444
with:
4545
branch: ${{ matrix.openstack_version }}
4646
conf_overrides: |

‎.github/workflows/functional-workflow.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-workflow.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout Gophercloud
3939
uses: actions/checkout@v4
4040
- name: Deploy devstack
41-
uses: gophercloud/devstack-action@v0.17
41+
uses: gophercloud/devstack-action@v0.18
4242
with:
4343
branch: ${{ matrix.openstack_version }}
4444
conf_overrides: |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.