Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @scaleway/[email protected]
  • Loading branch information
scaleway-bot committed Dec 15, 2023
1 parent e10457e commit 75dfdca
Show file tree
Hide file tree
Showing 4 changed files with 5,687 additions and 2,037 deletions.
16 changes: 16 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-12-15)

### Features

- **block:** add size to ImportSnapshotFromS3Request ([#1059](https://github.com/scaleway/scaleway-sdk-js/issues/1059)) ([e22c255](https://github.com/scaleway/scaleway-sdk-js/commit/e22c255960fab0db41dc5561217dfaa6371888b2))
- **block:** specify available localities ([#1061](https://github.com/scaleway/scaleway-sdk-js/issues/1061)) ([0c9c197](https://github.com/scaleway/scaleway-sdk-js/commit/0c9c197d81e9d325f564f29088c798cee2efc7fd))
- **document_db:** align proto with rdb proto ([#1066](https://github.com/scaleway/scaleway-sdk-js/issues/1066)) ([e10457e](https://github.com/scaleway/scaleway-sdk-js/commit/e10457e073c0ad8d213ba10e76091f23ade67bf4))
- **rdb:** add volume_type for snapshots ([#1062](https://github.com/scaleway/scaleway-sdk-js/issues/1062)) ([20643a7](https://github.com/scaleway/scaleway-sdk-js/commit/20643a7e71307cdbb7b4dd833bac737c8b19468d))
- **serverless_jobs:** add resources to job run ([#1060](https://github.com/scaleway/scaleway-sdk-js/issues/1060)) ([9b560c4](https://github.com/scaleway/scaleway-sdk-js/commit/9b560c42c172c7b51f4e596d8803f7b8f9741460))
- **serverless_sqldb:** generate SDKs ([#1063](https://github.com/scaleway/scaleway-sdk-js/issues/1063)) ([afde985](https://github.com/scaleway/scaleway-sdk-js/commit/afde985565b0dff7dbdbdd5440b991362740331c))

### Bug Fixes

- **k8s:** update field description ([#1064](https://github.com/scaleway/scaleway-sdk-js/issues/1064)) ([a4afc08](https://github.com/scaleway/scaleway-sdk-js/commit/a4afc0865b5518abaf672450c94813cad4950da6))
- **marketplace/v1:** remove version methods ([#1043](https://github.com/scaleway/scaleway-sdk-js/issues/1043)) ([77b70ef](https://github.com/scaleway/scaleway-sdk-js/commit/77b70efd1a06e6447f8095594c30eba26dbb0682))

## [2.6.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-12-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/sdk",
"version": "2.6.0",
"version": "2.7.0",
"license": "Apache-2.0",
"description": "Scaleway SDK.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/src/scw/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const version = 'v2.6.0'
export const version = 'v2.7.0'

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

0 comments on commit 75dfdca

Please sign in to comment.