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 e5b7b1c

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 0c4819a commit e5b7b1c
Copy full SHA for e5b7b1c
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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Work around broken dnsmasq
3333
run: sudo apt-get purge -y dnsmasq-base
3434
- name: Deploy devstack
35-
uses: gophercloud/devstack-action@v0.17
35+
uses: gophercloud/devstack-action@v0.18
3636
with:
3737
branch: ${{ matrix.openstack_version }}
3838
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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout Gophercloud
3333
uses: actions/checkout@v4
3434
- name: Deploy devstack
35-
uses: gophercloud/devstack-action@v0.17
35+
uses: gophercloud/devstack-action@v0.18
3636
with:
3737
branch: ${{ matrix.openstack_version }}
3838
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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout Gophercloud
3131
uses: actions/checkout@v4
3232
- name: Deploy devstack
33-
uses: gophercloud/devstack-action@v0.17
33+
uses: gophercloud/devstack-action@v0.18
3434
with:
3535
branch: ${{ matrix.openstack_version }}
3636
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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout Gophercloud
3131
uses: actions/checkout@v4
3232
- name: Deploy devstack
33-
uses: gophercloud/devstack-action@v0.17
33+
uses: gophercloud/devstack-action@v0.18
3434
with:
3535
branch: ${{ matrix.openstack_version }}
3636
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
@@ -45,7 +45,7 @@ jobs:
4545
- name: Checkout Gophercloud
4646
uses: actions/checkout@v4
4747
- name: Deploy devstack
48-
uses: gophercloud/devstack-action@v0.17
48+
uses: gophercloud/devstack-action@v0.18
4949
with:
5050
branch: ${{ matrix.openstack_version }}
5151
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
@@ -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
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
@@ -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-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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout Gophercloud
3131
uses: actions/checkout@v4
3232
- name: Deploy devstack
33-
uses: gophercloud/devstack-action@v0.17
33+
uses: gophercloud/devstack-action@v0.18
3434
with:
3535
branch: ${{ matrix.openstack_version }}
3636
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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout Gophercloud
3131
uses: actions/checkout@v4
3232
- name: Deploy devstack
33-
uses: gophercloud/devstack-action@v0.17
33+
uses: gophercloud/devstack-action@v0.18
3434
with:
3535
branch: ${{ matrix.openstack_version }}
3636
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
@@ -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
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
@@ -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
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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout Gophercloud
3131
uses: actions/checkout@v4
3232
- name: Deploy devstack
33-
uses: gophercloud/devstack-action@v0.17
33+
uses: gophercloud/devstack-action@v0.18
3434
with:
3535
branch: ${{ matrix.openstack_version }}
3636
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
@@ -38,7 +38,7 @@ jobs:
3838
"update_port:binding:profile": "rule:admin_only or rule:service_api"
3939
EOF
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: |

‎.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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout Gophercloud
3131
uses: actions/checkout@v4
3232
- name: Deploy devstack
33-
uses: gophercloud/devstack-action@v0.17
33+
uses: gophercloud/devstack-action@v0.18
3434
with:
3535
branch: ${{ matrix.openstack_version }}
3636
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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout Gophercloud
3131
uses: actions/checkout@v4
3232
- name: Deploy devstack
33-
uses: gophercloud/devstack-action@v0.17
33+
uses: gophercloud/devstack-action@v0.18
3434
with:
3535
branch: ${{ matrix.openstack_version }}
3636
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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout Gophercloud
3131
uses: actions/checkout@v4
3232
- name: Deploy devstack
33-
uses: gophercloud/devstack-action@v0.17
33+
uses: gophercloud/devstack-action@v0.18
3434
with:
3535
branch: ${{ matrix.openstack_version }}
3636
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
@@ -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
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
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout Gophercloud
3434
uses: actions/checkout@v4
3535
- name: Deploy devstack
36-
uses: gophercloud/devstack-action@v0.17
36+
uses: gophercloud/devstack-action@v0.18
3737
with:
3838
branch: ${{ matrix.openstack_version }}
3939
conf_overrides: |

0 commit comments

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