Skip to content

Commit fc282e7

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 7b6726f commit fc282e7

File tree

4 files changed

+4910
-1761
lines changed

4 files changed

+4910
-1761
lines changed

packages/clients/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.48.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-09-30)
7+
8+
### Features
9+
10+
- **baremetal:** add GetDefaultPartitioningRequest ([#1438](https://github.com/scaleway/scaleway-sdk-js/issues/1438)) ([5789768](https://github.com/scaleway/scaleway-sdk-js/commit/57897686d07a5b6a8b1b009325b616294ca8d874))
11+
- **billing:** add exclude field to describe if filter is an excluding filter ([#1444](https://github.com/scaleway/scaleway-sdk-js/issues/1444)) ([3f36eb5](https://github.com/scaleway/scaleway-sdk-js/commit/3f36eb5f5451592e58a9b6b770c300ce54d04d20))
12+
- **edge_services:** add GetPipelineStages endpoint ([#1449](https://github.com/scaleway/scaleway-sdk-js/issues/1449)) ([7b6726f](https://github.com/scaleway/scaleway-sdk-js/commit/7b6726f1f0f7cc6fd99d6fa687242d399d0b7dae))
13+
- **edge_services:** add plan endpoints ([#1446](https://github.com/scaleway/scaleway-sdk-js/issues/1446)) ([51b03da](https://github.com/scaleway/scaleway-sdk-js/commit/51b03daa9bbff4dbd8c9f336d81c4ad16ce33910))
14+
- **k8s:** add temporary feature flag for VPCv3 ([#1445](https://github.com/scaleway/scaleway-sdk-js/issues/1445)) ([21e3357](https://github.com/scaleway/scaleway-sdk-js/commit/21e3357d86a37791b24c1da1ee757abaf3ab7759))
15+
16+
### Bug Fixes
17+
18+
- **k8s:** allow empty description on kapsule clusters ([#1439](https://github.com/scaleway/scaleway-sdk-js/issues/1439)) ([3a7b87f](https://github.com/scaleway/scaleway-sdk-js/commit/3a7b87fc88998603d7df4df55c48984bbed62267))
19+
620
## [2.47.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-09-23)
721

822
### Features

packages/clients/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/sdk",
3-
"version": "2.47.0",
3+
"version": "2.48.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK.",
66
"keywords": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = 'v2.47.0'
1+
export const version = 'v2.48.0'
22

33
export const userAgent = `scaleway-sdk-js/${version}`

0 commit comments

Comments
 (0)