Skip to content

Commit f73960c

Browse files
Merge branch 'main' into MTA-6283a
2 parents 0e56eb0 + 1af9054 commit f73960c

File tree

84 files changed

+987
-423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+987
-423
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Public bandwidth up to 10 Gbps
3+
status: added
4+
date: 2025-08-25
5+
category: bare-metal
6+
product: apple-silicon
7+
---
8+
9+
Public bandwidth up to 10 Gbps is now supported on Mac mini M4-M and M4-XL plans.
10+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Elastic Metal console improvements
3+
status: added
4+
date: 2025-08-25
5+
category: bare-metal
6+
product: elastic-metal
7+
---
8+
9+
Server filtering by region: A new selector in the top-left corner lets you choose an Availability Zone (AZ) to display only the servers from that region.
10+
11+
**All** tab in server creation: When ordering a server, the “All” tab displays a complete list of all available servers, regardless of their range or other filters.
12+
13+
Automatic AZ redirection: If the selected AZ is out of stock for a specific offer, the console will now redirect you to another AZ where it is available.
14+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Windows Images - Network configuration now uses DHCP. Serial console enabled
3+
status: changed
4+
date: 2025-08-25
5+
category: compute
6+
product: instances
7+
---
8+
9+
Windows Server 2022 and Windows Server 2022 Core images now use DHCP for network configuration by default, consistent with all existing Instance OS images.
10+
11+
For running Instances, no network configuration changes are needed unless you modify the public IPv4 address.
12+
13+
If you change the public IPv4 address, the Instance will retain its existing static configuration and continue using the previous address. To enable DHCP for your Instance, follow our [dedicated documentation](/instances/reference-content/enabling-dhcp-network-configuration-windows-server-2022/) before updating the public IPv4 address.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: DNS Service IP and Pod & Service CIDR are now customizable
3+
status: added
4+
date: 2025-08-27
5+
category: containers
6+
product: kubernetes
7+
---
8+
9+
The following parameters can be set when creating a cluster:
10+
- `service-dns-ip`: IP used for the DNS Service (cannot be changes later)
11+
- `pod-cidr`: Subnet used for the Pod CIDR (cannot be changed later)
12+
- `service-cidr`: Subnet used for the Service CIDR (cannot be changed later)
13+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
macro: chat-comp-vs-responses-api
3+
---
4+
5+
Both the [Chat Completions API](https://www.scaleway.com/en/developers/api/generative-apis/#path-chat-completions-create-a-chat-completion) and the [Responses API](https://www.scaleway.com/en/developers/api/generative-apis/#path-responses-beta-create-a-response) are OpenAI-compatible REST APIs that can be used for generating and manipulating conversations. The Chat Completions API is focused on generating conversational responses, while the Responses API is a more general REST API for chat, structured outputs, tool use, and multimodal inputs.
6+
7+
The **Chat Completions** API was released in 2023, and is an industry standard for building AI applications, being specifically designed for handling multi-turn conversations. It is stateless, but allows users to manage conversation history by appending each new message to the ongoing conversation. Messages in the conversation can include text, images and audio extracts. The API supports `function` tool-calling, allowing developers to define functions that the model can choose to call. If it does so, it returns the function name and arguments, which the developer's code must execute and feed back into the conversation.
8+
9+
The **Responses** API was released in 2025, and is designed to combine the simplicity of Chat Completions with the ability to do more agentic tasks and reasoning. It supports statefulness, being able to maintain context without needing to resend the entire conversation history. It offers tool-calling by built-in tools (e.g. web or file search) that the model is able to execute itself while generating a response.
10+
11+
<Message type="note">
12+
Scaleway's support for the Responses API is currently at beta stage. Support of the full feature set will be incremental: currently statefulness and tools other than `function` calling are not supported.
13+
</Message>
14+
15+
Most supported Generative API models can be used with both Chat Completions and Responses API. For the **`gtp-oss-120b` model, use of the Responses API is recommended, as it will allow you to access all of its features, especially tool-calling.
16+
17+
For full details on the differences between these APIs, see the [official OpenAI documentation](https://platform.openai.com/docs/guides/migrate-to-responses).

macros/iam/login-member.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ macro: login-member
99
</Message>
1010
3. Enter the Organization ID and click **Continue**.
1111
<Message type="important">
12-
When you are added to an Organization as a Member, a Scaleway account is automatically created for you. An Organization administrator must provide a username, email and Organization ID for you to log in.
12+
- When you are added to an Organization as a Member, a Scaleway account is automatically created for you. An Organization administrator must provide a username, email and Organization ID for you to log in.
13+
- If your Organization admin provided a [link to connect directly](/organizations-and-projects/how-to/set-organization-alias) to your Organization, you can disregard step 3.
1314
</Message>
1415
4. Enter the username given to you by your Organization's Owner or administrator.
1516
5. Select an authentication method between **Send code** and **Enter password**.

menu/navigation.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,10 @@
604604
"label": "Manage Organization quotas",
605605
"slug": "manage-quotas"
606606
},
607+
{
608+
"label": "Set an Organization alias",
609+
"slug": "set-organization-alias"
610+
},
607611
{
608612
"label": "Create a Project",
609613
"slug": "create-a-project"
@@ -1071,6 +1075,10 @@
10711075
"label": "Reinstall a Mac mini",
10721076
"slug": "reinstall-mac-mini"
10731077
},
1078+
{
1079+
"label": "Adjust the available bandwidth",
1080+
"slug": "adjust-available-bandwidth"
1081+
},
10741082
{
10751083
"label": "Manage your commitment plan",
10761084
"slug": "manage-commitment-plan"
@@ -1163,6 +1171,10 @@
11631171
"label": "Activate an IPv6 block ",
11641172
"slug": "activate-ipv6-block"
11651173
},
1174+
{
1175+
"label": "Configure IPv6",
1176+
"slug": "configure-ipv6-dedibox"
1177+
},
11661178
{
11671179
"label": "Modify Dedibox options",
11681180
"slug": "modify-server-options"
@@ -1470,6 +1482,10 @@
14701482
"label": "Use placement groups",
14711483
"slug": "use-placement-groups"
14721484
},
1485+
{
1486+
"label": "Create an image",
1487+
"slug": "create-a-backup"
1488+
},
14731489
{
14741490
"label": "Create an image from a snapshot",
14751491
"slug": "create-image-from-snapshot"
@@ -1653,6 +1669,10 @@
16531669
{
16541670
"label": "Compatibility between Scaleway OS Images and Flexible IPs",
16551671
"slug": "comaptibility-scw-os-images-flexible-ip"
1672+
},
1673+
{
1674+
"label": "Enabling DHCP network configuration for Windows Server 2022 Instances",
1675+
"slug": "enabling-dhcp-network-configuration-windows-server-2022"
16561676
}
16571677
],
16581678
"label": "Additional Content",
@@ -4982,6 +5002,10 @@
49825002
"label": "Detach a volume",
49835003
"slug": "detach-a-volume"
49845004
},
5005+
{
5006+
"label": "Unmount a volume",
5007+
"slug": "unmount-a-volume"
5008+
},
49855009
{
49865010
"label": "Delete a snapshot",
49875011
"slug": "delete-a-snapshot"
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: How to adjust the available bandwidth for a Mac mini
3+
description: Discover step-by-step instructions for adjusting (upgrading or downgrading) the available bandwidth for your Mac mini.
4+
content:
5+
tags: elastic-metal bandwidth putty
6+
dates:
7+
validation: 2025-06-23
8+
posted: 2025-06-23
9+
categories:
10+
- bare-metal
11+
---
12+
13+
Every Mac mini comes with a designated bandwidth allowance. Increase your server's connectivity with additional, high-performance bandwidth options of up to 10Gbps, all with unlimited traffic.
14+
15+
<Macro id="requirements" />
16+
17+
- A Scaleway account logged into the [console](https://console.scaleway.com)
18+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
19+
- An Mac mini [installed](/elastic-metal/quickstart/#how-to-create-an-elastic-metal-server)
20+
21+
## Upgrading bandwidth for your Mac mini
22+
23+
Follow these steps to boost the bandwidth of your Mac mini:
24+
25+
1. Navigate to **Apple silicon** under the **Bare Metal** section in the [Scaleway console](https://console.scaleway.com) side menu. This action takes you to the Apple silicon dashboard.
26+
2. Click the server name or the <Icon name="more" /> beside your desired server to access its information page.
27+
3. Click **Settings** to see a list of available configurations. Then click **Manage bandwidth** in the **Public bandwidth** section. A pop-up window appears.
28+
4. Choose the desired maximum bandwidth for your Mac mini. The associated monthly fee displays on the right side of the pop-up.
29+
<Message type="note">
30+
The maximum available bandwidth for each Mac mini is determined by the physical conditions of the network card installed, as specified in the offer description.
31+
</Message>
32+
5. Click **Continue** to confirm your selected bandwidth. A summary of your order displays
33+
6. Click **Update public bandwidth** to initiate the bandwidth upgrade process for your Mac mini.
34+
<Message type="tip">
35+
You will be billed a prorated fee for the first month based on your chosen bandwidth option.
36+
</Message>
37+
38+
## Downgrading bandwidth for your Mac mini
39+
40+
To reduce the bandwidth for your Mac mini, follow these steps:
41+
42+
1. Access the **Apple silicon** section within the **Bare Metal** category of the [Scaleway console](https://console.scaleway.com).
43+
2. Click the server name or the <Icon name="more" /> beside your desired server to access its information page.
44+
3. Navigate to **Settings** and then to the **Public bandwidth** section. Click **Manage bandwidth** to open a pop-up.
45+
4. Adjust the bandwidth to your desired level. The associated monthly fee will be adjusted accordingly.
46+
<Message type="tip">
47+
Sliding the bar to the far left will reduce the bandwidth to the value initially included with your Mac mini.
48+
</Message>
49+
5. Click **Continue** to confirm your selection after reviewing the order summary.
50+
6. Click **Update public bandwidth** to execute the bandwidth downgrade process.

pages/apple-silicon/how-to/create-mac-mini.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ This page shows how to create your first [Mac mini](/apple-silicon/concepts/#mac
3838
- Mac mini M4, M2 pro, and M2 are available in PARIS 1
3939
- Mac mini M1 are available in PARIS 3
4040
- Choose a macOS version. Note that if you choose a macOS other than the one installed by default, there will be a delay of about 1 hour before the Mac mini is made available.
41+
- Optionally, configure the available public bandwidth for your server. This option may not be available for all offers.
4142
- Choose whether to activate the **Private Networks 1 Gbps** feature. This lets you attach your Mac mini to one or more Scaleway Private Networks in a [VPC](/vpc/), enabling secure communication with other attached resources.
4243
- Enter a **Name** for your Mac mini, or leave the randomly-generated name in place.
4344
- Verify the **Estimated cost** for your Mac mini based on your chosen specifications.

pages/billing/concepts.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Billing - Concepts
33
description: Understand the key billing concepts in the Scaleway console.
44
tags: billing account pricing payment
55
dates:
6-
validation: 2025-02-17
6+
validation: 2025-08-25
77
---
88

99
## Billing alerts
@@ -65,10 +65,14 @@ Pay-as-you-go is a billing system in which you only pay for what you consume ins
6565

6666
The payment methods registered on your account are used to pay your invoice. You can set one of your payment methods as the default and manage your different payment methods from the console.
6767

68+
Refer to the [How to add a payment method](/billing/how-to/add-payment-method) documentation page for more information.
69+
6870
## Project
6971

7072
A Project is a grouping of Scaleway [resources](/iam/concepts/#resource). Each Scaleway Organization comes with a default Project, and you can create new Projects if necessary. Projects are cross-regional, meaning resources located in different [regions](/instances/concepts/#region) can be grouped into one single Project. When grouping resources into different Projects, you can use [IAM](/iam/concepts/#iam) to define custom access rights for each Project.
7173

74+
Refer to the [How to create a Project](/organizations-and-projects/how-to/create-a-project) documentation page for more information.
75+
7276
## Pro-rata billing
7377

7478
You are billed pro rata on certain products for the initial month of a subscription. This means the charge is adjusted to reflect the portion of the first month you used the product. Starting from the second month and onward, you are billed in full at the beginning of each month, covering the entire upcoming billing period in advance. This billing model ensures that you pay for the service based on your actual usage for the first month and then in advance for subsequent months.

0 commit comments

Comments
 (0)