What's Changed
- Fix problems in arm64 compilation by @Yuaninga in #960
- fix: Temporarily disable server mode. by @xcaspar in #987
- fix: wrong image tag by @spencercjh in #1012
- feat: Make musl-gcc configurable var to boost local builds by @spencercjh in #1011
- feat: a new feature for HBASE components by @zzhyfeng in chaosblade-io/chaosblade-exec-jvm#324
- feat: new plugin for HDFS experiments by @glindenh in chaosblade-io/chaosblade-exec-jvm#320
- feat: add redis cache hot key experiment by @yangxb2010000 in chaosblade-io/chaosblade-exec-middleware#10
- feature add process load by @arthur657834 in chaosblade-io/chaosblade-exec-os#173
- Delete redundant package import. by @zhanluxianshen in #1017
- Fix chaosblade version in spec by @zhanluxianshen in #1018
- Fix bug of preparation db index . by @zhanluxianshen in #1019
- fix: upgrade deprecated image tag by @spencercjh in #1022
- refectoring: replacing deprecated packages by @yj-yoo in #1027
- refectoring: Simplify append code in for loop by @yj-yoo in #1028
- refectroign: Error return function modification by @yj-yoo in #1029
- refectoring: Delete unnecessary code by @yj-yoo in #1030
- Enhancement : attach appliction but cannt get userName by @MandssS in #1049
New Contributors
- @spencercjh made their first contribution in #1012
- @zhanluxianshen made their first contribution in #1017
- @yj-yoo made their first contribution in #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: v1.7.3...v1.7.4