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.5.1 #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2024

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

Release notes

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

v0.5.1

[v0.5.1] - 2024-08-09

Changed

  • Updated the v3 Subnet spec struct to match latest swagger spec

v0.5.0

Added

  • Added v4 Categories beta APIs to v4 client
  • Added v4 VolumeGroups beta APIs to v4 client
  • Added a cache for v4 clients in v4 package

Changed

  • Updated v4 API clients from v4 alpha to v4 beta APIs
  • Handle trust bundle in v4 client cache GetOrCreate by setting VerifySSL

v0.4.0

Added

  • Added support for v4 client creation.
  • Added support for getting information about an AZ given a uuid.
  • Added support for getting a projection of attributes of entities using the 'groups' API endpoint.
  • Added support for creating, deleting, listing, and getting the status of recovery plan jobs.
  • Add optional function options for the NewKarbonAPIClient constructor
  • Add ClusterRegistration interface in karbon package
  • Add ClusterRegistration SetInfo and Cluster Addon SetInfo APIs
  • Added support for specifying volume groups by category in a recovery plan create request.
  • Added support for specifying primary and recovery clusters in a recovery plan.
  • Added WithUserAgent client option for v3 client constructor.
  • Added Cache for v3 Clients in v3 package.

Changed

  • Change the MetaService interface methods to take context.Context as a parameter
  • Local environment provider now fetches port from NUTANIX_PORT environment variable
  • Add logic to internal.Client for auto retry once after refreshing auth cookie on a 401 response in case of session auth.

Removed

  • remove the unexported method from the v3 service interface enabling mocking

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

... (truncated)

Changelog

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

[v0.5.1] - 2024-08-09

Changed

  • Updated the v3 Subnet spec struct to match latest swagger spec

[v0.5.0] - 2024-07-29

Added

  • Added v4 Categories beta APIs to v4 client
  • Added v4 VolumeGroups beta APIs to v4 client
  • Added a cache for v4 clients in v4 package

Changed

  • Updated v4 API clients from v4 alpha to v4 beta APIs
  • Handle trust bundle in v4 client cache GetOrCreate by setting VerifySSL

[0.4.0] - 2024-05-03

Added

  • Added support for v4 client creation.
  • Added support for getting information about an AZ given a uuid.
  • Added support for getting a projection of attributes of entities using the 'groups' API endpoint.
  • Added support for creating, deleting, listing, and getting the status of recovery plan jobs.
  • Add optional function options for the NewKarbonAPIClient constructor
  • Add ClusterRegistration interface in karbon package
  • Add ClusterRegistration SetInfo and Cluster Addon SetInfo APIs
  • Added support for specifying volume groups by category in a recovery plan create request.
  • Added support for specifying primary and recovery clusters in a recovery plan.
  • Added WithUserAgent client option for v3 client constructor.
  • Added Cache for v3 Clients in v3 package.

Changed

  • Change the MetaService interface methods to take context.Context as a parameter
  • Local environment provider now fetches port from NUTANIX_PORT environment variable
  • Add logic to internal.Client for auto retry once after refreshing auth cookie on a 401 response in case of session auth.

Removed

  • remove the unexported method from the v3 service interface enabling mocking

[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

... (truncated)

Commits
  • 6ec748d Update CHANGELOG.md (#178)
  • cc6fcd4 fix(models): Update the underlying struct used for Subnets (#177)
  • 58c0121 Update CHANGELOG.md for release (#176)
  • 2ad23d2 Handle trust bundle presence in management endpoint for v4 client (#175)
  • def33ae Add v3 method for fetching PrismCentral info (#170)
  • f9d980d Add devbox to the project (#172)
  • 3e4dd87 Add v4 VolumeGroups API client to the v4 client (#171)
  • 1bfdd67 Bump v4 API imports to newer versions and add CategoriesApi client (#169)
  • 15db883 Update CHANGELOG.md to prepare for 0.4.0 release (#167)
  • ea7d534 Session Auth Token Refresh and V3 Client Cache (#166)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/nutanix-cloud-native/prism-go-client](https://github.com/nutanix-cloud-native/prism-go-client) from 0.2.0 to 0.5.1.
- [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.5.1)

---
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 Aug 9, 2024
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