Skip to content

Commit f862c33

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.57.0
1 parent 83483b8 commit f862c33

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

packages/clients/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.57.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.56.0...@scaleway/sdk@2.57.0) (2024-12-02)
7+
8+
### Features
9+
10+
- **audit_trail:** add Kubernetes ACL resource ([#1622](https://github.com/scaleway/scaleway-sdk-js/issues/1622)) ([83483b8](https://github.com/scaleway/scaleway-sdk-js/commit/83483b8e5eab6a82e131e2050bd018e2ad707afa))
11+
- **audit_trail:** enable v1alpha1 ([#1615](https://github.com/scaleway/scaleway-sdk-js/issues/1615)) ([b696c1e](https://github.com/scaleway/scaleway-sdk-js/commit/b696c1ea82de6df9153b82fb4a41d82d0716ad73))
12+
- **billing:** update ListDiscount order_by to accept start_date and … ([#1618](https://github.com/scaleway/scaleway-sdk-js/issues/1618)) ([a4a477e](https://github.com/scaleway/scaleway-sdk-js/commit/a4a477e407b8d4fe5a97b65482c795ccedd45000))
13+
- **edge_services:** fix plan_cost description ([#1607](https://github.com/scaleway/scaleway-sdk-js/issues/1607)) ([f04a200](https://github.com/scaleway/scaleway-sdk-js/commit/f04a20081fc15a12369e4c9e6f9328dcf3785044))
14+
- **iam:** remove unused validation rule ([#1620](https://github.com/scaleway/scaleway-sdk-js/issues/1620)) ([9a2b6da](https://github.com/scaleway/scaleway-sdk-js/commit/9a2b6da0a33cba7b3c1bfe103808dd8f36bb0010))
15+
- **iam:** require `user_id` in `ListGracePeriodsRequest` ([#1619](https://github.com/scaleway/scaleway-sdk-js/issues/1619)) ([52a341c](https://github.com/scaleway/scaleway-sdk-js/commit/52a341c751f096ea6ac7da808f52eb82c6cb648a))
16+
- **instance:** create CheckQuotasOrganizationBlockMigration endpoint ([#1617](https://github.com/scaleway/scaleway-sdk-js/issues/1617)) ([c38b0a1](https://github.com/scaleway/scaleway-sdk-js/commit/c38b0a1434ce845fe5e9133c2e7212f5f7126feb))
17+
- **instance:** set some fields of VolumeServer as optional ([#1606](https://github.com/scaleway/scaleway-sdk-js/issues/1606)) ([68dcd68](https://github.com/scaleway/scaleway-sdk-js/commit/68dcd6889b70d4cfbea79fcddf8bf1b7e80640fc))
18+
- **ipam:** add apple silicon resource types ([#1605](https://github.com/scaleway/scaleway-sdk-js/issues/1605)) ([eacafa9](https://github.com/scaleway/scaleway-sdk-js/commit/eacafa94ae62bae750a4a20458d586e93cf04a09))
19+
- **serverless_jobs:** add validation for description length on create and update events ([#1604](https://github.com/scaleway/scaleway-sdk-js/issues/1604)) ([3d6d00f](https://github.com/scaleway/scaleway-sdk-js/commit/3d6d00fd5178a9e5ec4d33ebf8851961089a96d2))
20+
21+
### Bug Fixes
22+
23+
- **rdb:** add documentation about password validation ([#1603](https://github.com/scaleway/scaleway-sdk-js/issues/1603)) ([9c92e5b](https://github.com/scaleway/scaleway-sdk-js/commit/9c92e5b90472c4eb5f6af92cfac45cdf7c7a739f))
24+
625
## [2.56.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.55.0...@scaleway/sdk@2.56.0) (2024-11-25)
726

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

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

0 commit comments

Comments
 (0)