Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,19 @@
- `auditlog`: [v0.1.3](services/auditlog/CHANGELOG.md#v013)
- **Bugfix:** Correctly handle file closing for file uploads
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
- `git`: [v0.11.0](services/git/CHANGELOG.md#v0110)
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
- **Bugfix:** Correctly handle file closing for file uploads
- **Feature:** Add new methods to manage STACKIT git authentication: `ListAuthentication`, `CreateAuthentication`, `DeleteAuthentication`, `GetAuthentication`, `PatchAuthentication`
- **Feature:** Add new methods to manage STACKIT git runners: `DeleteRunner`, `GetRunner`, `CreateRunner`
- **Feature:** Add new methods to manage STACKIT git runner runtimes: `ListRunnerRuntimes`
- **Breaking Change:** `ListFlavors` renamed to `FlavorsList`
- **Feature:** Add support for `FeatureToggle`s to `PatchInstancePayload` and `Instance` structs
- **Breaking Change:** `ListInstances` renamed to `GetInstances`.
- **Breaking Change:** model `ListInstances` renamed to `InstanceList`.
Comment on lines +210 to +213
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These breaking changes should be avoided because the previous names were align with our naming conventions. https://developers.stackit.schwarz/domains/customer-touchpoints/developer-tools/adr/uniformity-layer/#schemas

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the team doesn't want to rename the schema at every single place manually, they can also just use the x-stackit-sdk annotiation, to rename the Methods and schemas just for the SDK generation https://developers.stackit.schwarz/domains/core-platform/api-management/api-gateway/features/annotations/#x-stackit-sdk

- **Breaking Change:** `NewInstance` takes an additional `featureToggle` parameter.
- **Feature:** `PatchInstancePayload` now allows setting `FeatureToggle`s.
- **Breaking Change:** `ListRunnerLabels` was removed.

## Release (2025-12-05)
- `alb`:
Expand Down
14 changes: 14 additions & 0 deletions services/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.11.0
- Bump STACKIT SDK core module from `v0.20.1` to `v0.21.0`
- **Bugfix:** Correctly handle file closing for file uploads
- **Feature:** Add new methods to manage STACKIT git authentication: `ListAuthentication`, `CreateAuthentication`, `DeleteAuthentication`, `GetAuthentication`, `PatchAuthentication`
- **Feature:** Add new methods to manage STACKIT git runners: `DeleteRunner`, `GetRunner`, `CreateRunner`
- **Feature:** Add new methods to manage STACKIT git runner runtimes: `ListRunnerRuntimes`
- **Breaking Change:** `ListFlavors` renamed to `FlavorsList`
- **Feature:** Add support for `FeatureToggle`s to `PatchInstancePayload` and `Instance` structs
- **Breaking Change:** `ListInstances` renamed to `GetInstances`.
- **Breaking Change:** model `ListInstances` renamed to `InstanceList`.
- **Breaking Change:** `NewInstance` takes an additional `featureToggle` parameter.
- **Feature:** `PatchInstancePayload` now allows setting `FeatureToggle`s.
- **Breaking Change:** `ListRunnerLabels` was removed.

## v0.10.1
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`

Expand Down
2 changes: 1 addition & 1 deletion services/git/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.10.1
v0.11.0
Loading
Loading