Skip to content

Commit

Permalink
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openap…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 15, 2024
1 parent 1505d21 commit d6c1ddd
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 3 deletions.
30 changes: 30 additions & 0 deletions changelog/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
[
{
"date": "2024-10-15",
"paths": [
{
"path": "/api/atlas/v2/groups/{groupId}/clusters/tenantUpgrade",
"httpMethod": "POST",
"versions": [
{
"version": "2024-08-05",
"changes": [
{
"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",
"changeCode": "response-optional-property-added",
"backwardCompatible": true
},
{
"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'",
"changeCode": "new-optional-request-property",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "update"
}
],
"operationId": "upgradeSharedCluster",
"tag": "Clusters"
}
]
},
{
"date": "2024-10-03",
"paths": [
Expand Down
17 changes: 17 additions & 0 deletions changelog/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- date: "2024-10-15"
paths:
- httpMethod: POST
operationId: upgradeSharedCluster
path: /api/atlas/v2/groups/{groupId}/clusters/tenantUpgrade
tag: Clusters
versions:
- changeType: update
changes:
- backwardCompatible: true
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'
changeCode: response-optional-property-added
- backwardCompatible: true
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'''
changeCode: new-optional-request-property
stabilityLevel: stable
version: "2024-08-05"
- date: "2024-10-03"
paths:
- httpMethod: GET
Expand Down
42 changes: 42 additions & 0 deletions changelog/internal/changelog-all.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,46 @@
[
{
"date": "2024-10-15",
"paths": [
{
"path": "/api/atlas/v2/groups/{groupId}/clusters/tenantUpgrade",
"httpMethod": "POST",
"versions": [
{
"version": "2024-08-05",
"changes": [
{
"change": "the 'providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute' request property type/format changed from 'string'/'' to 'object'/''",
"changeCode": "request-property-type-changed",
"backwardCompatible": false,
"hideFromChangelog": true
},
{
"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'",
"changeCode": "response-property-type-changed",
"backwardCompatible": false,
"hideFromChangelog": true
},
{
"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",
"changeCode": "response-optional-property-added",
"backwardCompatible": true
},
{
"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'",
"changeCode": "new-optional-request-property",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "update"
}
],
"operationId": "upgradeSharedCluster",
"tag": "Clusters"
}
]
},
{
"date": "2024-10-03",
"paths": [
Expand Down
25 changes: 25 additions & 0 deletions changelog/internal/changelog-all.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
- date: "2024-10-15"
paths:
- httpMethod: POST
operationId: upgradeSharedCluster
path: /api/atlas/v2/groups/{groupId}/clusters/tenantUpgrade
tag: Clusters
versions:
- changeType: update
changes:
- backwardCompatible: false
change: 'the ''providerSettings/oneOf[subschema #4: Cloud Service Provider Settings for a Cluster]/autoScaling/compute'' request property type/format changed from ''string''/'''' to ''object''/'''''
changeCode: request-property-type-changed
hideFromChangelog: true
- backwardCompatible: false
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'''
changeCode: response-property-type-changed
hideFromChangelog: true
- backwardCompatible: true
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'
changeCode: response-optional-property-added
- backwardCompatible: true
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'''
changeCode: new-optional-request-property
stabilityLevel: stable
version: "2024-08-05"
- date: "2024-10-03"
paths:
- httpMethod: GET
Expand Down
6 changes: 3 additions & 3 deletions changelog/internal/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"runDate": "2024-10-14",
"specRevision": "51105c15b667d3a66c6b5670dd9c716fd2031ab6",
"specRevisionShort": "51105c15b66",
"runDate": "2024-10-15",
"specRevision": "889b9ca6dcebb6fb6fe51b4032b3fdd55f35dc22",
"specRevisionShort": "889b9ca6dce",
"versions": [
"2023-01-01",
"2023-02-01",
Expand Down

0 comments on commit d6c1ddd

Please sign in to comment.