Skip to content

Commit

Permalink
Merge pull request #1141 from dougm/release-v0.18
Browse files Browse the repository at this point in the history
Release v0.18
  • Loading branch information
dougm authored May 24, 2018
2 parents 7f687ef + e4b69fa commit e3a01f9
Show file tree
Hide file tree
Showing 10 changed files with 771 additions and 577 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Cédric Blomart <[email protected]> cedric <[email protected]>
David Stark <[email protected]> <[email protected]>
Eric Gray <[email protected]> <[email protected]>
Eric Yutao <[email protected]> eric <[email protected]>
Fabio Rapposelli <[email protected]> <[email protected]>
Henrik Hodne <[email protected]> <[email protected]>
Jeremy Canady <[email protected]> <[email protected]>
Pieter Noordhuis <[email protected]> <[email protected]>
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# changelog

### 0.18.0 (2018-05-24)

* Add VirtualDiskManager wrapper to set UUID

* Add vmxnet2, pcnet32 and sriov to VirtualDeviceList.EthernetCardTypes

* Add new vSphere 6.7 APIs

* Decrease LoginExtensionByCertificate tunnel usage

* SAML token authentication support via SessionManager.LoginByToken

* New SSO admin client for managing users

* New STS client for issuing and renewing SAML tokens

* New Lookup Service client for discovering endpoints such as STS and ssoadmin

* Switch from gvt to go dep for managing dependencies

### 0.17.1 (2018-03-19)

* vcsim: add Destroy method for Folder and Datacenter types
Expand Down
10 changes: 8 additions & 2 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
Abhijeet Kasurde <[email protected]>
abrarshivani <[email protected]>
Adam Shannon <[email protected]>
akutz <[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 @@ -23,14 +25,15 @@ 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]>
David Stark <[email protected]>
Davide Agnello <[email protected]>
David Stark <[email protected]>
Deric Crago <[email protected]>
Doug MacEachern <[email protected]>
Eloy Coto <[email protected]>
Eric Gray <[email protected]>
Expand All @@ -52,11 +55,14 @@ Jason Kincl <[email protected]>
Jeremy Canady <[email protected]>
jeremy-clerc <[email protected]>
João Pereira <[email protected]>
Jorge Sevilla <[email protected]>
leslie-qiwa <[email protected]>
Louie Jiang <[email protected]>
Marc Carmier <[email protected]>
Matthew Cosgrove <[email protected]>
Mevan Samaratunga <[email protected]>
Nicolas Lamirault <[email protected]>
Omar Kohl <[email protected]>
Parham Alvani <[email protected]>
Pieter Noordhuis <[email protected]>
runner.mei <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ In addition to the vSphere API client, this repository includes:

## Compatibility

This library is built for and tested against ESXi and vCenter 6.0 and 6.5.
This library is built for and tested against ESXi and vCenter 6.0, 6.5 and 6.7.

It should work with versions 5.5 and 5.1, but neither are officially supported.
It may work with versions 5.5 and 5.1, but neither are officially supported.

## Documentation

Expand Down
18 changes: 18 additions & 0 deletions govc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# changelog

### 0.18.0 (2018-05-24)

* The import.ovf pool flag is now optional if host is specified

* Add -sharing option to vm.disk commands

* Fix govc vm.clone -annotation flag

* Add session.login support for extensions and SSO tokens

* Add sso.user ls, id, create, update and rm commands

* Add sso.service.ls command

* Add json support to find command

* Add -firmware parameter to 'govc vm.create' with values bios|efi

### 0.17.1 (2018-03-19)

* Avoid possible panic in QueryVirtualDiskInfo
Expand Down
2 changes: 1 addition & 1 deletion govc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ to set defaults:
This means that specifying `user:pass@host` is equivalent to
`https://user:pass@host/sdk`.

If password include special characters like `#` or `:` you can use
If username or password includes special characters like `\`, `#` or `:` you can use
`GOVC_USERNAME` and `GOVC_PASSWORD` to have a simple `GOVC_URL`

When using govc against VMware Workstation, GOVC_URL can be set to "localhost"
Expand Down
Loading

0 comments on commit e3a01f9

Please sign in to comment.