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
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
## Release (2026-XX-YY)
- `secretsmanager` [v0.14.0](services/secretsmanager/CHANGELOG.md#v0140)
- **Feature:** added KmsKey model
- **Feature:** added KmsKey to Instance, CreateInstancePayload and UpdateInstancePayload
- `observability`: [v0.16.0](services/observability/CHANGELOG.md#v0160)
- **Breaking change:** The `PartialUpdateAlertrules` takes now `PartialUpdateAlertrulesRequestInner` instead of `UpdateAlertgroupsRequestInnerRulesInner`.
- **Breaking change:** The type of `Rules` in `CreateLogsAlertgroupsPayload` and `UpdateLogsAlertgroupPayload` has changed from `[]UpdateAlertgroupsRequestInnerRulesInner` to `[]CreateLogsAlertgroupsPayloadRulesInner`.
- **Deprecation:** The `GrafanaAdminPassword` and `GrafanaAdminUser` fields are now deprecated in `InstanceSensitiveData` model
- **Feature:** Add `GrafanaAdminEnabled` to `CreateInstancePayload` and `UpdateInstancePayload` models.
- **Feature:** Add new field `record` in `UpdateAlertgroupsRequestInnerRulesInner` model
- **Feature:** Add `CertCheck` to `CertCheckResponse` model.
- **Feature:** Add `HttpCheck` to `HttpCheckResponse` model.
- **Feature:** Add new `CreateLogsAlertgroupsPayloadRulesInner` model.
- **Feature:** Add `allowAssignGrafanaAdmin` to `GrafanaOauth` and `UpdateGrafanaConfigsPayloadGenericOauth` models.
- **Feature:** Add `GrafanaAdminEnabled` to `InstanceSensitiveData` model.
- **Feature:** Add new `PartialUpdateAlertrulesRequestInner` model.
- `secretsmanager`: [v0.14.0](services/secretsmanager/CHANGELOG.md#v0140)
- **Feature:** added KmsKey model
- **Feature:** added KmsKey to Instance, CreateInstancePayload and UpdateInstancePayload
- `edge`:
- [v0.3.0](services/edge/CHANGELOG.md#v030)
- **Breaking change:** Rename methods: `PostInstances` to `CreateInstance` and `GetInstances` to `ListInstances`
Expand Down
15 changes: 14 additions & 1 deletion services/observability/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## v0.16.0
- **Breaking change:** The `PartialUpdateAlertrules` takes now `PartialUpdateAlertrulesRequestInner` instead of `UpdateAlertgroupsRequestInnerRulesInner`.
- **Breaking change:** The type of `Rules` in `CreateLogsAlertgroupsPayload` and `UpdateLogsAlertgroupPayload` has changed from `[]UpdateAlertgroupsRequestInnerRulesInner` to `[]CreateLogsAlertgroupsPayloadRulesInner`.
- **Deprecation:** The `GrafanaAdminPassword` and `GrafanaAdminUser` fields are now deprecated in `InstanceSensitiveData` model
- **Feature:** Add `GrafanaAdminEnabled` to `CreateInstancePayload` and `UpdateInstancePayload` models.
- **Feature:** Add new field `record` in `UpdateAlertgroupsRequestInnerRulesInner` model
- **Feature:** Add `CertCheck` to `CertCheckResponse` model.
- **Feature:** Add `HttpCheck` to `HttpCheckResponse` model.
- **Feature:** Add new `CreateLogsAlertgroupsPayloadRulesInner` model.
- **Feature:** Add `allowAssignGrafanaAdmin` to `GrafanaOauth` and `UpdateGrafanaConfigsPayloadGenericOauth` models.
- **Feature:** Add `GrafanaAdminEnabled` to `InstanceSensitiveData` model.
- **Feature:** Add new `PartialUpdateAlertrulesRequestInner` model.

## v0.15.1
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`
- Bump STACKIT SDK core module from `v0.19.0` to `v0.20.0`

# v0.15.0
- **Deprecation:** The `JaegerHttpTracesUrl` field is now deprecated in all relevant models and will be removed after 9th April 2026. Use the new `JaegerHttpUrl` field instead.
Expand Down
2 changes: 1 addition & 1 deletion services/observability/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.15.1
v0.16.0
84 changes: 64 additions & 20 deletions services/observability/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions services/observability/api_default_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions services/observability/model_cert_check_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading