Skip to content

chore(deps): bump the stackit group with 3 updates - #1736

Merged
rubenhoenle merged 1 commit into
mainfrom
dependabot/go_modules/stackit-4aa44f8272
Sep 3, 2026
Merged

chore(deps): bump the stackit group with 3 updates#1736
rubenhoenle merged 1 commit into
mainfrom
dependabot/go_modules/stackit-4aa44f8272

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the stackit group with 3 updates: github.com/stackitcloud/stackit-sdk-go/services/dns, github.com/stackitcloud/stackit-sdk-go/services/postgresflex and github.com/stackitcloud/stackit-sdk-go/services/secretsmanager.

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

Changelog

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

Release (2026-MM-DD)

  • automation:
  • dns:
    • v0.23.0
      • Feature: CreateMoveCode now accepts an optional CreateMoveCodePayload request body (field Ttl) to configure the move code's validity duration
      • Breaking Change: DomainObservabilityExtension.State field type changed from *string to *DomainObservabilityExtensionState (new enum type with values CREATING, CREATE_SUCCEEDED, ERROR`)
      • Breaking Change: Removed State field from ZoneObservabilityExtension
      • v1api:
        • Feature: CreateMoveCode now accepts an optional CreateMoveCodePayload request body (field Ttl) to configure the move code's validity duration
        • Breaking Change: DomainObservabilityExtension.State field type changed from *string to *DomainObservabilityExtensionState (new enum type with values CREATING, CREATE_SUCCEEDED, ERROR)
        • Breaking Change: Removed State field from ZoneObservabilityExtension
  • experimental:
    • v0.1.0
      • Added experimental paginate package for AIP compliant pagination
  • 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)
  • postgresflex:
    • v1.14.0
      • Improvement: Document naming constraints for the Name field of database model structs
      • Improvement: Document that the SNA value of InstanceNetworkAccessScope (network.accessScope) is only permitted for enabled accounts; the request is rejected otherwise
      • v3alpha1api:
        • Improvement: Add validation (validate:"regexp=^[a-z_][a-z0-9_]*$") to Name field of model structs CreateDatabaseRequestPayload, DatabaseRoles, GetDatabaseResponse, ListDatabase, UpdateDatabasePartiallyRequestPayload, UpdateDatabaseRequestPayload
        • Improvement: Document that the SNA value of InstanceNetworkAccessScope is only permitted for enabled accounts
      • v3api:
        • Improvement: Add validation (validate:"regexp=^[a-z_][a-z0-9_]*$") to Name field of model structs CreateDatabasePayload, DatabaseRoles, GetDatabaseResponse, ListDatabase, PartialUpdateDatabasePayload, UpdateDatabasePayload
        • Improvement: Document that the SNA value of InstanceNetworkAccessScope is only permitted for enabled accounts
      • v3beta1api:
        • Improvement: Add validation (validate:"regexp=^[a-z_][a-z0-9_]*$") to Name field of model structs CreateDatabasePayload, DatabaseRoles, GetDatabaseResponse, ListDatabase, PartialUpdateDatabasePayload, UpdateDatabasePayload
        • Improvement: Document that the SNA value of InstanceNetworkAccessScope is only permitted for enabled accounts
  • runcommand:
    • v1.10.0
      • v2api: Feature: Add RunCommandWaitHandler wait handler for polling a command until it reaches a terminal state. failed is an error state; the handler returns a non-nil error along with the CommandDetails.
      • Dependencies: Add github.com/google/go-cmp v0.7.0
  • secretsmanager:
    • v0.19.0
      • Feature: Add support for managing AppRoles and their secret IDs: new Approle, ApproleList, ApproleSecret, ApproleSecretList, CreateApprolePayload, CreateApproleSecretIdPayload, UpdateApprolePayload and UpdateApproleSecretIdPayload models, plus new CreateApprole, GetApprole, GetApproles, UpdateApprole, DeleteApprole, CreateApproleSecretId, GetApproleSecretId, ListApproleSecretIds, UpdateApproleSecretId and DeleteApproleSecretId operations
      • v1api:
        • Feature: Add support for managing AppRoles and their secret IDs: new Approle, ApproleList, ApproleSecret, ApproleSecretList, CreateApprolePayload, CreateApproleSecretIdPayload, UpdateApprolePayload and UpdateApproleSecretIdPayload models, plus new CreateApprole, GetApprole, GetApproles, UpdateApprole, DeleteApprole, CreateApproleSecretId, GetApproleSecretId, ListApproleSecretIds, UpdateApproleSecretId and DeleteApproleSecretId operations
  • valkey:
    • v0.3.0
      • v1api:
        • Breaking Change/Fix: CreateBackupExecute return type changed from ([]CreateBackupResponseItem, error) to (*CreateBackupResponseItem, error)

... (truncated)

Commits

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

Changelog

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

Release (2026-MM-DD)

  • automation:
  • dns:
    • v0.23.0
      • Feature: CreateMoveCode now accepts an optional CreateMoveCodePayload request body (field Ttl) to configure the move code's validity duration
      • Breaking Change: DomainObservabilityExtension.State field type changed from *string to *DomainObservabilityExtensionState (new enum type with values CREATING, CREATE_SUCCEEDED, ERROR`)
      • Breaking Change: Removed State field from ZoneObservabilityExtension
      • v1api:
        • Feature: CreateMoveCode now accepts an optional CreateMoveCodePayload request body (field Ttl) to configure the move code's validity duration
        • Breaking Change: DomainObservabilityExtension.State field type changed from *string to *DomainObservabilityExtensionState (new enum type with values CREATING, CREATE_SUCCEEDED, ERROR)
        • Breaking Change: Removed State field from ZoneObservabilityExtension
  • experimental:
    • v0.1.0
      • Added experimental paginate package for AIP compliant pagination
  • 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)
  • postgresflex:
    • v1.14.0
      • Improvement: Document naming constraints for the Name field of database model structs
      • Improvement: Document that the SNA value of InstanceNetworkAccessScope (network.accessScope) is only permitted for enabled accounts; the request is rejected otherwise
      • v3alpha1api:
        • Improvement: Add validation (validate:"regexp=^[a-z_][a-z0-9_]*$") to Name field of model structs CreateDatabaseRequestPayload, DatabaseRoles, GetDatabaseResponse, ListDatabase, UpdateDatabasePartiallyRequestPayload, UpdateDatabaseRequestPayload
        • Improvement: Document that the SNA value of InstanceNetworkAccessScope is only permitted for enabled accounts
      • v3api:
        • Improvement: Add validation (validate:"regexp=^[a-z_][a-z0-9_]*$") to Name field of model structs CreateDatabasePayload, DatabaseRoles, GetDatabaseResponse, ListDatabase, PartialUpdateDatabasePayload, UpdateDatabasePayload
        • Improvement: Document that the SNA value of InstanceNetworkAccessScope is only permitted for enabled accounts
      • v3beta1api:
        • Improvement: Add validation (validate:"regexp=^[a-z_][a-z0-9_]*$") to Name field of model structs CreateDatabasePayload, DatabaseRoles, GetDatabaseResponse, ListDatabase, PartialUpdateDatabasePayload, UpdateDatabasePayload
        • Improvement: Document that the SNA value of InstanceNetworkAccessScope is only permitted for enabled accounts
  • runcommand:
    • v1.10.0
      • v2api: Feature: Add RunCommandWaitHandler wait handler for polling a command until it reaches a terminal state. failed is an error state; the handler returns a non-nil error along with the CommandDetails.
      • Dependencies: Add github.com/google/go-cmp v0.7.0
  • secretsmanager:
    • v0.19.0
      • Feature: Add support for managing AppRoles and their secret IDs: new Approle, ApproleList, ApproleSecret, ApproleSecretList, CreateApprolePayload, CreateApproleSecretIdPayload, UpdateApprolePayload and UpdateApproleSecretIdPayload models, plus new CreateApprole, GetApprole, GetApproles, UpdateApprole, DeleteApprole, CreateApproleSecretId, GetApproleSecretId, ListApproleSecretIds, UpdateApproleSecretId and DeleteApproleSecretId operations
      • v1api:
        • Feature: Add support for managing AppRoles and their secret IDs: new Approle, ApproleList, ApproleSecret, ApproleSecretList, CreateApprolePayload, CreateApproleSecretIdPayload, UpdateApprolePayload and UpdateApproleSecretIdPayload models, plus new CreateApprole, GetApprole, GetApproles, UpdateApprole, DeleteApprole, CreateApproleSecretId, GetApproleSecretId, ListApproleSecretIds, UpdateApproleSecretId and DeleteApproleSecretId operations
  • valkey:
    • v0.3.0
      • v1api:
        • Breaking Change/Fix: CreateBackupExecute return type changed from ([]CreateBackupResponseItem, error) to (*CreateBackupResponseItem, error)

... (truncated)

Commits

Updates github.com/stackitcloud/stackit-sdk-go/services/secretsmanager from 0.18.2 to 0.19.0

Changelog

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

Release (2026-MM-DD)

  • automation:
  • dns:
    • v0.23.0
      • Feature: CreateMoveCode now accepts an optional CreateMoveCodePayload request body (field Ttl) to configure the move code's validity duration
      • Breaking Change: DomainObservabilityExtension.State field type changed from *string to *DomainObservabilityExtensionState (new enum type with values CREATING, CREATE_SUCCEEDED, ERROR`)
      • Breaking Change: Removed State field from ZoneObservabilityExtension
      • v1api:
        • Feature: CreateMoveCode now accepts an optional CreateMoveCodePayload request body (field Ttl) to configure the move code's validity duration
        • Breaking Change: DomainObservabilityExtension.State field type changed from *string to *DomainObservabilityExtensionState (new enum type with values CREATING, CREATE_SUCCEEDED, ERROR)
        • Breaking Change: Removed State field from ZoneObservabilityExtension
  • experimental:
    • v0.1.0
      • Added experimental paginate package for AIP compliant pagination
  • 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)
  • postgresflex:
    • v1.14.0
      • Improvement: Document naming constraints for the Name field of database model structs
      • Improvement: Document that the SNA value of InstanceNetworkAccessScope (network.accessScope) is only permitted for enabled accounts; the request is rejected otherwise
      • v3alpha1api:
        • Improvement: Add validation (validate:"regexp=^[a-z_][a-z0-9_]*$") to Name field of model structs CreateDatabaseRequestPayload, DatabaseRoles, GetDatabaseResponse, ListDatabase, UpdateDatabasePartiallyRequestPayload, UpdateDatabaseRequestPayload
        • Improvement: Document that the SNA value of InstanceNetworkAccessScope is only permitted for enabled accounts
      • v3api:
        • Improvement: Add validation (validate:"regexp=^[a-z_][a-z0-9_]*$") to Name field of model structs CreateDatabasePayload, DatabaseRoles, GetDatabaseResponse, ListDatabase, PartialUpdateDatabasePayload, UpdateDatabasePayload
        • Improvement: Document that the SNA value of InstanceNetworkAccessScope is only permitted for enabled accounts
      • v3beta1api:
        • Improvement: Add validation (validate:"regexp=^[a-z_][a-z0-9_]*$") to Name field of model structs CreateDatabasePayload, DatabaseRoles, GetDatabaseResponse, ListDatabase, PartialUpdateDatabasePayload, UpdateDatabasePayload
        • Improvement: Document that the SNA value of InstanceNetworkAccessScope is only permitted for enabled accounts
  • runcommand:
    • v1.10.0
      • v2api: Feature: Add RunCommandWaitHandler wait handler for polling a command until it reaches a terminal state. failed is an error state; the handler returns a non-nil error along with the CommandDetails.
      • Dependencies: Add github.com/google/go-cmp v0.7.0
  • secretsmanager:
    • v0.19.0
      • Feature: Add support for managing AppRoles and their secret IDs: new Approle, ApproleList, ApproleSecret, ApproleSecretList, CreateApprolePayload, CreateApproleSecretIdPayload, UpdateApprolePayload and UpdateApproleSecretIdPayload models, plus new CreateApprole, GetApprole, GetApproles, UpdateApprole, DeleteApprole, CreateApproleSecretId, GetApproleSecretId, ListApproleSecretIds, UpdateApproleSecretId and DeleteApproleSecretId operations
      • v1api:
        • Feature: Add support for managing AppRoles and their secret IDs: new Approle, ApproleList, ApproleSecret, ApproleSecretList, CreateApprolePayload, CreateApproleSecretIdPayload, UpdateApprolePayload and UpdateApproleSecretIdPayload models, plus new CreateApprole, GetApprole, GetApproles, UpdateApprole, DeleteApprole, CreateApproleSecretId, GetApproleSecretId, ListApproleSecretIds, UpdateApproleSecretId and DeleteApproleSecretId operations
  • valkey:
    • v0.3.0
      • v1api:
        • Breaking Change/Fix: CreateBackupExecute return type changed from ([]CreateBackupResponseItem, error) to (*CreateBackupResponseItem, error)

... (truncated)

Commits
  • ce14ccb feat(core): new util func to convert enum value slices to string slices (#3714)
  • b88f351 Generator: Update SDK /services/stackitmarketplace (#3713)
  • 5ba88e1 Update SDK (#3711)
  • 69244ec Generator: Update SDK /services/alb (#3708)
  • 4eac7c8 Generator: Update SDK /services/iaas (#3710)
  • 85a20da fix(kms): fix disableKeyVersionWaitHandler and enableKeyVersionWaitHandler to...
  • 7dd87f7 Update module github.com/stackitcloud/stackit-sdk-go/core to v0.18.0 (#3707)
  • 946b307 Add duration utils (#3700)
  • 63465ee Update module github.com/stackitcloud/stackit-sdk-go/services/iaas to v1.1.0 ...
  • b7927c0 Generator: Update SDK /services/cdn (#3702)
  • Additional commits viewable in compare view

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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 3, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 3, 2026 11:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 3, 2026
@rubenhoenle
rubenhoenle enabled auto-merge (squash) September 3, 2026 11:54
Bumps the stackit group with 3 updates: [github.com/stackitcloud/stackit-sdk-go/services/dns](https://github.com/stackitcloud/stackit-sdk-go), [github.com/stackitcloud/stackit-sdk-go/services/postgresflex](https://github.com/stackitcloud/stackit-sdk-go) and [github.com/stackitcloud/stackit-sdk-go/services/secretsmanager](https://github.com/stackitcloud/stackit-sdk-go).


Updates `github.com/stackitcloud/stackit-sdk-go/services/dns` from 0.22.1 to 0.23.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/dns/v0.22.1...core/v0.23.0)

Updates `github.com/stackitcloud/stackit-sdk-go/services/postgresflex` 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/secretsmanager` from 0.18.2 to 0.19.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/mongodbflex/v0.18.2...core/v0.19.0)

---
updated-dependencies:
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/dns
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/postgresflex
  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/secretsmanager
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackit
...

Signed-off-by: dependabot[bot] <support@github.com>
@rubenhoenle
rubenhoenle force-pushed the dependabot/go_modules/stackit-4aa44f8272 branch from 04b4eeb to 860a3ae Compare September 3, 2026 11:54
@rubenhoenle
rubenhoenle merged commit a7d114b into main Sep 3, 2026
3 checks passed
@rubenhoenle
rubenhoenle deleted the dependabot/go_modules/stackit-4aa44f8272 branch September 3, 2026 12:01
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