Skip to content

Commit 2d81baa

Browse files
Generator: Update SDK /services/logme (#484)
* Generate logme * Update changelog * General CHANGELOG --------- Co-authored-by: vicentepinto98 <[email protected]>
1 parent 3013299 commit 2d81baa

18 files changed

+415
-392
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
44
- **Feature:** New fields for `MachineType`: `Architecture`, `Gpu`
55
- `iaas`: [v0.1.0](services/iaas/CHANGELOG.md#v010-2024-05-10)
66
- **New BETA module**: manage Infrastructure as a Service (IaaS) resources `Network` and `NetworkArea`
7+
- `logme`: [v0.14.0](services/logme/CHANGELOG.md#v0140-2024-05-13)
8+
- **Feature**: New method `GetMetrics` to get the latest metrics for cpu load, memory and disk usage for an instance
9+
- **Feature**: New method `ListBackups` to list the backups for an instance
10+
- **Breaking change**: `ListMetricsResponse` type (previously unused) renamed to `GetMetricsResponse`
11+
- **Breaking change**: Deleted unused data types
12+
- `mariadb`: [v0.14.0](services/mariadb/CHANGELOG.md#v0140-2024-05-13)
13+
- **Feature**: New method `GetMetrics` to get the latest metrics for cpu load, memory and disk usage for an instance
14+
- **Feature**: New method `ListBackups` to list the backups for an instance
15+
- **Breaking change**: `ListMetricsResponse` type (previously unused) renamed to `GetMetricsResponse`
16+
- **Breaking change**: Deleted unused data types
17+
- `opensearch`: [v0.14.0](services/opensearch/CHANGELOG.md#v0140-2024-05-13)
18+
- **Feature**: New method `GetMetrics` to get the latest metrics for cpu load, memory and disk usage for an instance
19+
- **Feature**: New method `ListBackups` to list the backups for an instance
20+
- **Breaking change**: `ListMetricsResponse` type (previously unused) renamed to `GetMetricsResponse`
21+
- **Breaking change**: Deleted unused data types
22+
- `rabbitmq`: [v0.14.0](services/rabbitmq/CHANGELOG.md#v0140-2024-05-13)
23+
- **Feature**: New method `GetMetrics` to get the latest metrics for cpu load, memory and disk usage for an instance
24+
- **Feature**: New method `ListBackups` to list the backups for an instance
25+
- **Breaking change**: `ListMetricsResponse` type (previously unused) renamed to `GetMetricsResponse`
26+
- **Breaking change**: Deleted unused data types
27+
- `redis`: [v0.14.0](services/redis/CHANGELOG.md#v0140-2024-05-13)
28+
- **Feature**: New method `GetMetrics` to get the latest metrics for cpu load, memory and disk usage for an instance
29+
- **Feature**: New method `ListBackups` to list the backups for an instance
30+
- **Breaking change**: `ListMetricsResponse` type (previously unused) renamed to `GetMetricsResponse`
31+
- **Breaking change**: Deleted unused data types
732

833
## Release (2024-05-02)
934

services/logme/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.14.0 (2024-05-13)
2+
3+
- **Feature**: New method `GetMetrics` to get the latest metrics for cpu load, memory and disk usage for an instance
4+
- **Feature**: New method `ListBackups` to list the backups for an instance
5+
- **Breaking change**: `ListMetricsResponse` type (previously unused) renamed to `GetMetricsResponse`
6+
- **Breaking change**: Deleted unused data types
7+
18
## v0.13.0 (2024-04-11)
29

310
- **Breaking change**: Fields removed from `RawCredentials`: `RouteServiceUrl`, `SyslogDrainUrl`, `VolumeMounts`.

services/logme/api_default.go

Lines changed: 260 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)