Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2025

Bumps github.com/stackitcloud/stackit-sdk-go/services/iaas from 0.29.2 to 0.31.0.

Changelog

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

Release (2025-MM-DD)

  • iaas:
    • v0.31.0
      • Add CreatedAt and UpdatedAt fields to BaseSecurityGroupRule struct
      • Add Description field to CreateNicPayload, NIC, UpdateNicPayload structs
      • Add Agent field to Server, CreateServerPayload structs
      • Add CreatedAt, UpdatedAt and Protocol fields to SecurityGroupRule, CreateSecurityGroupRulePayload structs
      • New struct: ServerAgent
    • v0.30.0
      • Feature: Add waiter to wait until the preconditions for network area deletion are met: ReadyForNetworkAreaDeletionWaitHandler
  • intake: v0.2.0
    • Feature: Add response IntakeRunnerResponse to UpdateIntakeRunnerExecute request
    • Feature: Add response IntakeUserResponse to UpdateIntakeUserExecute request
  • stackitmarketplace:
    • v1.13.0
      • Feature: Add HasDemo field (type *bool) to CatalogProductDetail struct
    • v1.12.0
      • Breaking Change: Change Logo field type from *[]byte to *string in CatalogProductDetail, CatalogProductDetailsVendor, and CatalogProductOverview models
    • v1.11.0
      • Feature: Add new field DemoUrl to CatalogProductDetail model
    • v1.10.0
      • Feature: Added PlanId to CatalogProductPricingOption and SubscriptionProduct
  • alb: v0.7.0
    • Add field Labels (type *map[string]string) to structs LoadBalancer, CreateLoadBalancerPayload, UpdateLoadBalancerPayload
    • Add field WafConfigName (type *string) to Listener struct
  • loadbalancer: v1.6.0
    • Add field Labels (type *map[string]string) to structs LoadBalancer, CreateLoadBalancerPayload, UpdateLoadBalancerPayload
  • git: v0.8.0
    • Feature: Add support for the instance patch operation

Release (2025-09-11)

  • cdn: v1.5.0
    • Feature: Added Attribute LogSink to ConfigPatch
    • Feature: Added Attribute Geofencing to DistributionPayload, HttpBackend and HttpBackendPatch
    • Feature: Added new function GetLogsSearchFilters
  • intake:
    • v0.1.2
      • Feature: Add new field Partitioning to IntakeCatalog model
    • v0.1.1
      • Mark fields MaxMessageSizeKiB and MaxMessagesPerHour as optional instead of required in UpdateIntakeRunnerPayload model struct
  • modelserving: v0.6.0
    • Feature: New enum values MODELTYPE_AUDIO and MODELTYPE_IMAGE for ModelTypes enum
    • Breaking Change: Renaming of ChatModelDetailsBits enum fields
      • CHATMODELDETAILSBITS_1Bit -> CHATMODELDETAILSBITS_ONE_BIT
      • CHATMODELDETAILSBITS_2Bits -> CHATMODELDETAILSBITS_TWO_BITS
      • CHATMODELDETAILSBITS_4Bits -> CHATMODELDETAILSBITS_FOUR_BITS
      • CHATMODELDETAILSBITS_8Bits -> CHATMODELDETAILSBITS_EIGHT_BITS
      • CHATMODELDETAILSBITS_16Bits -> CHATMODELDETAILSBITS_SIXTEEN_BITS
  • objectstorage: v1.4.0
    • Breaking change: Set Expires field in CreateAccessKeyResponse model to NullableString

... (truncated)

Commits
  • d8d6b03 Generator: Update SDK /services/iaas (#3595)
  • 4393014 Generator: Update SDK /services/git (#3594)
  • 658d72e Generator: Update SDK /services/loadbalancer (#3591)
  • 6c5414c Generator: Update SDK /services/alb (#3588)
  • d7913ff Generator: Update SDK /services/stackitmarketplace (#3592)
  • cca379b Generator: Update SDK /services/stackitmarketplace (#3562)
  • dd83723 Generator: Update SDK /services/intake (#3560)
  • 976c1f9 Generator: Update SDK /services/stackitmarketplace (#3561)
  • 78d032e Generator: Update SDK /services/stackitmarketplace (#3557)
  • 74853c8 Update module github.com/stackitcloud/stackit-sdk-go/services/iaas to v0.30.0...
  • 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 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 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/stackitcloud/stackit-sdk-go/services/iaas](https://github.com/stackitcloud/stackit-sdk-go) from 0.29.2 to 0.31.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/iaas/v0.29.2...services/iaas/v0.31.0)

---
updated-dependencies:
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/iaas
  dependency-version: 0.31.0
  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 Sep 25, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2025

Superseded by #31.

@dependabot dependabot bot closed this Oct 21, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/stackitcloud/stackit-sdk-go/services/iaas-0.31.0 branch October 21, 2025 14:36
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