Skip to content

Release (2024-05-22)

Compare
Choose a tag to compare
@GokceGK GokceGK released this 22 May 13:02
· 549 commits to main since this release
1e56ba9

Highlights

  • authorization: v0.3.0
    • Feature: New field for Role: Id
  • mongodbflex: v0.14.0
    • Breaking change: Remove unused data types.
  • postgresflex: v0.14.0
    • Breaking change: Remove unused model data types.
  • sqlserverflex: v0.1.0
    • New: Manage your STACKIT SQL Server Flex resources: Instance, Flavors, Users, Databases, Backups
  • ske: v0.14.0
    • Feature: New fields for MachineType: Architecture, Gpu
  • ske: v0.15.0
    • Feature: New operation GetLoginKubeconfig to get a Kubeconfig for use with the STACKIT CLI. A Kubeconfig retrieved using this endpoint does not contain any credentials and instead obtains valid credentials via the STACKIT CLI.
  • iaas: v0.1.0
    • New BETA module: manage Infrastructure as a Service (IaaS) resources Network and NetworkArea
  • iaas: v0.2.0
    • Feature: New methods to manage networks:
      • CreateNetwork
      • PartialUpdateNetwork
      • DeleteNetwork
    • Breaking change: Rename methods for better correspondence with endpoint behaviour (see service release notes for detailed changes)
    • Breaking change: Rename types (see service release notes for detailed changes)
      • Add Response suffix to types only used in method responses
      • Remove V1 prefix from all types
  • iaas: v0.3.0
    • Feature: Add waiters for async operations: CreateNetworkAreaWaitHandler, UpdateNetworkAreaWaitHandler, DeleteNetworkAreaWaitHandler, CreateNetworkWaitHandler, UpdateNetworkWaitHandler, DeleteNetworkWaitHandler
  • logme: v0.14.0
    • Feature: New method GetMetrics to get the latest metrics for cpu load, memory and disk usage for an instance
    • Feature: New method ListBackups to list the backups for an instance
    • Breaking change: ListMetricsResponse type (previously unused) renamed to GetMetricsResponse
    • Breaking change: Deleted unused data types
  • mariadb: v0.14.0
    • Feature: New method GetMetrics to get the latest metrics for cpu load, memory and disk usage for an instance
    • Feature: New method ListBackups to list the backups for an instance
    • Breaking change: ListMetricsResponse type (previously unused) renamed to GetMetricsResponse
    • Breaking change: Deleted unused data types
  • opensearch: v0.14.0
    • Feature: New method GetMetrics to get the latest metrics for cpu load, memory and disk usage for an instance
    • Feature: New method ListBackups to list the backups for an instance
    • Breaking change: ListMetricsResponse type (previously unused) renamed to GetMetricsResponse
    • Breaking change: Deleted unused data types
  • rabbitmq: v0.14.0
    • Feature: New method GetMetrics to get the latest metrics for cpu load, memory and disk usage for an instance
    • Feature: New method ListBackups to list the backups for an instance
    • Breaking change: ListMetricsResponse type (previously unused) renamed to GetMetricsResponse
    • Breaking change: Deleted unused data types
  • redis: v0.14.0
    • Feature: New method GetMetrics to get the latest metrics for cpu load, memory and disk usage for an instance
    • Feature: New method ListBackups to list the backups for an instance
    • Breaking change: ListMetricsResponse type (previously unused) renamed to GetMetricsResponse
    • Breaking change: Deleted unused data types
  • serviceenablement: v0.1.0
    • New: STACKIT Service Enablement module can be used to enable services

What's Changed

New Contributors

Full Changelog: release-2024-05-02...release-2024-05-22