Skip to content

Releases: HewlettPackard/hpegl-provider-lib

v0.0.22

13 Nov 13:24
62299cb
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in #118
  • Bump github.com/golangci/golangci-lint from 1.58.2 to 1.60.1 by @dependabot in #123
  • Fix request context cancel race when reading response by @eamonnotoole in #130

Full Changelog: v0.0.21...v0.0.22

v0.0.21

25 Oct 08:46
d3c8aa0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.20...v0.0.21

v0.0.20

23 Oct 12:55
acabdfc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.19...v0.0.20

Support retries on 502 errors

09 Oct 14:29
21454eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.18...v0.0.19

v0.0.18

12 Jul 09:44
b8c4e76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.17...v0.0.18

v0.0.17

07 Jun 13:07
487d1c0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.16...v0.0.17

v0.0.16

30 May 16:25
a5604c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.15...v0.0.16

v0.0.15

20 May 14:25
406fe01
Compare
Choose a tag to compare

What's Changed

  • Update trivy workflow Github hosted runner by @ZoeySimone in #100
  • Bump golang.org/x/net from 0.5.0 to 0.17.0 by @dependabot in #102
  • Bump the go_modules group with 4 updates by @dependabot in #104
  • Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @ZoeySimone in #109
  • Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #110
  • Changes to support GLP IAM API Client by @eamonnotoole in #113
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.33.0 by @dependabot in #106
  • Bump github.com/stretchr/testify from 1.8.1 to 1.9.0 by @dependabot in #105
  • Bump github.com/golangci/golangci-lint from 1.43.0 to 1.58.2 by @dependabot in #114
  • Bump github.com/spf13/viper from 1.15.0 to 1.18.2 by @dependabot in #108

Full Changelog: v0.0.14...v0.0.15

Fix IP address leak in k8s environments

14 Feb 14:49
d1daf0c
Compare
Choose a tag to compare
Remove internal IP address from token POST in k8s environments (#90)

When running the hpegl provider in k8s environments a bogus IAM Issuer
URL in the supplied API client creds will result in the internal IP
address of the running container being contained in the error message
from the IAM POST command to retrieve a token.  This PR sanitises the
relevant error message and removes the IP address.

Signed-off-by: Eamonn O'Toole <[email protected]>

Renaming service-client to API-client

07 Mar 16:47
98eaf2e
Compare
Choose a tag to compare

Small change for docs.