Skip to content

v1.6.0

Choose a tag to compare

@joshiste joshiste released this 15 Apr 14:39
· 210 commits to main since this release
a4f722e

Changelog

  • 9348af0 Add CVE-2026-4046 to .trivyignore
  • 0865286 Merge pull request #409 from steadybit/dependabot/go_modules/k8s.io/cri-api-0.35.3
  • eeb45a0 Merge pull request #410 from steadybit/dependabot/go_modules/github.com/steadybit/action-kit/go/action_kit_api/v2-2.10.5
  • 6e9ccc1 Merge pull request #411 from steadybit/dependabot/go_modules/k8s.io/api-0.35.3
  • 1a7f568 Merge pull request #412 from steadybit/dependabot/go_modules/k8s.io/apimachinery-0.35.3
  • a5037b7 Merge pull request #413 from steadybit/dependabot/go_modules/k8s.io/client-go-0.35.3
  • 48d4ea0 Merge pull request #415 from steadybit/dependabot/go_modules/github.com/rs/zerolog-1.35.0
  • 0ff25f0 Merge pull request #416 from steadybit/feat/ebpf_dns_failure_injection
  • 6c6a6f1 Merge pull request #417 from steadybit/chore/update-docker-client
  • b9f1ec2 Merge pull request #418 from steadybit/tcp-reset
  • 311d0a2 Merge pull request #420 from steadybit/dependabot/go_modules/github.com/moby/moby/client-0.4.0
  • 97f3ddb Merge pull request #421 from steadybit/feat/istio-mangle-table-support
  • 5c354b9 Merge pull request #422 from steadybit/dependabot/github_actions/dependabot/fetch-metadata-3
  • 267fd4b build(deps): bump dependabot/fetch-metadata from 2 to 3
  • b0ad5e5 build(deps): bump github.com/moby/moby/client from 0.3.0 to 0.4.0
  • 216a68e build(deps): bump github.com/rs/zerolog from 1.34.0 to 1.35.0
  • b427701 build(deps): bump github.com/steadybit/action-kit/go/action_kit_api/v2
  • cc0dd33 build(deps): bump k8s.io/api from 0.35.2 to 0.35.3
  • 8d099d8 build(deps): bump k8s.io/apimachinery from 0.35.2 to 0.35.3
  • 99b5653 build(deps): bump k8s.io/client-go from 0.35.2 to 0.35.3
  • 2798ac1 build(deps): bump k8s.io/cri-api from 0.35.2 to 0.35.3
  • 05e7858 chore: Update DNS_INJECT_VERSION to v0.1.2
  • 9a646d7 chore: bump Go to 1.26.2 (#423)
  • a4f722e chore: update CHANGELOG.md
  • 7266182 chore: update dns-inject to v0.1.1
  • 8bd188c chore: update dns-inject to v0.1.3
  • 07d951e chore: update docker client
  • 505d680 chore: update helm chart version
  • 1ea59ac chore: update trivy ignores
  • 43fabaa chore: update trivy ignores
  • bd803e3 feat: DNS error injection using dns-inject binary
  • d56f1f9 feat: add dedicated DNS error injection icon
  • 351a471 feat: add dedicated TCP reset attack icon
  • 6627d39 feat: add tcp reset attack
  • 7d758c9 feat: use mangle table for TCP reset when Istio sidecar is detected
  • 5603f62 fix: add missing capabilities to README
  • 9f8f6e6 fix: ignore go:S1313 in test files
  • 624ce03 refactor: adapt to action-kit-commons network package restructuring