v1.7.3
This release adds some new drill experiment, fixes some bugs in 1.7.2
What's Changed
- update mod to 1.20 by @Yuaninga in #917
- fix: add err parameter for log.Warnf by @ziidu in #940
- fix: parameter auto-create-dir is invalid. move file check dir exists before autoCre… by @myl1019 in #159
- fix:the file append experiment is unreasonable by @Yuaninga in #148
- Optimize specifing port range with binary mask by @hengyoush in #153
- add apache sharding-jdbc 4.x support for mysql plugin by @YoungHu in #311
- fix: correct attachp to attach by @arthur657834 in #315
- feature: add aws experiment by @arthur657834 in #9
- fix issue 902: chaosblade operator match containerId by @hengyoush in #210
New Contributors
Installation
For Host
Download chaosblade-1.7.3-linux-amd64.tar.gz
to the host and unzip it.
- ARCH: amd64
For Kubernetes
Install
helm repo add chaosblade-io https://chaosblade-io.github.io/charts
helm install chaosblade chaosblade-io/chaosblade-operator --namespace chaosblade
Default image repository is ghcr.io/chaosblade-io/chaosblade-tool
and ghcr.io/chaosblade-io/chaosblade-operator
, you can append --set blade.repository
or --set operator.repository
flag to change the image repository. For examples:
helm install chaosblade-operator chaosblade-io/chaosblade-operator --namespace chaosblade --set blade.repository=chaosbladeio/chaosblade-tool,operator.repository=chaosbladeio/chaosblade-operator
Uninstall
helm uninstall chaosblade-operator --namespace chaosblade
Full Changelog: v1.7.2...v1.7.3