Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1145

Merged
merged 1 commit into from
Apr 3, 2024
Merged

Version Packages #1145

merged 1 commit into from
Apr 3, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 27, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@scow/grpc-api@1.8.0

Minor Changes

  • a097dd1: server 增加 ChangeTenant 接口修改用户的所属租户,增加 CreateTenantWithExistingUserAsAdmin 接口允许创建租户时指定已有用户作为租户管理员
  • 63d1873: 新增 SetBlockThreshold, SetDefaultAccountBlockThreshold 以及 audit 新增以上接口的 operation_event

Patch Changes

  • 850a7ee: 在 getAccountUsers 接口中增加 userStateInAccount , displayedUserState 的返回值
  • 785de17: 修改 GetFileMetadataResponse 中文件大小 size 为 uint64
  • d3d891a: 门户系统部分操作类型增加 clusterId 及 loginNode 参数
  • 24db413: 增加 GetCustomEventTypes 接口获取自定义操作类型,增加 CustomEvent 保存自定义操作类型
  • 8dd8c0e: 在 GetAccounts 接口中增加账户状态,账户显示状态,账户白名单状态的返回值,exportAccounts 接口中增加欠费,冻结的查询参数

@scow/ai@0.2.0

Minor Changes

  • 63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以

Patch Changes

  • 3c5c8a6: 修复大镜像在 Containerd 运行时推送失败的问题
  • a097dd1: 新增无账户关系的用户修改所属租户且可以作为新增租户的管理员功能
  • 4e14446: 修复集群 partitions 为空时,页面崩溃的问题以及拼写错误
  • 01cfdae: 修改对于 ssh 命令执行错误的判断
  • 02d6a18: 新增集群区分 AI 功能和 HPC 功能配置
  • b8d7684: 修复 ai 中创建或复制文件数据检查源文件时,后台没有打印日志的问题
  • 24db413: 操作日志增加自定义操作类型
  • d822db7: ai 系统新增支持 k8s 集群的 containerd 运行时
  • 6d4b22c: AI 系统创建应用和训练页面 UI 交互优化
  • 0f5d48f: 修复 AI 训练 coreCount 在 gpu 下传参错误问题
  • Updated dependencies [02d6a18]
  • Updated dependencies [146e19f]
  • Updated dependencies [63d1873]
  • Updated dependencies [24db413]
  • Updated dependencies [d822db7]
  • Updated dependencies [850a7ee]
    • @scow/config@1.4.3
    • @scow/lib-web@1.3.1
    • @scow/lib-server@1.2.0
    • @scow/lib-operation-log@2.1.3
    • @scow/rich-error-model@2.0.0
    • @scow/lib-scheduler-adapter@1.1.7

@scow/audit-server@2.3.0

Minor Changes

  • 63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以

Patch Changes

  • 24db413: 操作日志增加自定义操作类型
  • d3d891a: 操作日志详细内容展示优化
  • Updated dependencies [02d6a18]
  • Updated dependencies [63d1873]
  • Updated dependencies [24db413]
  • Updated dependencies [d822db7]
    • @scow/config@1.4.3
    • @scow/lib-server@1.2.0
    • @scow/lib-operation-log@2.1.3
    • @scow/protos@1.0.9

@scow/mis-server@1.5.0

Minor Changes

  • 63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以

Patch Changes

  • a097dd1: 新增无账户关系的用户修改所属租户且可以作为新增租户的管理员功能
  • 8dd8c0e: 修改 Account 实体中原 blocked 字段名为 blocked_in_cluster ,表示在集群中是否为封锁状态
    增加字段 state ,字段值为 "NORMAL" , "FROZEN" , "BLOCKED_BY_ADMIN" 的枚举值,优化页面账户显示状态为正常、封锁、欠费
  • 6139fec: 修复导出账户和导出充值记录接口缺失 limit,offset 过滤的问题
  • 850a7ee: 修改 UserAccount 实体中原 status 字段名为 blocked_in_cluster ,表示在集群中是否为封锁状态
    增加字段 state ,允许写入的值为 "NORMAL" , "BLOCKED_BY_ADMIN" 的枚举值
    页面增加用户在账户下的 限额 的状态的显示
  • Updated dependencies [02d6a18]
  • Updated dependencies [63d1873]
  • Updated dependencies [d822db7]
    • @scow/config@1.4.3
    • @scow/lib-server@1.2.0
    • @scow/lib-hook@1.0.9
    • @scow/protos@1.0.9
    • @scow/lib-scheduler-adapter@1.1.7

@scow/mis-web@1.5.0

Minor Changes

  • 63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以

Patch Changes

  • 10956eb: 修复 token 失效后切换系统不跳转回登录页面的问题
  • 16f4465: 初始化的用户管理新增前端搜索
  • a097dd1: 新增无账户关系的用户修改所属租户且可以作为新增租户的管理员功能
  • a970dc7: 优化管理系统用户可见分区页面 Loading 样式
  • bd21171: 修改变更租户管理下用户列表中可用账户的列名为 关联账户
  • 8dd8c0e: 修改 Account 实体中原 blocked 字段名为 blocked_in_cluster ,表示在集群中是否为封锁状态
    增加字段 state ,字段值为 "NORMAL" , "FROZEN" , "BLOCKED_BY_ADMIN" 的枚举值,优化页面账户显示状态为正常、封锁、欠费
  • 02d6a18: 新增集群区分 AI 功能和 HPC 功能配置
  • 24db413: 操作日志增加自定义操作类型
  • 0e3ff89: 统一修改规范用户及账户状态 正常和封锁 为 Available, Blocked;操作 封锁和解封 为 Block,Unblock
  • 850a7ee: 修改 UserAccount 实体中原 status 字段名为 blocked_in_cluster ,表示在集群中是否为封锁状态
    增加字段 state ,允许写入的值为 "NORMAL" , "BLOCKED_BY_ADMIN" 的枚举值
    页面增加用户在账户下的 限额 的状态的显示
  • d3d891a: 操作日志详细内容展示优化
  • Updated dependencies [02d6a18]
  • Updated dependencies [146e19f]
  • Updated dependencies [24db413]
  • Updated dependencies [d822db7]
  • Updated dependencies [850a7ee]
    • @scow/config@1.4.3
    • @scow/lib-web@1.3.1
    • @scow/lib-operation-log@2.1.3
    • @scow/protos@1.0.9
    • @scow/rich-error-model@2.0.0

@scow/portal-web@1.5.0

Minor Changes

  • 63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以

Patch Changes

  • 10956eb: 修复 token 失效后切换系统不跳转回登录页面的问题
  • a097dd1: 新增无账户关系的用户修改所属租户且可以作为新增租户的管理员功能
  • 0ad604c: 仪表盘 cpu 和 gpu 利用率百分比显示错误
  • 02d6a18: 新增集群区分 AI 功能和 HPC 功能配置
  • 24db413: 操作日志增加自定义操作类型
  • 79d19be: 改进门户快捷方式的 UI
  • 25f9caf: 修复文件管理下在终端中打开连接失败及终端不显示登录节点名称的问题
  • bc743ad: 修复快捷方式的 icon 显示大小问题
  • d3d891a: 操作日志详细内容展示优化
  • 1e25062: 改进门户系统仪表盘各个模块的背景设计
  • Updated dependencies [02d6a18]
  • Updated dependencies [146e19f]
  • Updated dependencies [24db413]
  • Updated dependencies [d822db7]
  • Updated dependencies [850a7ee]
    • @scow/config@1.4.3
    • @scow/lib-web@1.3.1
    • @scow/lib-operation-log@2.1.3
    • @scow/protos@1.0.9
    • @scow/rich-error-model@2.0.0

@scow/lib-server@1.2.0

Minor Changes

  • 63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以

Patch Changes

  • Updated dependencies [02d6a18]
  • Updated dependencies [d822db7]
    • @scow/config@1.4.3
    • @scow/protos@1.0.9
    • @scow/rich-error-model@2.0.0
    • @scow/lib-scheduler-adapter@1.1.7

@scow/auth@1.5.0

Patch Changes

  • Updated dependencies [02d6a18]
  • Updated dependencies [63d1873]
  • Updated dependencies [d822db7]
    • @scow/config@1.4.3
    • @scow/lib-server@1.2.0

@scow/cli@1.5.0

Patch Changes

  • 4a32bd7: 兼容旧版本自定义认证系统配置
  • 7b9e0b6: 去掉 node-cron 表达式前秒的限制
  • Updated dependencies [02d6a18]
  • Updated dependencies [d822db7]
    • @scow/config@1.4.3

@scow/portal-server@1.5.0

Patch Changes

  • 02d6a18: 新增集群区分 AI 功能和 HPC 功能配置
  • Updated dependencies [02d6a18]
  • Updated dependencies [63d1873]
  • Updated dependencies [d822db7]
    • @scow/config@1.4.3
    • @scow/lib-server@1.2.0
    • @scow/protos@1.0.9
    • @scow/rich-error-model@2.0.0
    • @scow/lib-scheduler-adapter@1.1.7

@scow/demo-vagrant@2.0.2

Patch Changes

  • 7b9e0b6: 去掉 node-cron 表达式前秒的限制

@scow/docs@1.3.2

Patch Changes

  • abda3b2: 修改用户模型文档中账户状态及用户在账户中的状态描述的文字错误
  • d822db7: ai 系统新增支持 k8s 集群的 containerd 运行时
  • 7b9e0b6: 去掉 node-cron 表达式前秒的限制

@scow/config@1.4.3

Patch Changes

  • 02d6a18: 集群配置新增 hpc 和 ai enabled 属性 区分 Ai 集群和 HPC 集群或者是融合集群
  • d822db7: 集群配置增加 k8s 选项指明容器运行时

@scow/lib-hook@1.0.9

Patch Changes

  • @scow/protos@1.0.9

@scow/lib-operation-log@2.1.3

Patch Changes

  • 24db413: 操作日志增加自定义操作类型
    • @scow/protos@1.0.9

@scow/protos@1.0.9

Patch Changes

@scow/lib-scheduler-adapter@1.1.7

Patch Changes

  • @scow/protos@1.0.9

@scow/lib-web@1.3.1

Patch Changes

  • 146e19f: 去掉导航栏多余的下划线
  • 850a7ee: 修改 UserAccount 实体中原 status 字段名为 blocked_in_cluster ,表示在集群中是否为封锁状态
    增加字段 state ,允许写入的值为 "NORMAL" , "BLOCKED_BY_ADMIN" 的枚举值
    页面增加用户在账户下的 限额 的状态的显示

@scow/gateway@1.5.0

@pkuhpc-review-bot pkuhpc-review-bot bot added the Code-ReviewRequested Code Review Requested label Feb 27, 2024
@github-actions github-actions bot force-pushed the changeset-release/master branch 9 times, most recently from b77c695 to 3bd4b6d Compare March 4, 2024 11:15
@github-actions github-actions bot force-pushed the changeset-release/master branch 6 times, most recently from 078eb3e to a33fac3 Compare March 11, 2024 13:20
@github-actions github-actions bot force-pushed the changeset-release/master branch 3 times, most recently from 241928f to 1bc113e Compare March 18, 2024 10:53
@github-actions github-actions bot force-pushed the changeset-release/master branch 6 times, most recently from 52e677f to cac662d Compare March 26, 2024 13:01
@github-actions github-actions bot force-pushed the changeset-release/master branch 4 times, most recently from d3764b0 to e468e77 Compare March 31, 2024 07:43
@github-actions github-actions bot force-pushed the changeset-release/master branch 6 times, most recently from 9e4f23b to b4e96e8 Compare April 3, 2024 11:13
@ddadaal ddadaal merged commit 0c416a3 into master Apr 3, 2024
1 check passed
@ddadaal ddadaal deleted the changeset-release/master branch April 3, 2024 13:00
OYX-1 pushed a commit that referenced this pull request Apr 7, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to master, this PR
will be updated.


# Releases
## @scow/grpc-api@1.8.0

### Minor Changes

- a097dd1: server 增加 ChangeTenant 接口修改用户的所属租户,增加
CreateTenantWithExistingUserAsAdmin 接口允许创建租户时指定已有用户作为租户管理员
- 63d1873: 新增 SetBlockThreshold, SetDefaultAccountBlockThreshold 以及
audit 新增以上接口的 operation_event

### Patch Changes

- 850a7ee: 在 getAccountUsers 接口中增加 userStateInAccount ,
displayedUserState 的返回值
-   785de17: 修改 GetFileMetadataResponse 中文件大小 size 为 uint64
-   d3d891a: 门户系统部分操作类型增加 clusterId 及 loginNode 参数
-   24db413: 增加 GetCustomEventTypes 接口获取自定义操作类型,增加 CustomEvent 保存自定义操作类型
- 8dd8c0e: 在 GetAccounts 接口中增加账户状态,账户显示状态,账户白名单状态的返回值,exportAccounts
接口中增加欠费,冻结的查询参数

## @scow/ai@0.2.0

### Minor Changes

-   63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以

### Patch Changes

-   3c5c8a6: 修复大镜像在 Containerd 运行时推送失败的问题
-   a097dd1: 新增无账户关系的用户修改所属租户且可以作为新增租户的管理员功能
-   4e14446: 修复集群 partitions 为空时,页面崩溃的问题以及拼写错误
-   01cfdae: 修改对于 ssh 命令执行错误的判断
-   02d6a18: 新增集群区分 AI 功能和 HPC 功能配置
-   b8d7684: 修复 ai 中创建或复制文件数据检查源文件时,后台没有打印日志的问题
-   24db413: 操作日志增加自定义操作类型
-   d822db7: ai 系统新增支持 k8s 集群的 containerd 运行时
-   6d4b22c: AI 系统创建应用和训练页面 UI 交互优化
-   0f5d48f: 修复 AI 训练 coreCount 在 gpu 下传参错误问题
-   Updated dependencies [02d6a18]
-   Updated dependencies [146e19f]
-   Updated dependencies [63d1873]
-   Updated dependencies [24db413]
-   Updated dependencies [d822db7]
-   Updated dependencies [850a7ee]
    -   @scow/config@1.4.3
    -   @scow/lib-web@1.3.1
    -   @scow/lib-server@1.2.0
    -   @scow/lib-operation-log@2.1.3
    -   @scow/rich-error-model@2.0.0
    -   @scow/lib-scheduler-adapter@1.1.7

## @scow/audit-server@2.3.0

### Minor Changes

-   63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以

### Patch Changes

-   24db413: 操作日志增加自定义操作类型
-   d3d891a: 操作日志详细内容展示优化
-   Updated dependencies [02d6a18]
-   Updated dependencies [63d1873]
-   Updated dependencies [24db413]
-   Updated dependencies [d822db7]
    -   @scow/config@1.4.3
    -   @scow/lib-server@1.2.0
    -   @scow/lib-operation-log@2.1.3
    -   @scow/protos@1.0.9

## @scow/mis-server@1.5.0

### Minor Changes

-   63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以

### Patch Changes

-   a097dd1: 新增无账户关系的用户修改所属租户且可以作为新增租户的管理员功能
- 8dd8c0e: 修改 Account 实体中原 blocked 字段名为 blocked_in_cluster
,表示在集群中是否为封锁状态
增加字段 state ,字段值为 "NORMAL" , "FROZEN" , "BLOCKED_BY_ADMIN"
的枚举值,优化页面账户显示状态为正常、封锁、欠费
-   6139fec: 修复导出账户和导出充值记录接口缺失 limit,offset 过滤的问题
- 850a7ee: 修改 UserAccount 实体中原 status 字段名为 blocked_in_cluster
,表示在集群中是否为封锁状态
    增加字段 state ,允许写入的值为 "NORMAL" , "BLOCKED_BY_ADMIN" 的枚举值
    页面增加用户在账户下的 限额 的状态的显示
-   Updated dependencies [02d6a18]
-   Updated dependencies [63d1873]
-   Updated dependencies [d822db7]
    -   @scow/config@1.4.3
    -   @scow/lib-server@1.2.0
    -   @scow/lib-hook@1.0.9
    -   @scow/protos@1.0.9
    -   @scow/lib-scheduler-adapter@1.1.7

## @scow/mis-web@1.5.0

### Minor Changes

-   63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以

### Patch Changes

-   10956eb: 修复 token 失效后切换系统不跳转回登录页面的问题
-   16f4465: 初始化的用户管理新增前端搜索
-   a097dd1: 新增无账户关系的用户修改所属租户且可以作为新增租户的管理员功能
-   a970dc7: 优化管理系统用户可见分区页面 Loading 样式
-   bd21171: 修改变更租户管理下用户列表中可用账户的列名为 关联账户
- 8dd8c0e: 修改 Account 实体中原 blocked 字段名为 blocked_in_cluster
,表示在集群中是否为封锁状态
增加字段 state ,字段值为 "NORMAL" , "FROZEN" , "BLOCKED_BY_ADMIN"
的枚举值,优化页面账户显示状态为正常、封锁、欠费
-   02d6a18: 新增集群区分 AI 功能和 HPC 功能配置
-   24db413: 操作日志增加自定义操作类型
- 0e3ff89: 统一修改规范用户及账户状态 正常和封锁 为 Available, Blocked;操作 封锁和解封 为
Block,Unblock
- 850a7ee: 修改 UserAccount 实体中原 status 字段名为 blocked_in_cluster
,表示在集群中是否为封锁状态
    增加字段 state ,允许写入的值为 "NORMAL" , "BLOCKED_BY_ADMIN" 的枚举值
    页面增加用户在账户下的 限额 的状态的显示
-   d3d891a: 操作日志详细内容展示优化
-   Updated dependencies [02d6a18]
-   Updated dependencies [146e19f]
-   Updated dependencies [24db413]
-   Updated dependencies [d822db7]
-   Updated dependencies [850a7ee]
    -   @scow/config@1.4.3
    -   @scow/lib-web@1.3.1
    -   @scow/lib-operation-log@2.1.3
    -   @scow/protos@1.0.9
    -   @scow/rich-error-model@2.0.0

## @scow/portal-web@1.5.0

### Minor Changes

-   63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以

### Patch Changes

-   10956eb: 修复 token 失效后切换系统不跳转回登录页面的问题
-   a097dd1: 新增无账户关系的用户修改所属租户且可以作为新增租户的管理员功能
-   0ad604c: 仪表盘 cpu 和 gpu 利用率百分比显示错误
-   02d6a18: 新增集群区分 AI 功能和 HPC 功能配置
-   24db413: 操作日志增加自定义操作类型
-   79d19be: 改进门户快捷方式的 UI
-   25f9caf: 修复文件管理下在终端中打开连接失败及终端不显示登录节点名称的问题
-   bc743ad: 修复快捷方式的 icon 显示大小问题
-   d3d891a: 操作日志详细内容展示优化
-   1e25062: 改进门户系统仪表盘各个模块的背景设计
-   Updated dependencies [02d6a18]
-   Updated dependencies [146e19f]
-   Updated dependencies [24db413]
-   Updated dependencies [d822db7]
-   Updated dependencies [850a7ee]
    -   @scow/config@1.4.3
    -   @scow/lib-web@1.3.1
    -   @scow/lib-operation-log@2.1.3
    -   @scow/protos@1.0.9
    -   @scow/rich-error-model@2.0.0

## @scow/lib-server@1.2.0

### Minor Changes

-   63d1873: 账户新增封锁阈值,租户新增默认账户默认阈值以

### Patch Changes

-   Updated dependencies [02d6a18]
-   Updated dependencies [d822db7]
    -   @scow/config@1.4.3
    -   @scow/protos@1.0.9
    -   @scow/rich-error-model@2.0.0
    -   @scow/lib-scheduler-adapter@1.1.7

## @scow/auth@1.5.0

### Patch Changes

-   Updated dependencies [02d6a18]
-   Updated dependencies [63d1873]
-   Updated dependencies [d822db7]
    -   @scow/config@1.4.3
    -   @scow/lib-server@1.2.0

## @scow/cli@1.5.0

### Patch Changes

-   4a32bd7: 兼容旧版本自定义认证系统配置
-   7b9e0b6: 去掉 node-cron 表达式前秒的限制
-   Updated dependencies [02d6a18]
-   Updated dependencies [d822db7]
    -   @scow/config@1.4.3

## @scow/portal-server@1.5.0

### Patch Changes

-   02d6a18: 新增集群区分 AI 功能和 HPC 功能配置
-   Updated dependencies [02d6a18]
-   Updated dependencies [63d1873]
-   Updated dependencies [d822db7]
    -   @scow/config@1.4.3
    -   @scow/lib-server@1.2.0
    -   @scow/protos@1.0.9
    -   @scow/rich-error-model@2.0.0
    -   @scow/lib-scheduler-adapter@1.1.7

## @scow/demo-vagrant@2.0.2

### Patch Changes

-   7b9e0b6: 去掉 node-cron 表达式前秒的限制

## @scow/docs@1.3.2

### Patch Changes

-   abda3b2: 修改用户模型文档中账户状态及用户在账户中的状态描述的文字错误
-   d822db7: ai 系统新增支持 k8s 集群的 containerd 运行时
-   7b9e0b6: 去掉 node-cron 表达式前秒的限制

## @scow/config@1.4.3

### Patch Changes

-   02d6a18: 集群配置新增 hpc 和 ai enabled 属性 区分 Ai 集群和 HPC 集群或者是融合集群
-   d822db7: 集群配置增加 k8s 选项指明容器运行时

## @scow/lib-hook@1.0.9

### Patch Changes

-   @scow/protos@1.0.9

## @scow/lib-operation-log@2.1.3

### Patch Changes

-   24db413: 操作日志增加自定义操作类型
    -   @scow/protos@1.0.9

## @scow/protos@1.0.9

### Patch Changes

-   Updated dependencies [850a7ee]
-   Updated dependencies [785de17]
-   Updated dependencies [d3d891a]
-   Updated dependencies [a097dd1]
-   Updated dependencies [63d1873]
-   Updated dependencies [24db413]
-   Updated dependencies [8dd8c0e]
    -   @scow/grpc-api@1.8.0

## @scow/lib-scheduler-adapter@1.1.7

### Patch Changes

-   @scow/protos@1.0.9

## @scow/lib-web@1.3.1

### Patch Changes

-   146e19f: 去掉导航栏多余的下划线
- 850a7ee: 修改 UserAccount 实体中原 status 字段名为 blocked_in_cluster
,表示在集群中是否为封锁状态
    增加字段 state ,允许写入的值为 "NORMAL" , "BLOCKED_BY_ADMIN" 的枚举值
    页面增加用户在账户下的 限额 的状态的显示

## @scow/gateway@1.5.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code-ReviewRequested Code Review Requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant