Skip to content

Commit

Permalink
version changes for CSI2.10.1 (#1108)
Browse files Browse the repository at this point in the history
Signed-off-by: “hemalathagajendran” <“[email protected]”>
Co-authored-by: “hemalathagajendran” <“[email protected]”>
  • Loading branch information
hemalathagajendran and “hemalathagajendran” authored Mar 6, 2024
1 parent 3bc2a2b commit e4fa92d
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ibm-spectrum-scale-csi-operator
specVersion: 1.0.0
version: 2.10.0
appVersion: 2.10.0
version: 2.10.1
appVersion: 2.10.1
description: "Represents a deployment of the IBM CSI Storage Scale driver."
displayName: "IBM CSI Storage Scale Driver CASE"
displayDescription: "Represents a deployment of the IBM CSI Storage Scale driver."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources:
- metadata:
name: ibm_spectrum_scale_csi_driver
image: cp/spectrum/scale/csi/ibm-spectrum-scale-csi-driver
tag: v2.10.0
tag: v2.10.1
digest: sha256:57b4ee494ca48342d1ffaf22a166286202b0406b88316e4dcbe87212df6ca8f0
mediaType: application/vnd.docker.distribution.manifest.list.v2
registries:
Expand All @@ -20,19 +20,19 @@ resources:
platform:
architecture: amd64
os: linux
tag: v2.10.0-amd64
tag: v2.10.1-amd64
- digest: sha256:4bcdd8eccc13908d8b6c9c21b4ffed63177c53b410d7d50a2bd036ff8398ef46
mediaType: application/vnd.docker.distribution.manifest.v2
platform:
architecture: ppc64le
os: linux
tag: v2.10.0-ppc64le
tag: v2.10.1-ppc64le
- digest: sha256:17d0601ca92224d38abc78a6a5771827ef130a49379270e536b3ca26cc9fc89f
mediaType: application/vnd.docker.distribution.manifest.v2
platform:
architecture: s390x
os: linux
tag: v2.10.0-s390x
tag: v2.10.1-s390x

- metadata:
name: csi_snapshotter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources:
- metadata:
name: ibm_spectrum_scale_csi_operator
image: cpopen/ibm-spectrum-scale-csi-operator
tag: v2.10.0
tag: v2.10.1
digest: sha256:e3d2f9fb68b2d7cd1faf84002bb73626da10bed5d81f91945a592d41893e2fda
mediaType: application/vnd.docker.distribution.manifest.list.v2
registries:
Expand All @@ -20,19 +20,19 @@ resources:
platform:
architecture: amd64
os: linux
tag: v2.10.0-amd64
tag: v2.10.1-amd64
- digest: sha256:4d2ddb810b219aa0caf3e581d1c811dea6deefc1c491f09ff3d68b33b7875434
mediaType: application/vnd.docker.distribution.manifest.v2
platform:
architecture: ppc64le
os: linux
tag: v2.10.0-ppc64le
tag: v2.10.1-ppc64le
- digest: sha256:e299883ecd8932ca2b245246f91f7111c35de1dd0469f0daae2c7e71ee9ea7a1
mediaType: application/vnd.docker.distribution.manifest.v2
platform:
architecture: s390x
os: linux
tag: v2.10.0-s390x
tag: v2.10.1-s390x
files:
- mediaType: application/vnd.case.resource.k8s.v1+yaml
ref: cluster/deploy/crds/csi_v1_csiscaleoperator.yaml
Expand Down
2 changes: 1 addition & 1 deletion driver/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -a -ldflags "-X 'ma
# RUN chmod +x,u+s _output/ibm-spectrum-scale-csi

FROM registry.access.redhat.com/ubi9-minimal:latest
ARG version=2.10.0
ARG version=2.10.1
ARG commit
ARG build_date

Expand Down
2 changes: 1 addition & 1 deletion driver/cmd/ibm-spectrum-scale-csi/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (
driverName = flag.String("drivername", "spectrumscale.csi.ibm.com", "name of the driver")
nodeID = flag.String("nodeid", "", "node id")
kubeletRootDir = flag.String("kubeletRootDirPath", "/var/lib/kubelet", "kubelet root directory path")
vendorVersion = "2.10.0"
vendorVersion = "2.10.1"
)

func main() {
Expand Down
4 changes: 2 additions & 2 deletions generated/installer/ibm-spectrum-scale-csi-operator-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
product: ibm-spectrum-scale-csi
release: ibm-spectrum-scale-csi-operator
annotations:
productVersion: 2.10.0
productVersion: 2.10.1
spec:
replicas: 1
selector:
Expand All @@ -28,7 +28,7 @@ spec:
annotations:
productID: ibm-spectrum-scale-csi-operator
productName: IBM Spectrum Scale CSI Operator
productVersion: 2.10.0
productVersion: 2.10.1
spec:
serviceAccountName: ibm-spectrum-scale-csi-operator
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
product: ibm-spectrum-scale-csi
release: ibm-spectrum-scale-csi-operator
annotations:
productVersion: 2.10.0
productVersion: 2.10.1
spec:
replicas: 1
selector:
Expand All @@ -28,7 +28,7 @@ spec:
annotations:
productID: ibm-spectrum-scale-csi-operator
productName: IBM Spectrum Scale CSI Operator
productVersion: 2.10.0
productVersion: 2.10.1
spec:
serviceAccountName: ibm-spectrum-scale-csi-operator
containers:
Expand Down
4 changes: 2 additions & 2 deletions generated/installer/ibm-spectrum-scale-csi-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
product: ibm-spectrum-scale-csi
release: ibm-spectrum-scale-csi-operator
annotations:
productVersion: 2.10.0
productVersion: 2.10.1
spec:
replicas: 1
selector:
Expand All @@ -28,7 +28,7 @@ spec:
annotations:
productID: ibm-spectrum-scale-csi-operator
productName: IBM Spectrum Scale CSI Operator
productVersion: 2.10.0
productVersion: 2.10.1
spec:
serviceAccountName: ibm-spectrum-scale-csi-operator
containers:
Expand Down
2 changes: 1 addition & 1 deletion operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 2.10.0
VERSION ?= 2.10.1

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "preview,fast,stable")
Expand Down
2 changes: 1 addition & 1 deletion operator/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN CGO_ENABLED=0 go build -ldflags="-X 'main.gitCommit=${REVISION}'" -a -o mana
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot
WORKDIR /
ARG version=2.10.0
ARG version=2.10.1
ARG commit
ARG build_date

Expand Down
2 changes: 1 addition & 1 deletion operator/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ resources:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
commonAnnotations:
productVersion: 2.10.0
productVersion: 2.10.1
2 changes: 1 addition & 1 deletion operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
annotations:
productID: ibm-spectrum-scale-csi-operator
productName: IBM Spectrum Scale CSI Operator
productVersion: 2.10.0
productVersion: 2.10.1
labels:
app.kubernetes.io/instance: ibm-spectrum-scale-csi-operator
app.kubernetes.io/managed-by: ibm-spectrum-scale-csi-operator
Expand Down
6 changes: 3 additions & 3 deletions operator/controllers/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ const (
ENVKubeVersion = "KUBE_VERSION"
ENVCGPrefix = "CSI_CG_PREFIX"
ENVSymDirPath = "SYMLINK_DIR_PATH"
DriverVersion = "2.10.0"
OperatorVersion = "2.10.0"
DriverVersion = "2.10.1"
OperatorVersion = "2.10.1"

// Number of replica pods for CSI Sidecar deployment
ReplicaCount = int32(2)
Expand All @@ -88,7 +88,7 @@ const (
IBMSystem390 = "s390x"

// Default images for containers
CSIDriverPluginImage = "quay.io/ibm-spectrum-scale/ibm-spectrum-scale-csi-driver:v2.10.0"
CSIDriverPluginImage = "quay.io/ibm-spectrum-scale/ibm-spectrum-scale-csi-driver:v2.10.1"
// registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0
CSINodeDriverRegistrarImage = "registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:f6717ce72a2615c7fbc746b4068f788e78579c54c43b8716e5ce650d97af2df1" // #nosec G101 false positive
// registry.k8s.io/sig-storage/livenessprobe:v2.10.0
Expand Down
2 changes: 1 addition & 1 deletion tools/ansible/common/dev-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: Set environment facts
set_fact:
OPERATOR_SDK_VER: "v1.15.0"
OPERATOR_VERSION: "2.10.0"
OPERATOR_VERSION: "2.10.1"
GO_VERSION: "go1.20"

# Something is wrong with this bit.
Expand Down
2 changes: 1 addition & 1 deletion tools/ansible/common/runtime-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: Set environment facts
set_fact:
OPERATOR_SDK_VER: "v1.15.0"
OPERATOR_VERSION: "2.10.0"
OPERATOR_VERSION: "2.10.1"

#- name: Ensure 'python3' is installed
# package:
Expand Down

0 comments on commit e4fa92d

Please sign in to comment.