Skip to content

Commit 0cce138

Browse files
committed
add changelog entries
1 parent e4dc2bd commit 0cce138

File tree

16 files changed

+75
-0
lines changed

16 files changed

+75
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,36 @@
66
- **Feature:** Add support for `Acl` for STACKIT git instance
77
- `projectId` and `instanceId` strings must have a length of 36 characters now (previously was only limited to a maximum of 36 characters)
88
- Add `required:"true"` tags to model structs
9+
- `serverupdate`: [v1.2.0](services/serverupdate/CHANGELOG.md#v120)
10+
- Add `required:"true"` tags to model structs
11+
- `serverbackup`: [v1.3.0](services/serverbackup/CHANGELOG.md#v130)
12+
- Add `required:"true"` tags to model structs
13+
- `secretsmanager`: [v0.13.0](services/secretsmanager/CHANGELOG.md#v0130)
14+
- Add `required:"true"` tags to model structs
15+
- `runcommand`: [v1.3.0](services/runcommand/CHANGELOG.md#v130)
16+
- Add `required:"true"` tags to model structs
17+
- `resourcemanager`: [v0.17.0](services/resourcemanager/CHANGELOG.md#v0170)
18+
- Add `required:"true"` tags to model structs
19+
- `observability`: [v0.8.0](services/observability/CHANGELOG.md#v080)
20+
- Add `required:"true"` tags to model structs
21+
- `objectstorage`: [v1.3.0](services/objectstorage/CHANGELOG.md#v130)
22+
- Add `required:"true"` tags to model structs
23+
- `mondodbflex`: [v1.3.0](services/mondodbflex/CHANGELOG.md#v130)
24+
- Add `required:"true"` tags to model structs
25+
- `modelserving`: [v0.5.0](services/modelserving/CHANGELOG.md#v050)
26+
- Add `required:"true"` tags to model structs
27+
- `mariadb`: [v0.25.0](services/mariadb/CHANGELOG.md#v0250)
28+
- Add `required:"true"` tags to model structs
29+
- `logme`: [v0.25.0](services/logme/CHANGELOG.md#v0250)
30+
- Add `required:"true"` tags to model structs
31+
- `iaas`: [v0.25.0](services/iaas/CHANGELOG.md#v0250)
32+
- Add `required:"true"` tags to model structs
33+
- `dns`: [v0.16.0](services/dns/CHANGELOG.md#v0160)
34+
- Add `required:"true"` tags to model structs
35+
- `authorization`: [v0.8.0](services/authorization/CHANGELOG.md#v080)
36+
- Add `required:"true"` tags to model structs
37+
- `serviceaccount`: [v0.9.0](services/serviceaccount/CHANGELOG.md#v090)
38+
- Add `required:"true"` tags to model structs
939

1040
## Release (2025-06-16)
1141
- `iaas`:

services/authorization/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.8.0
2+
- Add `required:"true"` tags to model structs
3+
14
## v0.7.0 (2025-05-15)
25
- **Breaking change:** Introduce interfaces for `APIClient` and the request structs
36

services/dns/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.16.0
2+
- Add `required:"true"` tags to model structs
3+
14
## v0.15.1 (2025-06-04)
25
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
36

services/iaas/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.25.0
2+
- Add `required:"true"` tags to model structs
3+
14
## v0.24.1 (2025-06-12)
25
- Update descriptions of model fields
36

services/logme/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.25.0
2+
- Add `required:"true"` tags to model structs
3+
14
## v0.24.1 (2025-06-04)
25
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
36

services/mariadb/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.25.0
2+
- Add `required:"true"` tags to model structs
3+
14
## v0.24.1 (2025-06-04)
25
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
36

services/modelserving/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.5.0
2+
- Add `required:"true"` tags to model structs
3+
14
## v0.4.1 (2025-06-04)
25
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
36

services/mongodbflex/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.3.0
2+
- Add `required:"true"` tags to model structs
3+
14
## v1.2.1 (2025-06-04)
25
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
36

services/objectstorage/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.3.0
2+
- Add `required:"true"` tags to model structs
3+
14
## v1.2.0 (2025-05-15)
25
- **Breaking change:** Introduce interfaces for `APIClient` and the request structs
36

services/observability/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.8.0
2+
- Add `required:"true"` tags to model structs
3+
14
## v0.7.1 (2025-06-04)
25
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
36
- **Feature:** Added `Priority` and `SendResolved` attributes

0 commit comments

Comments
 (0)