Skip to content

Commit 32ce7bb

Browse files
committed
add changelog entries
1 parent 914eb3c commit 32ce7bb

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
@@ -26,6 +26,9 @@
2626
- `ske`: [v1.4.0](services/ske/CHANGELOG.md#v140)
2727
- **Feature:** Add new optional `version_state` param to `DefaultApi.list_provider_options` method
2828
- **Feature:** Add new enum `GetProviderOptionsRequestVersionState`
29+
- `git`: [v0.7.0](services/git/CHANGELOG.md#v070)
30+
- **Breaking Change:** Replace `patch_operation` by `patch_instance_payload` in `patch_instance` request
31+
- **Feature:** Add enums `InstanceFlavor`
2932

3033
## Release (2025-11-14)
3134
- `iaas`: [v1.0.0](services/iaas/CHANGELOG.md#v100)

services/git/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.7.0
2+
- **Breaking Change:** Replace `patch_operation` by `patch_instance_payload` in `patch_instance` request
3+
- **Feature:** Add enums `InstanceFlavor`
4+
15
## v0.6.0
26
- **Feature:** Add support for list runner labels operation
37
- new API client methods `list_runner_labels`

services/git/pyproject.toml

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

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

0 commit comments

Comments
 (0)