Skip to content

Commit

Permalink
govc release 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frapposelli committed Mar 19, 2018
1 parent a5e974d commit 123ed17
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# changelog

### 0.17.1 (2018-03-19)

* vcsim: add Destroy method for Folder and Datacenter types

* In progress.Reader emit final report on EOF.

* vcsim: add EventManager.QueryEvents

### 0.17.0 (2018-02-28)

* Add HostStorageSystem.AttachScsiLun method
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Adam Shannon <[email protected]>
Alessandro Cortiana <[email protected]>
Alex Bozhenko <[email protected]>
Alvaro Miranda <[email protected]>
amandahla <[email protected]>
Amanda H. L. de Andrade <[email protected]>
Amit Bathla <[email protected]>
amit bezalel <[email protected]>
Expand All @@ -24,14 +23,14 @@ bastienbc <[email protected]>
Bob Killen <[email protected]>
Brad Fitzpatrick <[email protected]>
Bruce Downs <[email protected]>
Cédric Blomart <[email protected]>
Chris Marchesi <[email protected]>
Christian Höltje <[email protected]>
Clint Greenwood <[email protected]>
Cédric Blomart <[email protected]>
Danny Lockard <[email protected]>
Dave Tucker <[email protected]>
Davide Agnello <[email protected]>
David Stark <[email protected]>
Davide Agnello <[email protected]>
Doug MacEachern <[email protected]>
Eloy Coto <[email protected]>
Eric Gray <[email protected]>
Expand Down Expand Up @@ -71,6 +70,7 @@ Thibaut Ackermann <[email protected]>
Trevor Dawe <[email protected]>
Vadim Egorov <[email protected]>
Volodymyr Bobyr <[email protected]>
Witold Krecicki <[email protected]>
Yang Yang <[email protected]>
Yuya Kusakabe <[email protected]>
Zach Tucker <[email protected]>
Expand Down
8 changes: 8 additions & 0 deletions govc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# changelog

### 0.17.1 (2018-03-19)

* Avoid possible panic in QueryVirtualDiskInfo

* Add goreleaser to automate release process

* Fix dvs.portgroup.info filtering

### 0.17.0 (2018-02-28)

* The datastore cp and mv commands can target a different Datacenter and/or Datastore
Expand Down
1 change: 1 addition & 0 deletions govc/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,7 @@ Portgroup info for DVS.
Examples:
govc dvs.portgroup.info DSwitch
govc dvs.portgroup.info -pg InternalNetwork DSwitch
govc find / -type DistributedVirtualSwitch | xargs -n1 govc dvs.portgroup.info
Options:
Expand Down
2 changes: 1 addition & 1 deletion govc/flags/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"strings"
)

const Version = "0.17.1-dev"
const Version = "0.17.2-dev"

var GitVersion string

Expand Down

0 comments on commit 123ed17

Please sign in to comment.