Skip to content

Releases: pivotal-cf/go-pivnet

v0.0.53

11 Mar 21:14
Compare
Choose a tag to compare
formatting change

added special formatting for special chars

[#164513508]

v0.0.52

28 Feb 20:47
Compare
Choose a tag to compare
refactor fileinfo

not closing a file was causing windows tests to fail
in pivnet cli

instead of passing around a file, pass around a
fileInfo

a custom file info was created because the native
file info does not use absolute path for its name

[#159890068]

Signed-off-by: Ka Hin Ng <[email protected]>
Signed-off-by: Paul Nikonowicz <[email protected]>

v0.0.51

28 Feb 19:15
Compare
Choose a tag to compare
added additional logging

[#164281819]

Signed-off-by: Paul Nikonowicz <[email protected]>

v0.0.50

01 Nov 18:16
Compare
Choose a tag to compare
update import paths for summers

v0.0.49

17 Oct 20:49
Compare
Choose a tag to compare
Use go modules

[#159655881]

Signed-off-by: Paul Nikonowicz <[email protected]>

v0.0.48

18 Oct 20:26
Compare
Choose a tag to compare
Update to use uaa refresh tokens

In [#150153665], the go-pivnet code vendored in pivnet-resource was
directly modified, instead of updating go-pivnet and re-vendoring the
library.

This commit makes the changes corresponding to that story, and updates
the corresponding tests. This way, when pivnet-resource udpates its
version of go-pivnet, the changes are not reverted.

[#151761519]

Signed-off-by: Debbie Chen <[email protected]>

v0.0.47

18 Oct 19:15
Compare
Choose a tag to compare
Update dependencies with gvt

[#151761519]

Signed-off-by: Debbie Chen <[email protected]>

v0.0.46

10 Jul 15:50
Compare
Choose a tag to compare
Add error handling for TooManyRequests API responses

[#147953573]

Signed-off-by: Saman Alvi <[email protected]>

v0.0.45

15 Jun 14:28
Compare
Choose a tag to compare
Use pivnet-resource EULA specific endpoint

[#146375383]

Signed-off-by: Danny Sullivan <[email protected]>

v0.0.44

31 May 15:20
Compare
Choose a tag to compare
Use separate http clients for downloads and non-downloads

[#146373573]

Signed-off-by: Mark Huang <[email protected]>