Skip to content

Commit 671325b

Browse files
Merge pull request #214 from leaseweb/feat/k8s-1-33-3
chore(deps): Update K8s deps to v1.33.3
2 parents 0d94744 + 2befa29 commit 671325b

File tree

17 files changed

+115
-116
lines changed

17 files changed

+115
-116
lines changed

.github/workflows/chart-lints.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
1414

1515
- name: Set up Helm
16-
uses: azure/[email protected].0
16+
uses: azure/[email protected].1
1717
with:
18-
version: v3.14.1
18+
version: v3.18.6
1919

20-
- uses: actions/setup-python@v5
20+
- uses: actions/setup-python@v6
2121
with:
2222
python-version: '3.10'
2323
check-latest: true

.github/workflows/charts-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/pr-check.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ jobs:
88
name: Lint
99
runs-on: ubuntu-24.04
1010
steps:
11-
- name: Setup up Go 1.23
12-
uses: actions/setup-go@v5
11+
- name: Setup up Go 1.24
12+
uses: actions/setup-go@v6
1313
with:
14-
go-version: "1.23"
14+
go-version: "1.24"
1515
- name: Check out code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v6
1919
with:
20-
version: v1.63.4
20+
version: v1.64.8
2121
args: --timeout=5m
2222

2323
build:
2424
name: Test & Build
2525
runs-on: ubuntu-24.04
2626
steps:
27-
- name: Setup up Go 1.23
28-
uses: actions/setup-go@v5
27+
- name: Setup up Go 1.24
28+
uses: actions/setup-go@v6
2929
with:
30-
go-version: "1.23"
30+
go-version: "1.24"
3131

3232
- name: Check out code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
- name: Cache
3636
uses: actions/cache@v4

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Check out code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Cache
2424
uses: actions/cache@v4
@@ -77,7 +77,7 @@ jobs:
7777

7878
steps:
7979
- name: Checkout code
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@v5
8181

8282
- name: Create manifest
8383
run: |

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
cloud-config
55
/vendor
66
/hack/tools/bin
7+
.idea/
8+
.tests/
9+
.tool-versions

.golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ linters:
3030
- depguard
3131
- err113
3232
- exhaustruct
33-
- exportloopref
3433
- funlen
3534
- gochecknoglobals
3635
- inamedparam
@@ -43,4 +42,4 @@ linters:
4342
- testpackage
4443
- varnamelen
4544
- wrapcheck
46-
- wsl
45+
- wsl

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ BIN_DIR ?= bin
2828
GO_INSTALL := ./hack/go_install.sh
2929

3030
GOLANGCI_LINT_BIN := golangci-lint
31-
GOLANGCI_LINT_VER := v1.63.4
31+
GOLANGCI_LINT_VER := v1.64.8
3232
GOLANGCI_LINT := $(abspath $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT_VER))
3333
GOLANGCI_LINT_PKG := github.com/golangci/golangci-lint/cmd/golangci-lint
3434

@@ -102,7 +102,7 @@ test-sanity:
102102
setup-external-e2e: test/e2e/e2e.test test/e2e/ginkgo
103103

104104
test/e2e/e2e.test test/e2e/ginkgo:
105-
curl --location https://dl.k8s.io/v1.30.5/kubernetes-test-linux-amd64.tar.gz | \
105+
curl --location https://dl.k8s.io/v1.33.3/kubernetes-test-linux-amd64.tar.gz | \
106106
tar --strip-components=3 -C test/e2e -zxf - kubernetes/test/bin/e2e.test kubernetes/test/bin/ginkgo
107107

108108
.PHONY: test-e2e

cmd/cloudstack-csi-driver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20
1+
FROM alpine:3.22
22

33
LABEL \
44
org.opencontainers.image.description="CloudStack CSI driver" \

cmd/cloudstack-csi-sc-syncer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20
1+
FROM alpine:3.22
22

33
LABEL \
44
org.opencontainers.image.description="CloudStack disk offering to Kubernetes storage class syncer" \

deploy/k8s/controller-deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
allowPrivilegeEscalation: false
101101

102102
- name: external-provisioner
103-
image: registry.k8s.io/sig-storage/csi-provisioner:v5.2.0
103+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
104104
imagePullPolicy: IfNotPresent
105105
args:
106106
- "--v=4"
@@ -128,7 +128,7 @@ spec:
128128
allowPrivilegeEscalation: false
129129

130130
- name: external-attacher
131-
image: registry.k8s.io/sig-storage/csi-attacher:v4.8.1
131+
image: registry.k8s.io/sig-storage/csi-attacher:v4.9.0
132132
imagePullPolicy: IfNotPresent
133133
args:
134134
- "--v=4"
@@ -153,7 +153,7 @@ spec:
153153
allowPrivilegeEscalation: false
154154

155155
- name: external-resizer
156-
image: registry.k8s.io/sig-storage/csi-resizer:v1.13.2
156+
image: registry.k8s.io/sig-storage/csi-resizer:v1.14.0
157157
args:
158158
- "--v=5"
159159
- "--csi-address=$(ADDRESS)"
@@ -178,7 +178,7 @@ spec:
178178
allowPrivilegeEscalation: false
179179

180180
- name: liveness-probe
181-
image: registry.k8s.io/sig-storage/livenessprobe:v2.15.0
181+
image: registry.k8s.io/sig-storage/livenessprobe:v2.16.0
182182
args:
183183
- "--v=4"
184184
- "--csi-address=$(ADDRESS)"

0 commit comments

Comments
 (0)