diff --git a/changelog/changelog.json b/changelog/changelog.json index a030c1202..9a27fd93a 100644 --- a/changelog/changelog.json +++ b/changelog/changelog.json @@ -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": [ diff --git a/changelog/changelog.yaml b/changelog/changelog.yaml index 373db7951..d8df5b00d 100644 --- a/changelog/changelog.yaml +++ b/changelog/changelog.yaml @@ -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 diff --git a/changelog/internal/changelog-all.json b/changelog/internal/changelog-all.json index 495ff2bb9..9a27fd93a 100644 --- a/changelog/internal/changelog-all.json +++ b/changelog/internal/changelog-all.json @@ -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", diff --git a/changelog/internal/changelog-all.yaml b/changelog/internal/changelog-all.yaml index 668de21b0..d8df5b00d 100644 --- a/changelog/internal/changelog-all.yaml +++ b/changelog/internal/changelog-all.yaml @@ -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 diff --git a/changelog/internal/metadata.json b/changelog/internal/metadata.json index 0c896d356..fa7f6155d 100644 --- a/changelog/internal/metadata.json +++ b/changelog/internal/metadata.json @@ -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",