Skip to content

Commit 3e1d357

Browse files
committed
chore(git) write changelog, bump version
1 parent 387abd5 commit 3e1d357

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020
- `edge`: [v0.1.1](services/edge/CHANGELOG.md#v011)
2121
- **Feature:** client now supports UUID and decimal types
2222
- **Bugfix:** timeouts now passed to requests library
23+
- `git`: [v0.8.0](services/git/CHANGELOG.md#v080)
24+
- **Feature:** client now supports UUID and decimal types
25+
- **Bugfix:** timeouts now passed to requests library
26+
- **Feature:** add new methods to manage STACKIT git authentication: `list_authentication`, `create_authentication`, `delete_authentication`, `get_authentication`, `patch_authentication`
27+
- **Feature:** add new methods to manage STACKIT git runners: `delete_runner`, `get_runner`, `create_runner`
28+
- **Feature:** add new methods to manage STACKIT git runner runtimes: `list_runner_runtimes`
29+
- **Feature:** add support for `FeatureToggle`s to `PatchInstancePayload` and `Instance` models
30+
- **Breaking Change:** added field `featureToggle` to model `Instance`
31+
- **Breaking Change:** `list_runner_labels` was removed
2332
- `serviceaccount`:
2433
- [v0.6.1](services/serviceaccount/CHANGELOG.md#v061)
2534
- **Feature:** client now supports UUID and decimal types

services/git/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.8.0
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
- **Feature:** add new methods to manage STACKIT git authentication: `list_authentication`, `create_authentication`, `delete_authentication`, `get_authentication`, `patch_authentication`
5+
- **Feature:** add new methods to manage STACKIT git runners: `delete_runner`, `get_runner`, `create_runner`
6+
- **Feature:** add new methods to manage STACKIT git runner runtimes: `list_runner_runtimes`
7+
- **Feature:** add support for `FeatureToggle`s to `PatchInstancePayload` and `Instance` models
8+
- **Breaking Change:** added field `featureToggle` to model `Instance`
9+
- **Breaking Change:** `list_runner_labels` was removed
10+
111
## v0.7.0
212
- **Breaking Change:** Replace `patch_operation` by `patch_instance_payload` in `patch_instance` request
313
- **Feature:** Add enums `InstanceFlavor`

services/git/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-git"
3-
version = "v0.7.0"
3+
version = "v0.8.0"
44
description = "STACKIT Git API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)