Skip to content

Commit cbf1f83

Browse files
committed
fix(git) add changelogs, bump version
1 parent 18cc866 commit cbf1f83

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,19 @@
201201
- `auditlog`: [v0.1.3](services/auditlog/CHANGELOG.md#v013)
202202
- **Bugfix:** Correctly handle file closing for file uploads
203203
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
204+
- `git`: [v0.11.0](services/git/CHANGELOG.md#v0110)
205+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
206+
- **Bugfix:** Correctly handle file closing for file uploads
207+
- **Feature:** Add new methods to manage STACKIT git authentication: `ListAuthentication`, `CreateAuthentication`, `DeleteAuthentication`, `GetAuthentication`, `PatchAuthentication`
208+
- **Feature:** Add new methods to manage STACKIT git runners: `DeleteRunner`, `GetRunner`, `CreateRunner`
209+
- **Feature:** Add new methods to manage STACKIT git runner runtimes: `ListRunnerRuntimes`
210+
- **Breaking Change:** `ListFlavors` renamed to `FlavorsList`
211+
- **Feature:** Add support for `FeatureToggle`s to `PatchInstancePayload` and `Instance` structs
212+
- **Breaking Change:** `ListInstances` renamed to `GetInstances`.
213+
- **Breaking Change:** model `ListInstances` renamed to `InstanceList`.
214+
- **Breaking Change:** `NewInstance` takes an additional `featureToggle` parameter.
215+
- **Feature:** `PatchInstancePayload` now allows setting `FeatureToggle`s.
216+
- **Breaking Change:** `ListRunnerLabels` was removed.
204217

205218
## Release (2025-12-05)
206219
- `alb`:

services/git/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v0.11.0
2+
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
3+
- **Bugfix:** Correctly handle file closing for file uploads
4+
- **Feature:** Add new methods to manage STACKIT git authentication: `ListAuthentication`, `CreateAuthentication`, `DeleteAuthentication`, `GetAuthentication`, `PatchAuthentication`
5+
- **Feature:** Add new methods to manage STACKIT git runners: `DeleteRunner`, `GetRunner`, `CreateRunner`
6+
- **Feature:** Add new methods to manage STACKIT git runner runtimes: `ListRunnerRuntimes`
7+
- **Breaking Change:** `ListFlavors` renamed to `FlavorsList`
8+
- **Feature:** Add support for `FeatureToggle`s to `PatchInstancePayload` and `Instance` structs
9+
- **Breaking Change:** `ListInstances` renamed to `GetInstances`.
10+
- **Breaking Change:** model `ListInstances` renamed to `InstanceList`.
11+
- **Breaking Change:** `NewInstance` takes an additional `featureToggle` parameter.
12+
- **Feature:** `PatchInstancePayload` now allows setting `FeatureToggle`s.
13+
- **Breaking Change:** `ListRunnerLabels` was removed.
14+
115
## v0.10.1
216
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
317

services/git/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.10.1
1+
v0.11.0

0 commit comments

Comments
 (0)