Skip to content

Commit d59ff96

Browse files
committed
Release v0.2.0
Signed-off-by: Wine93 <[email protected]>
1 parent b358a40 commit d59ff96

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

CHANGELOG.md

+23-21
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,58 @@
1+
v0.2.0
2+
---
3+
* Improve: add CI (build and test action), thanks to Tsong Lew.
4+
* Improve: update go version since Go 1.18 is required to build rivo/uniseg, thanks to Tsong Lew.
5+
* Feature(exec): support execute command in specified container, thanks to Wangpan.
6+
* Feature(target): support specify target block size, thanks to mfordjody.
7+
* Feature(format): support stop formmating, thanks to DemoLiang.
8+
* Feature(mount): support setting environment variable for client container.
9+
* Feature(hosts): support setting SSH address which only for SSH connect.
10+
* Feature(playbook): add playbook which user can run any scripts in any hosts.
11+
* Feature(playbook): support deploy memcache by playbook, thanks to SiKu.
12+
* Feature(playbook): support setting host environment variable.
13+
* Feature(playbook): support pass arguments to run scripts.
14+
* Feature(playbook): support exclude and intersection pattern for playbook label.
15+
* Feature(playground): now we can run playground by specified container image.
16+
* Feature: add curvefs-fuse-bt bpftrace tool.
17+
* Fix: set environment variable failed while executing command.
18+
* Fix: its no need to become user when execute command in local.
19+
* Fix(map): map a volume which name contain underscore symbol.
20+
* Fix(format): wrong sed expression in become_user modle.
21+
122
v0.0.10
223
---
3-
424
* bugfix(*): fixed read & install file error
525

626
v0.0.9
727
---
8-
928
* bugfix(*): fixed download and upload file conflict for deploy in local machine
1029

11-
v0.0.8
12-
---
13-
14-
15-
v0.0.7
16-
---
17-
1830
v0.0.6
1931
---
20-
2132
* feature(fs): now we will report CurveFS cluster usage to curve center (issue #18)
2233

23-
---
24-
2534
v0.0.5
2635
---
27-
2836
* improve(fs): synchronize tools config to its default path
2937
* imporve(fs): trim ending slash of mountpoint when mount/umount/check
3038
* bugfix(fs): added volume for log dir and data dir for client container
3139
* bugfix(fs): specify host network for client container
3240
* bugfix(fs): create the missing configure directory when synchronize tools config
3341
* bugfix(*): use empty string for default binary option of reload command (issue #11)
3442

35-
---
3643

3744
v0.0.4
3845
---
39-
4046
* feature(*): now we can get support from curve team (issue #6)
4147
* feature(*): support replace service binary without re-deploy (issue #2)
4248

43-
---
44-
4549
v0.0.3
4650
---
4751
* feature(*): support export and import cluster database
4852
* improve(fs): wait mds leader election success before create curvefs topology
4953
* improve(*): change the current working directory when enter service container
5054
* bugfix(fs): use fusermount to umount filesystem instead of stop fuse client (issue #3)
51-
52-
---
5355

54-
v0.0.2
55-
---
56+
v0.0.2
57+
---
5658
* feature(*): support upgrade curveadm to latest version

cli/cli/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
package cli
2626

2727
var (
28-
Version = "0.1.12-rc5"
28+
Version = "0.2.0"
2929
)

0 commit comments

Comments
 (0)