Skip to content

Commit f0f7a14

Browse files
Merge pull request #354 from openshift/sync-main-1.34
OSASINFRA-3954: Rebase main onto release-1.34
2 parents b3f28b9 + fa3bfb2 commit f0f7a14

File tree

3,228 files changed

+214949
-309923
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,228 files changed

+214949
-309923
lines changed

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
.idea
66
.DS_Store
77

8-
# For konflux
9-
!vendor/github.com/google/gnostic-models/jsonschema/schema.json
10-
!vendor/github.com/google/gnostic-models/openapiv2/openapi-2.0.json
11-
!vendor/go.opentelemetry.io/otel/renovate.json
12-
!vendor/k8s.io/kubernetes/test/e2e/testing-manifests/kubectl/agnhost-primary-service.json
13-
148
# OSX leaves these everywhere on SMB shares
159
._*
1610

.golangci.yaml

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
1-
run:
2-
concurrency: 2
3-
timeout: 10m0s
1+
version: "2"
2+
output:
3+
formats:
4+
text:
5+
path: stdout
6+
colors: false
7+
issues:
8+
max-same-issues: 0
9+
max-issues-per-linter: 0
410
linters:
11+
exclusions:
12+
generated: lax
13+
presets:
14+
- comments
15+
- common-false-positives
16+
- legacy
17+
- std-error-handling
18+
paths:
19+
- third_party$
20+
- builtin$
21+
- examples$
22+
formatters:
523
enable:
624
- gofmt
7-
output:
8-
formats:
9-
 - format: line-number
10-
 path: stdout
25+
exclusions:
26+
generated: lax
27+
paths:
28+
- third_party$
29+
- builtin$
30+
- examples$

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@
1414
## BUILD ARGS ##
1515
################################################################################
1616
# This build arg allows the specification of a custom Golang image.
17-
ARG GOLANG_IMAGE=golang:1.24.3
17+
ARG GOLANG_IMAGE=golang:1.25.1
1818

1919
# The distroless image on which the CPI manager image is built.
2020
#
2121
# Please do not use "latest". Explicit tags should be used to provide
2222
# deterministic builds. Follow what kubernetes uses to build
2323
# kube-controller-manager, for example for 1.27.x:
2424
# https://github.com/kubernetes/kubernetes/blob/release-1.27/build/common.sh#L99
25-
ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.4.0-go1.24.3-bookworm.0
25+
ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.4.0-go1.25.1-bookworm.0
2626

2727
# We use Alpine as the source for default CA certificates and some output
2828
# images
29-
ARG ALPINE_IMAGE=alpine:3.21.2
29+
ARG ALPINE_IMAGE=alpine:3.22.1
3030

3131
# cinder-csi-plugin uses Debian as a base image
32-
ARG DEBIAN_IMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.4
32+
ARG DEBIAN_IMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.6
3333

3434
################################################################################
3535
## BUILD STAGE ##

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $(BUILD_CMDS): $(SOURCES)
8181
test: unit functional
8282

8383
check: work
84-
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.4 run --timeout=20m ./...
84+
go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.3.1 run --timeout=20m ./...
8585

8686
unit: work
8787
go test -tags=unit $(shell go list ./... | sed -e '/sanity/ { N; d; }' | sed -e '/tests/ {N; d;}') $(TESTARGS)
@@ -166,7 +166,7 @@ build-local-image-%:
166166
.
167167

168168
# Build all images locally
169-
build-local-images: $(addprefix build-image-,$(IMAGE_NAMES))
169+
build-local-images: $(addprefix build-local-image-,$(IMAGE_NAMES))
170170

171171
# Build a single image for all architectures in ARCHS and push it to REGISTRY
172172
push-multiarch-image-%:

OWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ approvers:
1111
reviewers:
1212
- dulek
1313
- kayrus
14-
- mdbooth
1514
- stephenfin
1615
- zetaab

charts/cinder-csi-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: v1.33.0
2+
appVersion: v1.34.0
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 2.33.0
5+
version: 2.34.0
66
home: https://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/cinder-csi-plugin/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ csi:
88
attacher:
99
image:
1010
repository: registry.k8s.io/sig-storage/csi-attacher
11-
tag: v4.7.0
11+
tag: v4.10.0
1212
pullPolicy: IfNotPresent
1313
resources: {}
1414
extraArgs: {}
@@ -17,15 +17,15 @@ csi:
1717
topology: "true"
1818
image:
1919
repository: registry.k8s.io/sig-storage/csi-provisioner
20-
tag: v5.1.0
20+
tag: v5.3.0
2121
pullPolicy: IfNotPresent
2222
resources: {}
2323
extraArgs: {}
2424
extraEnv: []
2525
snapshotter:
2626
image:
2727
repository: registry.k8s.io/sig-storage/csi-snapshotter
28-
tag: v8.1.0
28+
tag: v8.3.0
2929
pullPolicy: IfNotPresent
3030
resources: {}
3131
extraArgs: {}
@@ -41,7 +41,7 @@ csi:
4141
resizer:
4242
image:
4343
repository: registry.k8s.io/sig-storage/csi-resizer
44-
tag: v1.12.0
44+
tag: v1.14.0
4545
pullPolicy: IfNotPresent
4646
resources: {}
4747
extraArgs: {}
@@ -55,7 +55,7 @@ csi:
5555
livenessprobe:
5656
image:
5757
repository: registry.k8s.io/sig-storage/livenessprobe
58-
tag: v2.14.0
58+
tag: v2.17.0
5959
pullPolicy: IfNotPresent
6060
failureThreshold: 5
6161
initialDelaySeconds: 10
@@ -67,7 +67,7 @@ csi:
6767
nodeDriverRegistrar:
6868
image:
6969
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
70-
tag: v2.12.0
70+
tag: v2.15.0
7171
pullPolicy: IfNotPresent
7272
resources: {}
7373
extraArgs: {}

charts/manila-csi-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: v1.33.0
2+
appVersion: v1.34.0
33
description: Manila CSI Chart for OpenStack
44
name: openstack-manila-csi
5-
version: 2.33.0
5+
version: 2.34.0
66
home: http://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/manila-csi-plugin/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ nodeplugin:
6060
registrar:
6161
image:
6262
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
63-
tag: v2.12.0
63+
tag: v2.15.0
6464
pullPolicy: IfNotPresent
6565
resources: {}
6666
extraEnv: []
@@ -90,7 +90,7 @@ controllerplugin:
9090
provisioner:
9191
image:
9292
repository: registry.k8s.io/sig-storage/csi-provisioner
93-
tag: v5.1.0
93+
tag: v5.3.0
9494
pullPolicy: IfNotPresent
9595
resources: {}
9696
extraEnv: []
@@ -100,15 +100,15 @@ controllerplugin:
100100
snapshotter:
101101
image:
102102
repository: registry.k8s.io/sig-storage/csi-snapshotter
103-
tag: v8.1.0
103+
tag: v8.3.0
104104
pullPolicy: IfNotPresent
105105
resources: {}
106106
extraEnv: []
107107
# CSI external-resizer container spec
108108
resizer:
109109
image:
110110
repository: registry.k8s.io/sig-storage/csi-resizer
111-
tag: v1.12.0
111+
tag: v1.14.0
112112
pullPolicy: IfNotPresent
113113
resources: {}
114114
extraEnv: []

charts/openstack-cloud-controller-manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v2
2-
appVersion: v1.33.0
2+
appVersion: v1.34.0
33
description: Openstack Cloud Controller Manager Helm Chart
44
icon: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
55
home: https://github.com/kubernetes/cloud-provider-openstack
66
name: openstack-cloud-controller-manager
7-
version: 2.33.0
7+
version: 2.34.0
88
maintainers:
99
- name: eumel8
1010

0 commit comments

Comments
 (0)