|
| 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 | + |
1 | 22 | v0.0.10
|
2 | 23 | ---
|
3 |
| - |
4 | 24 | * bugfix(*): fixed read & install file error
|
5 | 25 |
|
6 | 26 | v0.0.9
|
7 | 27 | ---
|
8 |
| - |
9 | 28 | * bugfix(*): fixed download and upload file conflict for deploy in local machine
|
10 | 29 |
|
11 |
| -v0.0.8 |
12 |
| ---- |
13 |
| - |
14 |
| - |
15 |
| -v0.0.7 |
16 |
| ---- |
17 |
| - |
18 | 30 | v0.0.6
|
19 | 31 | ---
|
20 |
| - |
21 | 32 | * feature(fs): now we will report CurveFS cluster usage to curve center (issue #18)
|
22 | 33 |
|
23 |
| ---- |
24 |
| - |
25 | 34 | v0.0.5
|
26 | 35 | ---
|
27 |
| - |
28 | 36 | * improve(fs): synchronize tools config to its default path
|
29 | 37 | * imporve(fs): trim ending slash of mountpoint when mount/umount/check
|
30 | 38 | * bugfix(fs): added volume for log dir and data dir for client container
|
31 | 39 | * bugfix(fs): specify host network for client container
|
32 | 40 | * bugfix(fs): create the missing configure directory when synchronize tools config
|
33 | 41 | * bugfix(*): use empty string for default binary option of reload command (issue #11)
|
34 | 42 |
|
35 |
| ---- |
36 | 43 |
|
37 | 44 | v0.0.4
|
38 | 45 | ---
|
39 |
| - |
40 | 46 | * feature(*): now we can get support from curve team (issue #6)
|
41 | 47 | * feature(*): support replace service binary without re-deploy (issue #2)
|
42 | 48 |
|
43 |
| ---- |
44 |
| - |
45 | 49 | v0.0.3
|
46 | 50 | ---
|
47 | 51 | * feature(*): support export and import cluster database
|
48 | 52 | * improve(fs): wait mds leader election success before create curvefs topology
|
49 | 53 | * improve(*): change the current working directory when enter service container
|
50 | 54 | * bugfix(fs): use fusermount to umount filesystem instead of stop fuse client (issue #3)
|
51 |
| - |
52 |
| ---- |
53 | 55 |
|
54 |
| -v0.0.2 |
55 |
| ---- |
| 56 | +v0.0.2 |
| 57 | +--- |
56 | 58 | * feature(*): support upgrade curveadm to latest version
|
0 commit comments