Skip to content

Commit

Permalink
Changelog update on master (#515)
Browse files Browse the repository at this point in the history
* Updates changelog for v21.01

* Set default autosupport image to 21.01

Co-authored-by: Andrew Kerr <andrew.kerr@netapp.com>
Co-authored-by: Nazneen Malik <nazneen@netapp.com>
Co-authored-by: Chris Reeder <reederc42@gmail.com>
  • Loading branch information
4 people committed Jan 29, 2021
1 parent b0d5734 commit eb7fb61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,27 @@
**Fixes:**
- **Kubernetes:** Fixed issue where the Trident node failed to register with the Trident controller (Issue [#468](https://github.com/NetApp/trident/issues/468)).
- **Kubernetes:** Fixed issue where CHAP credentials may be logged by CSI sidecars.
- **Kubernetes:** Fixed issue of Ownership References set by Trident Operator on cluster-scoped Trident resources
(Issue [#474](https://github.com/NetApp/trident/issues/474)).
- **Kubernetes:** Fixed issue where the operator could leave a Trident node unregistered with kubelet (Issue [#487](https://github.com/NetApp/trident/issues/487)).
- **Kubernetes:** Fixed issue Operator reporting Trident installation multiple times (Issue [#431](https://github.com
/NetApp/trident/issues/431)).
- **Kubernetes:** Fixed issue Operator reporting Trident installation multiple times (Issue [#431](https://github.com/NetApp/trident/issues/431)).
- Fixed issue where digits in the storage prefix were disallowed from the ONTAP economy drivers (Issue [#476](https://github.com/NetApp/trident/issues/476)).
- Changed iSCSI static discovery to sendtargets
- Fixed E-series intermittent HTTP 422 error on volume creation.
- **Kubernetes:** Fixed issue where a snapshot transaction could keep Trident from starting (Issue [#490](https://github.com/NetApp/trident/issues/490)).
- **Kubernetes:** Handle the case where blkid fails to provide any output (Issue [#418](https://github.com/NetApp/trident/issues/418)).

**Enhancements:**
- **Kubernetes:** Added support for Kubernetes 1.20
- **Kubernetes:** Updated CSI sidecars.
- **Kubernetes:** Updated scope of the Trident Operator to cluster-scope.
- **Kubernetes:** Added Helm Chart Support
- Updated GCP driver to allow CVS-Performance volumes as small as 100 GiB.
- Added support for ONTAP QoS policy groups (Issue [#108](https://github.com/NetApp/trident/issues/108))
- Added `lunsPerFlexvol` option to allow customizing the number of LUNs per FlexVol in the ontap-san-economy driver.
- Allow user to authenticate with certificate and key for ONTAP backends.
- Allow CA certificates for validating ONTAP certificates.
- Set provisioning labels for all volumes for ONTAP-NAS, ONTAP-SAN, ONTAP-NAS-FLEXGROUP, SolidFire, and CVS drivers

**Beta Features:**

Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const (
/* Kubernetes operator constants */
OperatorContainerName = "trident-operator"

DefaultAutosupportImage = "netapp/trident-autosupport:20.10"
DefaultAutosupportImage = "netapp/trident-autosupport:21.01"
)

var (
Expand Down

0 comments on commit eb7fb61

Please sign in to comment.