Skip to content

Commit 50a361b

Browse files
authored
Merge branch 'main' into renovate/rbubley-mirrors-prettier-3.x
2 parents b560a6b + aee8f1a commit 50a361b

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.9.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
132+
CLOUD_PROVIDER_KIND_VERSION=v0.10.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
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Install cloud-provider-kind
9292
run: |
93-
CLOUD_PROVIDER_KIND_VERSION=v0.9.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
93+
CLOUD_PROVIDER_KIND_VERSION=v0.10.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
9494
go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
9595
9696
- name: Run cloud-provider-kind
@@ -143,7 +143,7 @@ jobs:
143143

144144
- name: Install cloud-provider-kind
145145
run: |
146-
CLOUD_PROVIDER_KIND_VERSION=v0.9.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
146+
CLOUD_PROVIDER_KIND_VERSION=v0.10.0 # renovate: datasource=github-tags depName=kubernetes-sigs/cloud-provider-kind
147147
go install sigs.k8s.io/cloud-provider-kind@${CLOUD_PROVIDER_KIND_VERSION}
148148
149149
- name: Run cloud-provider-kind

0 commit comments

Comments
 (0)