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

build(deps): bump github.com/ionos-cloud/sdk-go/v6 from 6.0.5851 to 6.1.3 #94

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Bumps github.com/ionos-cloud/sdk-go/v6 from 6.0.5851 to 6.1.3.

Release notes

Sourced from github.com/ionos-cloud/sdk-go/v6's releases.

Release v6.1.3

Fixes:

  • Fix return type of NewGenericOpenAPIError

Release v6.1.2

Fixes :

  • Changed from manageDbaas to manageDBaaS field in model_group_properties.go : provides privilege for a group to manage DBaaS related functionality. Admin users already have it enabled by default.
  • Issue #26

Release v6.1.1

Features :

  • Added manageDbaas field in model_group_properties.go : provides privilege for a group to manage DBaaS related functionality. Admin users already here this enabled by default.
  • Added deleteVolumes to DatacentersServersDelete function: If true, all attached storage volumes will also be deleted.
  • Added bootOrder to model_volume_properties : Determines whether the volume will be used as a boot volume. Set to `NONE`, the volume will not be used as boot volume. Set to `PRIMARY`, the volume will be used as boot volume and all other volumes must be set to `NONE`. Set to `AUTO` or `null` requires all volumes to be set to `AUTO` or `null`; this will use the legacy behavior, which is to use the volume as a boot volume only if there are no other volumes or cdrom devices. | [optional] [default to 'AUTO'] |
  • Logger interface with log levels for the sdk. Allows user to inject it's own logger that implements Printf. More information here
  • Added helper function HttpNotFound in response.go

v6.1.0

Enhancements:

  • added Application Load Balancer and Target Group, 18 new models and 2 new apis
  • added constructors and setters for GenericOpenAPIError
  • retract version v6.0.5851
Changelog

Sourced from github.com/ionos-cloud/sdk-go/v6's changelog.

6.1.3 (August 30th, 2022)

Fixes:

  • Fix return type of NewGenericOpenAPIError

6.1.2 (August 4th, 2022)

Fixes :

  • Changed from manageDbaas to manageDBaaS field in model_group_properties.go : provides privilege for a group to manage DBaaS related functionality. Admin users already have it enabled by default.
  • Issue #26

6.1.1 (July 14th, 2022)

Features :

  • Added manageDbaas field in model_group_properties.go : provides privilege for a group to manage DBaaS related functionality. Admin users already here this enabled by default.
  • Added deleteVolumes to DatacentersServersDelete function: If true, all attached storage volumes will also be deleted.
  • Added bootOrder to model_volume_properties : Determines whether the volume will be used as a boot volume. Set to `NONE`, the volume will not be used as boot volume. Set to `PRIMARY`, the volume will be used as boot volume and all other volumes must be set to `NONE`. Set to `AUTO` or `null` requires all volumes to be set to `AUTO` or `null`; this will use the legacy behavior, which is to use the volume as a boot volume only if there are no other volumes or cdrom devices. | [optional] [default to 'AUTO'] |
  • Logger interface with log levels for the sdk. Allows user to inject it's own logger that implements Printf. More information here
  • Added helper function HttpNotFound in response.go

6.1.0 (June 16th, 2022)

Enhancements:

  • added Application Load Balancer and Target Group, 18 new models and 2 new apis

v6.0.1 (January, 2022)

Enhancements:

  • new parameter on KubernetesClusterProperties, KubernetesClusterPropertiesForPost: public
  • new parameter on KubernetesNodePoolProperties, KubernetesNodePoolPropertiesForPost: gatewayIp
  • allow fields that are explicitly nullable to be sent with null values
  • updated oauth import
  • depth parameter:
    • new method SetDepth on configuration that allows setting a value for the depth parameter on all the API calls for the client
    • changed the default value of depth parameter from 10 to 0
    • this affects the amount of data that is returned on GET methods. If there is a need to change the value, please do it with caution and only if it is needed.

v6.0.0 (December, 2021)

Enhancements:

  • changed structure ApiK8sNodepoolsPostRequest, changed name of kubernetesNodePool field from KubernetesNodePool to KubernetesNodePoolForPost
  • changed structure ApiK8sNodepoolsPutRequest, changed type of KubernetesNodePoolForPut field from kubernetesNodePoolForPut to kubernetesNodePool

Fixes:

  • fixed sporadic EOF error seen from server
  • fixed overwriting https with http for host endpoint that starts with http. It now allows user to enter a url that starts with http
  • added Password field to UserPropertiesPut to allow user password update

v6.0.0-beta.9 (November, 2021)

... (truncated)

Commits

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 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/ionos-cloud/sdk-go/v6](https://github.com/ionos-cloud/sdk-go) from 6.0.5851 to 6.1.3.
- [Release notes](https://github.com/ionos-cloud/sdk-go/releases)
- [Changelog](https://github.com/ionos-cloud/sdk-go/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/ionos-cloud/sdk-go/commits/v6.1.3)

---
updated-dependencies:
- dependency-name: github.com/ionos-cloud/sdk-go/v6
  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 Sep 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 1, 2023

Superseded by #130.

@dependabot dependabot bot closed this Feb 1, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ionos-cloud/sdk-go/v6-6.1.3 branch February 1, 2023 20:15
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