Skip to content

Commit

Permalink
Generator: Update SDK /services/rabbitmq (#790)
Browse files Browse the repository at this point in the history
* Generate rabbitmq

* Update CHANGELOG

---------

Co-authored-by: vicentepinto98 <[email protected]>
  • Loading branch information
stackit-pipeline and vicentepinto98 authored Sep 3, 2024
1 parent f3f8a80 commit a728a3f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Release (2024-XX-XX)

- `rabbitmq`: [v0.19.0](services/rabbitmq/CHANGELOG.md#v0190-2024-09-02)
- **Breaking changes:** `GetMetricsResponse` fields have changed data types
- `CpuLoadPercent`, `Load1`, `Load15` and `Load5` are now `*float64`
- `ParachuteDiskEphemeralActivated` and `ParachuteDiskPersistentActivated` are now `*bool`
- `redis`: [v0.19.0](services/redis/CHANGELOG.md#v0190-2024-09-02)
- **Breaking changes:** `GetMetricsResponse` fields have changed data types
- `CpuLoadPercent`, `Load1`, `Load15` and `Load5` are now `*float64`
Expand Down
6 changes: 6 additions & 0 deletions services/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.19.0 (2024-09-02)

- **Breaking changes:** `GetMetricsResponse` fields have changed data types
- `CpuLoadPercent`, `Load1`, `Load15` and `Load5` are now `*float64`
- `ParachuteDiskEphemeralActivated` and `ParachuteDiskPersistentActivated` are now `*bool`

## v0.18.0 (2024-08-01)

- **Feature:** `Plan` has a new field `SkuName`
Expand Down
16 changes: 8 additions & 8 deletions services/rabbitmq/model_get_metrics_response.go

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

0 comments on commit a728a3f

Please sign in to comment.