Skip to content

Commit 07fef29

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.25.0
1 parent ea482a7 commit 07fef29

File tree

4 files changed

+5488
-1971
lines changed

4 files changed

+5488
-1971
lines changed

packages/clients/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.25.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.24.0...@scaleway/sdk@2.25.0) (2024-04-22)
7+
8+
### Features
9+
10+
- **cockpit:** add v1 ([#1241](https://github.com/scaleway/scaleway-sdk-js/issues/1241)) ([6d8ef77](https://github.com/scaleway/scaleway-sdk-js/commit/6d8ef77b68c75a3ba15cedf212fcdcb29098c576))
11+
- **instance:** deprecate some fields following ipmob introduction ([#1240](https://github.com/scaleway/scaleway-sdk-js/issues/1240)) ([d8d3091](https://github.com/scaleway/scaleway-sdk-js/commit/d8d3091d26fd4cca79a280197d8555f6487dba22))
12+
- **k8s:** add routedIpEnabled field to Cluster ([#1243](https://github.com/scaleway/scaleway-sdk-js/issues/1243)) ([391c75e](https://github.com/scaleway/scaleway-sdk-js/commit/391c75e6916a10c79581b820d57e6ea5d4fad994))
13+
- **rdb:** add private network provisionning mode ([#1242](https://github.com/scaleway/scaleway-sdk-js/issues/1242)) ([40437b0](https://github.com/scaleway/scaleway-sdk-js/commit/40437b071e11802f5f8c61e211bfa48d9d42dd12))
14+
615
## [2.24.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.23.0...@scaleway/sdk@2.24.0) (2024-04-15)
716

817
### 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.24.0",
3+
"version": "2.25.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.24.0'
1+
export const version = 'v2.25.0'
22

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

0 commit comments

Comments
 (0)