Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/nutanix-cloud-native/prism-go-client from 0.2.0 to 0.3.4 #46

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2022

Bumps github.com/nutanix-cloud-native/prism-go-client from 0.2.0 to 0.3.4.

Release notes

Sourced from github.com/nutanix-cloud-native/prism-go-client's releases.

v0.3.4

Changed

  • Bugfix: Stop explicit base64 decoding of BinaryData from ConfigMap in Kubernetes env provider

v0.3.3

Changed

  • Kubernetes env provider can now read the trust bundle from both BinaryData and Data

v0.3.2

Changed

  • Bugfix: Fix the kubebuilder enum annotations for NutanixTrustBundleKind

v0.3.1

Added

  • Add AdditionalTrustBundle property to the NutanixPrismEndpoint struct in environment/credential/types.go
  • Add AdditionalTrustBundle property to the ManagementEndpoint struct in environment/types/types/go
  • Add WithPEMEncodedCertBundle ClientOption for handling PEM Blocks in the v3 Constructor

Changed

  • Add license header to generated file and add a makefile target for generate
  • NUTANIX_INSECURE and NUTANIX_ADDITIONAL_TRUST_BUNDLE environment variables are used to hydrate environment/local provider
  • Store the certpool in the client to allow injecting multiple certificates using the WithCertificate option
  • Use hashicorp/go-cleanhttp as the underlying http client constructor

v0.3.0

Added

  • Added the "environment" package which provides abstraction for retrieving settings like API endpoints, credentials and their sources to evolve independently from clients
  • Add logr based configurable logging for internal.NewClient
  • Add WithCertificate functional option for v3 client constructor
  • Add WithRoundTripper functional option for v3 client to add custom interceptors
  • Add WithLogger functional option for v3 client
  • Add support for Nutanix-style credentials to "secretdir" environment provider

Changed

  • The http client has been moved from pkg/nutanix to repo root
  • The fc stubs have been moved from pkg/nutanix/fc to fc
  • The foundation stubs have been moved from pkg/nutanix/foundation to foundation
  • The karbon stubs have been moved from pkg/nutanix/karbon to karbon
  • The v3 stubs have been moved from pkg/nutanix/v3 to v3
  • The underlying http client is moved from root package to internal
  • The root package is renamed from prism_go_client to prismgoclient
  • Modify NewClient constructor to use functional options
  • NewRequest and NewAuthRequest methods on internal.Client don't admit context in params
  • v3 client constructor now takes functional options as parameters
  • v3 client constructor returns error instead of failing silently
  • Add context to v3 interface method parameters to explicitly propagate context
  • Bugfix in secretdir environment provider for tolerating symlinks

Removed

  • remove internal.NewBaseClient constructor
Changelog

Sourced from github.com/nutanix-cloud-native/prism-go-client's changelog.

[0.3.4] - 2022-11-24

Changed

  • Bugfix: Stop explicit base64 decoding of BinaryData from ConfigMap in Kubernetes env provider

[0.3.3] - 2022-11-24

Changed

  • Kubernetes env provider can now read the trust bundle from both BinaryData and Data

[0.3.2] - 2022-11-04

Changed

  • Bugfix: Fix the kubebuilder enum annotations for NutanixTrustBundleKind

[0.3.1] - 2022-11-03

Added

  • Add AdditionalTrustBundle property to the NutanixPrismEndpoint struct in environment/credential/types.go
  • Add AdditionalTrustBundle property to the ManagementEndpoint struct in environment/types/types/go
  • Add WithPEMEncodedCertBundle ClientOption for handling PEM Blocks in the v3 Constructor

Changed

  • Add license header to generated file and add a makefile target for generate
  • NUTANIX_INSECURE and NUTANIX_ADDITIONAL_TRUST_BUNDLE environment variables are used to hydrate environment/local provider
  • Store the certpool in the client to allow injecting multiple certificates using the WithCertificate option
  • Use hashicorp/go-cleanhttp as the underlying http client constructor

[0.3.0] - 2022-09-27

Added

  • Added the "environment" package which provides abstraction for retrieving settings like API endpoints, credentials and their sources to evolve independently from clients
  • Add logr based configurable logging for internal.NewClient
  • Add WithCertificate functional option for v3 client constructor
  • Add WithRoundTripper functional option for v3 client to add custom interceptors
  • Add WithLogger functional option for v3 client
  • Add support for Nutanix-style credentials to "secretdir" environment provider

Changed

  • The http client has been moved from pkg/nutanix to repo root
  • The fc stubs have been moved from pkg/nutanix/fc to fc
  • The foundation stubs have been moved from pkg/nutanix/foundation to foundation
  • The karbon stubs have been moved from pkg/nutanix/karbon to karbon
  • The v3 stubs have been moved from pkg/nutanix/v3 to v3
  • The underlying http client is moved from root package to internal
  • The root package is renamed from prism_go_client to prismgoclient
  • Modify NewClient constructor to use functional options
  • NewRequest and NewAuthRequest methods on internal.Client don't admit context in params
  • v3 client constructor now takes functional options as parameters
  • v3 client constructor returns error instead of failing silently
  • Add context to v3 interface method parameters to explicitly propagate context
  • Bugfix in secretdir environment provider for tolerating symlinks

Removed

... (truncated)

Commits
  • 4b6fb61 Bugfix: Stop base64 decoding ConfigMap.BinaryData (#47)
  • 634dac6 Prepare CHANGELOG for 0.3.3 release (#46)
  • 8f959f3 Add support for reading base64-encoded trust bundle from config map (#44)
  • 65be13d Fix indentation in Build, Lint, Test Action (#45)
  • 210115b Update CHANGELOG.md (#43)
  • 2a1a95f Fix the kubebuilder enum (#42)
  • 57a9f7f Update CHANGELOG.md (#41)
  • 3d230e6 Add a new ClientOption to handle PEM encoded certs (#40)
  • c9e9960 Store certpool inside the client object (#38)
  • 588e385 Add AdditionalTrustBundle to NutanixPrismEndpoint (#37)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/nutanix-cloud-native/prism-go-client](https://github.com/nutanix-cloud-native/prism-go-client) from 0.2.0 to 0.3.4.
- [Release notes](https://github.com/nutanix-cloud-native/prism-go-client/releases)
- [Changelog](https://github.com/nutanix-cloud-native/prism-go-client/blob/main/CHANGELOG.md)
- [Commits](nutanix-cloud-native/prism-go-client@v0.2.0...v0.3.4)

---
updated-dependencies:
- dependency-name: github.com/nutanix-cloud-native/prism-go-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 25, 2022
Copy link
Contributor Author

dependabot bot commented on behalf of github May 3, 2024

Superseded by #104.

@dependabot dependabot bot closed this May 3, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/nutanix-cloud-native/prism-go-client-0.3.4 branch May 3, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants