Release (2024-05-22)
·
549 commits
to main
since this release
Highlights
authorization
: v0.3.0- Feature: New field for
Role
:Id
- Feature: New field for
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
- New: Manage your STACKIT SQL Server Flex resources:
ske
: v0.14.0- Feature: New fields for
MachineType
:Architecture
,Gpu
- Feature: New fields for
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.
- Feature: New operation
iaas
: v0.1.0- New BETA module: manage Infrastructure as a Service (IaaS) resources
Network
andNetworkArea
- New BETA module: manage Infrastructure as a Service (IaaS) resources
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
- Add
- Feature: New methods to manage networks:
iaas
: v0.3.0- Feature: Add waiters for async operations:
CreateNetworkAreaWaitHandler
,UpdateNetworkAreaWaitHandler
,DeleteNetworkAreaWaitHandler
,CreateNetworkWaitHandler
,UpdateNetworkWaitHandler
,DeleteNetworkWaitHandler
- Feature: Add waiters for async operations:
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 toGetMetricsResponse
- Breaking change: Deleted unused data types
- Feature: New method
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 toGetMetricsResponse
- Breaking change: Deleted unused data types
- Feature: New method
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 toGetMetricsResponse
- Breaking change: Deleted unused data types
- Feature: New method
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 toGetMetricsResponse
- Breaking change: Deleted unused data types
- Feature: New method
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 toGetMetricsResponse
- Breaking change: Deleted unused data types
- Feature: New method
serviceenablement
: v0.1.0- New: STACKIT Service Enablement module can be used to enable services
What's Changed
- Updated license infos by @BackInBash in #443
- Generator: Update SDK /services/ske by @stackit-pipeline in #457
- Update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.14.0 by @stackit-pipeline in #458
- Update module golang.org/x/term to v0.20.0 by @stackit-pipeline in #459
- Refactor Repeated Code in getPrivateKey and getServiceAccountKey by @kemalcanbora in #460
- Skip unit test for IaaS by @vicentepinto98 in #461
- Generator: Update SDK /services/authorization by @stackit-pipeline in #463
- Generator: Update SDK /services/argus by @stackit-pipeline in #462
- Generator: Update SDK /services/dns by @stackit-pipeline in #464
- Generator: Update SDK /services/loadbalancer by @stackit-pipeline in #467
- Generator: Update SDK /services/membership by @stackit-pipeline in #470
- Generator: Update SDK /services/mongodbflex by @stackit-pipeline in #471
- Generator: Update SDK /services/objectstorage by @stackit-pipeline in #472
- Generator: Update SDK /services/postgresflex by @stackit-pipeline in #474
- Generator: Update SDK /services/resourcemanager by @stackit-pipeline in #478
- Generator: Update SDK /services/secretsmanager by @stackit-pipeline in #479
- Generator: Update SDK /services/serviceaccount by @stackit-pipeline in #480
- Generator: Update SDK /services/ske by @stackit-pipeline in #481
- Generator: Update SDK /services/iaas by @stackit-pipeline in #483
- Generator: Update SDK /services/redis by @stackit-pipeline in #489
- Generator: Update SDK /services/postgresql by @stackit-pipeline in #487
- Generator: Update SDK /services/rabbitmq by @stackit-pipeline in #488
- Generator: Update SDK /services/opensearch by @stackit-pipeline in #486
- Generator: Update SDK /services/mariadb by @stackit-pipeline in #485
- Generator: Update SDK /services/logme by @stackit-pipeline in #484
- Update SDK to v0.14.0 by @stackit-pipeline in #490
- Add waiter for
RestoreInstance
in MongoDBFlex by @DiogoFerrao in #492 - Generator: Update SDK /services/ske by @stackit-pipeline in #494
- Sort mongodb restore jobs in
RestoreInstanceWaitHandler
by @DiogoFerrao in #496 - Update SDK by @stackit-pipeline in #497
- Generator: Update SDK /services/serviceenablement by @stackit-pipeline in #502
- Generator: Update SDK /services/iaas by @stackit-pipeline in #501
- Add waiters for IaaS network and network area operations by @joaopalet in #495
- Add examples for the IaaS service by @joaopalet in #505
- Update github-action by @GokceGK in #522
- Generator: Update SDK /services/sqlserverflex by @stackit-pipeline in #521
- Generator: Update SDK /services/postgresflex by @stackit-pipeline in #520
- Generator: Update SDK /services/mongodbflex by @stackit-pipeline in #519
- Generator: Update SDK /services/authorization by @stackit-pipeline in #518
- Add missing SKE changelog by @GokceGK in #526
New Contributors
- @BackInBash made their first contribution in #443
- @kemalcanbora made their first contribution in #460
Full Changelog: release-2024-05-02...release-2024-05-22