Skip to content

Commit 9f58020

Browse files
committed
add changelog entries
1 parent 1d5a4b9 commit 9f58020

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
@@ -1,6 +1,36 @@
11
## Release (2025-XX-XX)
22
- `ske`: [v0.26.0](services/ske/CHANGELOG.md#v0260)
33
- Add `required:"true"` tags to model structs
4+
- `serverupdate`: [v1.2.0](services/serverupdate/CHANGELOG.md#v120)
5+
- Add `required:"true"` tags to model structs
6+
- `serverbackup`: [v1.3.0](services/serverbackup/CHANGELOG.md#v130)
7+
- Add `required:"true"` tags to model structs
8+
- `secretsmanager`: [v0.13.0](services/secretsmanager/CHANGELOG.md#v0130)
9+
- Add `required:"true"` tags to model structs
10+
- `runcommand`: [v1.3.0](services/runcommand/CHANGELOG.md#v130)
11+
- Add `required:"true"` tags to model structs
12+
- `resourcemanager`: [v0.17.0](services/resourcemanager/CHANGELOG.md#v0170)
13+
- Add `required:"true"` tags to model structs
14+
- `observability`: [v0.8.0](services/observability/CHANGELOG.md#v080)
15+
- Add `required:"true"` tags to model structs
16+
- `objectstorage`: [v1.3.0](services/objectstorage/CHANGELOG.md#v130)
17+
- Add `required:"true"` tags to model structs
18+
- `mondodbflex`: [v1.3.0](services/mondodbflex/CHANGELOG.md#v130)
19+
- Add `required:"true"` tags to model structs
20+
- `modelserving`: [v0.5.0](services/modelserving/CHANGELOG.md#v050)
21+
- Add `required:"true"` tags to model structs
22+
- `mariadb`: [v0.25.0](services/mariadb/CHANGELOG.md#v0250)
23+
- Add `required:"true"` tags to model structs
24+
- `logme`: [v0.25.0](services/logme/CHANGELOG.md#v0250)
25+
- Add `required:"true"` tags to model structs
26+
- `iaas`: [v0.25.0](services/iaas/CHANGELOG.md#v0250)
27+
- Add `required:"true"` tags to model structs
28+
- `dns`: [v0.16.0](services/dns/CHANGELOG.md#v0160)
29+
- Add `required:"true"` tags to model structs
30+
- `authorization`: [v0.8.0](services/authorization/CHANGELOG.md#v080)
31+
- Add `required:"true"` tags to model structs
32+
- `serviceaccount`: [v0.9.0](services/serviceaccount/CHANGELOG.md#v090)
33+
- Add `required:"true"` tags to model structs
434

535
## Release (2025-06-16)
636
- `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)