From d7e182c0d1ffb62032246b2d69dc92f37c6e554d Mon Sep 17 00:00:00 2001 From: Changelog bot Date: Wed, 14 May 2025 12:44:18 +0000 Subject: [PATCH 1/5] feat(changelog): add new entry --- ...s-removed-block-storage-volume-creation-removed.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx diff --git a/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx b/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx new file mode 100644 index 0000000000..8c2725fddf --- /dev/null +++ b/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx @@ -0,0 +1,10 @@ +--- +title: Block Storage volume creation removed from the Instance API +status: removed +date: 2025-05-14 +category: compute +product: instances +--- + +Since April 30th 2025, it has become impossible to **CREATE** new block volumes with the Instance API (or through associated devtools). It means that customers will only be in capacity to list, mount, unmount or delete volumes through the Instance API. Block volume creation must go through the Block Storage API. [Learn more about the advantages of migrating from the Instance API to the Block Storage API for managing block volumes and snapshots](https://www.scaleway.com/en/docs/block-storage/reference-content/advantages-migrating-to-sbs/). + From 60cd7adc0e5b7f9bd82069bb05528744c7a9f81d Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Wed, 14 May 2025 14:44:56 +0200 Subject: [PATCH 2/5] Update changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx --- ...-instances-removed-block-storage-volume-creation-removed.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx b/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx index 8c2725fddf..b3784d13a2 100644 --- a/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx +++ b/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx @@ -1,7 +1,7 @@ --- title: Block Storage volume creation removed from the Instance API status: removed -date: 2025-05-14 +date: 2025-05-01 category: compute product: instances --- From 7fce4d5d158b7e084fb35667a54e2254c05a2e4e Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Wed, 14 May 2025 14:45:14 +0200 Subject: [PATCH 3/5] Update changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx --- ...-instances-removed-block-storage-volume-creation-removed.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx b/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx index b3784d13a2..f6375e5631 100644 --- a/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx +++ b/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx @@ -6,5 +6,5 @@ category: compute product: instances --- -Since April 30th 2025, it has become impossible to **CREATE** new block volumes with the Instance API (or through associated devtools). It means that customers will only be in capacity to list, mount, unmount or delete volumes through the Instance API. Block volume creation must go through the Block Storage API. [Learn more about the advantages of migrating from the Instance API to the Block Storage API for managing block volumes and snapshots](https://www.scaleway.com/en/docs/block-storage/reference-content/advantages-migrating-to-sbs/). +Since April 30th 2025, it has become impossible to **CREATE** new block volumes with the Instance API (or through associated devtools). It means that customers will only be in capacity to list, mount, unmount or delete volumes through the Instance API. Block volume creation must go through the Block Storage API. [Learn more about the advantages of migrating from the Instance API to the Block Storage API for managing block volumes and snapshots](/block-storage/reference-content/advantages-migrating-to-sbs/). From 732b4105073b42114c08c8cfd57ac90adceedc9d Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Wed, 14 May 2025 14:53:36 +0200 Subject: [PATCH 4/5] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Néda <87707325+nerda-codes@users.noreply.github.com> --- ...-instances-removed-block-storage-volume-creation-removed.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx b/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx index f6375e5631..30f9f53c84 100644 --- a/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx +++ b/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx @@ -6,5 +6,5 @@ category: compute product: instances --- -Since April 30th 2025, it has become impossible to **CREATE** new block volumes with the Instance API (or through associated devtools). It means that customers will only be in capacity to list, mount, unmount or delete volumes through the Instance API. Block volume creation must go through the Block Storage API. [Learn more about the advantages of migrating from the Instance API to the Block Storage API for managing block volumes and snapshots](/block-storage/reference-content/advantages-migrating-to-sbs/). +Since April 30th 2025, it has become impossible to **CREATE** new block volumes using the Instance API (or through associated developer tools). Customers can only list, mount, unmount or delete volumes through the Instance API. Block volume creation and management must go through the Block Storage API. [Learn more about the advantages of migrating from the Instance API to the [Block Storage API](https://www.scaleway.com/en/developers/api/block/) for managing block volumes and snapshots](/block-storage/reference-content/advantages-migrating-to-sbs/). From 81dae6b2c888a10922a6315174180a1e0c2fcf04 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Wed, 14 May 2025 14:54:26 +0200 Subject: [PATCH 5/5] Apply suggestions from code review --- ...-instances-removed-block-storage-volume-creation-removed.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx b/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx index 30f9f53c84..c97747eb2c 100644 --- a/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx +++ b/changelog/may2025/2025-05-14-instances-removed-block-storage-volume-creation-removed.mdx @@ -6,5 +6,5 @@ category: compute product: instances --- -Since April 30th 2025, it has become impossible to **CREATE** new block volumes using the Instance API (or through associated developer tools). Customers can only list, mount, unmount or delete volumes through the Instance API. Block volume creation and management must go through the Block Storage API. [Learn more about the advantages of migrating from the Instance API to the [Block Storage API](https://www.scaleway.com/en/developers/api/block/) for managing block volumes and snapshots](/block-storage/reference-content/advantages-migrating-to-sbs/). +Since April 30th 2025, it has become impossible to **CREATE** new block volumes using the Instance API (or through associated developer tools). Customers can only list, mount, unmount or delete volumes through the Instance API. Block volume creation and management must go through the Block Storage API. Learn more about the advantages of migrating from the Instance API to the [Block Storage API](https://www.scaleway.com/en/developers/api/block/) for [managing block volumes and snapshots](/block-storage/reference-content/advantages-migrating-to-sbs/).