Skip to content

Commit d8f0599

Browse files
authored
Merge branch 'main' into MTA-6255
2 parents ba59f4d + e73dc79 commit d8f0599

File tree

1,803 files changed

+10106
-16045
lines changed

Some content is hidden

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

1,803 files changed

+10106
-16045
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
'type: dependencies':
1313
- package.json
14-
- yarn.lock
14+
- pnpm-lock.yaml

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
yarn commitlint -e && echo "\nHey! Did you Val(e)date your changes? 💡🤡\n"
4+
pnpm commitlint -e && echo "\nHey! Did you Val(e)date your changes? 💡🤡\n"

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
node_modules/
22
package.json
3-
yarn.lock
3+
pnpm-lock.yaml
44
*.mdx

bin/check-pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
[[ $(bin/count-invalid-slugs) == "0" ]] && \
44
[ ! -d node_modules/ ] && echo "⚠️ You need to install node_modules first" && exit 1; \
5-
yarn lint-staged || \
5+
pnpm lint-staged || \
66
(echo "💔 Slug error(s):" && bin/list-invalid-slugs \
77
echo "⚠️ You must fix slugs in 'menu/navigation.json' before commit"; exit 1)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: IPv6 support enabled on SMTP proxy
3+
status: added
4+
date: 2025-07-08
5+
category: domains-and-webhosting
6+
product: transactional-email
7+
---
8+
9+
IPv6 is now enabled on the SMTP proxy for our TEM service.
10+
No action is required on your side, as the system will automatically use IPv6 when available, without changing the `smtp.tem.scaleway.com` hostname.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Account management actions in Audit Trail
3+
status: added
4+
date: 2025-07-09
5+
category: monitoring
6+
product: audit-trail
7+
---
8+
9+
Account management activity can now be tracked in Audit Trail.
10+
11+
Read [our documentation](/audit-trail/reference-content/adt-supported-endpoints/) to see the list of actions available. Account actions are tracked in the Paris region.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: 1‑Click WordPress now available on Web Hosting
3+
status: added
4+
date: 2025-07-09
5+
category: domains-and-webhosting
6+
product: webhosting
7+
---
8+
9+
We are excited to announce the launch of 1‑Click WordPress Install on our Web Hosting offers!
10+
11+
You can now install a fully functional WordPress website in just one click, no technical knowledge required.
12+
Whether you are building a blog, a portfolio, or an online store, getting started has never been easier.
13+
14+
Available now for all Web Hosting plans via the [Scaleway console](https://console.scaleway.com/webhosting/).
15+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Managed MongoDB v1 API
3+
status: added
4+
date: 2025-07-11
5+
category: databases
6+
product: mongodb
7+
---
8+
9+
The Managed MongoDB API is now in `v1`. All new features from now on will not be available on `v1alpha1`. Check [the Managed MongoDB API documentation](https://www.scaleway.com/en/developers/api/managed-database-mongodb/) for more information.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Multi-user management on Managed MongoDB
3+
status: added
4+
date: 2025-07-11
5+
category: databases
6+
product: mongodb
7+
---
8+
9+
You can now add multiple users to your Database Instances and update their roles via the API. Follow [this documentation](/managed-mongodb-databases/how-to/manage-users/) to learn more about multi-user management.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Cost manager is now available in the Partner Space
3+
status: added
4+
date: 2025-07-16
5+
category: partners
6+
product: partner-space
7+
---
8+
9+
Partners can now consult their clients' consumption directly in the console, in a new Partner space section called “Billing”.
10+
11+
They can filter by:
12+
- Client (by customer Organization name)
13+
- Period (by year)
14+
- Category (by product category, e.g. Compute, Storage, Containers, with each category corresponding to a different color in the consumption chart and detailed list)
15+
- Product (by product, with the consumption shown being the sum of all the products of the same type.)
16+
17+
Refer to the [documentation page](https://www.scaleway.com/en/docs/partner-space/how-to/track-client-consumption/) for more details
18+

0 commit comments

Comments
 (0)