Skip to content

Commit 951a059

Browse files
stackit-pipelineGokceGKDiogoFerrao
authored
Generator: Update SDK /services/postgresflex (#587)
* Generate postgresflex * update postgresflex changelog * Add postgres info to the main changelog * Update services/postgresflex/CHANGELOG.md Co-authored-by: Diogo Ferrão <[email protected]> * Update changelogs --------- Co-authored-by: Gökçe Gök Klingel <[email protected]> Co-authored-by: GokceGK <[email protected]> Co-authored-by: Diogo Ferrão <[email protected]>
1 parent 4795053 commit 951a059

15 files changed

+1692
-77
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Release (2024-XX-XX)
22

3+
- `postgresflex`: [v0.15.0](services/postgresflex/CHANGELOG.md#v0150-2024-06-28)
4+
- **Feature**: New API methods `CreateDatabase`, `DeleteDatabase`, `ListDatabase`, `ListDatabaseParameters` to manage PostgreSQL Flex databases
5+
- **Feature**: New API method `UpdateInstance` to update the instance
6+
- **Feature**: New API method `ListMetrics` to list metrics of an instance
7+
- **Feature**: New API method `DisableService` to terminate the whole project
38
- `logme`: [v0.16.0](services/logme/CHANGELOG.md#v0160-2024-06-19)
49
- **Feature**: New methods `CreateBackup`, `DownloadBackup`, `ListRestores`,`UpdateBackupsConfig`, `TriggerRecreate`, `TriggerRestart`, `TriggerRestore` to manage the backup and restoration of an instance.
510
- **Breaking change**: `Groks` parameter in `InstanceParameters` model is now of type `InstanceParametersGroksInner` (previously `map[string]interface{}`)

services/postgresflex/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.15.0 (2024-06-28)
2+
3+
- **Feature**: New API methods `CreateDatabase`, `DeleteDatabase`, `ListDatabase`, `ListDatabaseParameters` to manage PostgreSQL Flex databases
4+
- **Feature**: New API method `UpdateInstance` to update the instance
5+
- **Feature**: New API method `ListMetrics` to list metrics of an instance
6+
- **Feature**: New API method `DisableService` to terminate the whole project
7+
18
## v0.14.0 (2024-05-22)
29

310
- **Breaking change**: Remove unused model data types.

0 commit comments

Comments
 (0)