Skip to content

Commit

Permalink
Ft upgrade gevent (#380)
Browse files Browse the repository at this point in the history
* build(gevent): upgrade from 1.1.2 to 21.1.2
* chore(helm): change version to 1.2.7
  • Loading branch information
wklken authored Apr 21, 2022
1 parent bfeaa4a commit b2ad310
Show file tree
Hide file tree
Showing 9 changed files with 143 additions and 32 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/bk-user/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: bk-user
description: A Helm chart for bk-user
type: application
version: 1.2.6
appVersion: "v2.3.4-beta.14"
version: 1.2.7
appVersion: "v2.3.4-beta.15"

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.4-beta.14"
appVersion: "v2.3.4-beta.15"
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 @@ -89,7 +89,7 @@ image:
registry: hub.bktencent.com
repository: blueking/bk-user-api
pullPolicy: IfNotPresent
tag: "v2.3.4-beta.14"
tag: "v2.3.4-beta.15"

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.4-beta.14"
appVersion: "v2.3.4-beta.15"
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 @@ -83,7 +83,7 @@ image:
registry: hub.bktencent.com
repository: blueking/bk-login
pullPolicy: IfNotPresent
tag: "v2.3.4-beta.14"
tag: "v2.3.4-beta.15"

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.4-beta.14"
appVersion: "v2.3.4-beta.15"
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.4-beta.14"
tag: "v2.3.4-beta.15"

command: []
args: []
Expand Down
157 changes: 134 additions & 23 deletions src/api/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ vine = "1.3.0"
curlify = "^2.2.1"
bk-iam = "1.1.10"
regex = "2020.7.14"
gevent = "1.1.2"
gevent = "21.1.2"
cryptography = "^3.0.0"
pydantic = "^1.8.2"
django-environ = "^0.4.5"
Expand Down

0 comments on commit b2ad310

Please sign in to comment.