From 70195aa74ef9dfbfead8a66a1e93e8be76ab44fc Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Fri, 21 Mar 2025 17:06:48 +0000 Subject: [PATCH 1/5] remove encryptionAtRestProvider search entries --- changelog/changelog.yaml | 106 --------------------------------------- 1 file changed, 106 deletions(-) diff --git a/changelog/changelog.yaml b/changelog/changelog.yaml index a4237025df..b8c26d7a0c 100644 --- a/changelog/changelog.yaml +++ b/changelog/changelog.yaml @@ -15,72 +15,6 @@ changeCode: response-optional-property-removed stabilityLevel: stable version: "2025-03-12" - - httpMethod: PATCH - operationId: updateAtlasSearchDeployment - path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment - tag: Atlas Search - versions: - - changeType: update - changes: - - backwardCompatible: true - change: added the optional property 'encryptionAtRestProvider' to the response - changeCode: response-optional-property-added - - backwardCompatible: true - change: removed the optional property 'encryptionAtRestProvider' from the response - changeCode: response-optional-property-removed - stabilityLevel: stable - version: "2025-03-12" - - httpMethod: POST - operationId: createAtlasSearchDeployment - path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment - tag: Atlas Search - versions: - - changeType: update - changes: - - backwardCompatible: true - change: added the optional property 'encryptionAtRestProvider' to the response - changeCode: response-optional-property-added - - backwardCompatible: true - change: removed the optional property 'encryptionAtRestProvider' from the response - changeCode: response-optional-property-removed - stabilityLevel: stable - version: "2025-03-12" - - httpMethod: GET - operationId: getEncryptionAtRest - path: /api/atlas/v2/groups/{groupId}/encryptionAtRest - tag: Encryption at Rest using Customer Key Management - versions: - - changeType: update - changes: - - backwardCompatible: true - change: added the optional property 'enabledForSearchNodes' to the response - changeCode: response-optional-property-added - - backwardCompatible: true - change: removed the optional property 'enabledForSearchNodes' from the response - changeCode: response-optional-property-removed - stabilityLevel: stable - version: "2025-03-12" - - httpMethod: PATCH - operationId: updateEncryptionAtRest - path: /api/atlas/v2/groups/{groupId}/encryptionAtRest - tag: Encryption at Rest using Customer Key Management - versions: - - changeType: update - changes: - - backwardCompatible: true - change: added the optional property 'enabledForSearchNodes' to the response - changeCode: response-optional-property-added - - backwardCompatible: true - change: added the new optional request property 'enabledForSearchNodes' - changeCode: new-optional-request-property - - backwardCompatible: true - change: removed the optional property 'enabledForSearchNodes' from the response - changeCode: response-optional-property-removed - - backwardCompatible: true - change: removed the request property 'enabledForSearchNodes' - changeCode: request-property-removed - stabilityLevel: stable - version: "2025-03-12" - date: "2025-03-12" paths: - httpMethod: GET @@ -392,18 +326,6 @@ changeCode: endpoint-added stabilityLevel: stable version: "2025-03-12" - - httpMethod: GET - operationId: getAtlasSearchDeployment - path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment - tag: Atlas Search - versions: - - changeType: release - changes: - - backwardCompatible: true - change: added the optional property 'encryptionAtRestProvider' to the response - changeCode: response-optional-property-added - stabilityLevel: stable - version: "2025-03-12" - httpMethod: PATCH operationId: updateAtlasSearchDeployment path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment @@ -428,34 +350,6 @@ changeCode: response-optional-property-added stabilityLevel: stable version: "2025-03-12" - - httpMethod: GET - operationId: getEncryptionAtRest - path: /api/atlas/v2/groups/{groupId}/encryptionAtRest - tag: Encryption at Rest using Customer Key Management - versions: - - changeType: release - changes: - - backwardCompatible: true - change: added the optional property 'enabledForSearchNodes' to the response - changeCode: response-optional-property-added - stabilityLevel: stable - version: "2025-03-12" - - httpMethod: PATCH - operationId: updateEncryptionAtRest - path: /api/atlas/v2/groups/{groupId}/encryptionAtRest - tag: Encryption at Rest using Customer Key Management - versions: - - changeType: release - changes: - - backwardCompatible: true - change: added the optional property 'enabledForSearchNodes' to the response - changeCode: response-optional-property-added - - backwardCompatible: true - change: added the new optional request property 'enabledForSearchNodes' - changeCode: new-optional-request-property - stabilityLevel: stable - version: "2025-03-12" - - httpMethod: GET operationId: listProjectEvents path: /api/atlas/v2/groups/{groupId}/events tag: Events From 6bfaa396238bad909b667a9ae3511d1540f4d2e0 Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Fri, 21 Mar 2025 17:18:09 +0000 Subject: [PATCH 2/5] update --- changelog/changelog.json | 232 +-------------------------------------- 1 file changed, 4 insertions(+), 228 deletions(-) diff --git a/changelog/changelog.json b/changelog/changelog.json index 0b9b9982c2..42c4657c31 100644 --- a/changelog/changelog.json +++ b/changelog/changelog.json @@ -1,144 +1,5 @@ [ - { - "date": "2025-03-19", - "paths": [ - { - "path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment", - "httpMethod": "GET", - "versions": [ - { - "version": "2025-03-12", - "changes": [ - { - "change": "added the optional property 'encryptionAtRestProvider' to the response", - "changeCode": "response-optional-property-added", - "backwardCompatible": true - }, - { - "change": "removed the optional property 'encryptionAtRestProvider' from the response", - "changeCode": "response-optional-property-removed", - "backwardCompatible": true - } - ], - "stabilityLevel": "stable", - "changeType": "update" - } - ], - "operationId": "getAtlasSearchDeployment", - "tag": "Atlas Search" - }, - { - "path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment", - "httpMethod": "PATCH", - "versions": [ - { - "version": "2025-03-12", - "changes": [ - { - "change": "added the optional property 'encryptionAtRestProvider' to the response", - "changeCode": "response-optional-property-added", - "backwardCompatible": true - }, - { - "change": "removed the optional property 'encryptionAtRestProvider' from the response", - "changeCode": "response-optional-property-removed", - "backwardCompatible": true - } - ], - "stabilityLevel": "stable", - "changeType": "update" - } - ], - "operationId": "updateAtlasSearchDeployment", - "tag": "Atlas Search" - }, - { - "path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment", - "httpMethod": "POST", - "versions": [ - { - "version": "2025-03-12", - "changes": [ - { - "change": "added the optional property 'encryptionAtRestProvider' to the response", - "changeCode": "response-optional-property-added", - "backwardCompatible": true - }, - { - "change": "removed the optional property 'encryptionAtRestProvider' from the response", - "changeCode": "response-optional-property-removed", - "backwardCompatible": true - } - ], - "stabilityLevel": "stable", - "changeType": "update" - } - ], - "operationId": "createAtlasSearchDeployment", - "tag": "Atlas Search" - }, - { - "path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest", - "httpMethod": "GET", - "versions": [ - { - "version": "2025-03-12", - "changes": [ - { - "change": "added the optional property 'enabledForSearchNodes' to the response", - "changeCode": "response-optional-property-added", - "backwardCompatible": true - }, - { - "change": "removed the optional property 'enabledForSearchNodes' from the response", - "changeCode": "response-optional-property-removed", - "backwardCompatible": true - } - ], - "stabilityLevel": "stable", - "changeType": "update" - } - ], - "operationId": "getEncryptionAtRest", - "tag": "Encryption at Rest using Customer Key Management" - }, - { - "path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest", - "httpMethod": "PATCH", - "versions": [ - { - "version": "2025-03-12", - "changes": [ - { - "change": "added the optional property 'enabledForSearchNodes' to the response", - "changeCode": "response-optional-property-added", - "backwardCompatible": true - }, - { - "change": "added the new optional request property 'enabledForSearchNodes'", - "changeCode": "new-optional-request-property", - "backwardCompatible": true - }, - { - "change": "removed the optional property 'enabledForSearchNodes' from the response", - "changeCode": "response-optional-property-removed", - "backwardCompatible": true - }, - { - "change": "removed the request property 'enabledForSearchNodes'", - "changeCode": "request-property-removed", - "backwardCompatible": true - } - ], - "stabilityLevel": "stable", - "changeType": "update" - } - ], - "operationId": "updateEncryptionAtRest", - "tag": "Encryption at Rest using Customer Key Management" - } - ] - }, + { "date": "2025-03-12", "paths": [ @@ -665,9 +526,9 @@ "version": "2025-03-12", "changes": [ { - "change": "added the optional property 'encryptionAtRestProvider' to the response", - "changeCode": "response-optional-property-added", - "backwardCompatible": true + "change": "Updates the return of the API when no nodes exist, the endpoint returns 200 with an empty JSON ({}) instead of 400.", + "changeCode": "response-status-code-changed", + "backwardCompatible": false } ], "stabilityLevel": "stable", @@ -677,91 +538,6 @@ "operationId": "getAtlasSearchDeployment", "tag": "Atlas Search" }, - { - "path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment", - "httpMethod": "PATCH", - "versions": [ - { - "version": "2025-03-12", - "changes": [ - { - "change": "added the optional property 'encryptionAtRestProvider' to the response", - "changeCode": "response-optional-property-added", - "backwardCompatible": true - } - ], - "stabilityLevel": "stable", - "changeType": "release" - } - ], - "operationId": "updateAtlasSearchDeployment", - "tag": "Atlas Search" - }, - { - "path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment", - "httpMethod": "POST", - "versions": [ - { - "version": "2025-03-12", - "changes": [ - { - "change": "added the optional property 'encryptionAtRestProvider' to the response", - "changeCode": "response-optional-property-added", - "backwardCompatible": true - } - ], - "stabilityLevel": "stable", - "changeType": "release" - } - ], - "operationId": "createAtlasSearchDeployment", - "tag": "Atlas Search" - }, - { - "path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest", - "httpMethod": "GET", - "versions": [ - { - "version": "2025-03-12", - "changes": [ - { - "change": "added the optional property 'enabledForSearchNodes' to the response", - "changeCode": "response-optional-property-added", - "backwardCompatible": true - } - ], - "stabilityLevel": "stable", - "changeType": "release" - } - ], - "operationId": "getEncryptionAtRest", - "tag": "Encryption at Rest using Customer Key Management" - }, - { - "path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest", - "httpMethod": "PATCH", - "versions": [ - { - "version": "2025-03-12", - "changes": [ - { - "change": "added the optional property 'enabledForSearchNodes' to the response", - "changeCode": "response-optional-property-added", - "backwardCompatible": true - }, - { - "change": "added the new optional request property 'enabledForSearchNodes'", - "changeCode": "new-optional-request-property", - "backwardCompatible": true - } - ], - "stabilityLevel": "stable", - "changeType": "release" - } - ], - "operationId": "updateEncryptionAtRest", - "tag": "Encryption at Rest using Customer Key Management" - }, { "path": "/api/atlas/v2/groups/{groupId}/events", "httpMethod": "GET", From b3a924ce99293698cd82724e8f8a805a5d404297 Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Fri, 21 Mar 2025 17:30:47 +0000 Subject: [PATCH 3/5] update --- changelog/changelog.yaml | 34 ++++------------------------------ 1 file changed, 4 insertions(+), 30 deletions(-) diff --git a/changelog/changelog.yaml b/changelog/changelog.yaml index b8c26d7a0c..1cdad8449c 100644 --- a/changelog/changelog.yaml +++ b/changelog/changelog.yaml @@ -7,12 +7,9 @@ versions: - changeType: update changes: - - backwardCompatible: true - change: added the optional property 'encryptionAtRestProvider' to the response - changeCode: response-optional-property-added - - backwardCompatible: true - change: removed the optional property 'encryptionAtRestProvider' from the response - changeCode: response-optional-property-removed + - backwardCompatible: false + change: updates the return of the API when no nodes exist, the endpoint returns 200 with an empty JSON ({}) instead of 400 + changeCode: response-status-code-changed stabilityLevel: stable version: "2025-03-12" - date: "2025-03-12" @@ -326,30 +323,7 @@ changeCode: endpoint-added stabilityLevel: stable version: "2025-03-12" - - httpMethod: PATCH - operationId: updateAtlasSearchDeployment - path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment - tag: Atlas Search - versions: - - changeType: release - changes: - - backwardCompatible: true - change: added the optional property 'encryptionAtRestProvider' to the response - changeCode: response-optional-property-added - stabilityLevel: stable - version: "2025-03-12" - - httpMethod: POST - operationId: createAtlasSearchDeployment - path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment - tag: Atlas Search - versions: - - changeType: release - changes: - - backwardCompatible: true - change: added the optional property 'encryptionAtRestProvider' to the response - changeCode: response-optional-property-added - stabilityLevel: stable - version: "2025-03-12" + - httpMethod: GET operationId: listProjectEvents path: /api/atlas/v2/groups/{groupId}/events tag: Events From 6527d59f5ebca030396eb8bd68f58343f0a3b464 Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Fri, 21 Mar 2025 17:33:43 +0000 Subject: [PATCH 4/5] update --- changelog/changelog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/changelog.json b/changelog/changelog.json index 42c4657c31..7243a41fbb 100644 --- a/changelog/changelog.json +++ b/changelog/changelog.json @@ -526,7 +526,7 @@ "version": "2025-03-12", "changes": [ { - "change": "Updates the return of the API when no nodes exist, the endpoint returns 200 with an empty JSON ({}) instead of 400.", + "change": "updates the return of the API when no nodes exist, the endpoint returns 200 with an empty JSON ({}) instead of 400.", "changeCode": "response-status-code-changed", "backwardCompatible": false } From f5ee2f07845769ba8e9f2bcf017fad2e56335f12 Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Fri, 21 Mar 2025 17:54:07 +0000 Subject: [PATCH 5/5] move to the right date --- changelog/changelog.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changelog/changelog.yaml b/changelog/changelog.yaml index 1cdad8449c..d7a74c0087 100644 --- a/changelog/changelog.yaml +++ b/changelog/changelog.yaml @@ -1,4 +1,4 @@ -- date: "2025-03-19" +- date: "2025-03-12" paths: - httpMethod: GET operationId: getAtlasSearchDeployment @@ -12,8 +12,6 @@ changeCode: response-status-code-changed stabilityLevel: stable version: "2025-03-12" -- date: "2025-03-12" - paths: - httpMethod: GET operationId: listAlertConfigurations path: /api/atlas/v2/groups/{groupId}/alertConfigs