Skip to content

Commit

Permalink
chore: update version to v0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: xcaspar <[email protected]>
  • Loading branch information
xcaspar authored and tiny-x committed Mar 5, 2021
1 parent b0cd262 commit a68c969
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GO=env $(GO_ENV) $(GO_MODULE) go
UNAME := $(shell uname)

ifeq ($(BLADE_VERSION), )
BLADE_VERSION=0.9.0
BLADE_VERSION=0.10.0
endif
ifeq ($(BLADE_VENDOR), )
BLADE_VENDOR=community
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/chaosblade-operator-for-v2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "0.9.0"
appVersion: "0.10.0"
description: ChaosBlade Operator
name: chaosblade-operator
version: 0.9.0
version: 0.10.0
home: https://github.com/chaosblade-io
4 changes: 2 additions & 2 deletions deploy/helm/chaosblade-operator-for-v2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# chaosblade-operator
operator:
repository: chaosbladeio/chaosblade-operator
version: 0.9.0
version: 0.10.0
# image.pullPolicy: must be Always|IfNotPresent|Never
pullPolicy: IfNotPresent
qps: 20
reconcileCount: 20

blade:
repository: chaosbladeio/chaosblade-tool
version: 0.9.0
version: 0.10.0
pullPolicy: IfNotPresent

env:
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/chaosblade-operator-for-v3/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "0.9.0"
appVersion: "0.10.0"
description: ChaosBlade Operator
name: chaosblade-operator
version: 0.9.0
version: 0.10.0
home: https://github.com/chaosblade-io
4 changes: 2 additions & 2 deletions deploy/helm/chaosblade-operator-for-v3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# chaosblade-operator
operator:
repository: chaosbladeio/chaosblade-operator
version: 0.9.0
version: 0.10.0
# image.pullPolicy: must be Always|IfNotPresent|Never
pullPolicy: IfNotPresent
# qps of kubernetes client
Expand All @@ -12,7 +12,7 @@ operator:

blade:
repository: chaosbladeio/chaosblade-tool
version: 0.9.0
version: 0.10.0
pullPolicy: IfNotPresent

env:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chaosblade-io/chaosblade-operator

require (
github.com/chaosblade-io/chaosblade-exec-docker v0.9.1-0.20210218120620-04a409e437ed
github.com/chaosblade-io/chaosblade-exec-os v0.8.1-0.20210218113822-6a6ff50909d5
github.com/chaosblade-io/chaosblade-exec-os v0.8.1-0.20210305084535-d3dc2014582a
github.com/chaosblade-io/chaosblade-spec-go v0.9.1-0.20210218115039-dcc6f69a2702
github.com/ethercflow/hookfs v0.3.0
github.com/go-openapi/spec v0.19.4
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ github.com/chaosblade-io/chaosblade-exec-os v0.8.0 h1:OdO2HxMBTVIgsKHQaYD3oXsxGh
github.com/chaosblade-io/chaosblade-exec-os v0.8.0/go.mod h1:KfEq9flqFpbckwOQkvJ/yhhE6+ZJ5o1cjN5/y6GNiEo=
github.com/chaosblade-io/chaosblade-exec-os v0.8.1-0.20210218113822-6a6ff50909d5 h1:x+FN3IHlXSFzX/BfUFTFBH5ksdK6fzKN7IFajGIAIgg=
github.com/chaosblade-io/chaosblade-exec-os v0.8.1-0.20210218113822-6a6ff50909d5/go.mod h1:Bw+NQBgsjwLMfy9L20M/fQdG3xc4BK8ijua/Jsc3F74=
github.com/chaosblade-io/chaosblade-exec-os v0.8.1-0.20210305084535-d3dc2014582a/go.mod h1:Vwxs3+Cw3d+8Jncx59L1AChQy8DoPPlRQPUEksdcXoM=
github.com/chaosblade-io/chaosblade-exec-os v0.9.0 h1:lriIk3r5w7wHQgUhGWUTBY7A4zUePze0LB4wiB/Zc2c=
github.com/chaosblade-io/chaosblade-exec-os v0.9.0/go.mod h1:r8vwML85OJEg2xNFgX4o9vGpUR3VimUDIzC0eH3+Naw=
github.com/chaosblade-io/chaosblade-spec-go v0.6.1-0.20200925094651-195e67548e88 h1:ItqhUB0U7B0bCeeDR4HwGhUfRlkxCVOtaGLcogk0P3U=
Expand Down

0 comments on commit a68c969

Please sign in to comment.