Skip to content

Commit

Permalink
Cherry-picking commits from patch release 1.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: nitesh3108 <nitesh_rewatkar@dell.com>

Update Driver Sample Files and modules for Patch 1.10.2 (#558)

* update driver sample files

* Update github actions

* update driver version

* fix golangci-lint errors

* add driver version in modules common file

* update test

* remove duplicate condition

* add bad driver config

* update podmon and reverseproxy

* update replication module

* update authorization module

* update observability module

* rename sample files

* update csm operator version in makefile

* update config version

metadata retriever sidecar update (#566)

* metadata retriver sidecar update

* metadata retriver sidecar update

Updated final manifests (#574)

Updated CSV files with latest certified data for 1.5.1

Updated the downgrade config for 1.10.1

Corrected unit test case failures
  • Loading branch information
nitesh3108 authored and rajendraindukuri committed Jun 17, 2024
1 parent fc34ee9 commit 5097327
Show file tree
Hide file tree
Showing 178 changed files with 12,561 additions and 424 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ LABEL vendor="Dell Inc." \
name="dell-csm-operator" \
summary="Operator for installing Dell CSI Drivers and Dell CSM Modules" \
description="Common Operator for installing various Dell CSI Drivers and Dell CSM Modules" \
version="1.5.0" \
version="1.5.1" \
license="Dell CSM Operator Apache License"

# copy the licenses folder
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ OPM = $(shell which opm)
endif
endif

# A comma-separated list of bundle images (e.g. make catalog-build BUNDLE_IMGS=example.com/operator-bundle:v0.1.0,example.com/operator-bundle:v1.5.0).
# A comma-separated list of bundle images (e.g. make catalog-build BUNDLE_IMGS=example.com/operator-bundle:v0.1.0,example.com/operator-bundle:v1.5.1).
# These images MUST exist in a registry and be pull-able.
BUNDLE_IMGS ?= $(BUNDLE_IMG)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ For any CSM Operator and driver issues, questions or feedback, join the [Dell Te
Dell Container Storage Modules Operator has been tested and qualified with

* Upstream Kubernetes cluster v1.27, v1.28, v1.29
* OpenShift Clusters 4.13, 4.14 with RHEL 8.x & RHCOS worker nodes
* OpenShift Clusters 4.13, 4.14, 4.15 with RHEL 8.x & RHCOS worker nodes

## Installation

Expand Down
4 changes: 2 additions & 2 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=dell-csm-operator
LABEL operators.operatorframework.io.bundle.channels.v1=stable
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.34.1
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.34.2
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

# Labels for testing.
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
LABEL com.redhat.openshift.versions=v4.13-v4.14
LABEL com.redhat.openshift.versions=v4.13-v4.15
LABEL com.redhat.delivery.backport=false
LABEL com.redhat.delivery.operator.bundle=true

Expand Down
Loading

0 comments on commit 5097327

Please sign in to comment.