This is an intermediate version that uses the Kubernetes libraries v0.26.x
in case someone needs it.
Docker image is available on ghcr.io:
docker run ghcr.io/linki/chaoskube:v0.28.0 --help
What's Changed
- Allow adding tolerations to deployment spec by @desponda in #522
- Add additionalLabels to values and deployment by @DerFels in #521
- chore(deps): bump alpine from 3.17.0 to 3.17.1 by @dependabot in #523
- chore(deps): bump golang from 1.19.4-alpine3.17 to 1.19.5-alpine3.17 by @dependabot in #524
- chore(deps): bump k8s.io/client-go from 0.26.0 to 0.26.1 by @dependabot in #525
- chore(deps): bump docker/build-push-action from 3 to 4 by @dependabot in #526
- chore(deps): bump helm/chart-releaser-action from 1.4.1 to 1.5.0 by @dependabot in #527
- update chart with additional configurable fields by @linki in #530
- chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #534
- chore(deps): bump k8s.io/client-go from 0.26.1 to 0.26.2 by @dependabot in #533
- chore(deps): bump alpine from 3.17.1 to 3.17.2 by @dependabot in #531
- chore(deps): bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.7.0 by @dependabot in #535
- chore(deps): bump golang from 1.19.5-alpine3.17 to 1.20.1-alpine3.17 by @dependabot in #532
- Update Golang to v1.20 by @linki in #528
- cleanup definition of dependencies by @linki in #529
- chore(deps): bump golang from 1.20.1-alpine3.17 to 1.20.2-alpine3.17 by @dependabot in #536
- chore(deps): bump alpine from 3.17.2 to 3.17.3 by @dependabot in #537
- chore(deps): bump k8s.io/client-go from 0.26.2 to 0.26.3 by @dependabot in #538
- chore(deps): bump golang from 1.20.2-alpine3.17 to 1.20.3-alpine3.17 by @dependabot in #539
New Contributors
Full Changelog: v0.27.0...v0.28.0