Skip to content

Commit 60f2d44

Browse files
Generator: Update SDK /services/opensearch (#789)
* Generate opensearch * Update CHANGELOG --------- Co-authored-by: vicentepinto98 <vicente.pinto@freiheit.com>
1 parent 8dadee8 commit 60f2d44

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

CHANGELOG.md

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

3+
- `opensearch`: [v0.18.0](services/opensearch/CHANGELOG.md#v0180-2024-09-02)
4+
- **Breaking changes:** `GetMetricsResponse` fields have changed data types
5+
- `CpuLoadPercent`, `Load1`, `Load15` and `Load5` are now `*float64`
6+
- `ParachuteDiskEphemeralActivated` and `ParachuteDiskPersistentActivated` are now `*bool`
37
- `mariadb`: [v0.19.0](services/mariadb/CHANGELOG.md#v0190-2024-09-02)
48
- **Breaking changes:** `GetMetricsResponse` fields have changed data types
59
- `CpuLoadPercent`, `Load1`, `Load15` and `Load5` are now `*float64`

services/opensearch/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.18.0 (2024-09-02)
2+
3+
- **Breaking changes:** `GetMetricsResponse` fields have changed data types
4+
- `CpuLoadPercent`, `Load1`, `Load15` and `Load5` are now `*float64`
5+
- `ParachuteDiskEphemeralActivated` and `ParachuteDiskPersistentActivated` are now `*bool`
6+
17
## v0.17.0 (2024-08-01)
28

39
- **Feature:** `Plan` has a new field `SkuName`

services/opensearch/model_get_metrics_response.go

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

0 commit comments

Comments
 (0)