From f55a08480cc00b6a2387915bfa84e77bb40a60df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 5 May 2026 01:54:40 +0000 Subject: [PATCH] Update SDK --- examples/auditlog/go.mod | 2 +- examples/authorization/go.mod | 2 +- examples/cost/go.mod | 2 +- examples/edge/go.mod | 2 +- examples/iaas/go.mod | 2 +- examples/intake/go.mod | 2 +- examples/kms/go.mod | 2 +- examples/loadbalancer/go.mod | 2 +- examples/objectstorage/go.mod | 2 +- examples/postgresflex/go.mod | 2 +- examples/runtime/go.mod | 2 +- examples/serviceaccount/go.mod | 2 +- examples/serviceenablement/go.mod | 2 +- examples/ske/go.mod | 2 +- examples/sqlserverflex/go.mod | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/auditlog/go.mod b/examples/auditlog/go.mod index da38bbad3..96f598b9a 100644 --- a/examples/auditlog/go.mod +++ b/examples/auditlog/go.mod @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/auditlog => ../../servic require ( github.com/stackitcloud/stackit-sdk-go/core v0.26.0 - github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.4.1 + github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.4.2 ) require ( diff --git a/examples/authorization/go.mod b/examples/authorization/go.mod index ed2122928..f2acd4442 100644 --- a/examples/authorization/go.mod +++ b/examples/authorization/go.mod @@ -5,7 +5,7 @@ go 1.25 // This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub. replace github.com/stackitcloud/stackit-sdk-go/services/authorization => ../../services/authorization -require github.com/stackitcloud/stackit-sdk-go/services/authorization v0.15.1 +require github.com/stackitcloud/stackit-sdk-go/services/authorization v0.15.2 require ( github.com/golang-jwt/jwt/v5 v5.3.1 // indirect diff --git a/examples/cost/go.mod b/examples/cost/go.mod index 3b32f4ebb..6e685fd8c 100644 --- a/examples/cost/go.mod +++ b/examples/cost/go.mod @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/cost => ../../services/c require ( github.com/stackitcloud/stackit-sdk-go/core v0.26.0 - github.com/stackitcloud/stackit-sdk-go/services/cost v0.3.1 + github.com/stackitcloud/stackit-sdk-go/services/cost v0.3.2 ) require ( diff --git a/examples/edge/go.mod b/examples/edge/go.mod index 662a677c7..1c72e31ed 100644 --- a/examples/edge/go.mod +++ b/examples/edge/go.mod @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/edge => ../../services/e require ( github.com/stackitcloud/stackit-sdk-go/core v0.26.0 - github.com/stackitcloud/stackit-sdk-go/services/edge v0.9.1 + github.com/stackitcloud/stackit-sdk-go/services/edge v0.9.2 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/examples/iaas/go.mod b/examples/iaas/go.mod index bafda342c..539ac8623 100644 --- a/examples/iaas/go.mod +++ b/examples/iaas/go.mod @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/iaas => ../../services/i require ( github.com/stackitcloud/stackit-sdk-go/core v0.26.0 - github.com/stackitcloud/stackit-sdk-go/services/iaas v1.10.2 + github.com/stackitcloud/stackit-sdk-go/services/iaas v1.11.1 ) require ( diff --git a/examples/intake/go.mod b/examples/intake/go.mod index 9b32cf11d..84c694cb7 100644 --- a/examples/intake/go.mod +++ b/examples/intake/go.mod @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/intake => ../../services require ( github.com/stackitcloud/stackit-sdk-go/core v0.26.0 - github.com/stackitcloud/stackit-sdk-go/services/intake v0.8.1 + github.com/stackitcloud/stackit-sdk-go/services/intake v0.9.0 ) require ( diff --git a/examples/kms/go.mod b/examples/kms/go.mod index 8f0bb3c13..f7dd093b2 100644 --- a/examples/kms/go.mod +++ b/examples/kms/go.mod @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/kms => ../../services/km require ( github.com/stackitcloud/stackit-sdk-go/core v0.26.0 - github.com/stackitcloud/stackit-sdk-go/services/kms v1.7.2 + github.com/stackitcloud/stackit-sdk-go/services/kms v1.8.0 ) require ( diff --git a/examples/loadbalancer/go.mod b/examples/loadbalancer/go.mod index 05bd47863..757279d49 100644 --- a/examples/loadbalancer/go.mod +++ b/examples/loadbalancer/go.mod @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/loadbalancer => ../../se require ( github.com/stackitcloud/stackit-sdk-go/core v0.26.0 - github.com/stackitcloud/stackit-sdk-go/services/loadbalancer v1.12.1 + github.com/stackitcloud/stackit-sdk-go/services/loadbalancer v1.12.2 ) require ( diff --git a/examples/objectstorage/go.mod b/examples/objectstorage/go.mod index 3ded2658b..25c6f39a2 100644 --- a/examples/objectstorage/go.mod +++ b/examples/objectstorage/go.mod @@ -5,7 +5,7 @@ go 1.25 // This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub. replace github.com/stackitcloud/stackit-sdk-go/services/objectstorage => ../../services/objectstorage -require github.com/stackitcloud/stackit-sdk-go/services/objectstorage v1.8.2 +require github.com/stackitcloud/stackit-sdk-go/services/objectstorage v1.9.0 require ( github.com/golang-jwt/jwt/v5 v5.3.1 // indirect diff --git a/examples/postgresflex/go.mod b/examples/postgresflex/go.mod index fa9c5bc1c..5bbedb399 100644 --- a/examples/postgresflex/go.mod +++ b/examples/postgresflex/go.mod @@ -5,7 +5,7 @@ go 1.25 // This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub. replace github.com/stackitcloud/stackit-sdk-go/services/postgresflex => ../../services/postgresflex -require github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.7.2 +require github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.8.0 require ( github.com/golang-jwt/jwt/v5 v5.3.1 // indirect diff --git a/examples/runtime/go.mod b/examples/runtime/go.mod index 0a7670ea8..73e811143 100644 --- a/examples/runtime/go.mod +++ b/examples/runtime/go.mod @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/postgresflex => ../../se require ( github.com/stackitcloud/stackit-sdk-go/core v0.26.0 - github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.7.2 + github.com/stackitcloud/stackit-sdk-go/services/postgresflex v1.8.0 ) require ( diff --git a/examples/serviceaccount/go.mod b/examples/serviceaccount/go.mod index 7401a955f..e9c50687a 100644 --- a/examples/serviceaccount/go.mod +++ b/examples/serviceaccount/go.mod @@ -5,7 +5,7 @@ go 1.25 // This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub. replace github.com/stackitcloud/stackit-sdk-go/services/serviceaccount => ../../services/serviceaccount -require github.com/stackitcloud/stackit-sdk-go/services/serviceaccount v0.18.1 +require github.com/stackitcloud/stackit-sdk-go/services/serviceaccount v0.19.0 require ( github.com/golang-jwt/jwt/v5 v5.3.1 // indirect diff --git a/examples/serviceenablement/go.mod b/examples/serviceenablement/go.mod index 896bd29eb..5670cafbb 100644 --- a/examples/serviceenablement/go.mod +++ b/examples/serviceenablement/go.mod @@ -5,7 +5,7 @@ go 1.25 // This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub. replace github.com/stackitcloud/stackit-sdk-go/services/serviceenablement => ../../services/serviceenablement -require github.com/stackitcloud/stackit-sdk-go/services/serviceenablement v1.5.1 +require github.com/stackitcloud/stackit-sdk-go/services/serviceenablement v1.5.3 require ( github.com/golang-jwt/jwt/v5 v5.3.1 // indirect diff --git a/examples/ske/go.mod b/examples/ske/go.mod index 0cf959d67..8d8388799 100644 --- a/examples/ske/go.mod +++ b/examples/ske/go.mod @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/ske => ../../services/sk require ( github.com/stackitcloud/stackit-sdk-go/core v0.26.0 - github.com/stackitcloud/stackit-sdk-go/services/ske v1.13.0 + github.com/stackitcloud/stackit-sdk-go/services/ske v1.14.0 ) require ( diff --git a/examples/sqlserverflex/go.mod b/examples/sqlserverflex/go.mod index e7a714383..4fe306a2c 100644 --- a/examples/sqlserverflex/go.mod +++ b/examples/sqlserverflex/go.mod @@ -7,7 +7,7 @@ replace github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex => ../../s require ( github.com/stackitcloud/stackit-sdk-go/core v0.26.0 - github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.9.1 + github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.10.0 ) require (