Skip to content

Commit 95e31a5

Browse files
committed
chore(release): publish
- @scaleway/sdk-client@1.3.3 - @scaleway/configuration-loader@1.0.12 - @scaleway/sdk@2.78.0 - @scaleway/sdk-account@1.2.0 - @scaleway/sdk-applesilicon@1.5.0 - @scaleway/sdk-audit-trail@1.6.0 - @scaleway/sdk-autoscaling@1.3.0 - @scaleway/sdk-baremetal@1.3.0 - @scaleway/sdk-billing@1.3.0 - @scaleway/sdk-block@1.3.0 - @scaleway/sdk-cockpit@1.7.0 - @scaleway/sdk-container@1.8.0 - @scaleway/sdk-datawarehouse@1.2.0 - @scaleway/sdk-dedibox@1.4.0 - @scaleway/sdk-domain@1.3.0 - @scaleway/sdk-edge-services@1.4.0 - @scaleway/sdk-environmental-footprint@1.2.0 - @scaleway/sdk-file@1.3.0 - @scaleway/sdk-flexibleip@1.2.0 - @scaleway/sdk-function@1.7.0 - @scaleway/sdk-iam@1.6.0 - @scaleway/sdk-inference@1.3.0 - @scaleway/sdk-instance@1.4.0 - @scaleway/sdk-interlink@1.4.0 - @scaleway/sdk-iot@1.2.0 - @scaleway/sdk-ipam@1.5.0 - @scaleway/sdk-jobs@1.3.0 - @scaleway/sdk-k8s@1.8.0 - @scaleway/sdk-key-manager@1.5.0 - @scaleway/sdk-lb@1.4.0 - @scaleway/sdk-marketplace@1.2.0 - @scaleway/sdk-mnq@1.2.0 - @scaleway/sdk-mongodb@1.4.0 - @scaleway/sdk-product-catalog@1.9.0 - @scaleway/sdk-qaas@1.5.0 - @scaleway/sdk-rdb@1.3.0 - @scaleway/sdk-redis@1.2.0 - @scaleway/sdk-registry@1.2.0 - @scaleway/sdk-s2s-vpn@1.2.0 - @scaleway/sdk-secret@1.4.0 - @scaleway/sdk-serverless-sqldb@1.2.0 - @scaleway/sdk-std@1.2.0 - @scaleway/sdk-tem@1.3.0 - @scaleway/sdk-test@1.2.0 - @scaleway/sdk-vpc@1.4.0 - @scaleway/sdk-vpcgw@1.2.0 - @scaleway/sdk-webhosting@1.4.0
1 parent bfef9bf commit 95e31a5

File tree

94 files changed

+492
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+492
-47
lines changed

packages/client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.3 (2025-10-29)
7+
8+
**Note:** Version bump only for package @scaleway/sdk-client
9+
610
## 1.3.2 (2025-10-22)
711

812
**Note:** Version bump only for package @scaleway/sdk-client

packages/client/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-client",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK Client",
66
"keywords": [

packages/configuration-loader/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.0.12 (2025-10-29)
7+
8+
**Note:** Version bump only for package @scaleway/configuration-loader
9+
610
## 1.0.11 (2025-10-22)
711

812
**Note:** Version bump only for package @scaleway/configuration-loader

packages/configuration-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/configuration-loader",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"license": "Apache-2.0",
55
"description": "Load configuration via file or environment for NodeJS.",
66
"publishConfig": {

packages/sdk/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.78.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.76.7...@scaleway/sdk@2.78.0) (2025-10-29)
7+
8+
### Bug Fixes
9+
10+
- read real exports from packages instead of guessing names to fix TypeScript compilation errors ([#2460](https://github.com/scaleway/scaleway-sdk-js/issues/2460)) ([c8c424e](https://github.com/scaleway/scaleway-sdk-js/commit/c8c424e09d3a365a2592f25abdc0a8d6d86e0f0b))
11+
- **s2s_vpn:** add packages ([#2400](https://github.com/scaleway/scaleway-sdk-js/issues/2400)) ([5703403](https://github.com/scaleway/scaleway-sdk-js/commit/5703403f87dccf9e7f6d8e52c278608c440a6dca))
12+
- **scripts:** move writeFileSync outside loop in generateAlias to fix EUNCOMMIT error in CI ([#2526](https://github.com/scaleway/scaleway-sdk-js/issues/2526)) ([bc6434c](https://github.com/scaleway/scaleway-sdk-js/commit/bc6434c08d27f836b8836407852deeaa3ac19807))
13+
14+
### Features
15+
16+
- **datawarehouse:** update the visibility to public ([#2406](https://github.com/scaleway/scaleway-sdk-js/issues/2406)) ([a38b83e](https://github.com/scaleway/scaleway-sdk-js/commit/a38b83e50f63f7741285fe9ba065bb9af5f7f016))
17+
- **environmental_footprint:** enable v1alpha1 ([#2441](https://github.com/scaleway/scaleway-sdk-js/issues/2441)) ([dec421b](https://github.com/scaleway/scaleway-sdk-js/commit/dec421b7f42d91ec51b63c117764e5c3a606ddf7))
18+
- sdk export createclient ([#2425](https://github.com/scaleway/scaleway-sdk-js/issues/2425)) ([d8ecf1c](https://github.com/scaleway/scaleway-sdk-js/commit/d8ecf1c4c4e2a497e89d23265752d9d6e3aa73d2))
19+
620
# [2.77.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.76.7...@scaleway/sdk@2.77.0) (2025-10-22)
721

822
### Bug Fixes

packages/sdk/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.77.0",
3+
"version": "2.78.0",
44
"description": "Scaleway SDK TS.",
55
"license": "Apache-2.0",
66
"files": [

packages_generated/account/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.2.0 (2025-10-29)
7+
8+
### Features
9+
10+
- **account:** add network contract type ([#2442](https://github.com/scaleway/scaleway-sdk-js/issues/2442)) ([74882bb](https://github.com/scaleway/scaleway-sdk-js/commit/74882bb953a0f08a68c348ee43c90d2e9c24c03e))
11+
- add extension .js for nodenext ([#2492](https://github.com/scaleway/scaleway-sdk-js/issues/2492)) ([592c46d](https://github.com/scaleway/scaleway-sdk-js/commit/592c46df916c5b8b35f26c13b626eee797970f5d))
12+
613
# 1.1.0 (2025-10-22)
714

815
### Features

packages_generated/account/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-account",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Scaleway SDK account",
55
"license": "Apache-2.0",
66
"files": [

packages_generated/applesilicon/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.5.0 (2025-10-29)
7+
8+
### Bug Fixes
9+
10+
- **apple_silicon:** add missing servertype infos for PCU ([#2434](https://github.com/scaleway/scaleway-sdk-js/issues/2434)) ([0c1af30](https://github.com/scaleway/scaleway-sdk-js/commit/0c1af3083bf8f31447caf26d7616eeb311208a05))
11+
12+
### Features
13+
14+
- add extension .js for nodenext ([#2492](https://github.com/scaleway/scaleway-sdk-js/issues/2492)) ([592c46d](https://github.com/scaleway/scaleway-sdk-js/commit/592c46df916c5b8b35f26c13b626eee797970f5d))
15+
- **apple_silicon:** add CI-CD runner installation APIs ([#2440](https://github.com/scaleway/scaleway-sdk-js/issues/2440)) ([bd2e810](https://github.com/scaleway/scaleway-sdk-js/commit/bd2e810df231e57fa8c077f2e01745e5103add29))
16+
- **apple_silicon:** enable bulk order in public sdk ([#2234](https://github.com/scaleway/scaleway-sdk-js/issues/2234)) ([babbfe9](https://github.com/scaleway/scaleway-sdk-js/commit/babbfe98789b22774f04a43f49a7ce9fb9a43628))
17+
- **apple_silicon:** fix typo in applesilicon SDK comment ([#2238](https://github.com/scaleway/scaleway-sdk-js/issues/2238)) ([be0bbe9](https://github.com/scaleway/scaleway-sdk-js/commit/be0bbe908921b948de70bac7abed592e5957e2ef))
18+
- **applesilicon:** remove support for `runner_configuration` ([#2457](https://github.com/scaleway/scaleway-sdk-js/issues/2457)) ([5119374](https://github.com/scaleway/scaleway-sdk-js/commit/5119374aa5657ee80d994af276adb83c333d11ab))
19+
620
# 1.4.0 (2025-10-22)
721

822
### Bug Fixes

packages_generated/applesilicon/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-applesilicon",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Scaleway SDK applesilicon",
55
"license": "Apache-2.0",
66
"files": [

0 commit comments

Comments
 (0)