Skip to content

Commit fca6c3b

Browse files
authored
chore: bump blue-krill to 2.1.3 (#241)
1 parent f5bc2e6 commit fca6c3b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

sdks/blue-krill/CHANGE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Change logs
22

3+
### 2.1.3
4+
5+
- Fix: EncryptField 无法正常处理以特殊 header 文本开头的内容
6+
- Refactor: 删除不再使用的 better_loaddata 命令
7+
38
### 2.1.2
49
- Feature: BKRepoManager 新增参数 tenant_id,传了该参数则添加请求头:X-Bk-Tenant-Id
510
- Feature: BKRepoManager.create_project 的参数 project 修改为:project_name

sdks/blue-krill/blue_krill/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# We undertake not to change the open source license (MIT license) applicable
1616
# to the current version of the project delivered to anyone in the future.
1717

18-
__version__ = "2.1.2"
18+
__version__ = "2.1.3"

sdks/blue-krill/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "blue-krill"
99
description = "Tools and common packages for blueking PaaS platform."
1010
requires-python = ">=3.9,<3.12"
1111
license = "MIT"
12-
version = "2.1.2"
12+
version = "2.1.3"
1313
# classifieres is dynamic because we want to create Python classifiers automatically
1414
dynamic = ["classifiers"]
1515
readme = "README.md"

0 commit comments

Comments
 (0)