Skip to content

release-2025-03-05

Choose a tag to compare

@Fyusel Fyusel released this 05 Mar 07:42
· 310 commits to main since this release
e53fe61

Highlights

  • core: v0.16.1
    • Bugfix: STACKIT_PRIVATE_KEY and STACKIT_SERVICE_ACCOUNT_KEY can be set via environment variable or via credentials file.
  • stackitmarketplace: v0.3.0
    • Feature: Add method to create inquiries: InquiriesCreateInquiry
    • Feature: Add sort property to ApiListCatalogProductsRequest
    • Feature: Add payload ApproveSubscriptionPayload for ApiApproveSubscriptionRequest
  • postgresflex: 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.
  • sqlserverflex: 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 method to delete all instances for a project: TerminateProject
  • modelserving: v0.1.0
    • New: STACKIT Model Serving module can be used to manage the STACKIT Model Serving.
  • iaas: v0.21.0
    • Feature: Add method to list all public ip ranges: ListPublicIpRanges
    • Add size attribute to image model
    • Add CPU architecture attribute to image config model
  • iaas: v0.21.1
    • Increase Timeouts for volume and network wait handlers
  • serviceenablement: 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.

What's Changed

New Contributors

Full Changelog: release-2025-02-11...release-2025-03-05