Skip to content

Commit 23665d1

Browse files
merged main
2 parents f38126a + 6e76280 commit 23665d1

39 files changed

+1128
-423
lines changed

.github/workflows/code-health-foascli.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
- main
66
paths:
77
- 'tools/cli/**'
8+
- '.github/workflows/code-health-foascli.yml'
89
pull_request:
910
branches:
1011
- main
1112
paths:
1213
- 'tools/cli/**'
14+
- '.github/workflows/code-health-foascli.yml'
1315
workflow_dispatch: {}
1416
workflow_call: {}
1517

@@ -65,9 +67,9 @@ jobs:
6567
go-version-file: 'tools/cli/go.mod'
6668
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
6769
- name: golangci-lint
68-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
70+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
6971
with:
70-
version: v2.0.1
72+
version: v2.1.0
7173
working-directory: tools/cli
7274
- name: Checkout GitHub actions
7375
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

changelog/changelog.json

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,109 @@
11
[
2+
{
3+
"date": "2025-05-20",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/alertConfigs/{alertConfigId}/alerts",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added '#/components/schemas/ClusterAlertViewForNdsGroup' to the 'results/items/' response property 'oneOf' list for the response",
14+
"changeCode": "response-property-one-of-added",
15+
"backwardCompatible": true
16+
},
17+
{
18+
"change": "removed '#/components/schemas/ClusterAlertView' from the 'results/items/' response property 'oneOf' list for the response",
19+
"changeCode": "response-property-one-of-removed",
20+
"backwardCompatible": true
21+
}
22+
],
23+
"stabilityLevel": "stable",
24+
"changeType": "update"
25+
}
26+
],
27+
"operationId": "listAlertsByAlertConfigurationId",
28+
"tag": "Alerts"
29+
},
30+
{
31+
"path": "/api/atlas/v2/groups/{groupId}/alerts",
32+
"httpMethod": "GET",
33+
"versions": [
34+
{
35+
"version": "2025-03-12",
36+
"changes": [
37+
{
38+
"change": "added '#/components/schemas/ClusterAlertViewForNdsGroup' to the 'results/items/' response property 'oneOf' list for the response",
39+
"changeCode": "response-property-one-of-added",
40+
"backwardCompatible": true
41+
},
42+
{
43+
"change": "removed '#/components/schemas/ClusterAlertView' from the 'results/items/' response property 'oneOf' list for the response",
44+
"changeCode": "response-property-one-of-removed",
45+
"backwardCompatible": true
46+
}
47+
],
48+
"stabilityLevel": "stable",
49+
"changeType": "update"
50+
}
51+
],
52+
"operationId": "listAlerts",
53+
"tag": "Alerts"
54+
},
55+
{
56+
"path": "/api/atlas/v2/groups/{groupId}/alerts/{alertId}",
57+
"httpMethod": "GET",
58+
"versions": [
59+
{
60+
"version": "2025-03-12",
61+
"changes": [
62+
{
63+
"change": "added '#/components/schemas/ClusterAlertViewForNdsGroup' to the response body 'oneOf' list for the response",
64+
"changeCode": "response-body-one-of-added",
65+
"backwardCompatible": true
66+
},
67+
{
68+
"change": "removed '#/components/schemas/ClusterAlertView' from the response body 'oneOf' list for the response",
69+
"changeCode": "response-body-one-of-removed",
70+
"backwardCompatible": true
71+
}
72+
],
73+
"stabilityLevel": "stable",
74+
"changeType": "update"
75+
}
76+
],
77+
"operationId": "getAlert",
78+
"tag": "Alerts"
79+
},
80+
{
81+
"path": "/api/atlas/v2/groups/{groupId}/alerts/{alertId}",
82+
"httpMethod": "PATCH",
83+
"versions": [
84+
{
85+
"version": "2025-03-12",
86+
"changes": [
87+
{
88+
"change": "added '#/components/schemas/ClusterAlertViewForNdsGroup' to the response body 'oneOf' list for the response",
89+
"changeCode": "response-body-one-of-added",
90+
"backwardCompatible": true
91+
},
92+
{
93+
"change": "removed '#/components/schemas/ClusterAlertView' from the response body 'oneOf' list for the response",
94+
"changeCode": "response-body-one-of-removed",
95+
"backwardCompatible": true
96+
}
97+
],
98+
"stabilityLevel": "stable",
99+
"changeType": "update"
100+
}
101+
],
102+
"operationId": "acknowledgeAlert",
103+
"tag": "Alerts"
104+
}
105+
]
106+
},
2107
{
3108
"date": "2025-05-08",
4109
"paths": [

changelog/changelog.yaml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
- date: "2025-05-20"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listAlertsByAlertConfigurationId
5+
path: /api/atlas/v2/groups/{groupId}/alertConfigs/{alertConfigId}/alerts
6+
tag: Alerts
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added '#/components/schemas/ClusterAlertViewForNdsGroup' to the 'results/items/' response property 'oneOf' list for the response
12+
changeCode: response-property-one-of-added
13+
- backwardCompatible: true
14+
change: removed '#/components/schemas/ClusterAlertView' from the 'results/items/' response property 'oneOf' list for the response
15+
changeCode: response-property-one-of-removed
16+
stabilityLevel: stable
17+
version: "2025-03-12"
18+
- httpMethod: GET
19+
operationId: listAlerts
20+
path: /api/atlas/v2/groups/{groupId}/alerts
21+
tag: Alerts
22+
versions:
23+
- changeType: update
24+
changes:
25+
- backwardCompatible: true
26+
change: added '#/components/schemas/ClusterAlertViewForNdsGroup' to the 'results/items/' response property 'oneOf' list for the response
27+
changeCode: response-property-one-of-added
28+
- backwardCompatible: true
29+
change: removed '#/components/schemas/ClusterAlertView' from the 'results/items/' response property 'oneOf' list for the response
30+
changeCode: response-property-one-of-removed
31+
stabilityLevel: stable
32+
version: "2025-03-12"
33+
- httpMethod: GET
34+
operationId: getAlert
35+
path: /api/atlas/v2/groups/{groupId}/alerts/{alertId}
36+
tag: Alerts
37+
versions:
38+
- changeType: update
39+
changes:
40+
- backwardCompatible: true
41+
change: added '#/components/schemas/ClusterAlertViewForNdsGroup' to the response body 'oneOf' list for the response
42+
changeCode: response-body-one-of-added
43+
- backwardCompatible: true
44+
change: removed '#/components/schemas/ClusterAlertView' from the response body 'oneOf' list for the response
45+
changeCode: response-body-one-of-removed
46+
stabilityLevel: stable
47+
version: "2025-03-12"
48+
- httpMethod: PATCH
49+
operationId: acknowledgeAlert
50+
path: /api/atlas/v2/groups/{groupId}/alerts/{alertId}
51+
tag: Alerts
52+
versions:
53+
- changeType: update
54+
changes:
55+
- backwardCompatible: true
56+
change: added '#/components/schemas/ClusterAlertViewForNdsGroup' to the response body 'oneOf' list for the response
57+
changeCode: response-body-one-of-added
58+
- backwardCompatible: true
59+
change: removed '#/components/schemas/ClusterAlertView' from the response body 'oneOf' list for the response
60+
changeCode: response-body-one-of-removed
61+
stabilityLevel: stable
62+
version: "2025-03-12"
163
- date: "2025-05-08"
264
paths:
365
- httpMethod: GET

0 commit comments

Comments
 (0)