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 Sep 25, 2023
1 parent 97d96f1 commit e91ad63
Show file tree
Hide file tree
Showing 4 changed files with 5,613 additions and 2,012 deletions.
12 changes: 12 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.32.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-09-25)

### Features

- add missing special secret version revision ([#882](https://github.com/scaleway/scaleway-sdk-js/issues/882)) ([2042c38](https://github.com/scaleway/scaleway-sdk-js/commit/2042c383e23dcd4b0a14d7a52fa0c6f944f13585))
- **cockpit:** create datasource ([#875](https://github.com/scaleway/scaleway-sdk-js/issues/875)) ([ab1e2a7](https://github.com/scaleway/scaleway-sdk-js/commit/ab1e2a75cf387b047c58712287c971c559d1a13f))
- **instance:** add base_volume_id filter on ListSnapshotsRequest ([#874](https://github.com/scaleway/scaleway-sdk-js/issues/874)) ([7b96fae](https://github.com/scaleway/scaleway-sdk-js/commit/7b96faea308ebe21f21e7acb3cefb5466249aa9d))
- **ipfs:** remove name resource ([#883](https://github.com/scaleway/scaleway-sdk-js/issues/883)) ([086e2a6](https://github.com/scaleway/scaleway-sdk-js/commit/086e2a63c6d497519d2e795d35dc364b11aad3d1))
- **k8s:** add filter on PrivateNetworkID ([#880](https://github.com/scaleway/scaleway-sdk-js/issues/880)) ([01b010a](https://github.com/scaleway/scaleway-sdk-js/commit/01b010acc38adda04168ac3d54462f57c227f8a3))
- **lb:** release private lb feature ([#879](https://github.com/scaleway/scaleway-sdk-js/issues/879)) ([76a1c30](https://github.com/scaleway/scaleway-sdk-js/commit/76a1c306be7195efe8c8cbe5d1f0e6aa3a485b7b))
- **rdb:** add sbs volume type ([#881](https://github.com/scaleway/scaleway-sdk-js/issues/881)) ([38af291](https://github.com/scaleway/scaleway-sdk-js/commit/38af2918f076cb5799aa68f4a3a0cdb59b066f7b))

## [1.31.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-09-18)

### 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": "1.31.0",
"version": "1.32.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 = 'v1.31.0'
export const version = 'v1.32.0'

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

0 comments on commit e91ad63

Please sign in to comment.