diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a4d78149fe..c185ff8204 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Build w/ Hugo & deploy to GitHub Pages on: push: branches: - - release-1.16.2 + - release-1.16.3 workflow_dispatch: jobs: diff --git a/content/docs/getting-started/installation/installationwizard/operator.md b/content/docs/getting-started/installation/installationwizard/operator.md index 015894f0e9..c398276077 100644 --- a/content/docs/getting-started/installation/installationwizard/operator.md +++ b/content/docs/getting-started/installation/installationwizard/operator.md @@ -51,7 +51,7 @@ Create a `ConfigMap` that defines **all container images** for the CSM version b **Important**: ConfigMap takes precedence over all other settings. -**Certified OCP Example**: [OCP Example](https://github.com/dell/csm-operator/blob/main/samples/ocp/1.11.2/ocp_configmap.yaml) +**Certified OCP Example**: [OCP Example](https://github.com/dell/csm-operator/blob/main/samples/ocp/1.11.3/ocp_configmap.yaml) **Example for upstream k8s and OCP environments.**: ```yaml @@ -65,9 +65,9 @@ Create a `ConfigMap` that defines **all container images** for the CSM version b - version: {{< version-docs key="CSM_latestVersion" >}} images: powerstore: quay.io/dell/container-storage-modules/csi-powerstore:v2.16.0 - powerflex: quay.io/dell/container-storage-modules/csi-vxflexos:v2.16.0 + powerflex: quay.io/dell/container-storage-modules/csi-vxflexos:v2.16.1 isilon: quay.io/dell/container-storage-modules/csi-isilon:v2.16.0 - powermax: quay.io/dell/container-storage-modules/csi-powermax:v2.16.1 + powermax: quay.io/dell/container-storage-modules/csi-powermax:v2.16.2 karavi-authorization-proxy: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.4.0 podmon: quay.io/dell/container-storage-modules/podmon:v1.15.0 otel-collector: ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector:0.143.1 @@ -78,7 +78,7 @@ Create a `ConfigMap` that defines **all container images** for the CSM version b metrics-powerscale: quay.io/dell/container-storage-modules/csm-metrics-powerscale:v1.11.0 dell-csi-replicator: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.14.0 dell-replication-controller-manager: quay.io/dell/container-storage-modules/dell-replication-controller:v1.14.0 - csipowermax-reverseproxy: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.15.1 + csipowermax-reverseproxy: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.15.2 sdc: quay.io/dell/storage/powerflex/sdc:5.0 sdc-monitor: quay.io/dell/storage/powerflex/sdc:5.0 provisioner: registry.k8s.io/sig-storage/csi-provisioner:v6.1.0 diff --git a/content/docs/getting-started/installation/installationwizard/src/csm-versions/default-values.properties b/content/docs/getting-started/installation/installationwizard/src/csm-versions/default-values.properties index 1f1f20eea6..b95f45b396 100644 --- a/content/docs/getting-started/installation/installationwizard/src/csm-versions/default-values.properties +++ b/content/docs/getting-started/installation/installationwizard/src/csm-versions/default-values.properties @@ -1,4 +1,4 @@ -csmVersion=1.16.2 +csmVersion=1.16.3 imageRepository=dellemc controllerCount=1 nodeSelectorLabel=node-role.kubernetes.io/control-plane: diff --git a/content/docs/getting-started/installation/installationwizard/src/index.html b/content/docs/getting-started/installation/installationwizard/src/index.html index d3e9b1875c..39f7de04d4 100644 --- a/content/docs/getting-started/installation/installationwizard/src/index.html +++ b/content/docs/getting-started/installation/installationwizard/src/index.html @@ -84,7 +84,7 @@ diff --git a/content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.16.2-values.template b/content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.16.3-values.template similarity index 99% rename from content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.16.2-values.template rename to content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.16.3-values.template index c1a4e9211d..99534a3d7f 100644 --- a/content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.16.2-values.template +++ b/content/docs/getting-started/installation/installationwizard/src/templates/helm/csm-1.16.3-values.template @@ -135,13 +135,13 @@ csi-powermax: transportProtocol: "$NODE_TRANSPORT_PROTOCOL" useSecret: $REVPROXY_USE_SECRET managedArrays: "$POWERMAX_STORAGE_ARRAY_ID" - version: v2.16.1 + version: v2.16.2 images: # "driver" defines the container image, used for the driver container. driver: - image: quay.io/dell/container-storage-modules/csi-powermax:v2.16.1 + image: quay.io/dell/container-storage-modules/csi-powermax:v2.16.2 csireverseproxy: - image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.15.1 + image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.15.2 # CSI sidecars attacher: image: registry.k8s.io/sig-storage/csi-attacher:v4.10.0 @@ -251,11 +251,11 @@ csi-powermax: ########################################## csi-vxflexos: enabled: $POWERFLEX_ENABLED - version: v2.16.0 + version: v2.16.1 images: # "driver" defines the container image, used for the driver container. driver: - image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.16.0 + image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.16.1 # "powerflexSdc" defines the SDC image for init container. powerflexSdc: image: dellemc/sdc:5.0 diff --git a/content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-isilon-1.16.2.template b/content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-isilon-1.16.3.template similarity index 99% rename from content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-isilon-1.16.2.template rename to content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-isilon-1.16.3.template index 6d310868b0..761b41eeb7 100644 --- a/content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-isilon-1.16.2.template +++ b/content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-isilon-1.16.3.template @@ -18,7 +18,7 @@ metadata: name: isilon namespace: $NAMESPACE spec: - version: v1.16.2 + version: v1.16.3 driver: csiDriverType: "isilon" csiDriverSpec: diff --git a/content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powermax-1.16.2.template b/content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powermax-1.16.3.template similarity index 99% rename from content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powermax-1.16.2.template rename to content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powermax-1.16.3.template index 5ec55850bd..0ba373b587 100644 --- a/content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powermax-1.16.2.template +++ b/content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powermax-1.16.3.template @@ -18,7 +18,7 @@ metadata: name: powermax namespace: $NAMESPACE spec: - version: v1.16.2 + version: v1.16.3 # Add fields here driver: csiDriverType: "powermax" diff --git a/content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powerstore-1.16.2.template b/content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powerstore-1.16.3.template similarity index 100% rename from content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powerstore-1.16.2.template rename to content/docs/getting-started/installation/installationwizard/src/templates/operator/csm-powerstore-1.16.3.template diff --git a/content/docs/getting-started/installation/operator/image-configuration.md b/content/docs/getting-started/installation/operator/image-configuration.md index 9339892898..4be7388ed4 100644 --- a/content/docs/getting-started/installation/operator/image-configuration.md +++ b/content/docs/getting-started/installation/operator/image-configuration.md @@ -18,7 +18,7 @@ Create a `ConfigMap` that defines **all container images** for the CSM version b **Important**: ConfigMap takes precedence over all other settings. -**Certified OCP Example**: [OCP Example](https://github.com/dell/csm-operator/blob/main/samples/ocp/1.11.2/ocp_configmap.yaml) +**Certified OCP Example**: [OCP Example](https://github.com/dell/csm-operator/blob/main/samples/ocp/1.11.3/ocp_configmap.yaml) **Example for upstream k8s and OCP environments.**: ```yaml @@ -32,9 +32,9 @@ Create a `ConfigMap` that defines **all container images** for the CSM version b - version: {{< version-docs key="CSM_latestVersion" >}} images: powerstore: quay.io/dell/container-storage-modules/csi-powerstore:v2.16.0 - powerflex: quay.io/dell/container-storage-modules/csi-vxflexos:v2.16.0 + powerflex: quay.io/dell/container-storage-modules/csi-vxflexos:v2.16.1 isilon: quay.io/dell/container-storage-modules/csi-isilon:v2.16.0 - powermax: quay.io/dell/container-storage-modules/csi-powermax:v2.16.1 + powermax: quay.io/dell/container-storage-modules/csi-powermax:v2.16.2 karavi-authorization-proxy: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.4.0 podmon: quay.io/dell/container-storage-modules/podmon:v1.15.0 otel-collector: ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector:0.143.1 @@ -45,7 +45,7 @@ Create a `ConfigMap` that defines **all container images** for the CSM version b metrics-powerscale: quay.io/dell/container-storage-modules/csm-metrics-powerscale:v1.11.0 dell-csi-replicator: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.14.0 dell-replication-controller-manager: quay.io/dell/container-storage-modules/dell-replication-controller:v1.14.0 - csipowermax-reverseproxy: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.15.1 + csipowermax-reverseproxy: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.15.2 sdc: quay.io/dell/storage/powerflex/sdc:5.0 sdc-monitor: quay.io/dell/storage/powerflex/sdc:5.0 provisioner: registry.k8s.io/sig-storage/csi-provisioner:v6.1.0 diff --git a/content/docs/getting-started/upgrade/helm/driver/powermax.md b/content/docs/getting-started/upgrade/helm/driver/powermax.md index 48f0928476..395151a953 100644 --- a/content/docs/getting-started/upgrade/helm/driver/powermax.md +++ b/content/docs/getting-started/upgrade/helm/driver/powermax.md @@ -36,7 +36,7 @@ Upgrades to the CSI Driver for Dell PowerMax can be made using Helm or Dell CSM 3. Download the latest helm values file and update as needed. Reference the [CSI Driver installation steps](../../../../installation/kubernetes/powermax/helm/#install-driver) for more details on the available options. ```bash cd ./dell-csi-helm-installer - wget -O my-powermax-settings.yaml https://github.com/dell/helm-charts/raw/csi-powermax-2.16.1/charts/csi-powermax/values.yaml + wget -O my-powermax-settings.yaml https://github.com/dell/helm-charts/raw/csi-powermax-2.16.2/charts/csi-powermax/values.yaml ``` 4. Confirm the value of `global.useSecret` is set to `true` if electing to use the new secret format, and `false` otherwise. diff --git a/content/docs/release/_index.md b/content/docs/release/_index.md index 79d8d492ed..35079c8bce 100644 --- a/content/docs/release/_index.md +++ b/content/docs/release/_index.md @@ -24,6 +24,14 @@ Description: > > * {{< message text="16" >}} > * {{< message text="24" >}} +## Release Notes for v1.16.3 + +### Fixed Issues + +- CSM PowerMax - Prevented volumes from being deleted before attachment in multi‑controller driver setups. +- CSM PowerMax - Fixed incorrect detection of existing port groups on v3 arrays. +- CSM PowerFlex - Fixed support for the MULTI_NODE_READER_ONLY (ROX) access mode. + ## Release Notes for v1.16.2 ### Fixed Issues diff --git a/content/docs/supportmatrix/_index.md b/content/docs/supportmatrix/_index.md index f19677cedd..6a6723c3da 100644 --- a/content/docs/supportmatrix/_index.md +++ b/content/docs/supportmatrix/_index.md @@ -120,10 +120,10 @@ weight: 1 {{}} | OpenShift Version | Operator / CSM Combination | |------------------|-------------------| -| 4.17 | 1.6.1 / 1.11.1
1.7.0 / 1.12
1.8.1 / 1.13.1
1.9.1 / 1.14.1
1.10.1 / 1.15.1
1.11.2 / 1.16.2 | -| 4.18 | 1.6.1 / 1.11.1
1.7.0 / 1.12
1.8.1 / 1.13.1
1.9.1 / 1.14.1
1.10.1 / 1.15.1
1.11.2 / 1.16.2 | -| 4.19 | 1.8.1 / 1.13.1
1.9.1 / 1.14.1
1.10.1 / 1.15.1
1.11.2 / 1.16.2 | -| 4.20 | 1.8.1 / 1.13.1
1.9.1 / 1.14.1
1.10.1 / 1.15.1
1.11.2 / 1.16.2 | +| 4.17 | 1.6.1 / 1.11.1
1.7.0 / 1.12
1.8.1 / 1.13.1
1.9.1 / 1.14.1
1.10.1 / 1.15.1
1.11.3 / 1.16.3 | +| 4.18 | 1.6.1 / 1.11.1
1.7.0 / 1.12
1.8.1 / 1.13.1
1.9.1 / 1.14.1
1.10.1 / 1.15.1
1.11.3 / 1.16.3 | +| 4.19 | 1.8.1 / 1.13.1
1.9.1 / 1.14.1
1.10.1 / 1.15.1
1.11.3 / 1.16.3 | +| 4.20 | 1.8.1 / 1.13.1
1.9.1 / 1.14.1
1.10.1 / 1.15.1
1.11.3 / 1.16.3 | {{}} **Note:** diff --git a/content/docs/supportmatrix/component-version.md b/content/docs/supportmatrix/component-version.md index 9117d1cc16..17760ff1c2 100644 --- a/content/docs/supportmatrix/component-version.md +++ b/content/docs/supportmatrix/component-version.md @@ -21,7 +21,7 @@ weight: 1 |
COSI | {{< version-docs key="cosi" >}} | {{
}} -### Container Storage Modules Certified Operator 1.11.2 Images +### Container Storage Modules Certified Operator 1.11.3 Images
    {{< collapse id="1" title="PowerStore" show="true">}} @@ -29,7 +29,7 @@ weight: 1 {{}} | Version/Digest | Image | | - | - | -| 1.11.2 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:0a9a1134690465ffe3963f243ebd912325aa2b34c502585dafce68aeb2543a46 | +| 1.11.3 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:9547300ef7cca3a9e3f33ba43d01b3feb99a78c92bae0838b8f152fa90b80e45 | | 2.16.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-powerstore@sha256:4be94a81d2bfdabacb686d3061ef9b71861f21efd6678b23c418c484dd10d2f9 | | 1.14.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-metrics-powerstore@sha256:e02dbcb245797cbf6c6ad22803ff3c38f5be5690b18502d00af134a9c15531c9 | | 6.1.0 |
    registry.k8s.io/sig-storage/csi-provisioner@sha256:6b5a502366ecd4ed81bcdc768699fe431ab70437324f5a7883e9f49a5d640863 | @@ -55,7 +55,7 @@ weight: 1 {{
    }} | Version/Digest | Image | | - | - | -| 1.11.2 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:0a9a1134690465ffe3963f243ebd912325aa2b34c502585dafce68aeb2543a46 | +| 1.11.3 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:9547300ef7cca3a9e3f33ba43d01b3feb99a78c92bae0838b8f152fa90b80e45 | | 2.4.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-authorization-proxy@sha256:38d2ad1b4bc75f1d6bb638d0cf22a71dfb9cbfed6e7f93fbc0d026bc2c95d2d7 | | 2.4.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-authorization-tenant@sha256:16f2540cf1dc278fc285ffe9d063c84e7998f76b99dd8276f1304ecaf2dd99b0 | | 2.4.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-authorization-role@sha256:c869424c422aa2f1cba1c7ea87cf1304503c00b9b263afb5a018afbbbad629e2 | @@ -74,7 +74,7 @@ weight: 1 {{
    }} | Version/Digest | Image | | - | - | -| 1.11.2 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:0a9a1134690465ffe3963f243ebd912325aa2b34c502585dafce68aeb2543a46 | +| 1.11.3 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:9547300ef7cca3a9e3f33ba43d01b3feb99a78c92bae0838b8f152fa90b80e45 | | 2.16.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-powerscale@sha256:ecee95824ca006e5824f092ad410af360814b88dc242237c1f2ed792feb83c54 | | 1.11.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-metrics-powerscale@sha256:a1b24f964308efc7d21e0496dbbe602819ac9ef1115899646a058665f3fb83a0 | | 6.1.0 |
    registry.k8s.io/sig-storage/csi-provisioner@sha256:6b5a502366ecd4ed81bcdc768699fe431ab70437324f5a7883e9f49a5d640863 | @@ -100,7 +100,7 @@ weight: 1 {{
    }} | Version/Digest | Image | | - | - | -| 1.11.2 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:0a9a1134690465ffe3963f243ebd912325aa2b34c502585dafce68aeb2543a46 | +| 1.11.3 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:9547300ef7cca3a9e3f33ba43d01b3feb99a78c92bae0838b8f152fa90b80e45 | | 2.4.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-authorization-proxy@sha256:38d2ad1b4bc75f1d6bb638d0cf22a71dfb9cbfed6e7f93fbc0d026bc2c95d2d7 | | 2.4.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-authorization-tenant@sha256:16f2540cf1dc278fc285ffe9d063c84e7998f76b99dd8276f1304ecaf2dd99b0 | | 2.4.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-authorization-role@sha256:c869424c422aa2f1cba1c7ea87cf1304503c00b9b263afb5a018afbbbad629e2 | @@ -119,8 +119,8 @@ weight: 1 {{
    }} | Version/Digest | Image | | - | - | -| 1.11.2 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:0a9a1134690465ffe3963f243ebd912325aa2b34c502585dafce68aeb2543a46 | -| 2.16.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-powerflex@sha256:96e270ec08263da917e4ad4c9aab897e5d519c1b5003fdf245e25ecfef7d1cb5 | +| 1.11.3 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:9547300ef7cca3a9e3f33ba43d01b3feb99a78c92bae0838b8f152fa90b80e45 | +| 2.16.1 |
    registry.connect.redhat.com/dell-emc/dell-csm-powerflex@sha256:4e6db061a6c2b3dc244cbe94f1d86c3b06b1f42d8b54c8bbd9852435c1c98c8c | | 1.14.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-metrics-powerflex@sha256:439656d2a594ee43fe95b1dee29daa6efcebc6a71b7f779c4bd88dd37315aac1 | | 5.0 |
    quay.io/dell/storage/powerflex/sdc@sha256:1436844390ea95507bf0a24c68a300a355f010a90ed654a42a1f091482b6a0fc | | 6.1.0 |
    registry.k8s.io/sig-storage/csi-provisioner@sha256:6b5a502366ecd4ed81bcdc768699fe431ab70437324f5a7883e9f49a5d640863 | @@ -146,7 +146,7 @@ weight: 1 {{
    }} | Version/Digest | Image | | - | - | -| 1.11.2 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:0a9a1134690465ffe3963f243ebd912325aa2b34c502585dafce68aeb2543a46 | +| 1.11.3 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:9547300ef7cca3a9e3f33ba43d01b3feb99a78c92bae0838b8f152fa90b80e45 | | 2.4.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-authorization-proxy@sha256:38d2ad1b4bc75f1d6bb638d0cf22a71dfb9cbfed6e7f93fbc0d026bc2c95d2d7 | | 2.4.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-authorization-tenant@sha256:16f2540cf1dc278fc285ffe9d063c84e7998f76b99dd8276f1304ecaf2dd99b0 | | 2.4.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-authorization-role@sha256:c869424c422aa2f1cba1c7ea87cf1304503c00b9b263afb5a018afbbbad629e2 | @@ -165,9 +165,9 @@ weight: 1 {{
    }} | Version/Digest | Image | | - | - | -| 1.11.2 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:0a9a1134690465ffe3963f243ebd912325aa2b34c502585dafce68aeb2543a46 | -| 2.16.1 |
    registry.connect.redhat.com/dell-emc/dell-csm-powermax@sha256:ae69cdc9b0afca8ff91bc8b763ac3a864afc221e5044a123674a79fbbb24d087 | -| 2.15.1 |
    registry.connect.redhat.com/dell-emc/dell-csm-powermax-reverseproxy@sha256:fab25a4fcad61509ba774bda2675c7a94547f544a90f6462ac2c5e8e6ebd02b8 | +| 1.11.3 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:9547300ef7cca3a9e3f33ba43d01b3feb99a78c92bae0838b8f152fa90b80e45 | +| 2.16.2 |
    registry.connect.redhat.com/dell-emc/dell-csm-powermax@sha256:7cdcc150e2b212ac0b71541fa55d7ae5ce5632bab149b9cf421e6c9ed28a1ef6 | +| 2.15.2 |
    registry.connect.redhat.com/dell-emc/dell-csm-powermax-reverseproxy@sha256:c70292fdd2535b5036a11dde1f2e1d4f1eb3c783723049046cf0fd55347f2612 | | 1.9.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-metrics-powermax@sha256:4db12d3d888b537012394dc69b440568ee96a5495e508fc25bef92acb2393edd | | 6.1.0 |
    registry.k8s.io/sig-storage/csi-provisioner@sha256:6b5a502366ecd4ed81bcdc768699fe431ab70437324f5a7883e9f49a5d640863 | | 4.10.0 |
    registry.k8s.io/sig-storage/csi-attacher@sha256:8a46d7ecbb798f19d7ccd7e510a2efec00ae7ba50fd82cc2f5ac45cedbab0bc1 | @@ -192,7 +192,7 @@ weight: 1 {{
    }} | Version/Digest | Image | | - | - | -| 1.11.2 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:0a9a1134690465ffe3963f243ebd912325aa2b34c502585dafce68aeb2543a46 | +| 1.11.3 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:9547300ef7cca3a9e3f33ba43d01b3feb99a78c92bae0838b8f152fa90b80e45 | | 2.4.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-authorization-proxy@sha256:38d2ad1b4bc75f1d6bb638d0cf22a71dfb9cbfed6e7f93fbc0d026bc2c95d2d7 | | 2.4.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-authorization-tenant@sha256:16f2540cf1dc278fc285ffe9d063c84e7998f76b99dd8276f1304ecaf2dd99b0 | | 2.4.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-authorization-role@sha256:c869424c422aa2f1cba1c7ea87cf1304503c00b9b263afb5a018afbbbad629e2 | @@ -212,7 +212,7 @@ weight: 1 {{
    }} | Version/Digest | Image | | - | - | -| 1.11.2 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:0a9a1134690465ffe3963f243ebd912325aa2b34c502585dafce68aeb2543a46 | +| 1.11.3 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:9547300ef7cca3a9e3f33ba43d01b3feb99a78c92bae0838b8f152fa90b80e45 | | 1.0.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-cosi@sha256:e3d33cb6d804431a713e0ddf0f8881460c421c97f27d4842bb966237b41d0a9f | | 6.1.0 |
    gcr.io/k8s-staging-sig-storage/objectstorage-sidecar@sha256:1a357bc1c0ad47e1b223ed605a281b75188ca605ae35cb1e6fb8010ab5bae189 | {{
    }} @@ -224,7 +224,7 @@ weight: 1 {{}} | Version/Digest | Image | | - | - | -| 1.11.2 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:0a9a1134690465ffe3963f243ebd912325aa2b34c502585dafce68aeb2543a46 | +| 1.11.3 |
    registry.connect.redhat.com/dell-emc/dell-container-storage-modules-operator@sha256:9547300ef7cca3a9e3f33ba43d01b3feb99a78c92bae0838b8f152fa90b80e45 | | 2.15.0 |
    registry.connect.redhat.com/dell-emc/dell-csm-unity@sha256:92e0286ce4cc6d16e98683629ded9c36e3725ad268018915e4ab36057d0f0f4a | | 6.1.0 |
    registry.k8s.io/sig-storage/csi-provisioner@sha256:6b5a502366ecd4ed81bcdc768699fe431ab70437324f5a7883e9f49a5d640863 | | 4.10.0 |
    registry.k8s.io/sig-storage/csi-attacher@sha256:8a46d7ecbb798f19d7ccd7e510a2efec00ae7ba50fd82cc2f5ac45cedbab0bc1 | diff --git a/hugo.toml b/hugo.toml index 4bb75f3d19..6a62fb9844 100644 --- a/hugo.toml +++ b/hugo.toml @@ -175,7 +175,7 @@ algolia_docsearch = false # desc = "Discuss development issues around the project" [[params.versions]] - version = "1.16.2" + version = "1.16.3" url = "https://dell.github.io/csm-docs/docs/" [[params.versions]] diff --git a/layouts/shortcodes/version-docs.html b/layouts/shortcodes/version-docs.html index 3bab8755ef..a077bfb068 100644 --- a/layouts/shortcodes/version-docs.html +++ b/layouts/shortcodes/version-docs.html @@ -1,10 +1,10 @@ {{- $key := .Get "key" -}} -{{- if eq $key "PFlex_latestVersion" -}}v2.16.0 +{{- if eq $key "PFlex_latestVersion" -}}v2.16.1 {{- else if eq $key "PFlex_preVersion" -}}v2.15.1 {{- else if eq $key "PStore_latestVersion" -}}v2.16.0 {{- else if eq $key "PStore_preVersion" -}}v2.15.1 -{{- else if eq $key "PMax_latestVersion" -}}v2.16.1 -{{- else if eq $key "PMax_ReverseProxy_latestVersion" -}}v2.15.1 +{{- else if eq $key "PMax_latestVersion" -}}v2.16.2 +{{- else if eq $key "PMax_ReverseProxy_latestVersion" -}}v2.15.2 {{- else if eq $key "PMax_preVersion" -}}v2.15.1 {{- else if eq $key "PScale_latestVersion" -}}v2.16.0 {{- else if eq $key "PScale_preVersion" -}}v2.15.1 @@ -35,23 +35,23 @@ {{- else if eq $key "Authv2_csm_authorization_sidecar" -}}v2.4.0 {{- else if eq $key "Authv2_csm_authorization_controller" -}}v2.4.0 {{- else if eq $key "Authv1_PMax_ReverseProxy_ConfigVersion" -}}v1.13.0 -{{- else if eq $key "Min_sample_operator_pflex" -}}v2160 -{{- else if eq $key "Det_sample_operator_pflex" -}}v2160 +{{- else if eq $key "Min_sample_operator_pflex" -}}v2161 +{{- else if eq $key "Det_sample_operator_pflex" -}}v2161 {{- else if eq $key "Min_sample_operator_pstore" -}}v2160 {{- else if eq $key "Det_sample_operator_pstore" -}}v2160 -{{- else if eq $key "Min_sample_operator_pmax" -}}v2161 -{{- else if eq $key "Det_sample_operator_pmax" -}}v2161 +{{- else if eq $key "Min_sample_operator_pmax" -}}v2162 +{{- else if eq $key "Det_sample_operator_pmax" -}}v2162 {{- else if eq $key "Min_sample_operator_pscale" -}}v2160 {{- else if eq $key "Det_sample_operator_pscale" -}}v2160 {{- else if eq $key "Min_sample_operator_unity" -}}v2160 {{- else if eq $key "Det_sample_operator_unity" -}}v2160 -{{- else if eq $key "sample_sc_pflex" -}}v2160 -{{- else if eq $key "sample_sc_pmax" -}}v2161 +{{- else if eq $key "sample_sc_pflex" -}}v2161 +{{- else if eq $key "sample_sc_pmax" -}}v2162 {{- else if eq $key "sample_sc_pstore" -}}v2160 {{- else if eq $key "sample_sc_pscale" -}}v2160 {{- else if eq $key "sample_sc_unity" -}}v2160 {{- else if eq $key "csm-operator_latest_samples_dir" -}}v2.16.0 -{{- else if eq $key "csm-operator_latest_version" -}}v1.11.2 +{{- else if eq $key "csm-operator_latest_version" -}}v1.11.3 {{- else if eq $key "csi_attacher_latest_version" -}}v4.10.0 {{- else if eq $key "csi_external_health_monitor_controller_latest_version" -}}v0.16.0 {{- else if eq $key "csi_node_driver_registrar_latest_version" -}}v2.15.0 @@ -71,9 +71,9 @@ {{- else if eq $key "replication_latestVersion" -}}1.14.0 {{- else if eq $key "Authv2_latestVersion" -}}2.4.0 {{- else if eq $key "Observability_latestVersion" -}}1.14.0 -{{- else if eq $key "csi-vxflexos" -}}2.16.0 +{{- else if eq $key "csi-vxflexos" -}}2.16.1 {{- else if eq $key "csi-powerstore" -}}2.16.0 -{{- else if eq $key "csi-powermax" -}}2.16.1 +{{- else if eq $key "csi-powermax" -}}2.16.2 {{- else if eq $key "csi-powerscale" -}}2.16.0 {{- else if eq $key "csi-unity" -}}2.16.0 {{- else if eq $key "csm-authorization-v2" -}}2.4.0 @@ -81,7 +81,7 @@ {{- else if eq $key "csm-replication" -}}1.14.0 {{- else if eq $key "karavi-resiliency" -}}1.15.0 {{- else if eq $key "cosi" -}}1.0.0 -{{- else if eq $key "CSM_latestVersion" -}}v1.16.2 +{{- else if eq $key "CSM_latestVersion" -}}v1.16.3 {{- else -}} Default text if no valid parameter is passed.