Skip to content

chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/runcommand from 1.8.0 to 1.9.1 - #1572

Merged
cgoetz-inovex merged 1 commit into
mainfrom
dependabot/go_modules/github.com/stackitcloud/stackit-sdk-go/services/runcommand-1.9.1
Aug 28, 2026
Merged

chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/runcommand from 1.8.0 to 1.9.1#1572
cgoetz-inovex merged 1 commit into
mainfrom
dependabot/go_modules/github.com/stackitcloud/stackit-sdk-go/services/runcommand-1.9.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/stackitcloud/stackit-sdk-go/services/runcommand from 1.8.0 to 1.9.1.

Changelog

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

Release (2026-MM-DD)

  • automation:
  • observability:
    • v0.25.0
      • v1api:
        • Breaking Change: Removed model Status1; ProjectInstanceFull.Status field type changed from Status1 to Status
        • Breaking Change: Field types for nullable map values changed from map[string]string to map[string]*string in Error.Errors, GetCredentialsResponse.CredentialsInfo, GetInstanceResponse.Parameters, RouteSerializer.Routes, ServiceKeysList.CredentialsInfo
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
  • valkey:
    • v0.3.0
      • v1api:
        • Breaking Change/Fix: CreateBackupExecute return type changed from ([]CreateBackupResponseItem, error) to (*CreateBackupResponseItem, error) The go type now correctly models the actual JSON response, this operation was broken beforehand. This aligns v1api with the fix already applied to v2api in v0.2.0.

Release (2026-08-25)

  • 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.2
      • v1api:
        • Improvement: Update description of UpdateWAF method to reflect that updating a WAF configuration now also applies to all Load Balancers that reference it
    • 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

... (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...
  • cf68bc5 Generator: Update SDK /services/cdn (#3869)
  • 5e37fd1 fix(sqlserverflex): waiter handler fails in unknown state "pending" (#3873)
  • 2b4b998 fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/inta...
  • 2cd6c00 Generator: Update SDK /services/intake (#3858)
  • 2fb79a9 Generate alb (#3856)
  • 74c0858 Generate certificates (#3857)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 26, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 26, 2026 13:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/stackitcloud/stackit-sdk-go/services/runcommand-1.9.1 branch 3 times, most recently from 6a6c90a to 68d796f Compare August 28, 2026 11:40
…command

Bumps [github.com/stackitcloud/stackit-sdk-go/services/runcommand](https://github.com/stackitcloud/stackit-sdk-go) from 1.8.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.8.0...services/cdn/v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/runcommand
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/stackitcloud/stackit-sdk-go/services/runcommand-1.9.1 branch from 68d796f to df25120 Compare August 28, 2026 11:47
@cgoetz-inovex
cgoetz-inovex enabled auto-merge (squash) August 28, 2026 11:48
@cgoetz-inovex
cgoetz-inovex merged commit fef9bf6 into main Aug 28, 2026
4 checks passed
@cgoetz-inovex
cgoetz-inovex deleted the dependabot/go_modules/github.com/stackitcloud/stackit-sdk-go/services/runcommand-1.9.1 branch August 28, 2026 11:54
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.

1 participant