| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| chaosblade-1.7.4-linux-arm64.tar.gz | 2024-07-30 | 60.7 MB | |
| chaosblade-1.7.4-linux-amd64.tar.gz | 2024-07-04 | 57.4 MB | |
| README.md | 2024-07-03 | 3.2 kB | |
| v1.7.4 source code.tar.gz | 2024-07-03 | 132.4 kB | |
| v1.7.4 source code.zip | 2024-07-03 | 192.1 kB | |
| Totals: 5 Items | 118.4 MB | 1 | |
What's Changed
- Fix problems in arm64 compilation by @Yuaninga in https://github.com/chaosblade-io/chaosblade/pull/960
- fix: Temporarily disable server mode. by @xcaspar in https://github.com/chaosblade-io/chaosblade/pull/987
- fix: wrong image tag by @spencercjh in https://github.com/chaosblade-io/chaosblade/pull/1012
- feat: Make musl-gcc configurable var to boost local builds by @spencercjh in https://github.com/chaosblade-io/chaosblade/pull/1011
- feat: a new feature for HBASE components by @zzhyfeng in https://github.com/chaosblade-io/chaosblade-exec-jvm/pull/324
- feat: new plugin for HDFS experiments by @glindenh in https://github.com/chaosblade-io/chaosblade-exec-jvm/pull/320
- feat: add redis cache hot key experiment by @yangxb2010000 in https://github.com/chaosblade-io/chaosblade-exec-middleware/pull/10
- feature add process load by @arthur657834 in https://github.com/chaosblade-io/chaosblade-exec-os/pull/173
- Delete redundant package import. by @zhanluxianshen in https://github.com/chaosblade-io/chaosblade/pull/1017
- Fix chaosblade version in spec by @zhanluxianshen in https://github.com/chaosblade-io/chaosblade/pull/1018
- Fix bug of preparation db index . by @zhanluxianshen in https://github.com/chaosblade-io/chaosblade/pull/1019
- fix: upgrade deprecated image tag by @spencercjh in https://github.com/chaosblade-io/chaosblade/pull/1022
- refectoring: replacing deprecated packages by @yj-yoo in https://github.com/chaosblade-io/chaosblade/pull/1027
- refectoring: Simplify append code in for loop by @yj-yoo in https://github.com/chaosblade-io/chaosblade/pull/1028
- refectroign: Error return function modification by @yj-yoo in https://github.com/chaosblade-io/chaosblade/pull/1029
- refectoring: Delete unnecessary code by @yj-yoo in https://github.com/chaosblade-io/chaosblade/pull/1030
- Enhancement : attach appliction but cannt get userName by @MandssS in https://github.com/chaosblade-io/chaosblade/pull/1049
New Contributors
- @spencercjh made their first contribution in https://github.com/chaosblade-io/chaosblade/pull/1012
- @zhanluxianshen made their first contribution in https://github.com/chaosblade-io/chaosblade/pull/1017
- @yj-yoo made their first contribution in https://github.com/chaosblade-io/chaosblade/pull/1027
Installation
For Host
Download chaosblade-1.7.4-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.3...v1.7.4