Download Latest Version chaosblade-1.7.4-linux-arm64.tar.gz (60.7 MB)
Email in envelope

Get an email when there's a new version of ChaosBlade

Home / v1.7.0
Name Modified Size InfoDownloads / Week
Parent folder
chaosblade-1.7.0-linux-arm64.tar.gz 2022-09-06 51.3 MB
chaosblade-1.7.0-linux-amd64.tar.gz 2022-09-06 53.8 MB
chaosblade-operator-arm64-1.7.0.tgz 2022-09-06 4.3 kB
chaosblade-operator-1.7.0.tgz 2022-09-06 4.3 kB
README.md 2022-09-06 3.7 kB
v1.7.0 source code.tar.gz 2022-09-06 150.7 kB
v1.7.0 source code.zip 2022-09-06 207.7 kB
Totals: 7 Items   105.5 MB 0

This release adds some new drill experiment, fixes some bugs in 1.6.*, and greatly improves jvm performance optimization.

Features

  • Add time travel experiment.
  • Made process kill and stop support --pid flag
  • Undepends on blade binaries
  • Depend sandbox 1.3.4 to support jdk18
  • Lazy load plugin (#663)
  • Add plugin zookeeper and clickhouse (chaosblade-io/chaosblade-exec-jvm#235)

Bugfixes

  • Pod mem exp
  • Cri yaml scope
  • Kill k8s pod with multi labels not work. ([#770])
  • Add missing files from clickhouse plugin'
  • Servlet support business params (chaosblade-io/chaosblade-exec-jvm#261)
  • Mock value by expr ([#743])
  • Create injection failed:null
  • Fix node cpu exp (#172 )
  • Fix: ssh exec (#755 )
  • Fix spec to build chaosblade.spec.yaml (#780 )
  • Fix prepare cplus process name

What's Changed

Installation

For Host

Download chaosblade-1.7.0-linux-amd64.tar.gz to the host and unzip it. * ARCH: amd64

For Kubernetes

Install

Download chaosblade-operator-1.7.0.tgz package to install.

helm install chaosblade-operator chaosblade-operator-1.7.0.tgz --namespace chaosblade

Default image repository is chaosbladeio/chaosblade-tool and chaosbladeio/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-operator-1.7.0.tgz --namespace chaosblade --set blade.repository=chaosbladeio/chaosblade-tool,operator.repository=chaosbladeio/chaosblade-operator

Uninstall

helm uninstall chaosblade-operator --namespace chaosblade

New Contributors

Full Changelog: https://github.com/chaosblade-io/chaosblade/compare/v1.6.0...v1.7.0

Source: README.md, updated 2022-09-06