Skip to content

Commit

Permalink
Merge pull request #140 from IMBlues/fix-docs2
Browse files Browse the repository at this point in the history
docs: update to v2.3.1-beta.1
  • Loading branch information
IMBlues authored Nov 5, 2021
2 parents 88302e9 + 272168f commit 2e1dcc1
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v2.3.0
appVersion: v2.3.1-beta.1
description: A Helm chart for bk user api
name: bkuserapi
type: application
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/bk-user-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: bk-user-stack
description: A Helm chart for bk-user
type: application
version: 0.5.4
appVersion: v2.3.0
appVersion: v2.3.1-beta.1

dependencies:
- name: bkuserapi
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/saas/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v2.3.0
appVersion: v2.3.1-beta.1
description: A Helm chart for bk user saas
name: bkusersaas
type: application
Expand Down
22 changes: 22 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
# Changelog


## [Version: 2.3.1] - 2021-11-05


### API


- [NEW] API 支持通过 POST body 筛选数据 [#88](https://github.com/TencentBlueKing/bk-user/issues/88)
- [NEW] 支持审计记录失败内容(仅数据) [#71](https://github.com/TencentBlueKing/bk-user/issues/71)
- [FIX] 修复 ldap/mad 测试连接按钮报错问题 [#129](https://github.com/TencentBlueKing/bk-user/issues/129)
- [FIX] 修复手动关闭权限中心时,目录新建关联权限报错问题 [#99](https://github.com/TencentBlueKing/bk-user/issues/99)
- [OPTIMIZATION] 将「密码过期判断」逻辑调整到「密码校验成功」后,规避可能存在的安全风险 [#137](https://github.com/TencentBlueKing/bk-user/issues/137)


### SaaS


- [NEW] 支持搜索已删除的数据 [#80](https://github.com/TencentBlueKing/bk-user/issues/80)
- [NEW] 支持恢复已删除用户
- [FIX] 增大默认的 CPU 限制,保证容器正常启动



## [Version: 2.3.0] - 2021-10-22


Expand Down
26 changes: 26 additions & 0 deletions src/saas/RELEASE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,29 @@ versions:
content:
- "修复数值型自定义字段在页面上输入时没有异常提示 [#101](https://github.com/TencentBlueKing/bk-user/issues/101)"
- "修复“从其他组织拉取用户”异常问题 [#102](https://github.com/TencentBlueKing/bk-user/issues/102)"

- version: "2.3.1"
date: "2021-11-05"
changeLogs:
- project: "API"
detail:
- type: "NEW"
content:
- "API 支持通过 POST body 筛选数据 [#88](https://github.com/TencentBlueKing/bk-user/issues/88)"
- "支持审计记录失败内容(仅数据) [#71](https://github.com/TencentBlueKing/bk-user/issues/71)"
- type: "FIX"
content:
- "修复 ldap/mad 测试连接按钮报错问题 [#129](https://github.com/TencentBlueKing/bk-user/issues/129)"
- "修复手动关闭权限中心时,目录新建关联权限报错问题 [#99](https://github.com/TencentBlueKing/bk-user/issues/99)"
- type: "OPTIMIZATION"
content:
- "将「密码过期判断」逻辑调整到「密码校验成功」后,规避可能存在的安全风险 [#137](https://github.com/TencentBlueKing/bk-user/issues/137)"
- project: "SaaS"
detail:
- type: "NEW"
content:
- "支持搜索已删除的数据 [#80](https://github.com/TencentBlueKing/bk-user/issues/80)"
- "支持恢复已删除用户"
- type: "FIX"
content:
- "增大默认的 CPU 限制,保证容器正常启动"

0 comments on commit 2e1dcc1

Please sign in to comment.