Skip to content

Commit 9180ab7

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.56.0
1 parent 7dbc7b1 commit 9180ab7

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

packages/clients/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.56.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.55.0...@scaleway/sdk@2.56.0) (2024-11-25)
7+
8+
### Features
9+
10+
- **apple_silicon:** add busy server status ([#1584](https://github.com/scaleway/scaleway-sdk-js/issues/1584)) ([3006f07](https://github.com/scaleway/scaleway-sdk-js/commit/3006f0745a436b1528440dde761ba6c77c3fd1e3))
11+
- **cockpit:** add regional get cockpit metrics ([#1589](https://github.com/scaleway/scaleway-sdk-js/issues/1589)) ([2e2d4fb](https://github.com/scaleway/scaleway-sdk-js/commit/2e2d4fb8e27338260f1f8dd4e9bbb9b0d1909280))
12+
- **iam:** add list user grace periods method ([#1586](https://github.com/scaleway/scaleway-sdk-js/issues/1586)) ([0e32de2](https://github.com/scaleway/scaleway-sdk-js/commit/0e32de273de9b89f335fe307f3378f47bc5527d3))
13+
- **iam:** allow updating a Member's email ([#1582](https://github.com/scaleway/scaleway-sdk-js/issues/1582)) ([69d737a](https://github.com/scaleway/scaleway-sdk-js/commit/69d737a7cbc64e6c6b4ab591f90707e15b970297))
14+
- **instance:** set b_ssd volume type as deprecated ([#1583](https://github.com/scaleway/scaleway-sdk-js/issues/1583)) ([300c837](https://github.com/scaleway/scaleway-sdk-js/commit/300c837bcf4a6dc87411852cc29f8ea646b204c9))
15+
- **k8s:** add repo_uri field to NodeMetadata ([#1600](https://github.com/scaleway/scaleway-sdk-js/issues/1600)) ([7dbc7b1](https://github.com/scaleway/scaleway-sdk-js/commit/7dbc7b1ca809f5691c075d2702ef5b265b480473))
16+
- **mongodb:** add CreateEndpoint ([#1580](https://github.com/scaleway/scaleway-sdk-js/issues/1580)) ([9daa4da](https://github.com/scaleway/scaleway-sdk-js/commit/9daa4da13bbe9147e54a15981eb73d38f1840124))
17+
18+
### Bug Fixes
19+
20+
- **client:** createClient doesn't copy all settings of client ([#1602](https://github.com/scaleway/scaleway-sdk-js/issues/1602)) ([35cdb3a](https://github.com/scaleway/scaleway-sdk-js/commit/35cdb3a7b25bb895f18b42e7d51e4c47cd756b47))
21+
22+
### Reverts
23+
24+
- **cockpit:** set back external enum ([#1590](https://github.com/scaleway/scaleway-sdk-js/issues/1590)) ([c254b81](https://github.com/scaleway/scaleway-sdk-js/commit/c254b81461c75979090b1fc6358cc435b8de30be))
25+
626
## [2.55.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.54.0...@scaleway/sdk@2.55.0) (2024-11-18)
727

828
### 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.55.0",
3+
"version": "2.56.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.55.0'
1+
export const version = 'v2.56.0'
22

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

0 commit comments

Comments
 (0)