Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/release-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ jobs:
release-changelog:
name: Release API Changelog
needs: release
if: ${{ needs.release.outputs.changes_detected == 'true' }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the fix

Copy link
Collaborator

@fmenezes fmenezes Dec 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is needs.release.outputs.changes_detected supposed to mean then?

uses: ./.github/workflows/release-changelog.yml
secrets:
api_bot_pat: ${{ secrets.api_bot_pat }}
Expand Down
240 changes: 240 additions & 0 deletions changelog/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4662,6 +4662,246 @@
{
"date": "2024-11-13",
"paths": [
{
"path": "/api/atlas/v2/groups/{groupId}/flexClusters",
"httpMethod": "GET",
"versions": [
{
"version": "2024-11-13",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "listFlexClusters",
"tag": "Flex Clusters"
},
{
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}",
"httpMethod": "DELETE",
"versions": [
{
"version": "2024-11-13",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "deleteFlexCluster",
"tag": "Flex Clusters"
},
{
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}",
"httpMethod": "GET",
"versions": [
{
"version": "2024-11-13",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "getFlexCluster",
"tag": "Flex Clusters"
},
{
"path": "/api/atlas/v2/groups/{groupId}/flexClusters",
"httpMethod": "POST",
"versions": [
{
"version": "2024-11-13",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "createFlexCluster",
"tag": "Flex Clusters"
},
{
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}",
"httpMethod": "PATCH",
"versions": [
{
"version": "2024-11-13",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "updateFlexCluster",
"tag": "Flex Clusters"
},
{
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/download",
"httpMethod": "POST",
"versions": [
{
"version": "2024-11-13",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "downloadFlexBackup",
"tag": "Flex Snapshots"
},
{
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs",
"httpMethod": "GET",
"versions": [
{
"version": "2024-11-13",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "listFlexBackupRestoreJobs",
"tag": "Flex Restore Jobs"
},
{
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs",
"httpMethod": "POST",
"versions": [
{
"version": "2024-11-13",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "createFlexBackupRestoreJob",
"tag": "Flex Restore Jobs"
},
{
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs/{restoreJobId}",
"httpMethod": "GET",
"versions": [
{
"version": "2024-11-13",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "getFlexBackupRestoreJob",
"tag": "Flex Restore Jobs"
},
{
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/snapshots",
"httpMethod": "GET",
"versions": [
{
"version": "2024-11-13",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "listFlexBackups",
"tag": "Flex Snapshots"
},
{
"path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/snapshots/{snapshotId}",
"httpMethod": "GET",
"versions": [
{
"version": "2024-11-13",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "getFlexBackup",
"tag": "Flex Snapshots"
},
{
"path": "/api/atlas/v2/groups/{groupId}/flexClusters:tenantUpgrade",
"httpMethod": "POST",
"versions": [
{
"version": "2024-11-13",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "upgradeFlexCluster",
"tag": "Flex Clusters"
},
{
"path": "/api/atlas/v2/groups",
"httpMethod": "GET",
Expand Down
Loading
Loading