Skip to content

Commit

Permalink
Merge pull request #319 from IMBlues/development
Browse files Browse the repository at this point in the history
chore: 更新版本至 v2.3.4-beta.1
  • Loading branch information
IMBlues authored Mar 22, 2022
2 parents d924f34 + 8720f11 commit 3446de0
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 9 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: bk-user
description: A Helm chart for bk-user
type: application
version: 1.1.9
appVersion: "v2.3.3"
appVersion: "v2.3.4-beta.1"

dependencies:

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: api
description: Api module for bk-user
type: application
version: 1.0.0
appVersion: "v2.3.3"
appVersion: "v2.3.4-beta.1"
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ image:
registry: hub.bktencent.com
repository: blueking/bk-user-api
pullPolicy: IfNotPresent
tag: "v2.3.3"
tag: "v2.3.4-beta.1"

nameOverride: ""
fullnameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/login/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: login
description: login module for blueking
type: application
version: 1.0.0
appVersion: "v2.3.3"
appVersion: "v2.3.4-beta.1"
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/login/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ image:
registry: hub.bktencent.com
repository: blueking/bk-login
pullPolicy: IfNotPresent
tag: "v2.3.3"
tag: "v2.3.4-beta.1"

nameOverride: ""
fullnameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/saas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: saas
description: SaaS module for bk-user
type: application
version: 1.0.0
appVersion: "v2.3.3"
appVersion: "v2.3.4-beta.1"
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/saas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ image:
registry: hub.bktencent.com
repository: blueking/bk-user-saas
pullPolicy: IfNotPresent
tag: "v2.3.3"
tag: "v2.3.4-beta.1"

command: []
args: []
Expand Down
24 changes: 24 additions & 0 deletions docs/changelogs/CHANGELOG-2.3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!-- generated by script, do not modify it manually -->
# Changelog [2.3.4] - 2022-03-22



### NEW

- 人员列表页搜索强化 #73
- 新增多种密码强度规则 #238
- 支持 sentry 错误检测 #291

## SaaS

### OPTIMIZATION

- 审计增加口令修改记录 #289
- 规范化 Footer

## Login

### OPTIMIZATION

- 优化日志输出 #297

1 change: 1 addition & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!-- generated by script, do not modify it manually -->
# CHANGELOGs

- [CHANGELOG-2.3.4.md](changelogs/CHANGELOG-2.3.4.md)
- [CHANGELOG-2.3.3.md](changelogs/CHANGELOG-2.3.3.md)
- [CHANGELOG-2.3.2.md](changelogs/CHANGELOG-2.3.2.md)
- [CHANGELOG-2.3.1.md](changelogs/CHANGELOG-2.3.1.md)
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

---
[![license](https://img.shields.io/badge/license-mit-green.svg?style=flat)](https://github.com/TencentBlueKing/bk-user/blob/master/LICENSE)
[![Release Version](https://img.shields.io/badge/bk--user-2.3.3-green)](https://github.com/TencentBlueKing/bk-user/releases)
[![Release Version](https://img.shields.io/badge/bk--user-2.3.4-green)](https://github.com/TencentBlueKing/bk-user/releases)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/TencentBlueKing/bk-user/pulls)

简体中文 | [English](readme_en.md)
Expand Down
24 changes: 23 additions & 1 deletion src/saas/RELEASE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,4 +422,26 @@ versions:
- type: "OPTIMIZATION"
content:
- "修复 Login bk_token 引号问题"
- "更新页面 Header & Footer"
- "更新页面 Header & Footer"

- version: "2.3.4"
date: "2022-03-22"
changeLogs:
- project: "__Global__"
detail:
- type: "NEW"
content:
- "人员列表页搜索强化 #73"
- "新增多种密码强度规则 #238"
- "支持 sentry 错误检测 #291"
- project: "SaaS"
detail:
- type: "OPTIMIZATION"
content:
- "审计增加口令修改记录 #289"
- "规范化 Footer"
- project: "Login"
detail:
- type: "OPTIMIZATION"
content:
- "优化日志输出 #297"

0 comments on commit 3446de0

Please sign in to comment.