Skip to content

v1.5.0

Choose a tag to compare

@joshiste joshiste released this 15 Apr 14:33
· 152 commits to main since this release
83c4605

Changelog

  • a762673 Add CVE-2026-4046 to .trivyignore
  • 91f8313 Merge pull request #195 from steadybit/dependabot/go_modules/github.com/steadybit/action-kit/go/action_kit_api/v2-2.10.5
  • cf47d80 Merge pull request #196 from steadybit/stop-process
  • 975779f Merge pull request #197 from steadybit/dependabot/go_modules/github.com/rs/zerolog-1.35.0
  • 8aba91a Merge pull request #198 from steadybit/feat/ebpf_dns_failure_injection
  • 28d9e34 Merge pull request #199 from steadybit/stop-process
  • fc9d5ba Merge pull request #201 from steadybit/feat/istio-mangle-table-support
  • e31ee73 Merge pull request #202 from steadybit/dependabot/github_actions/dependabot/fetch-metadata-3
  • c21af0f build(deps): bump dependabot/fetch-metadata from 2 to 3
  • df8f09a build(deps): bump github.com/rs/zerolog from 1.34.0 to 1.35.0
  • 2ba2689 build(deps): bump github.com/steadybit/action-kit/go/action_kit_api/v2
  • 6ecfac9 chore: Update DNS_INJECT_VERSION to v0.1.2
  • 15ae18c chore: bump Go to 1.26.2 (#203)
  • 08c0926 chore: udpate .trivyignore.yml
  • 83c4605 chore: update CHANGELOG.md
  • a9aa7f3 chore: update action-kit dependency for TcpResetOpts API changes
  • 41b509e chore: update dns-inject to v0.1.3
  • f0bafa2 chore: update helm chart version
  • 6e8a154 chore: update trivy ignores
  • d2f687f feat: DNS error injection using dns-inject binary
  • cb03a84 feat: add dedicated DNS error injection icon
  • 096714a feat: add dedicated TCP reset attack icon
  • 45b018f feat: add tcp reset attack for host targets (#200)
  • 71b0fef feat: report stop process errors in status endpoint
  • 9415738 fix: ignore go:S1313 in test files
  • 30cdb86 fix: log stop process error message only on error
  • 204f1f0 fix: remove duplicate NET_RAW capability and update documented capabilities
  • 4ef512c fix: set ExecutionId in stop process Prepare to avoid shared map key
  • 5e32e3e fix: use Errored instead of Failed status in stop process action
  • 7ca5b53 refactor: adapt to action-kit-commons network package restructuring