Skip to content

v1.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Oct 03:41
· 8 commits to master since this release
7dd785f

What's Changed

chaosblade

  • fix: duplicate column name pid by @xcaspar in #1186
  • feat: Supports accessing the cluster through kubectl-proxy by @xcaspar in #1185
  • feat: Support specifying chaosblade data file path by @xcaspar in #1189
  • chore: upgrade to go 1.25 and fix vet&test issues by @spencercjh in #1215
  • chore: add scripts and Makefile targets to verify and reformat go codes by @spencercjh in #1217
  • chore: update and reformat MAINTAINERS.md by @spencercjh in #1219
  • [Snyk] Security upgrade alpine from 3.13.7 to 3.22.2 by @xcaspar in #1225
  • build(deps): bump golang.org/x/crypto from 0.1.0 to 0.35.0 by @dependabot[bot] in #1152
  • build(deps): bump golang.org/x/oauth2 from 0.0.0-20200107190931-bf48bf16ab8d to 0.27.0 by @dependabot[bot] in #1153
  • build(deps): bump golang.org/x/net from 0.1.0 to 0.38.0 by @dependabot[bot] in #1151
  • chore: update version to v1.8.0 by @xcaspar in #1227

chaosblade-exec-jvm

chaosblade-exec-os

chaosblade-exec-cri

chaosblade-operator

New Contributors

📦 Downloads

Choose the appropriate package for your platform:

Full Package (All Components):

  • Linux AMD64: chaosblade-1.8.0-linux_amd64.tar.gz - For 64-bit Linux systems
  • Linux ARM64: chaosblade-1.8.0-linux_arm64.tar.gz - For ARM64 Linux systems
  • Darwin AMD64: chaosblade-1.8.0-darwin_amd64.tar.gz - For Intel-based macOS
  • Darwin ARM64: chaosblade-1.8.0-darwin_arm64.tar.gz - For Apple Silicon macOS

Docker Images:

  • Linux AMD64:
    ghcr.io/chaosblade-io/chaosblade-tool:1.8.0
    ghcr.io/chaosblade-io/chaosblade-operator:1.8.0
  • Linux ARM64:
    ghcr.io/chaosblade-io/chaosblade-tool-arm64:1.8.0
    ghcr.io/chaosblade-io/chaosblade-operator-arm64:1.8.0

🌐 OSS Download Links

Alternative download links from Alibaba Cloud OSS:

Full Package (All Components):

🔧 Installation

From Package:

# Extract and install
tar -xzf chaosblade-1.8.0-[platform].tar.gz
cd chaosblade-1.8.0-[platform]

# Verify installation
blade version

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.5...v1.8.0