Skip to content

Commit 37f4b25

Browse files
authored
Merge pull request #2014 from dougm/docs
Update docs for 0.23 release
2 parents dc9ff60 + b639ab4 commit 37f4b25

File tree

14 files changed

+335
-37
lines changed

14 files changed

+335
-37
lines changed

.mailmap

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,35 @@
1-
Amanda H. L. de Andrade <[email protected]> amandahla <[email protected]>
21
Amanda H. L. de Andrade <[email protected]> Amanda Hager Lopes de Andrade Katz <[email protected]>
2+
Amanda H. L. de Andrade <[email protected]> amandahla <[email protected]>
33
4-
54
65
Andrew Kutz <[email protected]> Andrew Kutz <[email protected]>
6+
7+
Anfernee Yongkun Gui <[email protected]> <[email protected]>
8+
Anfernee Yongkun Gui <[email protected]> Yongkun Anfernee Gui <[email protected]>
9+
Anna Carrigan <[email protected]> Anna <[email protected]>
10+
Balu Dontu <[email protected]> BaluDontu <[email protected]>
711
8-
912
13+
1014
1115
1216
Cédric Blomart <[email protected]> cedric <[email protected]>
1317
1418
1519
1620
21+
Faiyaz Ahmed <[email protected]> Faiyaz Ahmed <[email protected]>
22+
Faiyaz Ahmed <[email protected]> Faiyaz Ahmed <[email protected]>
23+
Faiyaz Ahmed <[email protected]> Faiyaz Ahmed <[email protected]>
1724
1825
26+
Jiatong Wang <[email protected]> jiatongw <[email protected]>
27+
Lintong Jiang <[email protected]> lintongj <[email protected]>
1928
2029
Takaaki Furukawa <[email protected]> takaaki.furukawa <[email protected]>
2130
Takaaki Furukawa <[email protected]> tkak <[email protected]>
31+
Uwe Bessle <[email protected]> Uwe Bessle <[email protected]>
32+
Uwe Bessle <[email protected]> Uwe Bessle <[email protected]>
2233
23-
Anfernee Yongkun Gui <[email protected]> <[email protected]>
24-
Anfernee Yongkun Gui <[email protected]> Yongkun Anfernee Gui <[email protected]>
2534
2635
27-
Jiatong Wang <[email protected]> jiatongw <[email protected]>
28-
Uwe Bessle <[email protected]> Uwe Bessle <[email protected]>
29-
Uwe Bessle <[email protected]> Uwe Bessle <[email protected]>
30-
Lintong Jiang <[email protected]> lintongj <[email protected]>

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services: false
1212

1313
# Set the version of Go.
1414
language: go
15-
go: 1.13
15+
go: 1.14
1616

1717
# Always set the project's Go import path to ensure that forked
1818
# builds get cloned to the correct location.

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# changelog
22

3-
### 0.22.2 (2020-02-04)
3+
### 0.23.0 (2020-06-11)
4+
5+
* Finder: support DistributedVirtualSwitch traversal
6+
7+
* Update to vSphere 7 APIs
8+
9+
* Avoid possible nil pointer dereference in guest TransferURL
10+
11+
* Refactor govc session persistence into session/cache package
12+
13+
* Add SetTaskState SetTaskDescription UpdateProgress to object package
14+
15+
* Add Content Library subscriptions support
16+
17+
* Add Content Library item copy support
18+
19+
* Sync vim25/xml with golang 1.13 encoding/xml
20+
21+
* vapi: Add cluster modules client and simulator
422

523
* Expose soap client default transport
624

CONTRIBUTORS

+26-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
Abhijeet Kasurde <[email protected]>
77
abrarshivani <[email protected]>
88
Adam Shannon <[email protected]>
9+
Al Biheiri <[email protected]>
910
Alessandro Cortiana <[email protected]>
1011
Alex Bozhenko <[email protected]>
1112
Alex Ellis (VMware) <[email protected]>
@@ -21,33 +22,42 @@ Andrey Klimentyev <[email protected]>
2122
Anfernee Yongkun Gui <[email protected]>
2223
angystardust <[email protected]>
2324
aniketGslab <[email protected]>
25+
Ankit Vaidya <[email protected]>
26+
Anna Carrigan <[email protected]>
2427
Arran Walker <[email protected]>
2528
Artem Anisimov <[email protected]>
2629
Aryeh Weinreb <[email protected]>
2730
Austin Parker <[email protected]>
2831
Balu Dontu <[email protected]>
2932
bastienbc <[email protected]>
3033
Ben Corrie <[email protected]>
34+
Benjamin Davini <[email protected]>
3135
Benjamin Peterson <[email protected]>
3236
Bob Killen <[email protected]>
3337
Brad Fitzpatrick <[email protected]>
3438
Bruce Downs <[email protected]>
3539
Cédric Blomart <[email protected]>
40+
Cheng Cheng <[email protected]>
41+
Chethan Venkatesh <[email protected]>
3642
Chris Marchesi <[email protected]>
3743
Christian Höltje <[email protected]>
3844
Clint Greenwood <[email protected]>
3945
CuiHaozhi <[email protected]>
4046
Daniel Mueller <[email protected]>
47+
4148
Danny Lockard <[email protected]>
4249
Dave Gress <[email protected]>
4350
Dave Smith-Uchida <[email protected]>
4451
Dave Tucker <[email protected]>
4552
Davide Agnello <[email protected]>
53+
David Gress <[email protected]>
4654
David Stark <[email protected]>
4755
Davinder Kumar <[email protected]>
56+
4857
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4958
Deric Crago <[email protected]>
5059
Divyen Patel <[email protected]>
60+
Dnyanesh Gate <[email protected]>
5161
Doug MacEachern <[email protected]>
5262
Eloy Coto <[email protected]>
5363
Eric Edens <[email protected]>
@@ -56,8 +66,10 @@ Eric Gray <[email protected]>
5666
Eric Yutao <[email protected]>
5767
Erik Hollensbe <[email protected]>
5868
Ethan Kaley <[email protected]>
69+
5970
Fabio Rapposelli <[email protected]>
60-
Faiyaz Ahmed <[email protected]>
71+
Faiyaz Ahmed <[email protected]>
72+
Federico Pellegatta <[email protected]>
6173
forkbomber <[email protected]>
6274
François Rigault <[email protected]>
6375
freebsdly <[email protected]>
@@ -86,6 +98,7 @@ kayrus <[email protected]>
8698
Kevin George <[email protected]>
8799
leslie-qiwa <[email protected]>
88100
Lintong Jiang <[email protected]>
101+
Liping Xue <[email protected]>
89102
Louie Jiang <[email protected]>
90103
Luther Monson <[email protected]>
91104
@@ -97,6 +110,7 @@ Mario Trangoni <[email protected]>
97110
Mark Peek <[email protected]>
98111
Matt Clay <[email protected]>
99112
Matthew Cosgrove <[email protected]>
113+
Matt Moore <[email protected]>
100114
Matt Moriarity <[email protected]>
101115
Mevan Samaratunga <[email protected]>
102116
Michal Jankowski <[email protected]>
@@ -109,15 +123,20 @@ Pieter Noordhuis <[email protected]>
109123
110124
111125
Rowan Jacobs <[email protected]>
126+
112127
runner.mei <[email protected]>
128+
Sandeep Pissay Srinivasa Rao <[email protected]>
113129
S.Çağlar Onur <[email protected]>
114130
Sergey Ignatov <[email protected]>
115131
132+
Shalini Bhaskara <[email protected]>
116133
Shawn Neal <[email protected]>
134+
shylasrinivas <[email protected]>
117135
sky-joker <[email protected]>
118136
Sten Feldman <[email protected]>
119137
Stepan Mazurov <[email protected]>
120138
Steve Purcell <[email protected]>
139+
SUMIT AGRAWAL <[email protected]>
121140
Takaaki Furukawa <[email protected]>
122141
Tamas Eger <[email protected]>
123142
@@ -128,13 +147,19 @@ Tim McNamara <[email protected]>
128147
Tjeu Kayim <[email protected]>
129148
Toomas Pelberg <[email protected]>
130149
Trevor Dawe <[email protected]>
150+
131151
Uwe Bessle <[email protected]>
132152
Vadim Egorov <[email protected]>
133153
Vikram Krishnamurthy <[email protected]>
154+
134155
Volodymyr Bobyr <[email protected]>
156+
Waldek Maleska <[email protected]>
135157
William Lam <[email protected]>
136158
Witold Krecicki <[email protected]>
159+
xing-yang <[email protected]>
160+
137161
Yang Yang <[email protected]>
162+
Yann Hodique <[email protected]>
138163
139164
Yuya Kusakabe <[email protected]>
140165
Zacharias Taubert <[email protected]>

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ Refer to the [CHANGELOG](CHANGELOG.md) for version to version changes.
9393

9494
* [pyvmomi](https://github.com/vmware/pyvmomi)
9595

96+
* [go-vmware-nsxt](https://github.com/vmware/go-vmware-nsxt)
97+
9698
## License
9799

98100
govmomi is available under the [Apache 2 license](LICENSE.txt).
101+
102+
## Name
103+
104+
Pronounced "go-v-mom-ie"
105+
106+
Follows pyvmomi and rbvmomi: language prefix + the vSphere acronym "VM Object Management Infrastructure".

govc/CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# changelog
22

3+
### 0.23.0 (2020-06-11)
4+
5+
* Add vcsa.log.forwarding.info command
6+
7+
* ipath search flag does not require a Datacenter
8+
9+
* Support find with -customValue filter
10+
11+
* Support VirtualApp with -pool flag
12+
13+
* Add '-version' flag to datastore.create command
14+
15+
* Add session.login '-X' flag
16+
17+
* Fix host.info CPU usage
18+
19+
* Add session.ls '-r' flag
20+
21+
* Support REST session caching
22+
23+
* Add vm.change '-uuid' flag
24+
25+
* Enable library.checkout and library.checkin by default (7.0 feature)
26+
27+
* Avoid truncation in object.collect
28+
29+
* Add vm.change '-memory-pin' flag
30+
31+
* Support nested groups in sso.group.update
32+
33+
* Add library.publish command
34+
35+
* Add library.subscriber commands: create, info, ls, rm
36+
37+
* Add cluster.group.ls -l flag
38+
39+
* Add library.cp command
40+
41+
* Add library.clone -ovf flag
42+
43+
* Add object.collect -o flag
44+
45+
* Add find '-l' flag
46+
47+
* Add '-xml' output flag
48+
349
### 0.22.1 (2020-01-13)
450

551
* Fix session.login using HoK token with delegated Bearer identity token against 6.7 U3b+

govc/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ output in `~/.govmomi/debug/<run timestamp>`. In that directory will be four (4)
146146
```
147147
148148
In that filename the `0001` represents the an incremented call order and will increment for each time the SOAP client
149-
makes an API call.
149+
makes an API call.
150150
151151
To configure the debug output you can use two environment variables.
152152
* `GOVC_DEBUG_PATH`: defaults to ~/.govmomi/debug
@@ -232,3 +232,7 @@ version from within a script, for example:
232232
## License
233233

234234
govc is available under the [Apache 2 license](../LICENSE).
235+
236+
## Name
237+
238+
Pronounced "go-v-c", short for "Go(lang) vCenter CLI".

0 commit comments

Comments
 (0)