Skip to content

Commit c173255

Browse files
Merge branch 'main' into serverless-containers-product-doc
2 parents 69bcaae + a988665 commit c173255

File tree

185 files changed

+3324
-1027
lines changed

Some content is hidden

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

185 files changed

+3324
-1027
lines changed

blocks/mainLinks.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"package": "docs",
1919
"to": "/troubleshooting/"
2020
},
21+
{
22+
"icon": "billing",
23+
"label": "Interactive Demos",
24+
"package": "docs",
25+
"to": "/demos/"
26+
},
2127
{
2228
"icon": "documentation",
2329
"label": "FAQs",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Audit trail available in the Warsaw region
3+
status: added
4+
date: 2025-06-03
5+
category: monitoring
6+
product: audit-trail
7+
---
8+
9+
Audit Trail is now available in the Warsaw region. Events can be consulted in both the Scaleway console and via the [Audit Trail API](https://www.scaleway.com/en/developers/api/audit-trail/#path-events-list-events).
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Mistral Small 3.1 and Deepseek R1 Distilled Lama are now in General Availability
3+
status: changed
4+
date: 2025-06-03
5+
category: ai-data
6+
product: generative-apis
7+
---
8+
9+
The [Mistral-small-3.1-24b-instruct-2503](/generative-apis/reference-content/supported-models/#multimodal-models-chat-and-vision) and [Deepseek-R1-Distill-Llama-70b](/generative-apis/reference-content/supported-models/#chat-models) models are now in General Availability.
10+
11+
Their lifecycle will now follow the lifecycle for `Active` status models in our [model lifecycle policy](https://www.scaleway.com/en/docs/generative-apis/reference-content/model-lifecycle/).
12+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Customizable commands and arguments for Serverless Containers
3+
status: added
4+
date: 2025-06-04
5+
category: serverless
6+
product: containers
7+
---
8+
9+
Serverless Containers now supports custom commands and arguments in container configurations. This gives you greater control over container startup behavior, enabling more flexible and customizable service deployments.
10+

changelog/march2023/2023-03-02-cockpit-added-devtools-for-cockpit-!.mdx renamed to changelog/march2023/2023-03-02-cockpit-added-devtools-for-cockpit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Devtools for Cockpit are now in production!
2+
title: Devtools for Cockpit are now in production
33
status: added
44
author:
55
fullname: 'Join the #observability-beta channel on Slack'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Serverless Containers healthcheck
3+
status: fixed
4+
date: 2025-05-28
5+
category: serverless
6+
product: containers
7+
---
8+
9+
Fixed a bug with custom healthcheck where in specific conditions, Serverless Containers reported status was incorrect during a deployment.
10+

changelog/november2024/2024-11-05-transactional-email-changed-webhook-event-update-to-ema.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ category: managed-services
99
product: transactional-email
1010
---
1111

12-
The `email_error` field has been replaced by two new fields: `response_code` and `response_message`. This change allows for more precise error identification and improved tracking of response details. See the [documentation](/transactional-email/api-cli/webhook-events-payloads/) for full details.
12+
The `email_error` field has been replaced by two new fields: `response_code` and `response_message`. This change allows for more precise error identification and improved tracking of response details. See the [documentation](/transactional-email/reference-content/webhook-events-payloads) for full details.
1313

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
macro: troubleshooting-no-data-grafana-dashboards
3+
---
4+
5+
## Problem
6+
7+
I am experiencing one of the following issues:
8+
9+
- I am missing data on my Grafana dashboards
10+
- A `No data` message displays
11+
- An error banner stating `Failed to upgrade legacy queries datasource was not found` displays
12+
- My Cockpit is unavailable.
13+
- I cannot view my logs and/or metrics in Grafana.
14+
- I cannot view my dashboards in Grafana.
15+
16+
## Cause
17+
18+
These issues often occur due to synchronization failures between Cockpit and Grafana, preventing dashboards from displaying the latest logs and metrics as expected.
19+
20+
## Solution
21+
22+
Refer to the [dedicated troubleshooting documentation](/cockpit/troubleshooting/synchronize-grafana-data-sources/) on how to synchronize Grafana sources.

macros/network/lb-create-backend-2-traffic-mgnt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Traffic management configuration lets you define how your Load Balancer's backen
1111
* **Least connections**: Requests are forwarded to the backend server with the fewest current connections.
1212
* **First available**: Requests are forwarded to the first backend server with available connection slots.
1313

14-
2. Add the **Server IP addresses** of the servers the Load Balancer will forward requests/connections to. These will be your backend servers.
14+
2. Add the **Server IP addresses** of the servers the Load Balancer will forward requests/connections to. These will be your backend servers. They must be Scaleway resources (Instances, Elastic Metal or Dedibox servers) unless you have a [Multi-Cloud](/load-balancer/faq/#what-is-the-difference-between-multi-cloud-and-non-multi-cloud-offers) Load Balancer, in which case this restriction does not apply. Scaleway backend servers can be in any AZ, and are not restricted to the same AZ as the Load Balancer.
1515

1616
<Message type="note">
1717
If you want your Load Balancer to communicate with its backend servers over an attached [Private Network](/vpc/concepts/#private-networks), ensure that you enter the servers' private IP addresses. This is necessary in the case of a [private Load Balancer](/load-balancer/reference-content/public-private-accessibility/#private-load-balancers), but may also be desired for public Load Balancers attached to Private Networks where backend servers are in the same VPC. As Load Balancers are compatible with [VPC routing](/vpc/reference-content/understanding-routing/), they will be able to direct requests to any backend server within the same VPC, via its private IP address. The Load Balancer and backend server do not have to be on the same Private Network in that VPC.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
macro: webhook-event-status
3+
---
4+
5+
The Webhook event status indicates the status of the webhook delivery.
6+
7+
These are the different event statuses:
8+
9+
- `unknown_status`: The status of the event is unknown by default. This status is used when the event status has not been specified.
10+
- `sending`: The webhook event is being sent. This means that the notification is in transit to the configured URL.
11+
- `sent`: The webhook event was successfully sent. This status indicates that the configured URL received the notification.
12+
- `failed`: The webhook event could not be sent after multiple attempts. This status means there were repeated errors during the attempt to send the notification.
13+
14+
<Message type="note">
15+
Refer to the [Transactional Email API documentation](https://www.scaleway.com/en/developers/api/transactional-email/) for more information about event statuses.
16+
</Message>

0 commit comments

Comments
 (0)