Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Wine93 <[email protected]>
  • Loading branch information
Wine93 committed Feb 22, 2023
1 parent b358a40 commit d59ff96
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
44 changes: 23 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,58 @@
v0.2.0
---
* Improve: add CI (build and test action), thanks to Tsong Lew.
* Improve: update go version since Go 1.18 is required to build rivo/uniseg, thanks to Tsong Lew.
* Feature(exec): support execute command in specified container, thanks to Wangpan.
* Feature(target): support specify target block size, thanks to mfordjody.
* Feature(format): support stop formmating, thanks to DemoLiang.
* Feature(mount): support setting environment variable for client container.
* Feature(hosts): support setting SSH address which only for SSH connect.
* Feature(playbook): add playbook which user can run any scripts in any hosts.
* Feature(playbook): support deploy memcache by playbook, thanks to SiKu.
* Feature(playbook): support setting host environment variable.
* Feature(playbook): support pass arguments to run scripts.
* Feature(playbook): support exclude and intersection pattern for playbook label.
* Feature(playground): now we can run playground by specified container image.
* Feature: add curvefs-fuse-bt bpftrace tool.
* Fix: set environment variable failed while executing command.
* Fix: its no need to become user when execute command in local.
* Fix(map): map a volume which name contain underscore symbol.
* Fix(format): wrong sed expression in become_user modle.

v0.0.10
---

* bugfix(*): fixed read & install file error

v0.0.9
---

* bugfix(*): fixed download and upload file conflict for deploy in local machine

v0.0.8
---


v0.0.7
---

v0.0.6
---

* feature(fs): now we will report CurveFS cluster usage to curve center (issue #18)

---

v0.0.5
---

* improve(fs): synchronize tools config to its default path
* imporve(fs): trim ending slash of mountpoint when mount/umount/check
* bugfix(fs): added volume for log dir and data dir for client container
* bugfix(fs): specify host network for client container
* bugfix(fs): create the missing configure directory when synchronize tools config
* bugfix(*): use empty string for default binary option of reload command (issue #11)

---

v0.0.4
---

* feature(*): now we can get support from curve team (issue #6)
* feature(*): support replace service binary without re-deploy (issue #2)

---

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

---

v0.0.2
---
v0.0.2
---
* feature(*): support upgrade curveadm to latest version
2 changes: 1 addition & 1 deletion cli/cli/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
package cli

var (
Version = "0.1.12-rc5"
Version = "0.2.0"
)

0 comments on commit d59ff96

Please sign in to comment.