Skip to content

Commit 7924a9f

Browse files
Update dependency kubernetes-sigs/cloud-provider-kind to v0.8.0
| datasource | package | from | to | | ----------- | ----------------------------------- | ------ | ------ | | github-tags | kubernetes-sigs/cloud-provider-kind | v0.7.0 | v0.8.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c76f24 commit 7924a9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Install cloud-provider-kind
131131
run: |
132-
CLOUD_PROVIDER_KIND_VERSION=v0.7.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
132+
CLOUD_PROVIDER_KIND_VERSION=v0.8.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
133133
go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
134134
135135
- name: Run cloud-provider-kind

.github/workflows/helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Install cloud-provider-kind
8686
run: |
87-
CLOUD_PROVIDER_KIND_VERSION=v0.7.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
87+
CLOUD_PROVIDER_KIND_VERSION=v0.8.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
8888
go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
8989
9090
- name: Run cloud-provider-kind
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Install cloud-provider-kind
139139
run: |
140-
CLOUD_PROVIDER_KIND_VERSION=v0.7.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
140+
CLOUD_PROVIDER_KIND_VERSION=v0.8.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
141141
go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
142142
143143
- name: Run cloud-provider-kind

0 commit comments

Comments
 (0)