Skip to content

Commit

Permalink
Update sdc to 3.6.1 (#762)
Browse files Browse the repository at this point in the history
* update sdc to 3.6.1

* updated release notes
  • Loading branch information
ashleyvjoy authored and khareRajshree committed Aug 21, 2023
1 parent 393314a commit 10c2224
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/docs/csidriver/installation/helm/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Use the below command to replace or update the secret:
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------- |
| version | Set to verify the values file version matches driver version and used to pull the image as part of the image name. | Yes | 2.8.0 |
| driverRepository | Set to give the repository containing the driver image (used as part of the image name). | Yes | dellemc |
| powerflexSdc | Set to give the location of the SDC image used if automatic SDC deployment is being utilized. | Yes | dellemc/sdc:3.6.0.6 |
| powerflexSdc | Set to give the location of the SDC image used if automatic SDC deployment is being utilized. | Yes | dellemc/sdc:3.6.1 |
| certSecretCount | Represents the number of certificate secrets, which the user is going to create for SSL authentication. | No | 0 |
| logLevel | CSI driver log level. Allowed values: "error", "warn"/"warning", "info", "debug". | Yes | "debug" |
| logFormat | CSI driver log format. Allowed values: "TEXT" or "JSON". | Yes | "TEXT" |
Expand Down
3 changes: 3 additions & 0 deletions content/docs/csidriver/installation/offline/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ cd dell-csi-operator/scripts
dellemc/dell-csi-operator:v1.12.0
dellemc/sdc:3.6
dellemc/sdc:3.6.0.6
dellemc/sdc:3.6.1
docker.io/busybox:1.32.0
...
...
Expand Down Expand Up @@ -226,6 +227,7 @@ Preparing a offline bundle for installation
dellemc/csi-vxflexos:v2.7.0 -> localregistry:5000/csi-operator/csi-vxflexos:v2.7.0
dellemc/sdc:3.6 -> localregistry:5000/csi-operator/sdc:3.6
dellemc/sdc:3.6.0.6 -> localregistry:5000/csi-operator/sdc:3.6.0.6
dellemc/sdc:3.6.1 -> localregistry:5000/csi-operator/sdc:3.6.1
docker.io/busybox:1.32.0 -> localregistry:5000/csi-operator/busybox:1.32.0
...
...
Expand All @@ -252,6 +254,7 @@ Preparing a offline bundle for installation
changing: dellemc/csi-vxflexos:v2.7.0 -> localregistry:5000/csi-operator/csi-vxflexos:v2.7.0
changing: dellemc/sdc:3.6 -> localregistry:5000/csi-operator/sdc:3.6
changing: dellemc/sdc:3.6.0.6 -> localregistry:5000/csi-operator/sdc:3.6.0.6
changing: dellemc/sdc:3.6.1 -> localregistry:5000/csi-operator/sdc:3.6.1
changing: docker.io/busybox:1.32.0 -> localregistry:5000/csi-operator/busybox:1.32.0
...
...
Expand Down
2 changes: 1 addition & 1 deletion content/docs/csidriver/installation/operator/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ For detailed PowerFlex installation procedure, see the _Dell PowerFlex Deploymen
value: "0"
initContainers:
- image: dellemc/sdc:3.6.0.6
- image: dellemc/sdc:3.6.1
imagePullPolicy: IfNotPresent
name: sdc
envs:
Expand Down
1 change: 1 addition & 0 deletions content/docs/csidriver/release/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ description: Release notes for PowerFlex CSI driver
### New Features/Changes
- [Added support for OpenShift 4.13](https://github.com/dell/csm/issues/724)
- [Enabled volume limits feature](https://github.com/dell/csm/issues/878)
- [Updated sdc version to 3.6.1](https://github.com/dell/csm/issues/885)
- [Added support for NFS volumes](https://github.com/dell/csm/issues/763)

### Fixed Issues
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ csi-vxflexos:
version: v2.8.0
images:
driverRepository: $IMAGE_REPOSITORY
powerflexSdc: dellemc/sdc:3.6.0.6
powerflexSdc: dellemc/sdc:3.6.1
certSecretCount: $CERT_SECRET_COUNT
controller:
replication:
Expand Down
2 changes: 1 addition & 1 deletion content/docs/deployment/csmoperator/drivers/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ kubectl get csm --all-namespaces
# sdc-monitor is disabled by default, due to high CPU usage
- name: sdc-monitor
enabled: false
image: dellemc/sdc:3.6.0.6
image: dellemc/sdc:3.6.1
envs:
- name: HOST_PID
value: "1"
Expand Down
2 changes: 1 addition & 1 deletion content/v1/csidriver/installation/helm/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Use the below command to replace or update the secret:
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------- |
| version | Set to verify the values file version matches driver version and used to pull the image as part of the image name. | Yes | 2.6.0 |
| driverRepository | Set to give the repository containing the driver image (used as part of the image name). | Yes | dellemc |
| powerflexSdc | Set to give the location of the SDC image used if automatic SDC deployment is being utilized. | Yes | dellemc/sdc:3.6.0.6 |
| powerflexSdc | Set to give the location of the SDC image used if automatic SDC deployment is being utilized. | Yes | dellemc/sdc:3.6.1 |
| certSecretCount | Represents the number of certificate secrets, which the user is going to create for SSL authentication. | No | 0 |
| logLevel | CSI driver log level. Allowed values: "error", "warn"/"warning", "info", "debug". | Yes | "debug" |
| logFormat | CSI driver log format. Allowed values: "TEXT" or "JSON". | Yes | "TEXT" |
Expand Down
3 changes: 3 additions & 0 deletions content/v1/csidriver/installation/offline/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ cd dell-csi-operator/scripts
dellemc/sdc:3.5.1.1-1
dellemc/sdc:3.6
dellemc/sdc:3.6.0.6
dellemc/sdc:3.6.1
docker.io/busybox:1.32.0
...
...
Expand Down Expand Up @@ -223,6 +224,7 @@ Preparing a offline bundle for installation
dellemc/sdc:3.5.1.1-1 -> localregistry:5000/csi-operator/sdc:3.5.1.1-1
dellemc/sdc:3.6 -> localregistry:5000/csi-operator/sdc:3.6
dellemc/sdc:3.6.0.6 -> localregistry:5000/csi-operator/sdc:3.6.0.6
dellemc/sdc:3.6.1 -> localregistry:5000/csi-operator/sdc:3.6.1
docker.io/busybox:1.32.0 -> localregistry:5000/csi-operator/busybox:1.32.0
...
...
Expand Down Expand Up @@ -250,6 +252,7 @@ Preparing a offline bundle for installation
changing: dellemc/sdc:3.5.1.1-1 -> localregistry:5000/csi-operator/sdc:3.5.1.1-1
changing: dellemc/sdc:3.6 -> localregistry:5000/csi-operator/sdc:3.6
changing: dellemc/sdc:3.6.0.6 -> localregistry:5000/csi-operator/sdc:3.6.0.6
changing: dellemc/sdc:3.6.1 -> localregistry:5000/csi-operator/sdc:3.6.1
changing: docker.io/busybox:1.32.0 -> localregistry:5000/csi-operator/busybox:1.32.0
...
...
Expand Down
2 changes: 1 addition & 1 deletion content/v1/deployment/csmoperator/drivers/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ User can query for all Dell CSI drivers using this command:
# sdc-monitor is disabled by default, due to high CPU usage
- name: sdc-monitor
enabled: false
image: dellemc/sdc:3.6.0.6
image: dellemc/sdc:3.6.1
envs:
- name: HOST_PID
value: "1"
Expand Down
3 changes: 3 additions & 0 deletions content/v2/csidriver/installation/offline/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ cd dell-csi-operator/scripts
dellemc/sdc:3.5.1.1-1
dellemc/sdc:3.6
dellemc/sdc:3.6.0.6
dellemc/sdc:3.6.1
docker.io/busybox:1.32.0
...
...
Expand Down Expand Up @@ -223,6 +224,7 @@ Preparing a offline bundle for installation
dellemc/sdc:3.5.1.1-1 -> localregistry:5000/csi-operator/sdc:3.5.1.1-1
dellemc/sdc:3.6 -> localregistry:5000/csi-operator/sdc:3.6
dellemc/sdc:3.6.0.6 -> localregistry:5000/csi-operator/sdc:3.6.0.6
dellemc/sdc:3.6.1 -> localregistry:5000/csi-operator/sdc:3.6.1
docker.io/busybox:1.32.0 -> localregistry:5000/csi-operator/busybox:1.32.0
...
...
Expand Down Expand Up @@ -250,6 +252,7 @@ Preparing a offline bundle for installation
changing: dellemc/sdc:3.5.1.1-1 -> localregistry:5000/csi-operator/sdc:3.5.1.1-1
changing: dellemc/sdc:3.6 -> localregistry:5000/csi-operator/sdc:3.6
changing: dellemc/sdc:3.6.0.6 -> localregistry:5000/csi-operator/sdc:3.6.0.6
changing: dellemc/sdc:3.6.1 -> localregistry:5000/csi-operator/sdc:3.6.1
changing: docker.io/busybox:1.32.0 -> localregistry:5000/csi-operator/busybox:1.32.0
...
...
Expand Down

0 comments on commit 10c2224

Please sign in to comment.