Releases: druppelt/kuota-calc
Releases · druppelt/kuota-calc
v0.4.0
Changelog
- 4174364 build(deps): bump k8s.io/cli-runtime from 0.31.0 to 0.31.1 (#4)
- 7394862 build(deps): bump k8s.io/client-go from 0.31.0 to 0.31.1 (#1)
- 85a5358 chore: add .gitignore
- af8c904 ci: enable dependabot version updates
- 6b86dd2 ci: run tests in release workflow
- 1deb674 feat: calc resources for limited simultaneous rollouts with --max-rollouts
v0.3.4
v0.3.3
v0.3.2
v0.3.1-nightly.2024-09-12
v0.3.0
Changelog
- 9cfe704 add explanation to nolint
- 6aeb746 add nolint wsl to questionable finding
- 26a712c add package comment to main
- a054188 disable gosec linting for faulty detection of int overflow
- 67e7eed enable manually triggering the CI workflow
- 4d75e82 fix some linter findings
- a9e13fc fix unused-parameter revive finding
- cb91641 fix unused-parameter revive finding
- 5a3b3ba handle potential integer overflow
- 1b019d0 remove depguard linter from golang ci config
- 7010c5e rename CpuMin -> CPUMin and CpuMax -> CPUMax to adhere to linter (#14)
- bddcf7a resources.requests support (#14) & fix rounding errors for statefulset cpu resources
- f6209b3 update all references to github repo from postfinance to druppelt
- 12dabf4 update ci workflow
- 45e7a4f update dependencies
- c67ca9a update example in README.md
- e93c51f update go version in ci build
- dd06500 update release workflow & generate new .goreleaser.yaml