Skip to content

Commit df6fcff

Browse files
Merge pull request #28 from scality/renovate/kubernetes-sigs-kind-0.x
chore(deps): update dependency kubernetes-sigs/kind to v0.32.0
2 parents 5f76779 + e050402 commit df6fcff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG GOLANGCI_VERSION=2.5.0
1515
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sudo sh -s -- v${GOLANGCI_VERSION}
1616

1717
# renovate: datasource=github-releases depName=kubernetes-sigs/kind extractVersion=^v(?<version>.*)$
18-
ARG KIND_VERSION=0.30.0
18+
ARG KIND_VERSION=0.32.0
1919

2020
RUN curl -sSfLO https://kind.sigs.k8s.io/dl/v${KIND_VERSION}/kind-linux-amd64 && \
2121
chmod +x kind-linux-amd64 && \

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install kind
2020
env:
2121
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
22-
KIND_VERSION: v0.30.0
22+
KIND_VERSION: v0.32.0
2323
run: |
2424
curl -Lo ./kind https://kind.sigs.k8s.io/dl/${KIND_VERSION}/kind-linux-amd64
2525
chmod +x ./kind

0 commit comments

Comments
 (0)