Skip to content

Commit 6606908

Browse files
committed
chore(release): publish
- @scaleway/sdk@1.15.0
1 parent 0644ec4 commit 6606908

File tree

4 files changed

+5689
-2039
lines changed

4 files changed

+5689
-2039
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+
## [1.15.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.14.0...@scaleway/sdk@1.15.0) (2023-06-13)
7+
8+
### Features
9+
10+
- **instance:** add totalCount field to GetServerTypesAvailabilityResponse ([#704](https://github.com/scaleway/scaleway-sdk-js/issues/704)) ([787c7c6](https://github.com/scaleway/scaleway-sdk-js/commit/787c7c6b86070cb382c950c88b07c61f5f01380a))
11+
- **ipfs:** add v1alpha1 ([#681](https://github.com/scaleway/scaleway-sdk-js/issues/681)) ([3ec9346](https://github.com/scaleway/scaleway-sdk-js/commit/3ec9346da792c1517747fd77ac01d736d1b1bef7))
12+
- **ipfs:** update meta field ([#688](https://github.com/scaleway/scaleway-sdk-js/issues/688)) ([3975a9f](https://github.com/scaleway/scaleway-sdk-js/commit/3975a9f0c40dfcb8a9048fe145e375260dbf8ec8))
13+
- **k8s:** list cluster types ([#700](https://github.com/scaleway/scaleway-sdk-js/issues/700)) ([f3cf9c5](https://github.com/scaleway/scaleway-sdk-js/commit/f3cf9c585efe1f6cc3b61992e138e2738772fb55))
14+
- **lb:** add flexible ip auto assign flag ([#689](https://github.com/scaleway/scaleway-sdk-js/issues/689)) ([d49a63e](https://github.com/scaleway/scaleway-sdk-js/commit/d49a63efb5fa9aed64a50e789f1c0ea840e56f01))
15+
- **lb:** allow multi ip attach ([#695](https://github.com/scaleway/scaleway-sdk-js/issues/695)) ([246516e](https://github.com/scaleway/scaleway-sdk-js/commit/246516e8a85edd61e01e90f5a3dc1ba9eab0cddc))
16+
- **tem:** rename `checkDomainLastStatus` to `getDomainLastStatus` ([#707](https://github.com/scaleway/scaleway-sdk-js/issues/707)) ([2a945c2](https://github.com/scaleway/scaleway-sdk-js/commit/2a945c220a24d0351a5bba8bfda0b71191ed6057))
17+
- update generated APIs ([#702](https://github.com/scaleway/scaleway-sdk-js/issues/702)) ([999d052](https://github.com/scaleway/scaleway-sdk-js/commit/999d0528b3506c0804520ccca4825db907d97a0f))
18+
- **vpc/v2:** allow setting PN name on VPC creation ([#693](https://github.com/scaleway/scaleway-sdk-js/issues/693)) ([dfab7da](https://github.com/scaleway/scaleway-sdk-js/commit/dfab7daba00532db0212e4461d6fd10fea846ad4))
19+
20+
### Bug Fixes
21+
22+
- **ipfs:** replace usage meta by info ([#694](https://github.com/scaleway/scaleway-sdk-js/issues/694)) ([8043817](https://github.com/scaleway/scaleway-sdk-js/commit/80438179d9c94ac8abff9c6be62601b55edac7c0))
23+
- **ipfs:** replace usage meta by info ([#706](https://github.com/scaleway/scaleway-sdk-js/issues/706)) ([887e717](https://github.com/scaleway/scaleway-sdk-js/commit/887e71710354ac44c3d9adc11d2e0b8be9048576))
24+
625
## [1.14.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.13.0...@scaleway/sdk@1.14.0) (2023-06-05)
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": "1.14.0",
3+
"version": "1.15.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 = 'v1.14.0'
1+
export const version = 'v1.15.0'
22

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

0 commit comments

Comments
 (0)