|
5 | 5 | ## Changes since v21.07.0
|
6 | 6 |
|
7 | 7 | **Fixes:**
|
8 |
| -- **Kubernetes** Fixed incorrect calculation for snapshot restoreSize field for |
9 |
| -- Fixed custom YAML installer issue with different image (Issue [#613](https://github.com/NetApp/trident/issues/613)). |
10 |
| -- Fixed snapshot size calculation (Issue [#611](https://github.com/NetApp/trident/issues/611)). |
11 | 8 | - Fixed issue where clones of XFS volumes could not be mounted on the same node as the source volume (Issue [#514](https://github.com/NetApp/trident/issues/514)).
|
| 9 | +- Fixed issue where Trident logged a fatal error on shutdown (Issue [#597](https://github.com/NetApp/trident/issues/597)). |
| 10 | +- **Kubernetes:** Return a volume's used space as the minimum restoreSize when creating snapshots with ONTAP-NAS and ONTAP-NAS-Flexgroup drivers (Issue [#645](https://github.com/NetApp/trident/issues/645)). |
| 11 | +- **Kubernetes:** Fixed issue where "Failed to expand filesystem" error was logged after volume resize (Issue [#560](https://github.com/NetApp/trident/issues/560)). |
| 12 | +- **Kubernetes:** Fixed issue where a pod could get stuck in Terminating state (Issue [#572](https://github.com/NetApp/trident/issues/572)). |
| 13 | +- **Kubernetes:** Fixed the case where an ONTAP-SAN-Economy FlexVol may be full of snapshot LUNs (Issue [#533](https://github.com/NetApp/trident/issues/533)). |
| 14 | +- **Kubernetes:** Fixed custom YAML installer issue with different image (Issue [#613](https://github.com/NetApp/trident/issues/613)). |
| 15 | +- **Kubernetes:** Fixed snapshot size calculation (Issue [#611](https://github.com/NetApp/trident/issues/611)). |
| 16 | +- **Kubernetes:** Fixed issue where all Trident installers could identify plain Kubernetes as OpenShift (Issue [#639](https://github.com/NetApp/trident/issues/639)). |
| 17 | +- **Kubernetes:** Fixed the Trident operator to stop reconciliation if the Kubernetes API server is unreachable (Issue [#599](https://github.com/NetApp/trident/issues/599)). |
12 | 18 |
|
13 | 19 | **Enhancements:**
|
14 |
| -- Added support for 'unixPermissions' option to GCP-CVS Performance volumes |
| 20 | +- Added support for 'unixPermissions' option to GCP-CVS Performance volumes. |
| 21 | +- Added support for scale-optimized CVS volumes in GCP in the range 600 GiB to 1 TiB. |
15 | 22 | - **Kubernetes:** Added support for Kubernetes 1.22.
|
16 | 23 | - **Kubernetes:** Enabled the Trident operator and Helm chart to work with Kubernetes 1.22 (Issue [#628](https://github.com/NetApp/trident/issues/628)).
|
17 | 24 | - **Kubernetes:** Added operator image to tridentctl images command (Issue [#570](https://github.com/NetApp/trident/issues/570)).
|
18 |
| -- Added driver for Astra Data Store. |
19 | 25 |
|
20 | 26 | **Experimental Enhancements:**
|
| 27 | +- Added support for volume replication in ONTAP SAN driver. |
21 | 28 | - Added tech preview REST support for the ONTAP-NAS-Flexgroup, ONTAP-SAN, and ONTAP-NAS-Economy drivers.
|
| 29 | +- Added driver for Astra Data Store. |
22 | 30 |
|
23 | 31 | **Deprecations:**
|
24 | 32 |
|
|
0 commit comments