Skip to content

Commit 9cbdee3

Browse files
CLOUDP-284672: [API Platform] Changelog did not detect new flexClusters endpoints automatically (#307)
1 parent c4d5cb9 commit 9cbdee3

File tree

6 files changed

+829
-1
lines changed

6 files changed

+829
-1
lines changed

.github/workflows/release-spec.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ jobs:
167167
release-changelog:
168168
name: Release API Changelog
169169
needs: release
170-
if: ${{ needs.release.outputs.changes_detected == 'true' }}
171170
uses: ./.github/workflows/release-changelog.yml
172171
secrets:
173172
api_bot_pat: ${{ secrets.api_bot_pat }}

changelog/changelog.json

Lines changed: 240 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4662,6 +4662,246 @@
46624662
{
46634663
"date": "2024-11-13",
46644664
"paths": [
4665+
{
4666+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters",
4667+
"httpMethod": "GET",
4668+
"versions": [
4669+
{
4670+
"version": "2024-11-13",
4671+
"changes": [
4672+
{
4673+
"change": "endpoint added",
4674+
"changeCode": "endpoint-added",
4675+
"backwardCompatible": true
4676+
}
4677+
],
4678+
"stabilityLevel": "stable",
4679+
"changeType": "release"
4680+
}
4681+
],
4682+
"operationId": "listFlexClusters",
4683+
"tag": "Flex Clusters"
4684+
},
4685+
{
4686+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}",
4687+
"httpMethod": "DELETE",
4688+
"versions": [
4689+
{
4690+
"version": "2024-11-13",
4691+
"changes": [
4692+
{
4693+
"change": "endpoint added",
4694+
"changeCode": "endpoint-added",
4695+
"backwardCompatible": true
4696+
}
4697+
],
4698+
"stabilityLevel": "stable",
4699+
"changeType": "release"
4700+
}
4701+
],
4702+
"operationId": "deleteFlexCluster",
4703+
"tag": "Flex Clusters"
4704+
},
4705+
{
4706+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}",
4707+
"httpMethod": "GET",
4708+
"versions": [
4709+
{
4710+
"version": "2024-11-13",
4711+
"changes": [
4712+
{
4713+
"change": "endpoint added",
4714+
"changeCode": "endpoint-added",
4715+
"backwardCompatible": true
4716+
}
4717+
],
4718+
"stabilityLevel": "stable",
4719+
"changeType": "release"
4720+
}
4721+
],
4722+
"operationId": "getFlexCluster",
4723+
"tag": "Flex Clusters"
4724+
},
4725+
{
4726+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters",
4727+
"httpMethod": "POST",
4728+
"versions": [
4729+
{
4730+
"version": "2024-11-13",
4731+
"changes": [
4732+
{
4733+
"change": "endpoint added",
4734+
"changeCode": "endpoint-added",
4735+
"backwardCompatible": true
4736+
}
4737+
],
4738+
"stabilityLevel": "stable",
4739+
"changeType": "release"
4740+
}
4741+
],
4742+
"operationId": "createFlexCluster",
4743+
"tag": "Flex Clusters"
4744+
},
4745+
{
4746+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}",
4747+
"httpMethod": "PATCH",
4748+
"versions": [
4749+
{
4750+
"version": "2024-11-13",
4751+
"changes": [
4752+
{
4753+
"change": "endpoint added",
4754+
"changeCode": "endpoint-added",
4755+
"backwardCompatible": true
4756+
}
4757+
],
4758+
"stabilityLevel": "stable",
4759+
"changeType": "release"
4760+
}
4761+
],
4762+
"operationId": "updateFlexCluster",
4763+
"tag": "Flex Clusters"
4764+
},
4765+
{
4766+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/download",
4767+
"httpMethod": "POST",
4768+
"versions": [
4769+
{
4770+
"version": "2024-11-13",
4771+
"changes": [
4772+
{
4773+
"change": "endpoint added",
4774+
"changeCode": "endpoint-added",
4775+
"backwardCompatible": true
4776+
}
4777+
],
4778+
"stabilityLevel": "stable",
4779+
"changeType": "release"
4780+
}
4781+
],
4782+
"operationId": "downloadFlexBackup",
4783+
"tag": "Flex Snapshots"
4784+
},
4785+
{
4786+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs",
4787+
"httpMethod": "GET",
4788+
"versions": [
4789+
{
4790+
"version": "2024-11-13",
4791+
"changes": [
4792+
{
4793+
"change": "endpoint added",
4794+
"changeCode": "endpoint-added",
4795+
"backwardCompatible": true
4796+
}
4797+
],
4798+
"stabilityLevel": "stable",
4799+
"changeType": "release"
4800+
}
4801+
],
4802+
"operationId": "listFlexBackupRestoreJobs",
4803+
"tag": "Flex Restore Jobs"
4804+
},
4805+
{
4806+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs",
4807+
"httpMethod": "POST",
4808+
"versions": [
4809+
{
4810+
"version": "2024-11-13",
4811+
"changes": [
4812+
{
4813+
"change": "endpoint added",
4814+
"changeCode": "endpoint-added",
4815+
"backwardCompatible": true
4816+
}
4817+
],
4818+
"stabilityLevel": "stable",
4819+
"changeType": "release"
4820+
}
4821+
],
4822+
"operationId": "createFlexBackupRestoreJob",
4823+
"tag": "Flex Restore Jobs"
4824+
},
4825+
{
4826+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs/{restoreJobId}",
4827+
"httpMethod": "GET",
4828+
"versions": [
4829+
{
4830+
"version": "2024-11-13",
4831+
"changes": [
4832+
{
4833+
"change": "endpoint added",
4834+
"changeCode": "endpoint-added",
4835+
"backwardCompatible": true
4836+
}
4837+
],
4838+
"stabilityLevel": "stable",
4839+
"changeType": "release"
4840+
}
4841+
],
4842+
"operationId": "getFlexBackupRestoreJob",
4843+
"tag": "Flex Restore Jobs"
4844+
},
4845+
{
4846+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/snapshots",
4847+
"httpMethod": "GET",
4848+
"versions": [
4849+
{
4850+
"version": "2024-11-13",
4851+
"changes": [
4852+
{
4853+
"change": "endpoint added",
4854+
"changeCode": "endpoint-added",
4855+
"backwardCompatible": true
4856+
}
4857+
],
4858+
"stabilityLevel": "stable",
4859+
"changeType": "release"
4860+
}
4861+
],
4862+
"operationId": "listFlexBackups",
4863+
"tag": "Flex Snapshots"
4864+
},
4865+
{
4866+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/snapshots/{snapshotId}",
4867+
"httpMethod": "GET",
4868+
"versions": [
4869+
{
4870+
"version": "2024-11-13",
4871+
"changes": [
4872+
{
4873+
"change": "endpoint added",
4874+
"changeCode": "endpoint-added",
4875+
"backwardCompatible": true
4876+
}
4877+
],
4878+
"stabilityLevel": "stable",
4879+
"changeType": "release"
4880+
}
4881+
],
4882+
"operationId": "getFlexBackup",
4883+
"tag": "Flex Snapshots"
4884+
},
4885+
{
4886+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters:tenantUpgrade",
4887+
"httpMethod": "POST",
4888+
"versions": [
4889+
{
4890+
"version": "2024-11-13",
4891+
"changes": [
4892+
{
4893+
"change": "endpoint added",
4894+
"changeCode": "endpoint-added",
4895+
"backwardCompatible": true
4896+
}
4897+
],
4898+
"stabilityLevel": "stable",
4899+
"changeType": "release"
4900+
}
4901+
],
4902+
"operationId": "upgradeFlexCluster",
4903+
"tag": "Flex Clusters"
4904+
},
46654905
{
46664906
"path": "/api/atlas/v2/groups",
46674907
"httpMethod": "GET",

0 commit comments

Comments
 (0)