Skip to content
Merged
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@
- **New:** STACKIT Cost module can be used to retrieve STACKIT cost information
- `edge`: [v0.6.1](services/edge/CHANGELOG.md#v061)
- **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0`
- `git`: [v0.11.0](services/git/CHANGELOG.md#v0110)
- **Feature:** Introduction of multi API version support for the git SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
- `v1betaapi`: New package which should be used for communication with the STACKIT git API in the future
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v1api` package instead.
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.23.0`
- **Feature:** New API client methods for managing authentication: `CreateAuthentication`, `GetAuthentication`, `ListAuthentication`, `PatchAuthentication`, `DeleteAuthentication`
- **Feature:** New API client methods for managing runners: `CreateRunner`, `GetRunner`, `DeleteRunner`, `ListRunnerRuntimes`
- **Feature:** New model structs for managing authentication: `Authentication`, `AuthenticationList`, `CreateAuthenticationPayload`, `PatchAuthenticationPayload`
- **Feature:** New model structs for managing runners: `CreateRunnerPayload`, `Runner`, `RunnerRuntime`, `RunnerRuntimeList`
- **Feature:** New error model structs: `AlreadyExistsError`, `BadErrorResponse`, `NotFoundErrorResponse`, `UnauthorizedErrorResponse`, `ConflictErrorResponse`
- **Feature:** New field `FeatureToggle `in Instance model struct
- **Feature:** New fields `Acl` and `FeatureToggle` in struct `PatchInstancePayload`
- **Breaking change:** Removal of type `InstanceFlavor`
- **Breaking change:** Removal of structs: `ListRunnerLabels`, `RunnerLabel`, `UnauthorizedResponse`
- `iaas`:
- [v1.5.1](services/iaas/CHANGELOG.md#v151)
- **Dependencies:** Bump STACKIT SDK core module from `v0.22.0` to `v0.23.0`
Expand Down
15 changes: 15 additions & 0 deletions services/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.11.0
- **Feature:** Introduction of multi API version support for the git SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
- `v1betaapi`: New package which should be used for communication with the STACKIT git API in the future
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v1api` package instead.
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.23.0`
- **Feature:** New API client methods for managing authentication: `CreateAuthentication`, `GetAuthentication`, `ListAuthentication`, `PatchAuthentication`, `DeleteAuthentication`
- **Feature:** New API client methods for managing runners: `CreateRunner`, `GetRunner`, `DeleteRunner`, `ListRunnerRuntimes`
- **Feature:** New model structs for managing authentication: `Authentication`, `AuthenticationList`, `CreateAuthenticationPayload`, `PatchAuthenticationPayload`
- **Feature:** New model structs for managing runners: `CreateRunnerPayload`, `Runner`, `RunnerRuntime`, `RunnerRuntimeList`
- **Feature:** New error model structs: `AlreadyExistsError`, `BadErrorResponse`, `NotFoundErrorResponse`, `UnauthorizedErrorResponse`, `ConflictErrorResponse`
- **Feature:** New field `FeatureToggle `in Instance model struct
- **Feature:** New fields `Acl` and `FeatureToggle` in struct `PatchInstancePayload`
- **Breaking change:** Removal of type `InstanceFlavor`
- **Breaking change:** Removal of structs: `ListRunnerLabels`, `RunnerLabel`, `UnauthorizedResponse`

## v0.10.3
- Bump STACKIT SDK core module from `v0.21.0` to `v0.21.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.3
v0.11.0
2,138 changes: 1,938 additions & 200 deletions services/git/api_default.go

Large diffs are not rendered by default.

Loading
Loading