hcp-sdk-go

Go SDK for HCP API.

MPL-2.0 License

Stars
14
Committers
41

Bot releases are visible (Hide)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.74.0

Published by hashicorp-cloud 11 months ago

v0.74.0 (November 22, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.73.0

Published by hashicorp-cloud 11 months ago

v0.73.0 (November 15, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.72.0

Published by hashicorp-cloud 12 months ago

v0.72.0 (November 07, 2023)

IMPROVEMENTS:

  • Adds a hcpConfig.Logout() method. Logout could previously be implemented by invalidating the cache. This now isn't possible anymore as the cache is not exported.

This change further removes the recently introduced forceLogin configuration value, as force login can easily be implemented by invoking hcpConfig.Logout() followed by hcpConfig.Token() without the need for a special configuration setting. [GH-214]

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.71.0

Published by hashicorp-cloud 12 months ago

v0.71.0 (November 01, 2023)

IMPROVEMENTS:

  • All credentials (login, service-principal and workload identity provider) are now cached.

The cache file has moved to creds-cache.json to not interfere with applications that rely on the previous cache file
structure.

It is further now possible to enforce an interactive login (via a configuration flag), which can be used to implement a
cli login functionality. [GH-205]

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.70.0

Published by hashicorp-cloud about 1 year ago

v0.70.0 (October 18, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.69.0

Published by hashicorp-cloud about 1 year ago

v0.69.0 (October 18, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.68.0

Published by hashicorp-cloud about 1 year ago

v0.68.0 (October 13, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.67.0

Published by hashicorp-cloud about 1 year ago

v0.67.0 (October 11, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.66.0

Published by hashicorp-cloud about 1 year ago

v0.66.0 (October 09, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.65.0

Published by hashicorp-cloud about 1 year ago

v0.65.0 (October 04, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.64.0

Published by hashicorp-cloud about 1 year ago

v0.64.0 (September 27, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.63.0

Published by hashicorp-cloud about 1 year ago

v0.63.0 (September 20, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.62.0

Published by hashicorp-cloud about 1 year ago

v0.62.0 (September 13, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.61.0

Published by hashicorp-cloud about 1 year ago

v0.61.0 (August 28, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.60.0

Published by hashicorp-cloud about 1 year ago

v0.60.0 (August 23, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.59.0

Published by hashicorp-cloud about 1 year ago

v0.59.0 (August 09, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.58.0

Published by hashicorp-cloud about 1 year ago

v0.58.0 (August 01, 2023)

IMPROVEMENTS:

  • Credential file omits not set fields when encoded as JSON. [GH-202]
hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.57.0

Published by hashicorp-cloud about 1 year ago

v0.57.0 (July 31, 2023)

FEATURES:

  • SDK can authenticate using Workload Identity Federation. [GH-199]
  • SDK can authenticate using a credential file. The credential file can specify
    service principal credentials or workload identity provided credentials. [GH-200]
hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.56.0

Published by hashicorp-cloud about 1 year ago

v0.56.0 (July 28, 2023)

hcp-sdk-go - https://github.com/hashicorp/hcp-sdk-go/releases/tag/v0.55.0

Published by hashicorp-cloud about 1 year ago

v0.55.0 (July 26, 2023)