Skip to content

Commit a5cc177

Browse files
committed
fix(observability) adapt changelog after cherry-pick
1 parent 22cd971 commit a5cc177

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
- `observability`:
107107
- [v0.17.0](services/observability/CHANGELOG.md#v0170)
108108
- **Feature:** add AlertRecord
109-
- new related operations: `CreateAlertrecord`, `DeleteAlertrecord`, `DeleteAlertrecords`, `GetAlertrecord`, `ListAlertrecords`, `PartialUpdateAlertrecords`, `UpdateAlertrecord`
110-
- new related models: `UpdateAlertrecordPayload`, `PartialUpdateAlertrecordsRequestInner`, `CreateAlertrecordPayload`, `AlertRecord`, `AlertRecordResponse`, `AlertRecordsResponse`
109+
- new related operations: `CreateAlertRecord`, `DeleteAlertRecord`, `DeleteAlertRecords`, `GetAlertRecord`, `ListAlertRecords`, `PartialUpdateAlertRecords`, `UpdateAlertRecord`
110+
- new related models: `UpdateAlertRecordPayload`, `PartialUpdateAlertRecordsRequestInner`, `CreateAlertRecordPayload`, `AlertRecord`, `AlertRecordResponse`, `AlertRecordsResponse`
111111
- **Feature:** add Backups
112112
- new related operations: `CreateBackup`, `CreateBackupSchedule`, `ListBackupRetentions`, `ListBackupSchedules`, `ListBackups`, `RestoreBackup`
113113
- new related models: `BackupResponse`, `BackupRetentionResponse`, `BackupSchedule`, `BackupSchedulePostResponse`, `BackupScheduleResponse`, `CreateBackupSchedulePayload`
@@ -135,14 +135,14 @@
135135
- **Feature:** add Redis checks
136136
- new related operations `CreateRedisCheck`, `ListRedisChecks`, `DeleteRedisCheck`
137137
- new related models `RedisCheckChildResponse`, `RedisCheckResponse`, `CreateRedisCheckPayload`
138-
- **Feature:** extended Alertrules
139-
- new related operations `DeleteAlertrule`, `GetAlertrule`, `UpdateAlertrule`
140-
- new related models `AlertruleResponse`, `UpdateAlertrulePayload`
138+
- **Feature:** extended AlertRules
139+
- new related operations `DeleteAlertRule`, `GetAlertRule`, `UpdateAlertRule`
140+
- new related models `AlertRuleResponse`, `UpdateAlertRulePayload`
141141
- **Feature:** add Offerings
142142
- new related operation `ListOfferings`
143143
- new related model `Offerings`
144144
- **Feature:** extended Scrape
145-
- new related operations `DeleteScrapeConfigs`, `PartialUpdateScrapeConfigs`
145+
- new related operations `DeleteScrapeConfigs`, `PartialUpdateScrapeConfigs`
146146
-**Breaking change:** renamed AlertRule to AlertruleResponse
147147
-**Breaking change:** renamed CreateScrapeConfigPayloadHttpSdConfigsInner to PartialUpdateScrapeConfigsRequestInnerHttpSdConfigsInner
148148
-**Breaking change:** renamed CreateScrapeConfigPayloadHttpSdConfigsInnerOauth2 to PartialUpdateScrapeConfigsRequestInnerHttpSdConfigsInner

services/observability/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## v0.17.0
22
- **Feature:** add AlertRecord
3-
- new related operations: `CreateAlertrecord`, `DeleteAlertrecord`, `DeleteAlertrecords`, `GetAlertrecord`, `ListAlertrecords`, `PartialUpdateAlertrecords`, `UpdateAlertrecord`
4-
- new related models: `UpdateAlertrecordPayload`, `PartialUpdateAlertrecordsRequestInner`, `CreateAlertrecordPayload`, `AlertRecord`, `AlertRecordResponse`, `AlertRecordsResponse`
3+
- new related operations: `CreateAlertRecord`, `DeleteAlertRecord`, `DeleteAlertRecords`, `GetAlertRecord`, `ListAlertRecords`, `PartialUpdateAlertRecords`, `UpdateAlertRecord`
4+
- new related models: `UpdateAlertRecordPayload`, `PartialUpdateAlertRecordsRequestInner`, `CreateAlertRecordPayload`, `AlertRecord`, `AlertRecordResponse`, `AlertRecordsResponse`
55
- **Feature:** add Backups
66
- new related operations: `CreateBackup`, `CreateBackupSchedule`, `ListBackupRetentions`, `ListBackupSchedules`, `ListBackups`, `RestoreBackup`
77
- new related models: `BackupResponse`, `BackupRetentionResponse`, `BackupSchedule`, `BackupSchedulePostResponse`, `BackupScheduleResponse`, `CreateBackupSchedulePayload`
@@ -29,14 +29,14 @@
2929
- **Feature:** add Redis checks
3030
- new related operations `CreateRedisCheck`, `ListRedisChecks`, `DeleteRedisCheck`
3131
- new related models `RedisCheckChildResponse`, `RedisCheckResponse`, `CreateRedisCheckPayload`
32-
- **Feature:** extended Alertrules
33-
- new related operations `DeleteAlertrule`, `GetAlertrule`, `UpdateAlertrule`
34-
- new related models `AlertruleResponse`, `UpdateAlertrulePayload`
32+
- **Feature:** extended AlertRules
33+
- new related operations `DeleteAlertRule`, `GetAlertRule`, `UpdateAlertRule`
34+
- new related models `AlertRuleResponse`, `UpdateAlertRulePayload`
3535
- **Feature:** add Offerings
3636
- new related operation `ListOfferings`
3737
- new related model `Offerings`
3838
- **Feature:** extended Scrape
39-
- new related operations `DeleteScrapeConfigs`, `PartialUpdateScrapeConfigs`
39+
- new related operations `DeleteScrapeConfigs`, `PartialUpdateScrapeConfigs`
4040
-**Breaking change:** renamed AlertRule to AlertruleResponse
4141
-**Breaking change:** renamed CreateScrapeConfigPayloadHttpSdConfigsInner to PartialUpdateScrapeConfigsRequestInnerHttpSdConfigsInner
4242
-**Breaking change:** renamed CreateScrapeConfigPayloadHttpSdConfigsInnerOauth2 to PartialUpdateScrapeConfigsRequestInnerHttpSdConfigsInner

0 commit comments

Comments
 (0)