Skip to content

Commit 6ee5c1b

Browse files
committed
add changelog entries
1 parent 6c4a1c4 commit 6ee5c1b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Release (2025-XX-XX)
2+
- `intake`: [v0.4.0](services/intake/CHANGELOG.md#v040)
3+
- **Feature:** Add new enum class `PartitioningUpdateType`
4+
- **Feature:** Add attributes `partition_by` and `partitioning` to `IntakeCatalogPatch` model class
25
- `authorization`: [v0.5.0](services/authorization/CHANGELOG.md#v050)
36
- Add new `etag` attribute to `Role` model class
47
- `ske`: [v1.4.0](services/ske/CHANGELOG.md#v140)

services/intake/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.4.0
2+
- **Feature:** Add new enum class `PartitioningUpdateType`
3+
- **Feature:** Add attributes `partition_by` and `partitioning` to `IntakeCatalogPatch` model class
4+
15
## v0.3.0
26
- Validate `display_name` attribute regular expression using a field validator in model classes `CreateIntakePayload`, `CreateIntakeRunnerPayload` and `CreateIntakeUserPayload`
37
- Set minimum length (`12`) for `password` attribute in model class `CreateIntakeUserPayload`

services/intake/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-intake"
33

44
[tool.poetry]
55
name = "stackit-intake"
6-
version = "v0.3.0"
6+
version = "v0.4.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)