Skip to content

Commit 97c998e

Browse files
authored
Merge branch 'main' into roundTripper
2 parents 87ad063 + 232cfad commit 97c998e

File tree

1,080 files changed

+123424
-75643
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,080 files changed

+123424
-75643
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @marceljk @bahkauv70 @Fyusel @rubenhoenle

.github/workflows/renovate.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: actions/checkout@v4
1515
- name: Self-hosted Renovate
1616
uses: renovatebot/[email protected]
17+
env:
18+
GOTOOLCHAIN: go1.21.13
1719
with:
1820
configurationFile: .github/renovate.json
1921
token: ${{ secrets.RENOVATE_TOKEN }}

CHANGELOG.md

Lines changed: 60 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,63 @@
11
## Release (2025-XX-YY)
2-
- `alb`: [v0.1.0](services/alb/CHANGELOG.md#v010-2025-xx-yy)
2+
- `alb`: [v0.1.0](services/alb/CHANGELOG.md#v010-2025-03-19)
33
- **New:** API for application load balancer
4-
- `cdn`: [0.1.0](services/cdn/CHANGELOG.md#v010-2025-xx-yy)
4+
- `cdn`: [v0.1.0](services/cdn/CHANGELOG.md#v010-2025-03-19)
55
- **New:** Introduce new API for content delivery
66
- `core`: [v0.16.2](core/CHANGELOG.md#v0162-2025-03-21)
77
- **New:** If a custom http.Client is provided, the http.Transport is respected. This allows customizing the http.Client with custom timeouts or instrumentation.
8+
- `serverupdate`: [v1.0.0](services/serverupdate/CHANGELOG.md#v100-2025-03-19)
9+
- **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.
10+
- `serverbackup`: [v1.0.0](services/serverbackup/CHANGELOG.md#v100-2025-03-19)
11+
- **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.
12+
- `runcommand`: [v1.0.0](services/runcommand/CHANGELOG.md#v100-2025-03-19)
13+
- **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.
14+
- `authorization`: [v0.6.1](services/authorization/CHANGELOG.md#v061-2025-03-19)
15+
- **Internal:** Backwards compatible change to generated code
16+
- `dns`: [v0.13.1](services/dns/CHANGELOG.md#v0131-2025-03-19)
17+
- **Internal:** Backwards compatible change to generated code
18+
- `iaas`: [v0.21.2](services/iaas/CHANGELOG.md#v0212-2025-03-19)
19+
- **Internal:** Backwards compatible change to generated code
20+
- `loadbalancer`: [v1.0.1](services/loadbalancer/CHANGELOG.md#v101-2025-03-19)
21+
- - **Bugfix:** Corrected regional setup of client
22+
- `logme`: [v0.21.1](services/logme/CHANGELOG.md#v0211-2025-03-19)
23+
- **Internal:** Backwards compatible change to generated code
24+
- `mariadb`: [v0.21.1](services/mariadb/CHANGELOG.md#v0211-2025-03-19)
25+
- **Internal:** Backwards compatible change to generated code
26+
- `modelserving`: [v0.2.1](services/modelserving/CHANGELOG.md#v021-2025-03-19)
27+
- **Internal:** Backwards compatible change to generated code
28+
- `mongodbflex`: [v0.18.1](services/mongodbflex/CHANGELOG.md#v0181-2025-03-19)
29+
- **Internal:** Backwards compatible change to generated code
30+
- `objectstorage`: [v1.1.1](services/objectstorage/CHANGELOG.md#v111-2025-03-19)
31+
- **Internal:** Backwards compatible change to generated code
32+
- `observability`: [v0.3.1](services/observability/CHANGELOG.md#v031-2025-03-19)
33+
- **Internal:** Backwards compatible change to generated code
34+
- `opensearch`: [v0.20.1](services/opensearch/CHANGELOG.md#v0201-2025-03-19)
35+
- **Internal:** Backwards compatible change to generated code
36+
- `postgresflex`: [v1.0.2](services/postgresflex/CHANGELOG.md#v102-2025-03-19)
37+
- **Internal:** Backwards compatible change to generated code
38+
- `rabbitmq`: [v0.21.1](services/rabbitmq/CHANGELOG.md#v0211-2025-03-19)
39+
- **Internal:** Backwards compatible change to generated code
40+
- `redis`: [v0.21.1](services/redis/CHANGELOG.md#v0211-2025-03-19)
41+
- **Internal:** Backwards compatible change to generated code
42+
- `resourcemanager`: [v0.13.1](services/resourcemanager/CHANGELOG.md#v0131-2025-03-19)
43+
- **Internal:** Backwards compatible change to generated code
44+
- `secretsmanager`: [v0.11.1](services/secretsmanager/CHANGELOG.md#v0111-2025-03-19)
45+
- **Internal:** Backwards compatible change to generated code
46+
- `secretsmanager`: [v0.11.2](services/secretsmanager/CHANGELOG.md#v0112-2025-03-20)
47+
- **Improvement:** Error handling
48+
- **Feature:** Add description to `UpdateUserPayload`
49+
- `serviceaccount`: [v0.6.1](services/serviceaccount/CHANGELOG.md#v061-2025-03-19)
50+
- **Internal:** Backwards compatible change to generated code
51+
- `serviceenablement`: [v1.0.1](services/serviceenablement/CHANGELOG.md#v101-2025-03-19)
52+
- **Internal:** Backwards compatible change to generated code
53+
- `ske`: [v0.22.1](services/ske/CHANGELOG.md#v0221-2025-03-19)
54+
- **Internal:** Backwards compatible change to generated code
55+
- `sqlserverflex`: [v1.0.1](services/sqlserverflex/CHANGELOG.md#v101-2025-03-19)
56+
- **Internal:** Backwards compatible change to generated code
57+
- `stackitmarketplace`: [v0.3.1](services/stackitmarketplace/CHANGELOG.md#v031-2025-03-19)
58+
- **Internal:** Backwards compatible change to generated code
59+
60+
861

962
## Release (2025-03-14)
1063
- `certificates`: [v1.0.0](services/certificates/CHANGELOG.md#v100-2025-03-14)
@@ -13,9 +66,13 @@
1366
- **Bugfix:** `DeleteUserWaitHandler` is now also using the region as parameter.
1467
- `modelserving`: [v0.2.0](services/modelserving/CHANGELOG.md#v020-2025-03-14)
1568
- **New**: STACKIT Model Serving module wait handler added.
69+
- `loadbalancer`: [v1.0.0](services/loadbalancer/CHANGELOG.md#v100-2025-03-14)
70+
- **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.
71+
- **Breaking Change:** Remove deprecated API methods `DisableService` and `EnableService`. They are no longer required because the service automatically enables and disable.
72+
- **Breaking Change:** Remove WaitHandler `EnableServiceWaitHandler` for `EnableService`.
1673

17-
## Release (2025-03-05)
1874

75+
## Release (2025-03-05)
1976
- `core`: [v0.16.1](core/CHANGELOG.md#v0161-2025-02-25)
2077
- **Bugfix:** STACKIT_PRIVATE_KEY and STACKIT_SERVICE_ACCOUNT_KEY can be set via environment variable or via credentials file.
2178
- `stackitmarketplace`: [v0.3.0](services/stackitmarketplace/CHANGELOG.md#v030-2025-02-25)

examples/authentication/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ go 1.21
44

55
require (
66
github.com/stackitcloud/stackit-sdk-go/core v0.16.0
7-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.0
7+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.1
88
)
99

1010
require (
1111
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
12-
github.com/google/go-cmp v0.7.0 // indirect
1312
github.com/google/uuid v1.6.0 // indirect
1413
)

examples/authentication/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
66
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
77
github.com/stackitcloud/stackit-sdk-go/core v0.16.0 h1:9caGZwGLZDyBBe6ojk9VR4B2m3/0H5It6znBz76sH1w=
88
github.com/stackitcloud/stackit-sdk-go/core v0.16.0/go.mod h1:LRheSoXTFRHWAyA8Q9skWtWBp3ZZ+bFAKiKuf4lTDkE=
9-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.0 h1:gEoA2oj3OcDg3XI0KSJm8mCjQz9WOZENeSgfTFPK8ow=
10-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.0/go.mod h1:JE8POcTfSxTo+g1MkgVQ+OjT4jWEr08MIY8qx3Hi+Tw=
9+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.1 h1:W5zQhg/nA2RVSkUtRjsGcJMdYlOicoE5gBGE9zMT9Eo=
10+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.1/go.mod h1:+i7jQpfgj/OuZNVZ9A9aUHdVUR/j2SfICLeHbtNn+5c=

examples/authorization/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ go 1.21
44

55
require (
66
github.com/stackitcloud/stackit-sdk-go/core v0.16.0
7-
github.com/stackitcloud/stackit-sdk-go/services/authorization v0.6.0
7+
github.com/stackitcloud/stackit-sdk-go/services/authorization v0.6.1
88
)
99

1010
require (
1111
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
12-
github.com/google/go-cmp v0.7.0 // indirect
1312
github.com/google/uuid v1.6.0 // indirect
1413
)

examples/authorization/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
66
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
77
github.com/stackitcloud/stackit-sdk-go/core v0.16.0 h1:9caGZwGLZDyBBe6ojk9VR4B2m3/0H5It6znBz76sH1w=
88
github.com/stackitcloud/stackit-sdk-go/core v0.16.0/go.mod h1:LRheSoXTFRHWAyA8Q9skWtWBp3ZZ+bFAKiKuf4lTDkE=
9-
github.com/stackitcloud/stackit-sdk-go/services/authorization v0.6.0 h1:nSaSvo9o4c9KGc0vct+JWk5T49Ic6i3hzbLKviJtVhA=
10-
github.com/stackitcloud/stackit-sdk-go/services/authorization v0.6.0/go.mod h1:LoOkWrUropfVm72oE5aWSC9yRiM3s8Vf3TvC7HtC3b8=
9+
github.com/stackitcloud/stackit-sdk-go/services/authorization v0.6.1 h1:2lq6SG8qOgPOx2OIA5Bca8mwRSlect3Yljk57bXqd5I=
10+
github.com/stackitcloud/stackit-sdk-go/services/authorization v0.6.1/go.mod h1:in9kC4GIBU5DpzXKFDL7RDl0fKyvN/RUIc7YbyWYEUA=

examples/backgroundrefresh/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ go 1.21
44

55
require (
66
github.com/stackitcloud/stackit-sdk-go/core v0.16.0
7-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.0
7+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.1
88
)
99

1010
require (
1111
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
12-
github.com/google/go-cmp v0.7.0 // indirect
1312
github.com/google/uuid v1.6.0 // indirect
1413
)

examples/backgroundrefresh/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
66
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
77
github.com/stackitcloud/stackit-sdk-go/core v0.16.0 h1:9caGZwGLZDyBBe6ojk9VR4B2m3/0H5It6znBz76sH1w=
88
github.com/stackitcloud/stackit-sdk-go/core v0.16.0/go.mod h1:LRheSoXTFRHWAyA8Q9skWtWBp3ZZ+bFAKiKuf4lTDkE=
9-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.0 h1:gEoA2oj3OcDg3XI0KSJm8mCjQz9WOZENeSgfTFPK8ow=
10-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.0/go.mod h1:JE8POcTfSxTo+g1MkgVQ+OjT4jWEr08MIY8qx3Hi+Tw=
9+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.1 h1:W5zQhg/nA2RVSkUtRjsGcJMdYlOicoE5gBGE9zMT9Eo=
10+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.1/go.mod h1:+i7jQpfgj/OuZNVZ9A9aUHdVUR/j2SfICLeHbtNn+5c=

examples/configuration/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ go 1.21
44

55
require (
66
github.com/stackitcloud/stackit-sdk-go/core v0.16.0
7-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.0
7+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.13.1
88
github.com/stackitcloud/stackit-sdk-go/services/postgresql v0.12.1
99
)
1010

1111
require (
1212
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
13-
github.com/google/go-cmp v0.7.0 // indirect
1413
github.com/google/uuid v1.6.0 // indirect
1514
)

0 commit comments

Comments
 (0)