You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Supports custom DHCP via PGW (API only) | Yes ✅ | No ❌|
34
34
| Supports SSH bastion allowed IPs, and future new features | No ❌| Yes ✅ |
35
35
| Deprecated? | Yes ✅ | No ❌|
36
-
| Removal date |2 June 2025 | --- |
37
-
| Compatible with PGW management via Scaleway console? | Only until 2 June 2025 | Yes ✅ |
36
+
| Removal date |1 Oct 2025 | --- |
37
+
| Compatible with PGW management via Scaleway console? | Only until 1 Oct 2025 | Yes ✅ |
38
38
39
-
After a deprecation period ending on 2 June 2025, the Public Gateways API v1 and associated developer tools will be removed.
39
+
After a deprecation period ending on 1 Oct 2025, the Public Gateways API v1 and associated developer tools will be removed.
40
40
41
-
**What you need to do before 2 June 2025:**
41
+
**What you need to do before 1 Oct 2025:**
42
42
43
43
- Ensure that your Public Gateway is in [IPAM mode](#ipam-mode-becomes-default). Only IPAM-mode gateways are compatible with v2.
44
44
@@ -131,14 +131,14 @@ Allowed IPs is a new functionality of the Public Gateways API v2, that will also
131
131
132
132
TODO CHECK DATES
133
133
134
-
-**21 February 2025 - V2 release**: The Public Gateway v2 API is be released, co-existing with v1.
135
-
-**21 February 2025 - V1 deprecation**: The Public Gateway v1 API is deprecated. Deprecation means that the API will still function, but it is slated for removal and we do not recommended that you keep using it.
134
+
-**7 March 2025 - V2 release**: The Public Gateway v2 API is be released, co-existing with v1.
135
+
-**7 March 2025 - V1 deprecation**: The Public Gateway v1 API is deprecated. Deprecation means that the API will still function, but it is slated for removal and we do not recommended that you keep using it.
136
136
137
137
<Messagetype="note">
138
138
You will be able to list and manage all gateways with the **Scaleway console**, which will adapt to use v1 or v2 of the API as necessary depending on whether or not the gateway is in IPAM mode.
139
139
</Message>
140
140
141
-
-**21 February 2025 - 2 June 2025: Migration period**: You have a six month migration period to complete the following actions
141
+
-**7 March 2025 2025 - 1 Oct 2025: Migration period**: You have a six month migration period to complete the following actions
142
142
143
143
- Ensure that your Public Gateway is in [IPAM mode](/network/public-gateways/concepts/#ipam). Only IPAM mode gateways are compatible with v2.
144
144
- Put any non-IPAM mode ([legacy](/network/public-gateways/concepts/#ipam)) Public Gateways in IPAM-mode, by using the **Move to IPAM mode** button in the console, or the [dedicated API call](TODO).
@@ -147,15 +147,15 @@ TODO CHECK DATES
147
147
148
148
If your Public Gateway is already in IPAM-mode, and you only manage it via the console, you will not be affected by these changes and you do not need to take any action.
149
149
150
-
-**2 June 2025 - V1 removal**: The Public Gateway v1 API will be removed. Any code or scripts still pointing to v1 will cease to function. We will automatically put any existing legacy Public Gateways into IPAM mode.
150
+
-**1 Oct 2025 - V1 removal**: The Public Gateway v1 API will be removed. Any code or scripts still pointing to v1 will cease to function. We will automatically put any existing legacy Public Gateways into IPAM mode.
151
151
152
152
## FAQ
153
153
154
154
### How do I know if I have to take action?
155
155
156
156
- Consider whether you mange your Public Gateway uniquely via the Scaleway console, or via calls to the API/devtools in code and scripts:
157
157
158
-
-**Code and scripts**: If you have any code or scripts that call v1 of the API, or use devtool functionality that is removed from v2 such as DHCP object or entries, **you must take action before 2 June 2025**. Update your code and scripts so they point to v2 of the API. [Follow the examples provided for tools such as Terraform](TODO) to rewrite your devtool templates so they do not refer to removed functionalities. Do this in synchronization with moving your gateway to IPAM mode (if necessary).
158
+
-**Code and scripts**: If you have any code or scripts that call v1 of the API, or use devtool functionality that is removed from v2 such as DHCP object or entries, **you must take action before 1 Oct 2025**. Update your code and scripts so they point to v2 of the API. [Follow the examples provided for tools such as Terraform](TODO) to rewrite your devtool templates so they do not refer to removed functionalities. Do this in synchronization with moving your gateway to IPAM mode (if necessary).
159
159
160
160
-**Console-only**: You do not need to take any action, except ensuring that your gateway is in IPAM mode.
161
161
@@ -179,11 +179,11 @@ We will detach your Public Gateway from all attached Private Networks, and reatt
179
179
180
180
If you only manage your gateway via the Scaleway console, you do not need to take any action once your gateway is in IPAM mode.
181
181
182
-
If you have any code or scripts that call v1 of the Scaleway Public Gateways API, you must update these to point towards [v2](TODO) before 2 June 2025.
182
+
If you have any code or scripts that call v1 of the Scaleway Public Gateways API, you must update these to point towards [v2](TODO) before 1 Oct 2025.
183
183
184
184
### What if I want to keep using my custom gateway DHCP configuration from v1 of the API?
185
185
186
-
After version 1 of the Public Gateways API is removed on 2 June 2025, these functionalities will no longer be available.
186
+
After version 1 of the Public Gateways API is removed on 1 Oct 2025, these functionalities will no longer be available.
187
187
188
188
Going forward, we expect users who were previously using custom DHCP with a Public Gateway to move to the standard set-up of IPAM and Private Networks' inbuilt DHCP for private IP assignment. Remember that you can define a [custom CIDR block](/vpc/how-to/create-private-network/#how-to-configure-cidr) for a Private Network at the time of creation, and use [reserved IP addresses](/ipam/how-to/reserve-ip/#how-to-reserve-a-private-ip-address) with IPAM when attaching both standard and custom resources.
189
189
@@ -193,11 +193,11 @@ If you use Terraform to manage your infrastructure as code, ensure that you are
193
193
194
194
### Can't I just wait for Scaleway to force the move to IPAM mode?
195
195
196
-
After the 2 June 2025 we will carry out a forced action which will move all existing legacy Public Gateways to IPAM mode, and we will remove v1 of the Public Gateways API.
196
+
After the 1 Oct 2025 we will carry out a forced action which will move all existing legacy Public Gateways to IPAM mode, and we will remove v1 of the Public Gateways API.
197
197
198
198
We highly recommend that you move to IPAM mode **before** this date, so that you can plan a smooth and synchronized transition at a time that suits you.
199
199
200
-
If you still have code or scripts pointing to v1 of the API after the 2 June 2025, these will cease to function.
200
+
If you still have code or scripts pointing to v1 of the API after the 1 Oct 2025, these will cease to function.
0 commit comments