diff --git a/CHANGELOG.md b/CHANGELOG.md index 1859dffc2..670ba997a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ [Releases](https://github.com/NetApp/trident/releases) +## Changes since v17.10.0 + +**Fixes:** +- Added delete idempotency to the ontap-nas-economy driver. +- Fixed an issue where qtrees with names near the 64-character limit could not be deleted. + +**Enhancements:** + ## Changes since v17.07.0 **Fixes:** diff --git a/Makefile b/Makefile index c1cb8954b..0c27e9dbc 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ CLI_PKG ?= github.com/netapp/trident/cli DIST_REGISTRY?=netapp -TRIDENT_VERSION ?= 17.10.0 +TRIDENT_VERSION ?= 17.10.1 ifeq ($(BUILD_TYPE),custom) TRIDENT_VERSION := ${TRIDENT_VERSION}-custom