* Remove `make updatedeps` from Travis build. We'll follow up with more specific plans around dependency updating in subsequent PRs. * Update all `make` targets to set `GO15VENDOREXPERIMENT=1` and to filter out `/vendor/` from `./...` where appropriate. * Temporarily remove `vet` from the `make test` target until we can figure out how to get it to not vet `vendor/`. (Initial experimentation failed to yield the proper incantation.) Everything is pinned to current master, with the exception of: * Azure/azure-sdk-for-go which is pinned before the breaking change today * aws/aws-sdk-go which is pinned to the most recent tag The documentation still needs to be updated, which we can do in a follow up PR. The goal here is to unblock release.
2.0 KiB
changelog
(unreleased)
- Add
-p
and-a
options to govc datastore.ls command
0.3.0 (2016-01-16)
-
Add permissions.{ls,set,remove} commands
-
Add datastore.{create,remove} commands. The new create command supports both creating NAS and VMFS datastores.
-
Add dvs.{create,add} and dvs.portgroup.add commands
-
Add host.vnic.{service,info} commands
-
Add cluster.{create,change,add} commands
-
Add host.{disconnect,reconnect,remove,maintenance.enter,maintenance.exit} commands
-
Add license.decode, license.assigned.list and license.assign commands
-
Add firewall.ruleset.find command
-
Add logs, logs.ls and logs.download commands
-
Add support for LoginExtensionByCertificate with new
-cert
and-key
flags -
Add govc extension.{info,register,unregister,setcert} commands
-
Add govc vapp.{info,destroy,power} commands
0.2.0 (2015-09-15)
-
The
vm.power
guest-s
and-r
options will fallback to hard-off
/-reset
if tools is unavailable and-force
flag is given -
Add
PowerOn, InjectOvfEnv, WaitForIP
options toimport.ovf
andimport.ova
option spec file -
Add
import.spec
to produce an example json document -
Add
-options
toimport.ovf
andimport.ova
-
Add
-folder
toimport.ovf
andimport.ova
-
Add
fields
command to manage custom fields -
Add
datastore.info
command -
Add
events
command -
Add
-net.address
(Hardware Address) option tovm.change
andvm.create
-
Add
host.add
command to add host to datacenter. -
Add
GOVC_USERNAME
andGOVC_PASSWORD
to allow overriding username and/or password (used when they contain special characters that prevent them from being embedded in the URL). -
Add
-e' (ExtraConfig) option to
vm.changeand
vm.info` -
Retry twice on temporary network errors.
-
Add
host.autostart
commands to manage VM autostart. -
Add
-persist-session
flag to control whether or not the session is persisted to disk (defaults to true).
0.1.0 (2015-03-17)
Prior to this version the changes to govc's command set were not documented.