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

## [1.18.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-07-03)

### Features

- add secret protection ([#748](https://github.com/scaleway/scaleway-sdk-js/issues/748)) ([5bee9e2](https://github.com/scaleway/scaleway-sdk-js/commit/5bee9e2d432909d5d43181090f3c2c6e0efe7552))
- **k8s:** add cluster types compatibility ([#749](https://github.com/scaleway/scaleway-sdk-js/issues/749)) ([3680415](https://github.com/scaleway/scaleway-sdk-js/commit/36804151db92a86ab83e304ca49c92e897bd894a))
- **k8s:** add commitment to offer list ([#746](https://github.com/scaleway/scaleway-sdk-js/issues/746)) ([089e1c8](https://github.com/scaleway/scaleway-sdk-js/commit/089e1c8a2cb2a26b4996a1fdd510a11c7509e5af))
- **k8s:** return commitment end date ([#747](https://github.com/scaleway/scaleway-sdk-js/issues/747)) ([7ee2e85](https://github.com/scaleway/scaleway-sdk-js/commit/7ee2e856ab6bac105c5f427cebc66e562abb1acb))
- **k8s:** return maximum number of nodes supported by an offer ([#745](https://github.com/scaleway/scaleway-sdk-js/issues/745)) ([b67d4d9](https://github.com/scaleway/scaleway-sdk-js/commit/b67d4d97afad92e04789bdda8398ab28ed7a4428))

## [1.17.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-06-28)

### 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.17.0",
"version": "1.18.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.17.0'
export const version = 'v1.18.0'

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

0 comments on commit 2e9fb39

Please sign in to comment.