File tree 4 files changed +5643
-2016
lines changed
4 files changed +5643
-2016
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.40.0] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.39.0...@scaleway/sdk@1.40.0 ) (2023-10-30)
7
+
8
+ ### Features
9
+
10
+ - ** secret_manager:** add ephemeral action to secret creation ([ #963 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/963 ) ) ([ 1a3a067] ( https://github.com/scaleway/scaleway-sdk-js/commit/1a3a067afc973e716c92e94e16e8c0723cc6e214 ) )
11
+ - ** secret_manager:** add missing regions ([ #964 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/964 ) ) ([ 647ca0f] ( https://github.com/scaleway/scaleway-sdk-js/commit/647ca0f5e40e39dda997f9237c9292e90879f8e6 ) )
12
+ - ** secret_manager:** remove useless is_ephemeral field ([ #965 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/965 ) ) ([ 45253c3] ( https://github.com/scaleway/scaleway-sdk-js/commit/45253c3d91c822e4beb13ad53bdc098eae6099b3 ) )
13
+
6
14
## [ 1.39.0] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.38.1...@scaleway/sdk@1.39.0 ) (2023-10-26)
7
15
8
16
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @scaleway/sdk" ,
3
- "version" : " 1.39 .0" ,
3
+ "version" : " 1.40 .0" ,
4
4
"license" : " Apache-2.0" ,
5
5
"description" : " Scaleway SDK." ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
- export const version = 'v1.39 .0'
1
+ export const version = 'v1.40 .0'
2
2
3
3
export const userAgent = `scaleway-sdk-js/${ version } `
You can’t perform that action at this time.
0 commit comments