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
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@
- **Feature:** New fields for `MachineType`: `Architecture`, `Gpu`
- `iaas`: [v0.1.0](services/iaas/CHANGELOG.md#v010-2024-05-10)
- **New BETA module**: manage Infrastructure as a Service (IaaS) resources `Network` and `NetworkArea`
- `logme`: [v0.14.0](services/logme/CHANGELOG.md#v0140-2024-05-13)
- **Feature**: New method `GetMetrics` to get the latest metrics for cpu load, memory and disk usage for an instance
- **Feature**: New method `ListBackups` to list the backups for an instance
- **Breaking change**: `ListMetricsResponse` type (previously unused) renamed to `GetMetricsResponse`
- **Breaking change**: Deleted unused data types
- `mariadb`: [v0.14.0](services/mariadb/CHANGELOG.md#v0140-2024-05-13)
- **Feature**: New method `GetMetrics` to get the latest metrics for cpu load, memory and disk usage for an instance
- **Feature**: New method `ListBackups` to list the backups for an instance
- **Breaking change**: `ListMetricsResponse` type (previously unused) renamed to `GetMetricsResponse`
- **Breaking change**: Deleted unused data types
- `opensearch`: [v0.14.0](services/opensearch/CHANGELOG.md#v0140-2024-05-13)
- **Feature**: New method `GetMetrics` to get the latest metrics for cpu load, memory and disk usage for an instance
- **Feature**: New method `ListBackups` to list the backups for an instance
- **Breaking change**: `ListMetricsResponse` type (previously unused) renamed to `GetMetricsResponse`
- **Breaking change**: Deleted unused data types
- `rabbitmq`: [v0.14.0](services/rabbitmq/CHANGELOG.md#v0140-2024-05-13)
- **Feature**: New method `GetMetrics` to get the latest metrics for cpu load, memory and disk usage for an instance
- **Feature**: New method `ListBackups` to list the backups for an instance
- **Breaking change**: `ListMetricsResponse` type (previously unused) renamed to `GetMetricsResponse`
- **Breaking change**: Deleted unused data types
- `redis`: [v0.14.0](services/redis/CHANGELOG.md#v0140-2024-05-13)
- **Feature**: New method `GetMetrics` to get the latest metrics for cpu load, memory and disk usage for an instance
- **Feature**: New method `ListBackups` to list the backups for an instance
- **Breaking change**: `ListMetricsResponse` type (previously unused) renamed to `GetMetricsResponse`
- **Breaking change**: Deleted unused data types

## Release (2024-05-02)

Expand Down
7 changes: 7 additions & 0 deletions services/logme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.14.0 (2024-05-13)

- **Feature**: New method `GetMetrics` to get the latest metrics for cpu load, memory and disk usage for an instance
- **Feature**: New method `ListBackups` to list the backups for an instance
- **Breaking change**: `ListMetricsResponse` type (previously unused) renamed to `GetMetricsResponse`
- **Breaking change**: Deleted unused data types

## v0.13.0 (2024-04-11)

- **Breaking change**: Fields removed from `RawCredentials`: `RouteServiceUrl`, `SyslogDrainUrl`, `VolumeMounts`.
Expand Down
260 changes: 260 additions & 0 deletions services/logme/api_default.go

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

Loading