Skip to content

Commit f60888c

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

File tree

4 files changed

+5677
-2035
lines changed

4 files changed

+5677
-2035
lines changed

packages/clients/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.9.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-01-01)
7+
8+
### Features
9+
10+
- **instance:** add ipam_id to ServerIp and Ip ([#1068](https://github.com/scaleway/scaleway-sdk-js/issues/1068)) ([895328f](https://github.com/scaleway/scaleway-sdk-js/commit/895328f397349e30bd88d0165cf9af75a53343ff))
11+
- **ipam:** allow publicly to set a custom reverse on their ip ([#1077](https://github.com/scaleway/scaleway-sdk-js/issues/1077)) ([adf09e2](https://github.com/scaleway/scaleway-sdk-js/commit/adf09e2c4b91a9494cdbe866a5ebd9f4646bfa79))
12+
- **k8s:** use structs for node taints ([#1076](https://github.com/scaleway/scaleway-sdk-js/issues/1076)) ([1127301](https://github.com/scaleway/scaleway-sdk-js/commit/112730149f33b77729a536f936a23be358f25802))
13+
- **lb:** attach flexible ipv6 ([#1069](https://github.com/scaleway/scaleway-sdk-js/issues/1069)) ([6096c85](https://github.com/scaleway/scaleway-sdk-js/commit/6096c85114fcde6567cb9ef98ce9a8297f519cd5))
14+
- **secret:** add ephemeral policy ([#1072](https://github.com/scaleway/scaleway-sdk-js/issues/1072)) ([6c9197b](https://github.com/scaleway/scaleway-sdk-js/commit/6c9197b932814a95f2f035ae3245598e13074c25))
15+
- **serverless:** add CronSchedule to job definitions ([#1074](https://github.com/scaleway/scaleway-sdk-js/issues/1074)) ([0900a76](https://github.com/scaleway/scaleway-sdk-js/commit/0900a76b57e024ae98d5f7dc09f6581aa64e9e2b))
16+
617
## [2.8.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-12-18)
718

819
### 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.8.0",
3+
"version": "2.9.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.8.0'
1+
export const version = 'v2.9.0'
22

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

0 commit comments

Comments
 (0)