Skip to content

Commit 9c98e6a

Browse files
ci(prod): Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/16835044803.
1 parent 2db5aa7 commit 9c98e6a

File tree

5 files changed

+80
-2
lines changed

5 files changed

+80
-2
lines changed

changelog/changelog.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
[
2+
{
3+
"date": "2025-08-08",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/cloudProviderAccess",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added the optional property 'gcpServiceAccounts' to the response",
14+
"changeCode": "response-optional-property-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listCloudProviderAccessRoles",
23+
"tag": "Cloud Provider Access"
24+
}
25+
]
26+
},
227
{
328
"date": "2025-08-06",
429
"paths": [

changelog/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- date: "2025-08-08"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listCloudProviderAccessRoles
5+
path: /api/atlas/v2/groups/{groupId}/cloudProviderAccess
6+
tag: Cloud Provider Access
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the optional property 'gcpServiceAccounts' to the response
12+
changeCode: response-optional-property-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
115
- date: "2025-08-06"
216
paths:
317
- httpMethod: GET

changelog/internal/changelog-all.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
[
2+
{
3+
"date": "2025-08-08",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/cloudProviderAccess",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added the optional property 'gcpServiceAccounts' to the response",
14+
"changeCode": "response-optional-property-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listCloudProviderAccessRoles",
23+
"tag": "Cloud Provider Access"
24+
}
25+
]
26+
},
227
{
328
"date": "2025-08-06",
429
"paths": [

changelog/internal/changelog-all.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- date: "2025-08-08"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listCloudProviderAccessRoles
5+
path: /api/atlas/v2/groups/{groupId}/cloudProviderAccess
6+
tag: Cloud Provider Access
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the optional property 'gcpServiceAccounts' to the response
12+
changeCode: response-optional-property-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
115
- date: "2025-08-06"
216
paths:
317
- httpMethod: GET

changelog/internal/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"runDate": "2025-08-08",
3-
"specRevision": "a84ea7cb34e5024c36fe2a2a543e99710a92b446",
4-
"specRevisionShort": "a84ea7cb34e",
3+
"specRevision": "b36aaf19a2206d3638be14a1fd41180cfabdcd61",
4+
"specRevisionShort": "b36aaf19a22",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)