Skip to content

Commit

Permalink
(prod) Release API Changelog 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 29, 2024
1 parent 7ec4953 commit 55b7b46
Show file tree
Hide file tree
Showing 5 changed files with 257 additions and 21 deletions.
85 changes: 85 additions & 0 deletions changelog/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,89 @@
[
{
"date": "2024-08-29",
"paths": [
{
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints",
"httpMethod": "GET",
"versions": [
{
"version": "2024-08-05",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "getEncryptionAtRestPrivateEndpointsForCloudProvider",
"tag": "Encryption at Rest using Customer Key Management"
},
{
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints",
"httpMethod": "POST",
"versions": [
{
"version": "2024-08-05",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "createEncryptionAtRestPrivateEndpoint",
"tag": "Encryption at Rest using Customer Key Management"
},
{
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints/{endpointId}",
"httpMethod": "DELETE",
"versions": [
{
"version": "2024-08-05",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "requestEncryptionAtRestPrivateEndpointDeletion",
"tag": "Encryption at Rest using Customer Key Management"
},
{
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints/{endpointId}",
"httpMethod": "GET",
"versions": [
{
"version": "2024-08-05",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "getEncryptionAtRestPrivateEndpoint",
"tag": "Encryption at Rest using Customer Key Management"
}
]
},
{
"date": "2024-08-28",
"paths": [
Expand Down
50 changes: 50 additions & 0 deletions changelog/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
- date: "2024-08-29"
paths:
- httpMethod: GET
operationId: getEncryptionAtRestPrivateEndpointsForCloudProvider
path: /api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints
tag: Encryption at Rest using Customer Key Management
versions:
- changeType: release
changes:
- backwardCompatible: true
change: endpoint added
changeCode: endpoint-added
stabilityLevel: stable
version: "2024-08-05"
- httpMethod: POST
operationId: createEncryptionAtRestPrivateEndpoint
path: /api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints
tag: Encryption at Rest using Customer Key Management
versions:
- changeType: release
changes:
- backwardCompatible: true
change: endpoint added
changeCode: endpoint-added
stabilityLevel: stable
version: "2024-08-05"
- httpMethod: DELETE
operationId: requestEncryptionAtRestPrivateEndpointDeletion
path: /api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints/{endpointId}
tag: Encryption at Rest using Customer Key Management
versions:
- changeType: release
changes:
- backwardCompatible: true
change: endpoint added
changeCode: endpoint-added
stabilityLevel: stable
version: "2024-08-05"
- httpMethod: GET
operationId: getEncryptionAtRestPrivateEndpoint
path: /api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints/{endpointId}
tag: Encryption at Rest using Customer Key Management
versions:
- changeType: release
changes:
- backwardCompatible: true
change: endpoint added
changeCode: endpoint-added
stabilityLevel: stable
version: "2024-08-05"
- date: "2024-08-28"
paths:
- httpMethod: GET
Expand Down
82 changes: 73 additions & 9 deletions changelog/internal/changelog-all.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,92 @@
[
{
"date": "2024-08-28",
"date": "2024-08-29",
"paths": [
{
"path": "/api/atlas/v2/orgs/{orgId}/invoices/{invoiceId}/lineItems/:search",
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints",
"httpMethod": "GET",
"versions": [
{
"version": "2024-08-05",
"changes": [
{
"change": "api path removed without deprecation",
"changeCode": "api-path-removed-without-deprecation",
"backwardCompatible": false,
"hideFromChangelog": true
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "update"
"changeType": "release"
}
],
"operationId": "queryLineItemsFromSingleInvoice",
"tag": "Invoices"
"operationId": "getEncryptionAtRestPrivateEndpointsForCloudProvider",
"tag": "Encryption at Rest using Customer Key Management"
},
{
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints",
"httpMethod": "POST",
"versions": [
{
"version": "2024-08-05",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "createEncryptionAtRestPrivateEndpoint",
"tag": "Encryption at Rest using Customer Key Management"
},
{
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints/{endpointId}",
"httpMethod": "DELETE",
"versions": [
{
"version": "2024-08-05",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "requestEncryptionAtRestPrivateEndpointDeletion",
"tag": "Encryption at Rest using Customer Key Management"
},
{
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints/{endpointId}",
"httpMethod": "GET",
"versions": [
{
"version": "2024-08-05",
"changes": [
{
"change": "endpoint added",
"changeCode": "endpoint-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "release"
}
],
"operationId": "getEncryptionAtRestPrivateEndpoint",
"tag": "Encryption at Rest using Customer Key Management"
}
]
},
{
"date": "2024-08-28",
"paths": [
{
"path": "/api/atlas/v2/orgs/{orgId}/invoices/{invoiceId}/lineItems:search",
"httpMethod": "GET",
Expand Down
55 changes: 46 additions & 9 deletions changelog/internal/changelog-all.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,55 @@
- date: "2024-08-28"
- date: "2024-08-29"
paths:
- httpMethod: GET
operationId: queryLineItemsFromSingleInvoice
path: /api/atlas/v2/orgs/{orgId}/invoices/{invoiceId}/lineItems/:search
tag: Invoices
operationId: getEncryptionAtRestPrivateEndpointsForCloudProvider
path: /api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints
tag: Encryption at Rest using Customer Key Management
versions:
- changeType: update
- changeType: release
changes:
- backwardCompatible: false
change: api path removed without deprecation
changeCode: api-path-removed-without-deprecation
hideFromChangelog: true
- backwardCompatible: true
change: endpoint added
changeCode: endpoint-added
stabilityLevel: stable
version: "2024-08-05"
- httpMethod: POST
operationId: createEncryptionAtRestPrivateEndpoint
path: /api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints
tag: Encryption at Rest using Customer Key Management
versions:
- changeType: release
changes:
- backwardCompatible: true
change: endpoint added
changeCode: endpoint-added
stabilityLevel: stable
version: "2024-08-05"
- httpMethod: DELETE
operationId: requestEncryptionAtRestPrivateEndpointDeletion
path: /api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints/{endpointId}
tag: Encryption at Rest using Customer Key Management
versions:
- changeType: release
changes:
- backwardCompatible: true
change: endpoint added
changeCode: endpoint-added
stabilityLevel: stable
version: "2024-08-05"
- httpMethod: GET
operationId: getEncryptionAtRestPrivateEndpoint
path: /api/atlas/v2/groups/{groupId}/encryptionAtRest/{cloudProvider}/privateEndpoints/{endpointId}
tag: Encryption at Rest using Customer Key Management
versions:
- changeType: release
changes:
- backwardCompatible: true
change: endpoint added
changeCode: endpoint-added
stabilityLevel: stable
version: "2024-08-05"
- date: "2024-08-28"
paths:
- httpMethod: GET
operationId: queryLineItemsFromSingleInvoice
path: /api/atlas/v2/orgs/{orgId}/invoices/{invoiceId}/lineItems:search
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-08-28",
"specRevision": "6ff107b2e1c053a926389ef69e88f7a7aa5e8c1d",
"specRevisionShort": "6ff107b2e1c",
"runDate": "2024-08-29",
"specRevision": "2f842f22a67228bde95f4a60a8046ac8a862a288",
"specRevisionShort": "2f842f22a67",
"versions": [
"2023-01-01",
"2023-02-01",
Expand Down

0 comments on commit 55b7b46

Please sign in to comment.