Skip to content

Commit aff4d0a

Browse files
committed
add changelog entries
1 parent 90a99c0 commit aff4d0a

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
@@ -7,6 +7,9 @@
77
- `ske`: [v1.4.0](services/ske/CHANGELOG.md#v140)
88
- **Feature:** Add new optional `version_state` param to `DefaultApi.list_provider_options` method
99
- **Feature:** Add new enum `GetProviderOptionsRequestVersionState`
10+
- `git`: [v0.7.0](services/git/CHANGELOG.md#v070)
11+
- **Breaking Change:** Replace `patch_operation` by `patch_instance_payload` in `patch_instance` request
12+
- **Feature:** Add enums `InstanceFlavor`
1013

1114
## Release (2025-11-14)
1215
- `cdn`:

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)