Releases: HewlettPackard/hpegl-provider-lib
Releases · HewlettPackard/hpegl-provider-lib
v0.0.22
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
What's Changed
- Add context dealine when calling token APIs by @eamonnotoole in #126
Full Changelog: v0.0.20...v0.0.21
v0.0.20
What's Changed
- Create new http request on each retry by @eamonnotoole in #125
Full Changelog: v0.0.19...v0.0.20
Support retries on 502 errors
What's Changed
- Add retry on 502 return code by @eamonnotoole in #124
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
- Add support for the hahicorp mux library by @eamonnotoole in #121
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- CVE-2024-28180 bug fix by @joannelynch92 in #119
New Contributors
- @joannelynch92 made their first contribution in #119
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- Add support for GLP IAM role and workspace to gltform by @eamonnotoole in #117
Full Changelog: v0.0.15...v0.0.16
v0.0.15
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
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
Small change for docs.