Skip to content

Commit

Permalink
update to v2.13.0 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Sczlog committed Nov 7, 2023
1 parent d3d4c40 commit 14a4417
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASENOTE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# RELEASE NOTE

## release 日期 2023-11-07

v2.13.0 release (tower version 3.4.0)

### update

- [ROLEACTION] 新增 `MANAGE_CLUSTER_PRIORITIZED`

## release 日期 2023-10-19

v2.12.0 release (tower version 3.3.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudtower-node-sdk",
"version": "2.12.0",
"version": "2.13.0",
"description": "cloudtower operation api",
"main": "lib/index.js",
"typings": "typings/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/generated/data-contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18878,6 +18878,7 @@ export enum ROLE_ACTION {
MANAGE_REPLICATION_TASK = "MANAGE_REPLICATION_TASK",
MANAGE_REPLICATION_FAULT_TASK = "MANAGE_REPLICATION_FAULT_TASK",
MANAGE_CLUSTER_PRIORITIZED = "MANAGE_CLUSTER_PRIORITIZED",
SMTX_INSPECTOR = "SMTX_INSPECTOR",
}

export interface RoleCreationParams {
Expand Down

0 comments on commit 14a4417

Please sign in to comment.