Skip to content

Commit 38c0d75

Browse files
committed
add changelog entries
1 parent 9679f31 commit 38c0d75

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## Release (2025-XX-XX)
22
- `ske`: [v0.26.0](services/ske/CHANGELOG.md#v0260)
33
- Add `required:"true"` tags to model structs
4+
- `git`: [v0.6.0](services/git/CHANGELOG.md#v060)
5+
- **Feature:** Add support for `Flavors` for STACKIT git instance
6+
- **Feature:** Add support for `Acl` for STACKIT git instance
7+
- `projectId` and `instanceId` strings must have a length of 36 characters now (previously was only limited to a maximum of 36 characters)
8+
- Add `required:"true"` tags to model structs
49

510
## Release (2025-06-16)
611
- `iaas`:

services/git/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.6.0
2+
- **Feature:** Add support for `Flavors` for STACKIT git instance
3+
- **Feature:** Add support for `Acl` for STACKIT git instance
4+
- `projectId` and `instanceId` strings must have a length of 36 characters now (previously was only limited to a maximum of 36 characters)
5+
- Add `required:"true"` tags to model structs
6+
17
## v0.5.1 (2025-06-04)
28
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
39

0 commit comments

Comments
 (0)