Skip to content

Commit 318fc8d

Browse files
committed
fix(pgw): fix dates
1 parent 90b8a72 commit 318fc8d

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

pages/public-gateways/reference-content/understanding-v2.mdx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ categories:
1313
- network
1414
---
1515

16-
TODO CHECK CONSOLE MENTIONS
17-
TODO CHECK DATES
18-
1916
Scaleway's VPC offering is evolving, and with this comes changes for the Public Gateway product.
2017

2118
This document explains what to expect and how to prepare for the upcoming changes.
@@ -123,24 +120,22 @@ For some time now, this functionality has been available via the API and develop
123120

124121
For custom resources, such as VMs hosted on Elastic Metal servers, we now provide [dedicated functionality](https://www.scaleway.com/en/docs/vpc/how-to/attach-resources-to-pn/) for attaching these to Private Networks. When choosing the **Custom Resource** type, you can specify a MAC address and hostname at the moment of attachment.
125122

126-
We will automatically migrate any existing DHCP entries to IPAM for you, at the moment you put a legacy Public Gateway into IPAM mode. TODO STUFF ABOUT LATER ON DETACH/REATTACH
123+
We will automatically migrate any existing DHCP entries to IPAM for you, at the moment you put a legacy Public Gateway into IPAM mode.
127124

128125
### SSH bastion allowed IPs
129126

130127
Allowed IPs is a new functionality of the Public Gateways API v2, that will also be available to all IPAM-mode Public Gateways via the Scaleway console. This feature allows you to specify a list of IP address ranges which should be allowed to connect to the gateway's SSH bastion and the resources behind it. All other IP addresses will be blocked from connecting. Find out more in the [SSH bastion](/network/public-gateways/how-to/use-ssh-bastion/) documentation.
131128

132129
## Timeline and action to take
133130

134-
TODO CHECK DATES
135-
136-
- **7 March 2025 - V2 release**: The Public Gateway v2 API is be released, co-existing with v1.
137-
- **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.
131+
- **March 2025 - V2 release**: The Public Gateway v2 API is released, co-existing with v1.
132+
- **8 April 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.
138133

139134
<Message type="note">
140135
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.
141136
</Message>
142137

143-
- **7 March 2025 2025 - 1 Oct 2025: Migration period**: You have a six month migration period to complete the following actions
138+
- **8 March 2025 - 1 Oct 2025: Migration period**: You have a six month migration period to complete the following actions
144139

145140
- Ensure that your Public Gateway is in [IPAM mode](/network/public-gateways/concepts/#ipam). Only IPAM mode gateways are compatible with v2.
146141
- 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, the [dedicated API call](https://www.scaleway.com/en/developers/api/public-gateway/#path-gateways-put-a-public-gateway-in-ipam-mode), or the `move_to_ipam` flag in [Terraform](https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md).

0 commit comments

Comments
 (0)