Skip to content

Releases: druppelt/kuota-calc

v0.4.0

16 Sep 22:32
Compare
Choose a tag to compare

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

14 Sep 14:45
Compare
Choose a tag to compare

Changelog

  • 7b56953 ci: add .gitattributes to enforce LF for *.go files
  • ba9ea57 ci: raise golangci-lint version to v1.61
  • 9496499 fix: only include initContainer for rolling out pods

v0.3.3

14 Sep 12:22
Compare
Choose a tag to compare

Changelog

  • 86c2709 fix: correctly calculate maxReplicas for rollingUpdate deployments & rolling DeploymentConfigs

v0.3.2

12 Sep 23:44
Compare
Choose a tag to compare

Changelog

  • 89b72e3 fix: export ResourceUsage.Resources
  • 1495ba0 fix: linter findings

from the unreleased version v0.3.1

  • 7fc13b7 build: add release.sh to manually trigger a release
  • b693332 refactor: use Resources struct

v0.3.1-nightly.2024-09-12

12 Sep 01:09
Compare
Choose a tag to compare

Changelog

  • 12e83fe add workflow for nightly. Doesn't work yet.
  • bb39808 first attempt to support deploymentConfig (#15)

v0.3.0

11 Sep 22:36
Compare
Choose a tag to compare

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