Skip to content

Commit

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

* Update CHANGELOG

* Update CHANGELOG

---------

Co-authored-by: vicentepinto98 <[email protected]>
  • Loading branch information
stackit-pipeline and vicentepinto98 authored Sep 3, 2024
1 parent 63f2563 commit f3f8a80
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)

- `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`
- `ParachuteDiskEphemeralActivated` and `ParachuteDiskPersistentActivated` are now `*bool`
- `core`: [v0.13.0](core/CHANGELOG.md#v0130-2024-09-03)
- Deprecated method `config.WithJWKSEndpoint` and field `config.Configuration.JWKSCustomUrl` have been removed. Deprecation was done in the `core` release [v0.10.0](core/CHANGELOG.md#v0100-2024-02-27).
- `opensearch`: [v0.18.0](services/opensearch/CHANGELOG.md#v0180-2024-09-02)
Expand Down
6 changes: 6 additions & 0 deletions services/redis/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/redis/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 f3f8a80

Please sign in to comment.