Skip to content

Commit 8cdb5b0

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.32.0
1 parent 5a5009e commit 8cdb5b0

File tree

4 files changed

+5084
-1827
lines changed

4 files changed

+5084
-1827
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.32.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.31.0...@scaleway/sdk@2.32.0) (2024-06-03)
7+
8+
### Features
9+
10+
- **baremetal:** add name filter for ListOffersRequest ([#1296](https://github.com/scaleway/scaleway-sdk-js/issues/1296)) ([066a7e9](https://github.com/scaleway/scaleway-sdk-js/commit/066a7e969a11543cfa151d4b704f90ec94d7996c))
11+
- **block:** add exporting snapshot to s3 ([#1302](https://github.com/scaleway/scaleway-sdk-js/issues/1302)) ([5a5009e](https://github.com/scaleway/scaleway-sdk-js/commit/5a5009ea69c2599ae3f118f4fb8c13825c8b3b3b))
12+
- **instance:** move EncryptedRdpPassword elements to Server ([#1298](https://github.com/scaleway/scaleway-sdk-js/issues/1298)) ([9be8437](https://github.com/scaleway/scaleway-sdk-js/commit/9be8437301065141b7f9c3069390d7a77cd0098b))
13+
- **k8s:** remove MigrateToPrivateNetwork rpc ([#1297](https://github.com/scaleway/scaleway-sdk-js/issues/1297)) ([41c840e](https://github.com/scaleway/scaleway-sdk-js/commit/41c840e8050e31b2261a7674783e22862080b710))
14+
- **tem:** read update delete webhook(s) ([#1301](https://github.com/scaleway/scaleway-sdk-js/issues/1301)) ([329b018](https://github.com/scaleway/scaleway-sdk-js/commit/329b01881e418dbcbab784dd216d6853902575db))
15+
16+
### Bug Fixes
17+
18+
- **secret_manager:** update secret version status enum doc ([#1295](https://github.com/scaleway/scaleway-sdk-js/issues/1295)) ([5f2a018](https://github.com/scaleway/scaleway-sdk-js/commit/5f2a018fa0b686aa28fd7cbf72ae75ded1b7b2cb))
19+
620
## [2.31.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.30.0...@scaleway/sdk@2.31.0) (2024-05-27)
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.31.0",
3+
"version": "2.32.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK.",
66
"keywords": [

packages/clients/src/scw/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = 'v2.31.0'
1+
export const version = 'v2.32.0'
22

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

0 commit comments

Comments
 (0)