Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2025

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

Changelog

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

Release (2025-xx-xx)

  • stackitmarketplace: v1.16.0
    • Breaking Change: Remove unused ProjectId model struct
  • iaas: v1.1.0
    • Breaking Change: Removal of unused model structs: Area, AreaConfig, AreaPrefixConfigIPv4, UpdateAreaIPv4, NetworkAreaIPv4, CreateAreaAddressFamily, CreateAreaIPv4, CreateNetworkAddressFamily, CreateNetworkIPv4Body, CreateNetworkIPv6Body, CreateServerPayloadBootVolume, CreateServerPayloadNetworking, NullableUpdateAreaAddressFamily, CreateServerPayloadNetworking, UpdateNetworkAddressFamily, CreateServerPayloadNetworking, CreateServerPayloadNetworking
  • cdn: v2.1.0
    • Breaking change: Removal of unused model structs: GetLogsSearchFiltersResponse, PatchLokiLogSink

Release (2025-10-29)

  • stackitmarketplace: v1.15.0
    • Feature: Add EndUserLicenseAgreement, ProductDescription and ServiceLevelAgreement attributes and add them to Assets struct
  • postgresflex: v1.3.0
    • Breaking Change: The attribute type for PartialUpdateInstancePayload and UpdateInstancePayload changed from Storage to StorageUpdate.
    • Deprecation: StorageUpdate: updating the performance class field is not possible.
  • iaas:
    • v1.0.1
      • Bump STACKIT resourcemanager SDK module from v0.17.1 to v0.18.0
    • v1.0.0
      • Breaking Change: The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
      • Feature: Add new methods to manage routing tables: AddRoutingTableToArea, DeleteRoutingTableFromArea, GetRoutingTableOfArea, ListRoutingTablesOfArea, UpdateRoutingTableOfArea
      • Feature: Add new methods to manage routes in routing tables: AddRoutesToRoutingTable, DeleteRouteFromRoutingTable, GetRouteOfRoutingTable, ListRoutesOfRoutingTable, UpdateRouteOfRoutingTable
      • Breaking Change: Add new method to manage network area regions: CreateNetworkAreaRegion, DeleteNetworkAreaRegion, GetNetworkAreaRegion, ListNetworkAreaRegions, UpdateNetworkAreaRegion
      • Feature: Add new wait handler for network area region: CreateNetworkAreaRegionWaitHandler and DeleteRegionalNetworkAreaConfigurationWaitHandler
      • Breaking Change: Wait handler which relates to region-specific services, got an additional param for the region: CreateNetworkWaitHandler, UpdateNetworkWaitHandler, DeleteNetworkWaitHandler, CreateVolumeWaitHandler, DeleteVolumeWaitHandler, CreateServerWaitHandler, ResizeServerWaitHandler, DeleteServerWaitHandler, StartServerWaitHandler, StopServerWaitHandler, DeallocateServerWaitHandler, RescueServerWaitHandler, UnrescueServerWaitHandler, ProjectRequestWaitHandler, AddVolumeToServerWaitHandler, RemoveVolumeFromServerWaitHandler, UploadImageWaitHandler, DeleteImageWaitHandler, CreateBackupWaitHandler, DeleteBackupWaitHandler, RestoreBackupWaitHandler, CreateSnapshotWaitHandler, DeleteSnapshotWaitHandler
      • Breaking Change: Network model has changed:
        • NetworkId has been renamed to Id
        • Gateway, Nameservers, Prefixes and PublicIp has been moved to new model NetworkIPv4, and can be accessed in the new property IPv4
        • Properties Gatewayv6, Nameserversv6 and Prefixesv6 moved to new model NetworkIPv6, and can be accessed in the new property IPv6
      • Breaking Change: CreateServerPayload model has changed:
        • Model CreateServerPayloadBootVolume of BootVolume property changed to ServerBootVolume
        • Property Networking in CreateServerPayload is required now
      • Deprecated: Deprecated wait handler and will be removed after April 2026: CreateNetworkAreaWaitHandler, UpdateNetworkAreaWaitHandler and DeleteNetworkAreaWaitHandler
  • resourcemanager: v0.18.0
    • Feature: Add new model ContainerSearchResult
  • git: v0.9.0
    • Feature: Add support for list runner labels operation
      • new API client methods ListRunnerLabels and ListRunnerLabelsExecute
      • new model struct RunnerLabel
  • cdn: v2.0.0
    • Feature: Switch from v1beta CDN API version to v1beta2 version.
    • Breaking change: Changed spelling from WAF to Waf in model struct names
      • WAFStatusRuleBlock -> WafStatusRuleBlock
      • WAFRuleGroup -> WafRuleGroup
      • WAFRuleCollection -> WafRuleCollection
      • WAFRule -> WafRule
      • NullableListWAFCollectionsResponse -> NullableListWafCollectionsResponse
    • Breaking change: Changed spelling from model struct named GenericJSONResponse to GenericJsonResponse
    • Breaking change: Removal of fields from model structs
      • Remove Description field from ErrorDetails model struct
      • Remove Domain field from PutCustomDomainResponse and GetCustomDomainResponse model structs

... (truncated)

Commits
  • 0e2bfa4 feat: adjust waiters with new enums (#2188)
  • 973a433 Update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.22.4 ...
  • 5379775 Generator: Update SDK /services/stackitmarketplace (#2192)
  • cf32f72 Update module golang.org/x/crypto to v0.35.0 [SECURITY] (#2132)
  • 098bd10 Update SDK (#2187)
  • 343c31d Update user agent header (#2181)
  • 43e9f13 fix: update cdn handler timeouts (#2117)
  • 9139ae7 Update github.com/stackitcloud/stackit-sdk-go/services/kms digest to 902931e ...
  • 902931e Update SDK (#2128)
  • 2992b19 Update module golang.org/x/term to v0.31.0 (#2130)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 30, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 30, 2025 13:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 30, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/stackitcloud/stackit-sdk-go/services/iaas-1.1.0 branch from eca044e to d473dfa Compare November 4, 2025 10:43
Bumps [github.com/stackitcloud/stackit-sdk-go/services/iaas](https://github.com/stackitcloud/stackit-sdk-go) from 0.31.0 to 1.1.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.31.0...services/cdn/v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/iaas
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/stackitcloud/stackit-sdk-go/services/iaas-1.1.0 branch from d473dfa to aed2967 Compare November 4, 2025 14:40
@marceljk marceljk merged commit d68210b into main Nov 5, 2025
5 checks passed
@marceljk marceljk deleted the dependabot/go_modules/github.com/stackitcloud/stackit-sdk-go/services/iaas-1.1.0 branch November 5, 2025 08: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.

2 participants