Skip to content

Commit

Permalink
Cherry pick commits from 1.4.1 release (#450)
Browse files Browse the repository at this point in the history
* Bump_up_csm-operator_version_to_1.4.1 (#434)

* Patch version support (#433)

* Adding support of v2.9.1 for Pmax, Pscale, PFlex and unity

* Updating module config version for Pmax, Pscale, PFlex and unity

* Update storage_csm_powerflex.yaml

* version changed to 2.9.1

* version changed to 2.9.1

* Enabling github actions for all branch

* updated version to 2.9.1 for unity, powerflex, powerscale and powermax

* Adding the support of PStore v2.9.1

* Adding the support of PFlex v2.9.1

* Version bumpup replication 1.7.1

* Bump up version for authorization, resiliency

* update csi-metadata-retriever version to 1.6.1

* update reverseproxy version to 2.8.1

---------

Co-authored-by: KshitijaKakde <[email protected]>
Co-authored-by: Kshitija Kakde <[email protected]>
Co-authored-by: HarishH-DELL <[email protected]>
Co-authored-by: panigs7 <[email protected]>

* Update final manifests for posting of Operator 1.4.1 (#445)

* Final manifest update and apex client (#447)

* [bug-1120]: Update Authorization sidecar to use insecure flag (#442)

* fix auth cert

* remove constant

* remove duplicate verbs

* KRV-20573/csm status (#446)

* add module status

* Adding CSM Module status

* Addressing the comments for PR

* Making code reusable

* Fix formatting issue

* Resolving gosec issue

---------

Co-authored-by: HarishH-DELL <[email protected]>
Co-authored-by: Adarsh Kumar Yadav <[email protected]>
Co-authored-by: KshitijaKakde <[email protected]>
Co-authored-by: Kshitija Kakde <[email protected]>
Co-authored-by: HarishH-DELL <[email protected]>
Co-authored-by: Chiman Jain <[email protected]>
Co-authored-by: Aaron Tye <[email protected]>
Co-authored-by: abhi16394 <[email protected]>
  • Loading branch information
9 people authored Feb 6, 2024
1 parent 9b18cff commit a467aa6
Show file tree
Hide file tree
Showing 159 changed files with 8,787 additions and 329 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ '**' ]
jobs:
code-check:
name: Check Go formatting, linting, vetting
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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.4.0" \
version="1.4.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 @@ -194,7 +194,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.4.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.4.1).
# These images MUST exist in a registry and be pull-able.
BUNDLE_IMGS ?= $(BUNDLE_IMG)

Expand Down
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ LABEL com.redhat.delivery.operator.bundle=true
# Copy files to locations specified by labels.
COPY bundle/manifests /manifests/
COPY bundle/metadata /metadata/
COPY bundle/tests/scorecard /tests/scorecard/
COPY bundle/tests/scorecard /tests/scorecard/
Loading

0 comments on commit a467aa6

Please sign in to comment.