Skip to content

build(deps): bump github.com/ionos-cloud/sdk-go/v6 from 6.1.11 to 6.3.9 - #199

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/ionos-cloud/sdk-go/v6-6.3.9
Open

build(deps): bump github.com/ionos-cloud/sdk-go/v6 from 6.1.11 to 6.3.9#199
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/ionos-cloud/sdk-go/v6-6.3.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/ionos-cloud/sdk-go/v6 from 6.1.11 to 6.3.9.

Release notes

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

v6.3.9

Full Changelog: ionos-cloud/sdk-go@v6.3.8...v6.3.9

v6.3.8

Full Changelog: ionos-cloud/sdk-go@v6.3.7...v6.3.8

v6.3.7

What's Changed

  • Add SafeStatusCode() and SafeLocation() helpers to APIResponse for nil-safe access
  • Add DEBUG logs in callAPI for request failures, retries, rate limiting (429), and retry exhaustion

Full Changelog: ionos-cloud/sdk-go@v6.3.6...v6.3.7

v6.3.6

What's Changed

New Contributors

Full Changelog: ionos-cloud/sdk-go@v6.3.5...v6.3.6

v6.3.5

Full Changelog: ionos-cloud/sdk-go@v6.3.4...v6.3.5

v6.3.4

Release v6.3.4

Added

  • Added RequireLegacyBios, ApplicationType and new licenseType enum values for images
  • Add NicMultiQueue bool for servers: Activate or deactivate the Multi Queue feature on all NICs of this server. This feature is beneficial to enable when the NICs are experiencing performance issues (e.g. low throughput). Toggling this feature will also initiate a restart of the server. If the specified value is true, the feature will be activated; if it is not specified or set to false, the feature will be deactivated. It is not allowed for servers of type Cube.

Full Changelog: ionos-cloud/sdk-go@v6.3.3...v6.3.4

v6.3.3

Full Changelog: ionos-cloud/sdk-go@v6.3.2...v6.3.3

Added

  • Added IONOS_LOG_LEVEL=debug output, which logs the request/response without Authorization header
  • Added c.cfg.PollInterval, which lets you control the wait time between polling intervals when checking for state changes or awaiting a request.
  • Added 'ServerType' for KubernetesNodePool

Changed

  • Changed 'cpuFamily' to be optional for KubernetesNodePool

v6.3.2

Full Changelog: ionos-cloud/sdk-go@v6.3.1...v6.3.2

... (truncated)

Changelog

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

CHANGELOG

6.2.0 (August, 2024)

Changes

  • renamed LanPost and LanPropertiesPost to Lan and LanProperties

Features:

  • Add ImagesLabelsDelete, ImagesLabelsFindByKey, ImagesLabelsGet, ImagesLabelsPost, ImagesLabelsPut
  • New parameters on NetworkLoadBalancerProperties: CentralLogging, LoggingFormat
  • New parameters on ApplicationBalancerProperties: CentralLogging, LoggingFormat
  • New parameter on TargetGroupProperties: ProtocolVersion
  • New parameter on ServerProperties: Hostname

6.1.10 (December, 2023)

Features:

  • Add proxyProtocol parameter for ALB and NLB targets

Fixes:

  • Allow setting Host and Scheme when creating a client with a serverUrl (@​maxbischoff)

Enhancements

  • Remove usage of deprecated ioutil package (@​avorima)

Documentation

  • Move docs for Url with context to api_doc.mustache

6.1.9 (September, 2023)

Features:

  • Support injecting x-contract-number header through environment variable.

6.1.8 (July, 2023)

Features:

Added support for IPv6:

  • New parameter on DatacenterProperties: Ipv6CidrBlock
  • New parameter on LanProperties and LanPropertiesPost: Ipv6CidrBlock
  • New parameters on NicProperties: Dhcpv6, Ipv6CidrBlock and Ipv6Ips

More details about IPv6 configuration can be found here.

Fixes:

  • Go client backoff now respects context cancellation

Full Changelog: ionos-cloud/sdk-go@v6.1.7...v6.1.8

6.1.7 (June, 2023)

Features:

... (truncated)

Commits
  • 18371d7 auto-generated version 6.3.9
  • bf52ca4 auto-generated version 6.3.8
  • 4830623 auto-generated version 6.3.7
  • 196bbb1 auto-generated version 6.3.6
  • 801ec64 Merge pull request #41 from ionos-cloud/fix-vulnerability-in-issue-creation-w...
  • d168869 Fix vulnerability in issue creation workflow
  • a6b3bb0 auto-generated version 6.3.5
  • 0496b3e auto-generated version 6.3.4
  • a3ad362 auto-generated version 6.3.3
  • b3cedde auto-generated version 6.3.2
  • 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 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/ionos-cloud/sdk-go/v6](https://github.com/ionos-cloud/sdk-go) from 6.1.11 to 6.3.9.
- [Release notes](https://github.com/ionos-cloud/sdk-go/releases)
- [Changelog](https://github.com/ionos-cloud/sdk-go/blob/master/docs/CHANGELOG.md)
- [Commits](ionos-cloud/sdk-go@v6.1.11...v6.3.9)

---
updated-dependencies:
- dependency-name: github.com/ionos-cloud/sdk-go/v6
  dependency-version: 6.3.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 26, 2026
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