Skip to content

chore(deps): bump the stackit group across 1 directory with 33 updates - #1683

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/stackit-daef84126a
Closed

chore(deps): bump the stackit group across 1 directory with 33 updates#1683
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/stackit-daef84126a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the stackit group with 32 updates in the / directory:

Package From To
github.com/stackitcloud/stackit-sdk-go/services/alb 0.16.0 0.17.1
github.com/stackitcloud/stackit-sdk-go/services/albwaf 0.13.0 0.13.1
github.com/stackitcloud/stackit-sdk-go/services/certificates 1.9.0 1.9.1
github.com/stackitcloud/stackit-sdk-go/services/dns 0.21.0 0.22.1
github.com/stackitcloud/stackit-sdk-go/services/dremio 0.4.0 0.5.1
github.com/stackitcloud/stackit-sdk-go/services/edge 0.13.0 0.13.1
github.com/stackitcloud/stackit-sdk-go/services/iaas 1.13.0 1.14.0
github.com/stackitcloud/stackit-sdk-go/services/intake 0.11.0 0.11.1
github.com/stackitcloud/stackit-sdk-go/services/kms 1.12.0 1.12.1
github.com/stackitcloud/stackit-sdk-go/services/loadbalancer 1.15.0 1.15.1
github.com/stackitcloud/stackit-sdk-go/services/logme 1.1.0 1.2.1
github.com/stackitcloud/stackit-sdk-go/services/logs 0.10.0 0.10.1
github.com/stackitcloud/stackit-sdk-go/services/mariadb 1.1.0 1.2.1
github.com/stackitcloud/stackit-sdk-go/services/modelserving 0.11.0 0.13.0
github.com/stackitcloud/stackit-sdk-go/services/mongodbflex 1.12.0 1.12.1
github.com/stackitcloud/stackit-sdk-go/services/objectstorage 1.9.0 1.9.1
github.com/stackitcloud/stackit-sdk-go/services/opensearch 1.1.0 1.2.1
github.com/stackitcloud/stackit-sdk-go/services/rabbitmq 1.1.1 1.2.1
github.com/stackitcloud/stackit-sdk-go/services/redis 1.1.1 1.2.1
github.com/stackitcloud/stackit-sdk-go/services/scf 0.10.0 0.10.1
github.com/stackitcloud/stackit-sdk-go/services/secretsmanager 0.18.1 0.18.2
github.com/stackitcloud/stackit-sdk-go/services/serverbackup 1.7.0 1.7.1
github.com/stackitcloud/stackit-sdk-go/services/serverupdate 1.5.2 1.5.4
github.com/stackitcloud/stackit-sdk-go/services/serviceaccount 0.20.0 0.20.1
github.com/stackitcloud/stackit-sdk-go/services/serviceenablement 1.7.0 1.7.1
github.com/stackitcloud/stackit-sdk-go/services/sfs 0.11.0 0.11.1
github.com/stackitcloud/stackit-sdk-go/services/ske 1.21.0 1.21.1
github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex 1.17.0 1.18.0
github.com/stackitcloud/stackit-sdk-go/services/telemetrylink 0.4.0 0.5.1
github.com/stackitcloud/stackit-sdk-go/services/telemetryrouter 0.4.0 0.5.1
github.com/stackitcloud/stackit-sdk-go/services/vpn 0.14.0 0.15.0
github.com/stackitcloud/stackit-sdk-go/services/authorization 0.15.2 0.15.3

Updates github.com/stackitcloud/stackit-sdk-go/services/alb from 0.16.0 to 0.17.1

Changelog

Sourced from github.com/stackitcloud/stackit-sdk-go/services/alb's changelog.

Release (2026-MM-DD)

  • alb
    • v0.17.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.17.0
      • v2api:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
      • Deprecated SDK layer in root of the module:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
  • albwaf
    • v0.13.1
      • v1alphaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1betaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.13.0
      • v1betaapi:
        • Improvement: The entire v1betaapi package is now marked as deprecated. Migrate to v1api
        • Feature: Add new models Operator, Severity, Transformation, Type, Variable, Action
        • Breaking Change: Removed models BehaviourAction, ConditionOperatorType, ConditionTransformationsInner, ConditionVariableType, GetBehaviourAction, GetBehaviourSeverity, Mode1, MRSType, MRSType1, MRSType2
        • Breaking Change: PatchMRSRule.Mode field type changed from *Mode1 to *Mode
      • v1api: New package which can be used to communicate with the albwaf v1 API
    • v0.12.0
      • v1alphaapi: Align package to latest API specification
      • v1betaapi: Align package to latest API specification
    • v0.11.0
      • v1alphaapi: Align package to latest API specification
      • v1betaapi: Align package to latest API specification
  • auditlog:
    • v0.6.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
    • v0.6.0
      • Deprecation: The auditlog SDK module and the underlying API is deprecated and will be removed in the future. Use the telemetryrouter SDK module and API instead.
  • authorization:
    • v0.15.3
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
  • certificates:

... (truncated)

Commits

Updates github.com/stackitcloud/stackit-sdk-go/services/albwaf from 0.13.0 to 0.13.1

Changelog

Sourced from github.com/stackitcloud/stackit-sdk-go/services/albwaf's changelog.

Release (2026-MM-DD)

  • alb
    • v0.17.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.17.0
      • v2api:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
      • Deprecated SDK layer in root of the module:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
  • albwaf
    • v0.13.1
      • v1alphaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1betaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.13.0
      • v1betaapi:
        • Improvement: The entire v1betaapi package is now marked as deprecated. Migrate to v1api
        • Feature: Add new models Operator, Severity, Transformation, Type, Variable, Action
        • Breaking Change: Removed models BehaviourAction, ConditionOperatorType, ConditionTransformationsInner, ConditionVariableType, GetBehaviourAction, GetBehaviourSeverity, Mode1, MRSType, MRSType1, MRSType2
        • Breaking Change: PatchMRSRule.Mode field type changed from *Mode1 to *Mode
      • v1api: New package which can be used to communicate with the albwaf v1 API
    • v0.12.0
      • v1alphaapi: Align package to latest API specification
      • v1betaapi: Align package to latest API specification
    • v0.11.0
      • v1alphaapi: Align package to latest API specification
      • v1betaapi: Align package to latest API specification
  • auditlog:
    • v0.6.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
    • v0.6.0
      • Deprecation: The auditlog SDK module and the underlying API is deprecated and will be removed in the future. Use the telemetryrouter SDK module and API instead.
  • authorization:
    • v0.15.3
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
  • certificates:

... (truncated)

Commits
  • 5ee541f chore: bump github.com/stackitcloud/stackit-sdk-go/core to v0.24.0 (#6096)
  • 057ed74 Generator: Update SDK /services/kms (#6058)
  • 6798185 Generator: Update SDK /services/iaas (#6057)
  • eb4c36a Feat/stackittpr 542 allow longer timout than default (#6056)
  • 52b1898 Generator: Update SDK /services/ske (#6055)
  • 151b56a Generator: Update SDK /services/iaas (#6054)
  • fbbefb7 feat(resourcemanager): refactor wait handler to use helper struct (#6013)
  • 020b00d chore(docs): set release date in changelog (#6050)
  • 19cad42 Generator: Update SDK /services/loadbalancer (#6048)
  • 117d59e Generator: Update SDK /services/cost (#6047)
  • Additional commits viewable in compare view

Updates github.com/stackitcloud/stackit-sdk-go/services/certificates from 1.9.0 to 1.9.1

Changelog

Sourced from github.com/stackitcloud/stackit-sdk-go/services/certificates's changelog.

Release (2026-MM-DD)

  • alb
    • v0.17.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.17.0
      • v2api:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
      • Deprecated SDK layer in root of the module:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
  • albwaf
    • v0.13.1
      • v1alphaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1betaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.13.0
      • v1betaapi:
        • Improvement: The entire v1betaapi package is now marked as deprecated. Migrate to v1api
        • Feature: Add new models Operator, Severity, Transformation, Type, Variable, Action
        • Breaking Change: Removed models BehaviourAction, ConditionOperatorType, ConditionTransformationsInner, ConditionVariableType, GetBehaviourAction, GetBehaviourSeverity, Mode1, MRSType, MRSType1, MRSType2
        • Breaking Change: PatchMRSRule.Mode field type changed from *Mode1 to *Mode
      • v1api: New package which can be used to communicate with the albwaf v1 API
    • v0.12.0
      • v1alphaapi: Align package to latest API specification
      • v1betaapi: Align package to latest API specification
    • v0.11.0
      • v1alphaapi: Align package to latest API specification
      • v1betaapi: Align package to latest API specification
  • auditlog:
    • v0.6.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
    • v0.6.0
      • Deprecation: The auditlog SDK module and the underlying API is deprecated and will be removed in the future. Use the telemetryrouter SDK module and API instead.
  • authorization:
    • v0.15.3
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
  • certificates:

... (truncated)

Commits
  • 2460424 Generator: Update SDK /services/sqlserverflex (#4015)
  • d5d2646 fix(auth) improve error when passing a PEM key as ServiceAccountKey (#3878)
  • bfbd70e Generator: Update SDK /services/git (#3875)
  • 25c4e45 fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/sqls...
  • See full diff in compare view

Updates github.com/stackitcloud/stackit-sdk-go/services/dns from 0.21.0 to 0.22.1

Changelog

Sourced from github.com/stackitcloud/stackit-sdk-go/services/dns's changelog.

Release (2026-MM-DD)

  • alb
    • v0.17.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.17.0
      • v2api:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
      • Deprecated SDK layer in root of the module:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
  • albwaf
    • v0.13.1
      • v1alphaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1betaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.13.0
      • v1betaapi:
        • Improvement: The entire v1betaapi package is now marked as deprecated. Migrate to v1api
        • Feature: Add new models Operator, Severity, Transformation, Type, Variable, Action
        • Breaking Change: Removed models BehaviourAction, ConditionOperatorType, ConditionTransformationsInner, ConditionVariableType, GetBehaviourAction, GetBehaviourSeverity, Mode1, MRSType, MRSType1, MRSType2
        • Breaking Change: PatchMRSRule.Mode field type changed from *Mode1 to *Mode
      • v1api: New package which can be used to communicate with the albwaf v1 API
    • v0.12.0
      • v1alphaapi: Align package to latest API specification
      • v1betaapi: Align package to latest API specification
    • v0.11.0
      • v1alphaapi: Align package to latest API specification
      • v1betaapi: Align package to latest API specification
  • auditlog:
    • v0.6.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
    • v0.6.0
      • Deprecation: The auditlog SDK module and the underlying API is deprecated and will be removed in the future. Use the telemetryrouter SDK module and API instead.
  • authorization:
    • v0.15.3
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
  • certificates:

... (truncated)

Commits

Updates github.com/stackitcloud/stackit-sdk-go/services/dremio from 0.4.0 to 0.5.1

Changelog

Sourced from github.com/stackitcloud/stackit-sdk-go/services/dremio's changelog.

Release (2026-MM-DD)

  • alb
    • v0.17.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.17.0
      • v2api:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
      • Deprecated SDK layer in root of the module:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
  • albwaf
    • v0.13.1
      • v1alphaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1betaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.13.0
      • v1betaapi:
        • Improvement: The entire v1betaapi package is now marked as deprecated. Migrate to v1api
        • Feature: Add new models Operator, Severity, Transformation, Type, Variable, Action
        • Breaking Change: Removed models BehaviourAction, ConditionOperatorType, ConditionTransformationsInner, ConditionVariableType, GetBehaviourAction, GetBehaviourSeverity, Mode1, MRSType, MRSType1, MRSType2
        • Breaking Change: PatchMRSRule.Mode field type changed from *Mode1 to *Mode
      • v1api: New package which can be used to communicate with the albwaf v1 API
    • v0.12.0
      • v1alphaapi: Align package to latest API specification
      • v1betaapi: Align package to latest API specification
    • v0.11.0
      • v1alphaapi: Align package to latest API specification
      • v1betaapi: Align package to latest API specification
  • auditlog:
    • v0.6.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
    • v0.6.0
      • Deprecation: The auditlog SDK module and the underlying API is deprecated and will be removed in the future. Use the telemetryrouter SDK module and API instead.
  • authorization:
    • v0.15.3
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
  • certificates:

... (truncated)

Commits
  • be6bb1f Generator: Update SDK services - enums (#2528)
  • dfbf101 fix(deps): update module golang.org/x/mod to v0.24.0 (#2702)
  • 621a157 fix(deps): update module github.com/stackitcloud/stackit-sdk-go/core to v0.17...
  • 09ee10a fix(key_flow): Add 5 second leeway to refresh access tokens early (#2194)
  • 60b3c2c chore(cdn): remove unrelated patchfile (#2442)
  • af0f736 fix(deps): update sdk (#2441)
  • 9ef1f28 fix(deps): update module golang.org/x/crypto to v0.38.0 (#2437)
  • e7dff35 fix(deps): update module github.com/cloudflare/circl to v1.6.1 (#2435)
  • 351ddff SDK Update return type (#2425)
  • ee7f2a9 Generate alb (#2373)
  • Additional commits viewable in compare view

Updates github.com/stackitcloud/stackit-sdk-go/services/edge from 0.13.0 to 0.13.1

Changelog

Sourced from github.com/stackitcloud/stackit-sdk-go/services/edge's changelog.

Release (2026-MM-DD)

  • alb
    • v0.17.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.17.0
      • v2api:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
      • Deprecated SDK layer in root of the module:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
  • albwaf
    • v0.13.1
      • v1alphaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1betaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.13.0
      • v1betaapi:
        • Improvement: The entire v1betaapi package is now marked as deprecated. Migrate to v1api
        • Feature: Add new models Operator, Severity, Transformation, Type, Variable, Action
        • Breaking Change: Removed models BehaviourAction, ConditionOperatorType, ConditionTransformationsInner, ConditionVariableType, GetBehaviourAction, GetBehaviourSeverity, Mode1, MRSType, MRSType1, MRSType2
        • Breaking Change: PatchMRSRule.Mode field type changed from *Mode1 to *Mode
      • v1api: New package which can be used to communicate with the albwaf v1 API
    • v0.12.0
      • v1alphaapi: Align package to latest API specification
      • v1betaapi: Align package to latest API specification
    • v0.11.0
      • v1alphaapi: Align package to latest API specification
      • v1betaapi: Align package to latest API specification
  • auditlog:
    • v0.6.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
    • v0.6.0
      • Deprecation: The auditlog SDK module and the underlying API is deprecated and will be removed in the future. Use the telemetryrouter SDK module and API instead.
  • authorization:
    • v0.15.3
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
  • certificates:

... (truncated)

Commits
  • 5ee541f chore: bump github.com/stackitcloud/stackit-sdk-go/core to v0.24.0 (#6096)
  • 057ed74 Generator: Update SDK /services/kms (#6058)
  • 6798185 Generator: Update SDK /services/iaas (#6057)
  • eb4c36a Feat/stackittpr 542 allow longer timout than default (#6056)
  • 52b1898 Generator: Update SDK /services/ske (#6055)
  • 151b56a Generator: Update SDK /services/iaas (#6054)
  • fbbefb7 feat(resourcemanager): refactor wait handler to use helper struct (#6013)
  • 020b00d chore(docs): set release date in changelog (#6050)
  • 19cad42 Generator: Update SDK /services/loadbalancer (#6048)
  • 117d59e Generator: Update SDK /services/cost (#6047)
  • Additional commits viewable in compare view

Updates github.com/stackitcloud/stackit-sdk-go/services/iaas from 1.13.0 to 1.14.0

Changelog

Sourced from github.com/stackitcloud/stackit-sdk-go/services/iaas's changelog.

Release (2026-MM-DD)

  • alb
    • v0.17.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.17.0
      • v2api:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
      • Deprecated SDK layer in root of the module:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
  • albwaf
    • v0.13.1
      • v1alphaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1betaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.13.0
      • v1betaapi:
        • Improvement: The entire v1betaapi package is now marked as deprecated. Migrate to v1api
        • Feature: Add new models Operator, Severity, Transformation, Type, Variable, Action
        • Breaking Change: Removed models BehaviourAction, ConditionOperatorType, ConditionTransformationsInner, ConditionVariableType, GetBehaviourAction, GetBehaviourSeverity, Mode1, MRSType, MRSType1, MRSType2
        • Breaking Change: PatchMRSRule.Mode field type changed from *Mode1 to *Mode
      • v1api: New package which can be used to communicate with the albwaf v1 API
    • v0.12.0
      • v1alphaapi: Align package to latest API specification
      • v1betaapi: Align package to latest API specification
    • v0.11.0
      • v1alphaapi: Align package to latest API specification
      • v1betaapi: Align package to latest API specification
  • auditlog:
    • v0.6.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
    • v0.6.0
      • Deprecation: The auditlog SDK module and the underlying API is deprecated and will be removed in the future. Use the telemetryrouter SDK module and API instead.
  • authorization:
    • v0.15.3
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
  • certificates:

... (truncated)

Commits ...

Description has been truncated

Bumps the stackit group with 32 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/stackitcloud/stackit-sdk-go/services/alb](https://github.com/stackitcloud/stackit-sdk-go) | `0.16.0` | `0.17.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/albwaf](https://github.com/stackitcloud/stackit-sdk-go) | `0.13.0` | `0.13.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/certificates](https://github.com/stackitcloud/stackit-sdk-go) | `1.9.0` | `1.9.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/dns](https://github.com/stackitcloud/stackit-sdk-go) | `0.21.0` | `0.22.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/dremio](https://github.com/stackitcloud/stackit-sdk-go) | `0.4.0` | `0.5.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/edge](https://github.com/stackitcloud/stackit-sdk-go) | `0.13.0` | `0.13.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/iaas](https://github.com/stackitcloud/stackit-sdk-go) | `1.13.0` | `1.14.0` |
| [github.com/stackitcloud/stackit-sdk-go/services/intake](https://github.com/stackitcloud/stackit-sdk-go) | `0.11.0` | `0.11.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/kms](https://github.com/stackitcloud/stackit-sdk-go) | `1.12.0` | `1.12.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/loadbalancer](https://github.com/stackitcloud/stackit-sdk-go) | `1.15.0` | `1.15.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/logme](https://github.com/stackitcloud/stackit-sdk-go) | `1.1.0` | `1.2.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/logs](https://github.com/stackitcloud/stackit-sdk-go) | `0.10.0` | `0.10.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/mariadb](https://github.com/stackitcloud/stackit-sdk-go) | `1.1.0` | `1.2.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/modelserving](https://github.com/stackitcloud/stackit-sdk-go) | `0.11.0` | `0.13.0` |
| [github.com/stackitcloud/stackit-sdk-go/services/mongodbflex](https://github.com/stackitcloud/stackit-sdk-go) | `1.12.0` | `1.12.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/objectstorage](https://github.com/stackitcloud/stackit-sdk-go) | `1.9.0` | `1.9.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/opensearch](https://github.com/stackitcloud/stackit-sdk-go) | `1.1.0` | `1.2.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/rabbitmq](https://github.com/stackitcloud/stackit-sdk-go) | `1.1.1` | `1.2.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/redis](https://github.com/stackitcloud/stackit-sdk-go) | `1.1.1` | `1.2.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/scf](https://github.com/stackitcloud/stackit-sdk-go) | `0.10.0` | `0.10.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/secretsmanager](https://github.com/stackitcloud/stackit-sdk-go) | `0.18.1` | `0.18.2` |
| [github.com/stackitcloud/stackit-sdk-go/services/serverbackup](https://github.com/stackitcloud/stackit-sdk-go) | `1.7.0` | `1.7.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/serverupdate](https://github.com/stackitcloud/stackit-sdk-go) | `1.5.2` | `1.5.4` |
| [github.com/stackitcloud/stackit-sdk-go/services/serviceaccount](https://github.com/stackitcloud/stackit-sdk-go) | `0.20.0` | `0.20.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/serviceenablement](https://github.com/stackitcloud/stackit-sdk-go) | `1.7.0` | `1.7.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/sfs](https://github.com/stackitcloud/stackit-sdk-go) | `0.11.0` | `0.11.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/ske](https://github.com/stackitcloud/stackit-sdk-go) | `1.21.0` | `1.21.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex](https://github.com/stackitcloud/stackit-sdk-go) | `1.17.0` | `1.18.0` |
| [github.com/stackitcloud/stackit-sdk-go/services/telemetrylink](https://github.com/stackitcloud/stackit-sdk-go) | `0.4.0` | `0.5.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/telemetryrouter](https://github.com/stackitcloud/stackit-sdk-go) | `0.4.0` | `0.5.1` |
| [github.com/stackitcloud/stackit-sdk-go/services/vpn](https://github.com/stackitcloud/stackit-sdk-go) | `0.14.0` | `0.15.0` |
| [github.com/stackitcloud/stackit-sdk-go/services/authorization](https://github.com/stackitcloud/stackit-sdk-go) | `0.15.2` | `0.15.3` |



Updates `github.com/stackitcloud/stackit-sdk-go/services/alb` from 0.16.0 to 0.17.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@core/v0.16.0...core/v0.17.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/albwaf` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@core/v0.13.0...services/alb/v0.13.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/certificates` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/cdn/v1.9.0...services/cdn/v1.9.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/dns` from 0.21.0 to 0.22.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@core/v0.21.0...services/dns/v0.22.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/dremio` from 0.4.0 to 0.5.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@core/v0.4.0...services/git/v0.5.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/edge` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@core/v0.13.0...services/alb/v0.13.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/iaas` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/cdn/v1.13.0...services/cdn/v1.14.0)

Updates `github.com/stackitcloud/stackit-sdk-go/services/intake` from 0.11.0 to 0.11.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/vpn/v0.11.0...services/git/v0.11.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/kms` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/cdn/v1.12.0...services/kms/v1.12.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/loadbalancer` from 1.15.0 to 1.15.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/cdn/v1.15.0...services/cdn/v1.15.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/logme` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/cdn/v1.1.0...services/cdn/v1.2.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/logs` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@core/v0.10.0...core/v0.10.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/mariadb` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/cdn/v1.1.0...services/cdn/v1.2.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/modelserving` from 0.11.0 to 0.13.0
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/vpn/v0.11.0...core/v0.13.0)

Updates `github.com/stackitcloud/stackit-sdk-go/services/mongodbflex` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/cdn/v1.12.0...services/kms/v1.12.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/objectstorage` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/cdn/v1.9.0...services/cdn/v1.9.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/opensearch` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/cdn/v1.1.0...services/cdn/v1.2.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/rabbitmq` from 1.1.1 to 1.2.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/kms/v1.1.1...services/cdn/v1.2.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/redis` from 1.1.1 to 1.2.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/kms/v1.1.1...services/cdn/v1.2.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/resourcemanager` from 0.24.0 to 0.24.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@core/v0.24.0...core/v0.24.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/scf` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@core/v0.10.0...core/v0.10.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/secretsmanager` from 0.18.1 to 0.18.2
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/mongodbflex/v0.18.1...services/mongodbflex/v0.18.2)

Updates `github.com/stackitcloud/stackit-sdk-go/services/serverbackup` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/cdn/v1.7.0...services/kms/v1.7.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/serverupdate` from 1.5.2 to 1.5.4
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/mongodbflex/v1.5.2...services/mongodbflex/v1.5.4)

Updates `github.com/stackitcloud/stackit-sdk-go/services/serviceaccount` from 0.20.0 to 0.20.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@core/v0.20.0...core/v0.20.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/serviceenablement` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/cdn/v1.7.0...services/kms/v1.7.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/sfs` from 0.11.0 to 0.11.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/vpn/v0.11.0...services/git/v0.11.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/ske` from 1.21.0 to 1.21.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/ske/v1.21.0...services/ske/v1.21.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/cdn/v1.17.0...services/cdn/v1.18.0)

Updates `github.com/stackitcloud/stackit-sdk-go/services/telemetrylink` from 0.4.0 to 0.5.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@core/v0.4.0...services/git/v0.5.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/telemetryrouter` from 0.4.0 to 0.5.1
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@core/v0.4.0...services/git/v0.5.1)

Updates `github.com/stackitcloud/stackit-sdk-go/services/vpn` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@core/v0.14.0...core/v0.15.0)

Updates `github.com/stackitcloud/stackit-sdk-go/services/authorization` from 0.15.2 to 0.15.3
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/authorization/v0.15.2...services/authorization/v0.15.3)

---
updated-dependencies:
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/alb
  dependency-version: 0.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/albwaf
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/certificates
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/dns
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/dremio
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/edge
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/iaas
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/intake
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/kms
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/loadbalancer
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/logme
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/logs
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/mariadb
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/modelserving
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/mongodbflex
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/objectstorage
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/opensearch
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/rabbitmq
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/redis
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/resourcemanager
  dependency-version: 0.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/scf
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/secretsmanager
  dependency-version: 0.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/serverbackup
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/serverupdate
  dependency-version: 1.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/serviceaccount
  dependency-version: 0.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/serviceenablement
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/sfs
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/ske
  dependency-version: 1.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/telemetrylink
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/telemetryrouter
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/vpn
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/authorization
  dependency-version: 0.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stackit
...

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 Aug 12, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 12, 2026 11:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 12, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Aug 13, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/stackit-daef84126a branch August 13, 2026 10:03
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