Skip to content

Commit f3210ca

Browse files
Updates for csm-operator 1.4.4 release (#1032)
1 parent 1e06bc6 commit f3210ca

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

content/docs/csidriver/installation/offline/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The resulting offline bundle file can be copied to another machine, if necessary
6565

6666
For example, here is the output of a request to build an offline bundle for the Dell CSM Operator:
6767
```bash
68-
git clone -b v1.4.3 https://github.com/dell/csm-operator.git
68+
git clone -b v1.4.4 https://github.com/dell/csm-operator.git
6969
```
7070
```bash
7171
cd csm-operator
@@ -97,7 +97,7 @@ bash scripts/csm-offline-bundle.sh -c
9797
dellemc/dell-csi-replicator:v1.7.1
9898
dellemc/dell-replication-controller:v1.7.0
9999
dellemc/sdc:4.5
100-
docker.io/dellemc/dell-csm-operator:v1.4.3
100+
docker.io/dellemc/dell-csm-operator:v1.4.4
101101
gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
102102
nginxinc/nginx-unprivileged:1.20
103103
otel/opentelemetry-collector:0.42.0

content/docs/deployment/csmoperator/_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The installation process involves the creation of a `Subscription` object either
6464
1. Install volume snapshot CRDs. For detailed snapshot setup procedure, [click here](../../snapshots/#volume-snapshot-feature).
6565
2. Clone and checkout the required csm-operator version using
6666
```bash
67-
git clone -b v1.4.3 https://github.com/dell/csm-operator.git
67+
git clone -b v1.4.4 https://github.com/dell/csm-operator.git
6868
```
6969
3. `cd csm-operator`
7070
4. _(Optional)_ If using a local Docker image, edit the `deploy/operator.yaml` file and set the image name for the CSM Operator Deployment.
@@ -136,7 +136,7 @@ This needs to be performed on a Linux system with access to the Internet as a gi
136136
To build an offline bundle, the following steps are needed:
137137
1. Clone and checkout the required csm-operator version using
138138
```bash
139-
git clone -b v1.4.3 https://github.com/dell/csm-operator.git
139+
git clone -b v1.4.4 https://github.com/dell/csm-operator.git
140140
```
141141
2. `cd csm-operator`
142142
3. Run the `csm-offline-bundle.sh` script which will be found in the `scripts` directory with an argument of `-c` in order to create an offline bundle
@@ -175,7 +175,7 @@ Here is the output of a request to build an offline bundle for the Dell CSM Oper
175175
dellemc/dell-csi-replicator:v1.7.0
176176
dellemc/dell-replication-controller:v1.7.0
177177
dellemc/sdc:4.5
178-
docker.io/dellemc/dell-csm-operator:v1.4.3
178+
docker.io/dellemc/dell-csm-operator:v1.4.4
179179
gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
180180
nginxinc/nginx-unprivileged:1.20
181181
otel/opentelemetry-collector:0.42.0
@@ -342,7 +342,7 @@ The `Update approval` (**`InstallPlan`** in OLM terms) strategy plays a role whi
342342
#### Using Installation Script
343343
1. Clone and checkout the required csm-operator version using
344344
```bash
345-
git clone -b v1.4.3 https://github.com/dell/csm-operator.git
345+
git clone -b v1.4.4 https://github.com/dell/csm-operator.git
346346
```
347347
2. `cd csm-operator`
348348
3. Execute `bash scripts/install.sh --upgrade` . This command will install the latest version of the operator.

content/docs/deployment/csmoperator/release/_index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Description: >
66
Release notes for Dell Container Storage Modules Operator
77
---
88

9-
## Release Notes - Container Storage Modules Operator v1.4.3
9+
## Release Notes - Container Storage Modules Operator v1.4.4
1010

1111
### New Features/Changes
1212

@@ -38,6 +38,8 @@ Description: >
3838
- [#1159 - [BUG]: CSM status is not always accurate when Observability installed with only one or two components](https://github.com/dell/csm/issues/1159))
3939
- [#1152 - [BUG]: CSI driver changes to facilitate SDC brownfield deployments](https://github.com/dell/csm/issues/1152))
4040
- [#1171 - [BUG]: CSM object occasionally stays in failed state when app-mobility is successfully deployed with csm-operator](https://github.com/dell/csm/issues/1171))
41+
- [#1189 - [BUG]: Change the Apex Connectivity Client access to the kube-proxy port to only connections within the client pod](https://github.com/dell/csm/issues/1189))
42+
- [#1190 - [BUG]: Change Apex Connectivity Client access to secrets to only the secrets it needs to manage](https://github.com/dell/csm/issues/1190))
4143

4244
### Known Issues
4345
| Issue | Workaround |

0 commit comments

Comments
 (0)