nutanix-cloud-native / cluster-api-runtime-extensions-nutanix

https://nutanix-cloud-native.github.io/cluster-api-runtime-extensions-nutanix/
Apache License 2.0
7 stars 4 forks source link

build(deps): Bump the all-go-mod-patch-and-minor group across 3 directories with 3 updates #839

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the all-go-mod-patch-and-minor group with 3 updates in the / directory: github.com/nutanix-cloud-native/prism-go-client, github.com/onsi/gomega and github.com/aws/aws-sdk-go. Bumps the all-go-mod-patch-and-minor group with 3 updates in the /api directory: github.com/nutanix-cloud-native/prism-go-client, github.com/onsi/gomega and github.com/aws/aws-sdk-go. Bumps the all-go-mod-patch-and-minor group with 3 updates in the /common directory: github.com/nutanix-cloud-native/prism-go-client, github.com/onsi/gomega and github.com/aws/aws-sdk-go.

Updates github.com/nutanix-cloud-native/prism-go-client from 0.4.1-0.20240722112004-1bfdd67beef2 to 0.5.0

Release notes

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

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
Changelog

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

[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

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

... (truncated)

Commits


Updates github.com/onsi/gomega from 1.34.0 to 1.34.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.34.1

1.34.1

Maintenance

  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.34.1

Maintenance

  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
Commits


Updates github.com/aws/aws-sdk-go from 1.55.3 to 1.55.5

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.5 (2024-07-30)

Service Client Updates

  • service/appstream: Updates service API and documentation
    • Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
  • service/autoscaling: Updates service API and documentation
    • Increase the length limit for VPCZoneIdentifier from 2047 to 5000
  • service/codepipeline: Updates service API, documentation, and paginators
    • AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
  • service/elasticache: Updates service documentation
    • Doc only update for changes to deletion API.
  • service/elasticloadbalancing: Updates service API
  • service/eventbridge: Updates service API
  • service/logs: Updates service API
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/models.lex.v2: Updates service API and documentation
  • service/rolesanywhere: Updates service API and documentation
  • service/tnb: Updates service API and documentation
  • service/workspaces: Updates service documentation
    • Removing multi-session as it isn't supported for pools

Release v1.55.4 (2024-07-29)

Service Client Updates

  • service/elasticache: Updates service documentation
    • Renaming full service name as it appears in developer documentation.
  • service/memorydb: Updates service API and documentation
Commits


Updates github.com/nutanix-cloud-native/prism-go-client from 0.4.1-0.20240704131014-072b7a88a7f5 to 0.5.0

Release notes

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

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
Changelog

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

[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

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

... (truncated)

Commits


Updates github.com/onsi/gomega from 1.34.0 to 1.34.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.34.1

1.34.1

Maintenance

  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.34.1

Maintenance

  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
Commits


Updates github.com/aws/aws-sdk-go from 1.55.3 to 1.55.5

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.5 (2024-07-30)

Service Client Updates

  • service/appstream: Updates service API and documentation
    • Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
  • service/autoscaling: Updates service API and documentation
    • Increase the length limit for VPCZoneIdentifier from 2047 to 5000
  • service/codepipeline: Updates service API, documentation, and paginators
    • AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
  • service/elasticache: Updates service documentation
    • Doc only update for changes to deletion API.
  • service/elasticloadbalancing: Updates service API
  • service/eventbridge: Updates service API
  • service/logs: Updates service API
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/models.lex.v2: Updates service API and documentation
  • service/rolesanywhere: Updates service API and documentation
  • service/tnb: Updates service API and documentation
  • service/workspaces: Updates service documentation
    • Removing multi-session as it isn't supported for pools

Release v1.55.4 (2024-07-29)

Service Client Updates

  • service/elasticache: Updates service documentation
    • Renaming full service name as it appears in developer documentation.
  • service/memorydb: Updates service API and documentation
Commits


Updates github.com/nutanix-cloud-native/prism-go-client from 0.4.1-0.20240704131014-072b7a88a7f5 to 0.5.0

Release notes

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

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
Changelog

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

[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

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

... (truncated)

Commits


Updates github.com/onsi/gomega from 1.34.0 to 1.34.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.34.1

1.34.1

Maintenance

  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.34.1

Maintenance

  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
Commits


Updates github.com/aws/aws-sdk-go from 1.55.3 to 1.55.5

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.5 (2024-07-30)

Service Client Updates

  • service/appstream: Updates service API and documentation
    • Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
  • service/autoscaling: Updates service API and documentation
    • Increase the length limit for VPCZoneIdentifier from 2047 to 5000
  • service/codepipeline: Updates service API, documentation, and paginators
    • AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
  • service/elasticache: Updates service documentation
    • Doc only update for changes to deletion API.
  • service/elasticloadbalancing: Updates service API
  • service/eventbridge: Updates service API
  • service/logs: Updates service API
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/models.lex.v2: Updates service API and documentation
  • service/rolesanywhere: Updates service API and documentation
  • service/tnb: Updates service API and documentation
  • service/workspaces: Updates service documentation
    • Removing multi-session as it isn't supported for pools

Release v1.55.4 (2024-07-29)

Service Client Updates

  • service/elasticache: Updates service documentation
    • Renaming full service name as it appears in developer documentation.
  • service/memorydb: Updates service API and documentation
Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.