| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| chaosblade-1.7.3-linux-amd64.tar.gz | 2024-01-02 | 53.6 MB | |
| README.md | 2023-07-25 | 2.6 kB | |
| v1.7.3 source code.tar.gz | 2023-07-25 | 132.2 kB | |
| v1.7.3 source code.zip | 2023-07-25 | 192.0 kB | |
| Totals: 4 Items | 53.9 MB | 0 | |
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 https://github.com/chaosblade-io/chaosblade/pull/917
- fix: add err parameter for log.Warnf by @ziidu in https://github.com/chaosblade-io/chaosblade/pull/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
- @Yuaninga made their first contribution in https://github.com/chaosblade-io/chaosblade/pull/917
- @ziidu made their first contribution in https://github.com/chaosblade-io/chaosblade/pull/940
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: https://github.com/chaosblade-io/chaosblade/compare/v1.7.2...v1.7.3