Skip to content

Commit d6c1ddd

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/11347793904.
1 parent 1505d21 commit d6c1ddd

File tree

5 files changed

+117
-3
lines changed

5 files changed

+117
-3
lines changed

changelog/changelog.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11
[
2+
{
3+
"date": "2024-10-15",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/clusters/tenantUpgrade",
7+
"httpMethod": "POST",
8+
"versions": [
9+
{
10+
"version": "2024-08-05",
11+
"changes": [
12+
{
13+
"change": "added the optional properties 'providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/maxInstanceSize, providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/minInstanceSize' to the response",
14+
"changeCode": "response-optional-property-added",
15+
"backwardCompatible": true
16+
},
17+
{
18+
"change": "added the new optional request properties 'providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/maxInstanceSize, providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/minInstanceSize'",
19+
"changeCode": "new-optional-request-property",
20+
"backwardCompatible": true
21+
}
22+
],
23+
"stabilityLevel": "stable",
24+
"changeType": "update"
25+
}
26+
],
27+
"operationId": "upgradeSharedCluster",
28+
"tag": "Clusters"
29+
}
30+
]
31+
},
232
{
333
"date": "2024-10-03",
434
"paths": [

changelog/changelog.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
- date: "2024-10-15"
2+
paths:
3+
- httpMethod: POST
4+
operationId: upgradeSharedCluster
5+
path: /api/atlas/v2/groups/{groupId}/clusters/tenantUpgrade
6+
tag: Clusters
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: 'added the optional properties ''providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/maxInstanceSize, providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/minInstanceSize'' to the response'
12+
changeCode: response-optional-property-added
13+
- backwardCompatible: true
14+
change: 'added the new optional request properties ''providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/maxInstanceSize, providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/minInstanceSize'''
15+
changeCode: new-optional-request-property
16+
stabilityLevel: stable
17+
version: "2024-08-05"
118
- date: "2024-10-03"
219
paths:
320
- httpMethod: GET

changelog/internal/changelog-all.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,46 @@
11
[
2+
{
3+
"date": "2024-10-15",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/clusters/tenantUpgrade",
7+
"httpMethod": "POST",
8+
"versions": [
9+
{
10+
"version": "2024-08-05",
11+
"changes": [
12+
{
13+
"change": "the 'providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute' request property type/format changed from 'string'/'' to 'object'/''",
14+
"changeCode": "request-property-type-changed",
15+
"backwardCompatible": false,
16+
"hideFromChangelog": true
17+
},
18+
{
19+
"change": "the 'providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute' response's property type/format changed from 'string'/'' to 'object'/'' for status '200'",
20+
"changeCode": "response-property-type-changed",
21+
"backwardCompatible": false,
22+
"hideFromChangelog": true
23+
},
24+
{
25+
"change": "added the optional properties 'providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/maxInstanceSize, providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/minInstanceSize' to the response",
26+
"changeCode": "response-optional-property-added",
27+
"backwardCompatible": true
28+
},
29+
{
30+
"change": "added the new optional request properties 'providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/maxInstanceSize, providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/minInstanceSize'",
31+
"changeCode": "new-optional-request-property",
32+
"backwardCompatible": true
33+
}
34+
],
35+
"stabilityLevel": "stable",
36+
"changeType": "update"
37+
}
38+
],
39+
"operationId": "upgradeSharedCluster",
40+
"tag": "Clusters"
41+
}
42+
]
43+
},
244
{
345
"date": "2024-10-03",
446
"paths": [

changelog/internal/changelog-all.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
- date: "2024-10-15"
2+
paths:
3+
- httpMethod: POST
4+
operationId: upgradeSharedCluster
5+
path: /api/atlas/v2/groups/{groupId}/clusters/tenantUpgrade
6+
tag: Clusters
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: false
11+
change: 'the ''providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute'' request property type/format changed from ''string''/'''' to ''object''/'''''
12+
changeCode: request-property-type-changed
13+
hideFromChangelog: true
14+
- backwardCompatible: false
15+
change: 'the ''providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute'' response''s property type/format changed from ''string''/'''' to ''object''/'''' for status ''200'''
16+
changeCode: response-property-type-changed
17+
hideFromChangelog: true
18+
- backwardCompatible: true
19+
change: 'added the optional properties ''providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/maxInstanceSize, providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/minInstanceSize'' to the response'
20+
changeCode: response-optional-property-added
21+
- backwardCompatible: true
22+
change: 'added the new optional request properties ''providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/maxInstanceSize, providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute/minInstanceSize'''
23+
changeCode: new-optional-request-property
24+
stabilityLevel: stable
25+
version: "2024-08-05"
126
- date: "2024-10-03"
227
paths:
328
- httpMethod: GET

changelog/internal/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"runDate": "2024-10-14",
3-
"specRevision": "51105c15b667d3a66c6b5670dd9c716fd2031ab6",
4-
"specRevisionShort": "51105c15b66",
2+
"runDate": "2024-10-15",
3+
"specRevision": "889b9ca6dcebb6fb6fe51b4032b3fdd55f35dc22",
4+
"specRevisionShort": "889b9ca6dce",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)