Skip to content

Commit

Permalink
CHANGELOG update for v17.10.0-beta.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonk committed Sep 21, 2017
1 parent ab106ff commit 7348bdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@
**Fixes:**
- tridentctl correctly handles larger payloads using chunked encoding.
- Trident installs correctly in a Kubernetes pod with E-series and ONTAP SAN.
- Trident allows periods in PVC names.
- Trident allows periods in PVC names
(Issue [#40](https://github.com/NetApp/trident/issues/40)).
- Fixed issue where ONTAP NAS volumes were not mountable immediately
after creation when using load-sharing mirrors for the SVM root
volume. (Issue [#44](https://github.com/NetApp/trident/issues/44)).

**Enhancements:**
- Controller serial numbers are reported by the REST interface and tridentctl.
- tridentctl logs can display launcher and ephemeral logs, and it can create a
support archive.
- Added ontap-nas-economy driver.
- Added ontap-nas-economy driver
(Issue [#2](https://github.com/NetApp/trident/issues/2)).

## v17.07.0

Expand Down
2 changes: 1 addition & 1 deletion cli/api/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"time"
)

const HTTP_TIMEOUT = time.Second * 10
const HTTP_TIMEOUT = time.Second * 30

func InvokeRestApi(method string, url string, requestBody []byte, debug bool) (*http.Response, []byte, error) {

Expand Down

0 comments on commit 7348bdc

Please sign in to comment.