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
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@
- **Feature:** Add new method `GetQuota` to get the quota for TLS certificates in a project
- `v2betaapi`:
- **Deprecation:** The `v2beta2api` is deprecated and will be removed in the future. Migrate to `v2api`
- `cost`: [v0.1.0](services/cost/CHANGELOG.md#v010)
- **New:** STACKIT Cost module can be used to retrieve STACKIT cost information
- `cost`:
- [v0.1.0](services/cost/CHANGELOG.md#v010)
- **New:** STACKIT Cost module can be used to retrieve STACKIT cost information
- [v0.2.0](services/cost/CHANGELOG.md#v020)
- **Improvement:** Introduce new more specific error models `AuthErrorResponse` and `ErrorResponse`
- `edge`:
- [v0.8.0](services/edge/CHANGELOG.md#v080)
- `v1beta1api`: Removal of deprecated API client method `ListPlansGlobal`
Expand Down
3 changes: 3 additions & 0 deletions services/cost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## v0.2.0
- **Improvement:** Introduce new more specific error models `AuthErrorResponse` and `ErrorResponse`

## v0.1.0
- **New**: STACKIT Cost module can be used to retrieve STACKIT cost information
2 changes: 1 addition & 1 deletion services/cost/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.0
v0.2.0
2 changes: 1 addition & 1 deletion services/cost/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1580d22d7dd90cfd56802bdda4a61795d1cb9813
95de5cba3201a683657cb472d5fa30aa768f19cc
126 changes: 102 additions & 24 deletions services/cost/v3api/api_default.go

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

Loading
Loading