|
2 | 2 |
|
3 | 3 | [Releases](https://github.com/NetApp/trident/releases) |
4 | 4 |
|
5 | | -## Changes since v23.01.0 |
| 5 | +## Changes since v22.10.0 |
6 | 6 |
|
7 | | -- For the ontap-san and ontap-san-economy drivers the data LIF parameter is deprecated for SAN attachments. The data LIFs needed for iSCSI multipath support are determined at the time of volume attachment. |
| 7 | +- **IMPORTANT**: Kubernetes 1.26 is now supported in Trident. Please upgrade Trident prior to upgrading Kubernetes. |
8 | 8 |
|
9 | | -## Changes since v22.10.0 |
| 9 | +**Fixes:** |
| 10 | + |
| 11 | +- **Kubernetes:** Added options to exclude Pod Security Policy creation to fix Trident installations via Helm (Issues [#783](https://github.com/NetApp/trident/issues/783), [#794](https://github.com/NetApp/trident/issues/794)). |
10 | 12 |
|
11 | 13 | **Enhancements** |
| 14 | +- **Kubernetes:** Added support for Kubernetes 1.26. |
| 15 | +- **Kubernetes:** Improved overall Trident RBAC resource utilization (Issue [#757](https://github.com/NetApp/trident/issues/757)). |
| 16 | +- **Kubernetes:** Added automation to detect and fix broken or stale iSCSI sessions on host nodes. |
| 17 | +- **Kubernetes:** Added support for expanding LUKS encrypted volumes. |
| 18 | +- **Kubernetes:** Added credential rotation support for LUKS encrypted volumes. |
| 19 | +- Added support for SMB volumes with Amazon FSx to the ontap-nas storage driver. |
| 20 | +- Added support for NTFS permissions when using SMB volumes. |
12 | 21 | - Added support for storage pools for GCP volumes with CVS service level. |
13 | | -- Improved performance for ontap-nas-economy storage drivers managing multiple FlexVols. |
| 22 | +- Added support for optional use of `flexgroupAggregateList` when creating FlexGroups with the ontap-nas-flexgroup storage driver. |
| 23 | +- Improved performance for the ontap-nas-economy storage driver when managing multiple FlexVols. |
14 | 24 | - Enabled dataLIF updates for all ONTAP NAS storage drivers. |
15 | | -- Added options to exclude pod security policy creation during trident installation through helm. |
| 25 | +- Updated the Trident Deployment and DaemonSet naming convention to reflect the host node OS. |
16 | 26 |
|
17 | 27 | **Deprecations:** |
18 | 28 |
|
19 | 29 | - **Kubernetes:** Updated minimum supported Kubernetes to 1.21. |
| 30 | +- Data LIFs should no longer be specified when configuring ontap-san or ontap-san-economy drivers. |
20 | 31 |
|
21 | | -## Changes since v22.07.0 |
| 32 | +## v22.10.0 |
22 | 33 |
|
23 | 34 | - **IMPORTANT**: Kubernetes 1.25 is now supported in Trident. Please upgrade Trident prior to upgrading Kubernetes. |
24 | 35 | - **IMPORTANT**: Trident will now strictly enforce the use of multipathing configuration in SAN environments, with a recommended value of `find_multipaths: no` in multipath.conf file. Use of non-multipathing configuration or use of `find_multipaths: yes` or `find_multipaths: smart` value in multipath.conf file will result in mount failures. Trident has recommended the use of `find_multipaths: no` since the 21.07 release. |
|
0 commit comments