Releases: stackitcloud/stackit-sdk-python
Release (2025-07-21)
Highlights
alb
:authorization
: v0.2.5- Internal: Improve deserializing and error types
certificates
: v1.0.2- Internal: Improve deserializing and error types
lbapplication
: v0.3.4- Internal: Improve deserializing and error types
loadbalancer
:logme
: v0.3.2- Internal: Improve deserializing and error types
mariadb
: v0.2.3- Internal: Improve deserializing and error types
modelserving
: v0.1.2- Internal: Improve deserializing and error types
mongodbflex
:- v1.1.0
- Breaking Change: Add required
region
parameter to all API methods. - Feature: Add new methods
clone_instance()
andrestore_instance()
. - Feature: Add new models
InstanceFlavor
andInstanceResponse
.
- Breaking Change: Add required
- v1.1.0
objectstorage
: v1.0.4- Internal: Improve deserializing and error types
observability
:- v0.6.0
- Feature: Add new methods
get_logs_configs()
,update_logs_configs()
,get_traces_configs()
,update_traces_configs()
,get_metrics_storage_retention()
,update_metrics_storage_retention()
,get_scrape_config()
,update_scrape_config()
,list_acl()
,update_acl()
,list_alert_config_receivers()
,list_alert_config_routes()
,update_alert_config_receiver()
,update_alert_config_route()
,list_alertgroups()
,list_alertrules()
,list_credentials()
,list_instances()
- Feature: Add new models
LogsConfig
,LogsConfigResponse
,TraceConfig
,TracesConfigResponse
,UpdateLogsConfigsPayload
,UpdateTracesConfigsPayload
- Feature: Add new methods
- v0.5.1
- Internal: Improve deserializing and error types
- v0.6.0
postgresflex
: v1.0.2- Internal: Improve deserializing and error types
rabbitmq
: v0.2.2- Internal: Improve deserializing and error types
redis
: v0.2.2- Internal: Improve deserializing and error types
resourcemanager
: v0.5.1- Internal: Improve deserializing and error types
runcommand
: v1.0.2- Internal: Improve deserializing and error types
secretsmanager
: v0.2.3- Internal: Improve deserializing and error types
serverbackup
: v1.0.2- Feature: Add
force
parameter todelete_backup
anddelete_volume_backup
methods - Internal: Improve deserializing and error types
- Feature: Add
serverupdate
: v1.0.3- Internal: Improve deserializing and error types
serviceaccount
: v0.2.2- Internal: Improve deserializing and error types
serviceenablement
: v1.0.2- Internal: Improve deserializing and error types
sqlserverflex
: v1.0.3- Internal: Improve deserializing and error types
kms
:dns
:git
:ske
- 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.
- Breaking Change: Renamed
Argus
model toObservability
- Breaking Change: Renamed
argus
field toobservability
inExtension
model - Breaking Change: Removed enum validation in
code
field inClusterError
model - Deprecated: Remove deprecated
allow_privileged_containers
field inKubernetes
model - Internal: Improve deserializing and error types
- v0.6.0
- Feature: Add new
ClusterErrorCode
types:CLUSTERERRORCODE_INFRA_SNA_NETWORK_NOT_FOUND
,CLUSTERERRORCODE_FETCHING_ERRORS_NOT_POSSIBLE
- Feature: Add new
- v1.0.0
stackitmarketplace
:- v1.5.1
- Internal: Improve deserializing and error types
- v1.5.0
- Feature: Add new
Assets
model for managing service certificate assets - Feature: Add new
LocalizedVersion
model for localized content management - Feature: Add new
NoticePeriod
model with types:SAME_DAY
,DAYS
,MONTHS
- Feature: Add new
ServiceCertificate
model for service certification
- Feature: Add new
- v1.4.0
- Feature: Add support for offer types
- new model
OfferType
- new attribute
CatalogProductDetail
forCatalogProductDetail
model
- new model
- Attribute
is_product_listing
inCatalogProductDetail
is now of typeOptional[StrictBool]
(previouslyStrictBool
)
- Feature: Add support for offer types
- v1.5.1
cdn
:opensearch
:iaas
:- v0.5.5
- Improvement: Add proper noqa comments for docstrings
- Improvement: Update type annotations for better type safety
- v0.5.4
- Improvement: Increase max length of
machine_type
andvolume_performance_class
fields from 63 to 127 characters in API methods - Improvement: Increase max length of
name
fields from 63 to 127 characters for various models:AffinityGroup
,Backup
,BootVolume
,CreateAffinityGroupPayload
,CreateBackupPayload
CreateImagePayload
,CreateNetworkAreaPayload
,CreateNetworkPayload
,CreateNicPayload
CreateSecurityGroupPayload
,CreateServerPayload
,CreateSnapshotPayload
,CreateVolumePayload
Image
,MachineType
,Nic
,PartialUpdateNetworkAreaPayload
,PartialUpdateNetworkPayload
ResizeServerPayload
,SecurityGroup
,Server
,ServerNetwork
,Snapshot
UpdateBackupPayload
,UpdateImagePayload
,UpdateNicPayload
,UpdateSecurityGroupPayload
UpdateServerPayload
,UpdateSnapshotPayload
,UpdateVolumePayload
,Volume
,VolumePerformanceClass
- Improvement: Update regular expression pattern for name validation to allow more flexible naming conventions
- Improvement: Increase max length of
- v0.5.5
What's Changed
- Generator: Update SDK /services/resourcemanager by @stackit-pipeline in #1245
- Generator: Update SDK /services/stackitmarketplace by @stackit-pipeline in #1253
- Generator: Update SDK /services/loadbalancer by @stackit-pipeline in #1255
- Generator: Update SDK /services/stackitmarketplace by @stackit-pipeline in #1256
- Generator: Update SDK /services/ske by @stackit-pipeline in #1259
- Generator: Update SDK /services/iaasalpha by @stackit-pipeline in #1276
- Generator: Update SDK /services/iaas by @stackit-pipeline in #1275
- chore(sdk): add support for custom auth endpoint and add example by @rubenhoenle ...
Release (2025-06-16)
Highlights
core
: v0.2.0- Feature: Allow setting custom token endpoint url in configuration
alb
: v0.3.0- Feature: Add new fields
disable_target_security_group_assignment
andtarget_security_group
inLoadBalancer
,CreateLoadBalancerPayload
andUpdateLoadBalancerPayload
Models
- Feature: Add new fields
iaas
: v0.5.3- Increase max length of description from 127 to 255 for
- Security groups:
BaseSecurityGroupRule
,CreateSecurityGroupPayload
,CreateSecurityGroupRulePayload
,SecurityGroup
,SecurityGroupRule
,UpdateSecurityGroupPayload
- Volumes:
CreateVolumePayload
,UpdateVolumePayload
,Volume
,VolumePerformanceClass
MachineType
- Security groups:
- Set max length of description of
Network
to 255 - Update the description of
Server
andCreateServerPayload
status field to include new possible valuePAUSED
- Increase max length of description from 127 to 255 for
loadbalancer
:resourcemanager
: v0.5.0- Feature: Delete Organization labels using the new method
DeleteOrganizationLabels
- Feature: Delete Project labels using the new method
DeleteProjectLabels
- Feature: List folders using the new method
ListFolders
- Feature: Partial Update Organization using the new method
PartialUpdateOrganization
- Feature: Delete Organization labels using the new method
ske
: v0.5.0- Feature: Add new field
pod_address_ranges
toClusterStatus
- Feature: Add new field
stackitmarketplace
:
What's Changed
- Generator: Update SDK /services/resourcemanager by @stackit-pipeline in #1245
- Generator: Update SDK /services/stackitmarketplace by @stackit-pipeline in #1253
- Generator: Update SDK /services/loadbalancer by @stackit-pipeline in #1255
- Generator: Update SDK /services/stackitmarketplace by @stackit-pipeline in #1256
- Generator: Update SDK /services/ske by @stackit-pipeline in #1259
- Generator: Update SDK /services/iaasalpha by @stackit-pipeline in #1276
- Generator: Update SDK /services/iaas by @stackit-pipeline in #1275
- chore(sdk): add support for custom auth endpoint and add example by @rubenhoenle in #1272
- fix(doc): fix incorrect repository urls by @rubenhoenle in #1278
- Generator: Update SDK /services/loadbalancer by @stackit-pipeline in #1277
- Generator: Update SDK /services/alb by @stackit-pipeline in #1273
Full Changelog: release-2025-06-03...release-2025-06-16
Release 2025-06-03
loadbalancer
: v0.2.4- Improvement: Adjusted
GetQuotaResponse
andRESTResponseType
message
- Improvement: Adjusted
alb
:authorization
: v0.2.4- Bugfix: Updated regex validator
iaas
: v0.5.2- Improvement: Update descriptions
kms
: v0.0.4- Feature: Added new method
delete_wrapping_key
- Feature: Added new method
lbapplication
:resourcemanager
v0.4.0- Breaking change: Fields
ContainerParentId
andParentId
are no longer required inParentListInner
- Breaking change: Fields
stackitmarketplace
:ske
:sqlserverflex
: v1.0.2- Feature: Added new method
list_metrics
- Feature: Added new method
cdn
: v1.1.0- Feature: Add support for CDN Optimizer feature
observability
: v0.5.0- Feature: Add support for
matchers
to route - Feature: Add support for
priority levels
,sendResolved
,continue
to alert config models
- Feature: Add support for
Release 2025-05-09
stackitmarketplace
:resourcemanager
:serverupdate
:mongodbflex
:kms
:git
:alb
:cdn
:- v1.0.1
- Feature: Update user-agent header
- v1.0.0
- Feature: Support for log management
- Feature: Create distribution payload has additional optional attributes for blocked countries, IPs and volume limitation
- Feature: Config Patch payload has additional optional attributes for blocked countries, IPs and volume limitation
- Breaking Change: Config has additional required attributes for blocked countries, IPs and volume limitation
- v1.0.1
authorization
: v0.2.3- Feature: Update user-agent header
certificates
: v1.0.1- Feature: Update user-agent header
dns
: v0.3.2- Feature: Update user-agent header
iaas
: v0.5.1- Feature: Update user-agent header
loadbalancer
: v0.2.3- Feature: Update user-agent header
logme
: v0.3.1- Feature: Update user-agent header
mariadb
: v0.2.2- Feature: Update user-agent header
modelserving
: v0.1.1- Feature: Update user-agent header
objectstorage
: v1.0.3- Feature: Update user-agent header
observability
: v0.4.1- Feature: Update user-agent header
opensearch
: v0.2.1- Feature: Update user-agent header
postgresflex
: v1.0.1- Feature: Update user-agent header
rabbitmq
: v0.2.1- Feature: Update user-agent header
redis
: v0.2.1- Feature: Update user-agent header
runcommand
: v1.0.1- Feature: Update user-agent header
secretsmanager
: v0.2.2- Feature: Update user-agent header
serverbackup
: v1.0.1- Feature: Update user-agent header
serviceaccount
: v0.2.1- Feature: Update user-agent header
serviceenablement
: v1.0.1- Feature: Update user-agent header
ske
: v0.4.1- Feature: Update user-agent header
sqlserverflex
: v1.0.1- Feature: Update user-agent header
What's Changed
- Dependency Updates by @stackit-pipeline in #1050
- Generator: Update SDK /services/stackitmarketplace by @stackit-pipeline in #1047
- Generator: Update SDK /services/serverupdate by @stackit-pipeline in #1046
- Generator: Update SDK /services/resourcemanager by @stackit-pipeline in #1045
- Generator: Update SDK /services/mongodbflex by @stackit-pipeline in #1044
- Generator: Update SDK /services/kms by @stackit-pipeline in #1042
- Generator: Update SDK /services/git by @stackit-pipeline in #1041
- Generator: Update SDK /services/cdn by @stackit-pipeline in #1040
- Generator: Update SDK /services/alb by @stackit-pipeline in #1039
- Dependency Updates by @stackit-pipeline in #1051
- Ft/update user agent by @Fyusel in #1126
Full Changelog: release-2025-04-30...release-2025-05-09
Release (2025-04-30)
Highlights
stackitmarketplace
: v0.4.0- Feature: Add new
InquiryContactSales
,InquirySuggestProduct
,PriceType
,PricingOption
andDeliveryMethod
- Feature: Add new
stackitmarketplace
: v0.3.0- Feature: Add new
VendorProductId
attribute for subscription products
- Feature: Add new
observability
: v0.4.0- Feature: Add new methods
create_logs_alertgroups
,delete_logs_alertgroup
,get_logs_alertgroup
,list_logs_alertgroups
,update_logs_alertgroup
- Feature: Add new methods
git
: v0.1.0- New: STACKIT Git module can be used to manage STACKIT Git
kms
: v0.0.1- New module: Initial publication of Key Management Service API
What's Changed
- chore(github): add pull request template by @rubenhoenle in #808
- chore(doc): update auth example link in readme by @rubenhoenle in #807
- Dependency Updates by @stackit-pipeline in #810
- chore(github): add issue templates by @rubenhoenle in #811
- Dependency Updates by @stackit-pipeline in #815
- Generator: Update SDK /services/stackitmarketplace by @stackit-pipeline in #817
- chore(doc): add documentation of release process by @rubenhoenle in #818
- feat(ci): close stale PRs automatically by @rubenhoenle in #819
- Dependency Updates by @stackit-pipeline in #833
- Generator: Update SDK /services/stackitmarketplace by @stackit-pipeline in #851
- Generator: Update SDK /services/observability by @stackit-pipeline in #849
- Dependency Updates by @stackit-pipeline in #854
- Dependency Updates by @stackit-pipeline in #873
- Generator: Update SDK /services/serverupdate by @stackit-pipeline in #879
- Generator: Update SDK /services/git by @stackit-pipeline in #875
- Generator: Update SDK /services/serverbackup by @stackit-pipeline in #890
- Dependency Updates by @stackit-pipeline in #902
- Dependency Updates by @stackit-pipeline in #909
- Feat/stackitsdk 129 onboarding of kms service by @bahkauv70 in #910
- Generator: Update SDK /services/sqlserverflex by @stackit-pipeline in #1012
- Generator: Update SDK /services/cdn by @stackit-pipeline in #985
- Generator: Update SDK /services/modelserving by @stackit-pipeline in #996
- Generator: Update SDK /services/iaasalpha by @stackit-pipeline in #990
- Generator: Update SDK /services/secretsmanager by @stackit-pipeline in #1006
- Generator: Update SDK /services/rabbitmq by @stackit-pipeline in #1002
- Generator: Update SDK /services/loadbalancer by @stackit-pipeline in #993
- Generator: Update SDK /services/postgresflex by @stackit-pipeline in #1001
- Generator: Update SDK /services/git by @stackit-pipeline in #988
- Generator: Update SDK /services/iaas by @stackit-pipeline in #989
- Generator: Update SDK /services/dns by @stackit-pipeline in #987
- Generator: Update SDK /services/certificates by @stackit-pipeline in #986
- Generator: Update SDK /services/opensearch by @stackit-pipeline in #1000
- Generator: Update SDK /services/observability by @stackit-pipeline in #999
- Generator: Update SDK /services/authorization by @stackit-pipeline in #984
- Generator: Update SDK /services/mariadb by @stackit-pipeline in #995
- Generator: Update SDK /services/logme by @stackit-pipeline in #994
- Generator: Update SDK /services/serviceenablement by @stackit-pipeline in #1010
- Generator: Update SDK /services/serviceaccount by @stackit-pipeline in #1009
- Generator: Update SDK /services/objectstorage by @stackit-pipeline in #998
- Generator: Update SDK /services/runcommand by @stackit-pipeline in #1005
- Generator: Update SDK /services/redis by @stackit-pipeline in #1003
- Generator: Update SDK /services/ske by @stackit-pipeline in #1011
- Generator: Update SDK /services/serverbackup by @stackit-pipeline in #1007
- chore(sdk): set release date in changelog by @rubenhoenle in #1029
Full Changelog: release-2025-03-27...release-2025-04-30
Release (2025-03-27)
Highlights
alb
: v0.1.0- New: Client for managing the ALB service
cdn
: v0.1.0- New: Client for managing the CDN service
certificates
: 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.
dns
: v0.3.1- Adapted to minor API changes
lbapplication
: v0.3.1- Adapted to minor API changes
loadbalancer
: v0.2.2- 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.
modelserving
: v0.1.0- New: Client for managing the modelserving API
objectstorage
: v1.0.2- Adapted to minor API changes
runcommand
: 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.
serverbackup
: 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.
serverupdate
: 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.
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.
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.
secretsmanager
: v0.2.1- Improvement: Error handling
- Feature: Add description to
UpdateUserPayload
iaas
: v0.5.0- Improvement: Upgrading from IaaS beta endpoints to v1
- Feature: Add new method to filter
ListMachineTypes
:Filter
observability
: v0.3.0- Feature: Added support for alert groups and alert rules.
What's Changed
- Dependency Updates by @stackit-pipeline in #681
- Provide functionality to run the linter and tests for one service by @Fyusel in #688
- Generator: Update SDK /services/alb by @stackit-pipeline in #764
- Generator: Update SDK /services/cdn by @stackit-pipeline in #765
- Generator: Update SDK /services/certificates by @stackit-pipeline in #766
- Generator: Update SDK /services/runcommand by @stackit-pipeline in #771
- Generator: Update SDK /services/lbapplication by @stackit-pipeline in #767
- Generator: Update SDK /services/sqlserverflex by @stackit-pipeline in #775
- Generator: Update SDK /services/modelserving by @stackit-pipeline in #769
- Generator: Update SDK /services/objectstorage by @stackit-pipeline in #770
- Generator: Update SDK /services/serviceenablement by @stackit-pipeline in #774
- Generator: Update SDK /services/serverupdate by @stackit-pipeline in #773
- Generator: Update SDK /services/serverbackup by @stackit-pipeline in #772
- Generator: Update SDK /services/dns by @stackit-pipeline in #777
- Generator: Update SDK /services/lbapplication by @stackit-pipeline in #778
- Generator: Update SDK /services/loadbalancer by @stackit-pipeline in #779
- Generator: Update SDK /services/objectstorage by @stackit-pipeline in #781
- Generator: Update SDK /services/serverbackup by @stackit-pipeline in #782
- Generator: Update SDK /services/serverupdate by @stackit-pipeline in #783
- Generator: Update SDK /services/serviceenablement by @stackit-pipeline in #784
- Generator: Update SDK /services/sqlserverflex by @stackit-pipeline in #785
- chore: setup github codeowners by @rubenhoenle in #713
- Generator: Update SDK /services/loadbalancer by @stackit-pipeline in #768
- Dependency Updates by @stackit-pipeline in #776
- chore: upgrade changelogs by @bahkauv70 in #786
- Generator: Update SDK /services/secretsmanager by @stackit-pipeline in #788
- Generator: Update SDK /services/iaasalpha by @stackit-pipeline in #796
- Generator: Update SDK /services/iaas by @stackit-pipeline in #795
- Dependency Updates by @stackit-pipeline in #798
- Generator: Update SDK /services/iaas by @stackit-pipeline in #799
- Generator: Update SDK /services/iaasalpha by @stackit-pipeline in #800
- chore(doc): add workflow status badges to readme by @rubenhoenle in #739
- Dependency Updates by @stackit-pipeline in #803
- Generator: Update SDK /services/observability by @stackit-pipeline in #805
- chore(doc): add changelog for release by @rubenhoenle in #806
New Contributors
- @bahkauv70 made their first contribution in #786
Full Changelog: release-2025-03-05...release-2025-03-27
release-2025-03-05
Highlights
stackitmarketplace
: v0.2.0- Feature: Add method to create inquiries:
InquiriesCreateInquiry
- Feature: Add
sort
property toApiListCatalogProductsRequest
- Feature: Add payload
ApproveSubscriptionPayload
forApiApproveSubscriptionRequest
- Feature: Add method to create inquiries:
objectstorage
: v1.0.1- New value
eu02
in region enum
- New value
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.
ske
: v0.4.0Nodepool
:maximum
andminimum
must be <= 1000
dns
: v0.3.0- Add support for extensions
iaas
: v0.4.0- Feature: Add method to list all public ip ranges:
list_public_ip_ranges
- Add size attribute to image model
- Add CPU architecture attribute to image config model
- Feature: Add method to list all public ip ranges:
What's Changed
- Generator: Update SDK /services/serverbackup by @stackit-pipeline in #636
- Add missing poetry.lock for stackitmarketplace by @Fyusel in #640
- Dependency Updates by @stackit-pipeline in #605
- Generator: Update SDK /services/iaasalpha by @stackit-pipeline in #672
- Generator: Update SDK /services/objectstorage by @stackit-pipeline in #664
- Generator: Update SDK /services/postgresflex by @stackit-pipeline in #665
- Generator: Update SDK /services/ske by @stackit-pipeline in #666
- Generator: Update SDK /services/dns by @stackit-pipeline in #670
- Generator: Update SDK /services/iaas by @stackit-pipeline in #671
- fix(iaas): fix versioning by @rubenhoenle in #673
- fix: pipeline cannot create pr by @marceljk in #679
- Generator: Update SDK /services/stackitmarketplace by @stackit-pipeline in #668
- Add changelog for release by @Fyusel in #680
New Contributors
- @rubenhoenle made their first contribution in #673
- @marceljk made their first contribution in #679
Full Changelog: release-2025-02-11...release-2025-03-05
Release (2025-02-11)
Highlights
objectstorage
: 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.
resourcemanager
: v0.3.0- Breaking Change: Remove the methods
BffGetContainersOfAFolder
andBffGetContainersOfAnOrganization
- Breaking Change: Remove the methods
lbapplication
: v0.3.0- Bugfix: Set type from interface to int64 of
HealthyThreshold
,UnhealthyThreshold
,MaxLoadBalancers
,Port
,MaxConnections
,Code
andTargetPort
- Bugfix: Set type from interface to int64 of
ske
: v0.3.0- Removal: The following methods were removed after deprecation (2024-04-16) and
serviceenablement
SDK must be used instead. DisableService
EnableService
GetServiceStatus
- Removal: The following methods were removed after deprecation (2024-04-16) and
logme
: v0.3.0- Breaking Change: Remove mistakenly implemented
syslog-use-udp
. Does not exist.
- Breaking Change: Remove mistakenly implemented
serverupdate
: v0.3.0- Breaking Change:: Remove field
BackupProperties
fromCreateUpdatePayload
model - Fix: Remove field
Id
fromCreateUpdateSchedulePayload
model
- Breaking Change:: Remove field
authorization
: v0.2.2- Bugfix: Revert back to global URL configuration
sqlserverflex
: v0.3.0- Breaking change: Delete endpoint made private.
mongodbflex
: v0.3.0- Breaking change: Delete endpoint made private.
postgresflex
: v0.3.0- Breaking change: Delete endpoint made private.
What's Changed
- Dependency Updates by @stackit-pipeline in #569
- Generator: Update SDK /services/mongodbflex by @stackit-pipeline in #573
- Generator: Update SDK /services/authorization by @stackit-pipeline in #571
- Generator: Update SDK /services/mariadb by @stackit-pipeline in #630
- Generator: Update SDK /services/opensearch by @stackit-pipeline in #632
- Generator: Update SDK /services/rabbitmq by @stackit-pipeline in #633
- Generator: Update SDK /services/redis by @stackit-pipeline in #634
- Generator: Update SDK /services/serverupdate by @stackit-pipeline in #637
- Generator: Update SDK /services/logme by @stackit-pipeline in #629
- Generator: Update SDK /services/ske by @stackit-pipeline in #638
- Generator: Update SDK /services/lbapplication by @stackit-pipeline in #628
- Generator: Update SDK /services/resourcemanager by @stackit-pipeline in #635
- Generator: Update SDK /services/objectstorage by @stackit-pipeline in #631
- Prepare release by @Fyusel in #639
Full Changelog: release-2025-01-16...release-2025-02-11
Release (2025-01-16)
Highlights
-
authorization
: v0.2.1- Bugfix:
configuration.py
region adjustment was missing
- Bugfix:
-
certificates
: v0.2.1- Bugfix:
configuration.py
region adjustment was missing
- Bugfix:
-
dns
: v0.2.1- Bugfix:
configuration.py
region adjustment was missing
- Bugfix:
-
iaas
: v0.3.1- Bugfix:
configuration.py
region adjustment was missing
- Bugfix:
-
lbapplication
: v0.2.1- Bugfix:
configuration.py
region adjustment was missing
- Bugfix:
-
loadbalancer
: v0.2.1- Bugfix:
configuration.py
region adjustment was missing
- Bugfix:
-
logme
: v0.2.1- Bugfix:
configuration.py
region adjustment was missing
- Bugfix:
-
mariadb
: v0.2.1- Bugfix:
configuration.py
region adjustment was missing
- Bugfix:
-
mongodbflex
: v0.2.1- Bugfix:
configuration.py
region adjustment was missing
- Bugfix:
-
objectstorage
: v0.2.1- Bugfix:
configuration.py
region adjustment was missing
- Bugfix:
-
authorization
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
dns
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
iaas
: v0.3.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
loadbalancer
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
logme
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
mariadb
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
mongodbflex
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
objectstorage
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
opensearch
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
postgresflex
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
rabbitmq
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
redis
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
resourcemanager
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
runcommand
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
secretsmanager
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
serverupdate
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
serverbackup
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
serviceaccount
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
serviceenablement
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
ske
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
sqlserverflex
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
certificates
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
lbapplication
: v0.2.0- Breaking Change::
get_host_from_settings
returns an error if a region is specified for a global URL.
- Breaking Change::
-
certificates
: v0.1.0- Manage your STACKIT Load Balancer certificates
-
lbapplication
: v0.1.0- Manage your STACKIT Load Balancer applications
-
iaas
: v0.2.0- Feature: Add new methods to manage affinity groups:
create_affinity_group
,delete_affinity_group
,get_affinity_group
, andlist_affinity_group
- Feature: Add new methods to manage backups:
create_backup
,delete_backup
,get_backup
,list_backup
,restore_backup
,execute_backup
,update_backup
- Feature: Add new methods to manage images:
create_image
,delete_image
,get_image
,list_image
,update_image
- Feature: Add new methods to manage imageshares:
delete_image_share
,get_image_share
,set_image_share
,update_image_share
- Feature: Add new methods to manage imageshare consumers:
delete_image_share_consumer
,get_image_share_consumer
,set_image_share
,update_image_share
- Feature: Add new methods to manage project NICs:
get_project_nic
,list_project_nics
- Feature: Add new methods to manage snapshots:
create_snapshot
,delete_snapshot
,get_snapshot
,list_snapshot
,update_snapshot
- Feature: Add new methods to manage affinity groups:
-
serverupdate
: v0.1.1- Bugfix:
Id
field ofUpdate
model is now of typeint64
(wasstring
)
- Bugfix:
-
stackitmarketplace
: v0.1.0- New: STACKIT Marketplace module can be used to manage the STACKIT Marketplace.
Release (2024-12-04)
Highlights
List of modules:
core
: v0.1.0- The core module offers functionality, such as authorization and configuration, to be used together with the Python SDK service modules
- Usage example
authorization
: v0.1.0- Manage authorization of your STACKIT resources
dns
: v0.1.0- Manage your STACKIT DNS resources
- Usage example
iaas
: v0.1.0- Manage your STACKIT Infrastructure as a Service (IaaS) resources
- Usage example
loadbalancer
: v0.1.0- Manage your STACKIT Load Balancer resources
- Usage example
logme
: v0.1.0- Manage your STACKIT Logme resources
- Usage example
mariadb
: v0.1.0- Manage your STACKIT MariaDB resources
- Usage example
mongodbflex
: v0.1.0- Manage your STACKIT MongoDB Flex resources
- Usage example
objectstorage
: v0.1.0- Manage your STACKIT Object Storage resources
- Usage example
opensearch
: v0.1.0- Manage your STACKIT OpenSearch resources
- Usage example
postgresflex
: v0.1.0- Manage your STACKIT PostgreSQL Flex resources
- Usage example
rabbitmq
: v0.1.0- Manage your STACKIT RabbitMQ resources
- Usage example
redis
: v0.1.0- Manage your STACKIT Redis resources
- Usage example
resourcemanager
: v0.1.0- Manage your STACKIT resources such as projects, organizations and folders
- Usage example
runcommand
: v0.1.0- STACKIT Run Command module can be used to run remote commands and custom scripts on VMs
secretsmanager
: v0.1.0- Manage your STACKIT Secrets Manager resources
- Usage example
serverupdate
: v0.1.0- Manage your STACKIT Server Backups
serverbackup
: v0.1.0- Manage your STACKIT Server Updates
serviceaccount
: v0.1.0- Manage your STACKIT service accounts
- Usage example
serviceenablement
: v0.1.0- STACKIT Service Enablement module can be used to enable services
- Usage example
ske
: v0.1.0- Manage your STACKIT Kubernetes Engine resources
- Usage example
sqlserverflex
: v0.1.0- Manage your STACKIT SQLServer Flex resources
- Usage example