Skip to content

Commit 40a5796

Browse files
committed
Cloud Provider OCI Release v1.32.0
update golang build box to v1.23.4 Update manifests to v1.32.0
1 parent a405e2c commit 40a5796

File tree

2,423 files changed

+98130
-114577
lines changed

Some content is hidden

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

2,423 files changed

+98130
-114577
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG CI_IMAGE_REGISTRY
1616

17-
FROM golang:1.22.9 as builder
17+
FROM golang:1.23.4 as builder
1818

1919
ARG COMPONENT
2020

File renamed without changes.

Dockerfile_arm_all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG CI_IMAGE_REGISTRY
22

3-
FROM golang:1.22.9 as builder
3+
FROM golang:1.23.4 as builder
44

55
ARG COMPONENT
66

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
VERSION ?= ${VERSION}
3939
endif
4040

41-
RELEASE = v1.31.0
41+
RELEASE = v1.32.0
4242

4343
GOOS ?= linux
4444
ARCH ?= amd64

cmd/oci-csi-node-driver/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ package main
1717
import (
1818
"flag"
1919
"os"
20-
"runtime"
2120
"strings"
2221

2322
"github.com/spf13/viper"

go.mod

Lines changed: 96 additions & 101 deletions
Large diffs are not rendered by default.

go.sum

Lines changed: 158 additions & 163 deletions
Large diffs are not rendered by default.

manifests/cloud-controller-manager/oci-cloud-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
path: /etc/kubernetes
4343
containers:
4444
- name: oci-cloud-controller-manager
45-
image: ghcr.io/oracle/cloud-provider-oci:v1.31.0
45+
image: ghcr.io/oracle/cloud-provider-oci:v1.32.0
4646
command: ["/usr/local/bin/oci-cloud-controller-manager"]
4747
args:
4848
- --cloud-config=/etc/oci/cloud-provider.yaml

manifests/container-storage-interface/csi/templates/oci-csi-controller-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
- --fss-csi-endpoint=unix://var/run/shared-tmpfs/csi-fss.sock
9797
command:
9898
- /usr/local/bin/oci-csi-controller-driver
99-
image: iad.ocir.io/oracle/cloud-provider-oci:latest
99+
image: ghcr.io/oracle/cloud-provider-oci:v1.32.0
100100
imagePullPolicy: IfNotPresent
101101
env:
102102
- name: BLOCK_VOLUME_DRIVER_NAME

manifests/container-storage-interface/csi/templates/oci-csi-node-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ spec:
121121
value: "{{ if .Values.customHandle }}{{ .Values.customHandle }}.{{ end }}blockvolume.csi.oraclecloud.com"
122122
- name: FSS_VOLUME_DRIVER_NAME
123123
value: "{{ if .Values.customHandle }}{{ .Values.customHandle }}.{{ end }}fss.csi.oraclecloud.com"
124-
image: ghcr.io/yashasg98/cloud-provider-oci:vcustomize.driver.name2
124+
image: ghcr.io/oracle/cloud-provider-oci:v1.32.0
125125
securityContext:
126126
privileged: true
127127
volumeMounts:

0 commit comments

Comments
 (0)