Skip to content

Releases: motleyhand/binpack

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 05:38
Immutable release. Only release title and notes can be modified.
5e7a07e

Changelog

Install

helm install binpack oci://ghcr.io/motleyhand/charts/binpack \
  --version 0.2.2 --namespace binpack-system --create-namespace

Dry run by default. See the install guide.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 07:53
Immutable release. Only release title and notes can be modified.
3d35dfe

Changelog

Install

helm install binpack oci://ghcr.io/motleyhand/charts/binpack \
  --version 0.2.0 --namespace binpack-system --create-namespace

Dry run by default. See the install guide.

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 16 Aug 08:29
Immutable release. Only release title and notes can be modified.
b360032

Changelog

Install

helm install binpack oci://ghcr.io/motleyhand/charts/binpack \
  --version 0.1.2 --namespace binpack-system --create-namespace

Dry run by default. See the install guide.

v0.1.1

Choose a tag to compare

@TamasSzigeti TamasSzigeti released this 16 Aug 08:05
Immutable release. Only release title and notes can be modified.
b360032

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@TamasSzigeti TamasSzigeti released this 16 Aug 07:06
6194219

What's Changed

  • Project foundation: licence, README, and design decisions by @TamasSzigeti in #2
  • Documentation: explanation, how-to and reference guides by @TamasSzigeti in #3
  • Go scaffold, CI and build configuration by @TamasSzigeti in #4
  • Build(deps): Bump actions/checkout from 5 to 7 by @dependabot[bot] in #5
  • Build(deps): Bump goreleaser/goreleaser-action from 6 to 7 by @dependabot[bot] in #6
  • Add CLAUDE.md by @TamasSzigeti in #7
  • Configuration API: types, defaulting, validation by @TamasSzigeti in #8
  • Bound drains by progress, not deadlines; back off per node by @TamasSzigeti in #9
  • ADR-0008: the engine uses Kubernetes API types by @TamasSzigeti in #10
  • internal/fit: the fit predicate and test mothers by @TamasSzigeti in #11
  • Differential harness: check fit against the real scheduler by @TamasSzigeti in #13
  • Build(deps): Bump golang.org/x/net from 0.49.0 to 0.55.0 by @dependabot[bot] in #12
  • Build(deps): Bump golang.org/x/net from 0.49.0 to 0.55.0 in /test/differential by @dependabot[bot] in #16
  • Build(deps): Bump github.com/google/cel-go from 0.26.0 to 0.29.0 in /test/differential by @dependabot[bot] in #15
  • Engine: placement simulation and pod classification by @TamasSzigeti in #17
  • Engine: evictability prediction by @TamasSzigeti in #18
  • Engine: the decision procedure by @TamasSzigeti in #19
  • collect and explain: binpack reads a real cluster by @TamasSzigeti in #20
  • diagnose: report what blocks scale-down, and never remediate by @TamasSzigeti in #21
  • run: binpack as a controller, dry-run only by @TamasSzigeti in #22
  • metrics: publish what binpack decided, under binpack_ by @TamasSzigeti in #23
  • engine: place the pod a controller would create, not the one leaving by @TamasSzigeti in #24
  • charts: a Helm chart, defaulting to dry run and read-only RBAC by @TamasSzigeti in #25
  • release: publish from a tag, and migrate to dockers_v2 by @TamasSzigeti in #26

New Contributors

Full Changelog: https://github.com/motleyhand/binpack/commits/v0.1.0