Skip to content

Release History

Auto-generated from CHANGELOG.md.

1.13.4 (2026-06-06)

Bug Fixes

  • rename Go module path to github.com/stuttgart-things/machinery (#85) (b83dcc3)

1.13.3 (2026-05-31)

Bug Fixes

  • configs: correct AnsibleRun field paths in platforms.json example (#84) (70e4305)

1.13.2 (2026-05-22)

Bug Fixes

  • cmd: machinery-client list shows all resources by default (#82) (2960ff0)

1.13.1 (2026-05-22)

Bug Fixes

  • web: preserve filter selection across dashboard auto-refresh (#81) (be64494)

1.13.0 (2026-05-22)

Features

  • cmd: release machinery-client as a versioned CLI binary (#80) (04b4acb)

1.12.0 (2026-05-21)

Features

  • grpc: add WatchResources streaming RPC (#79) (067b6e5)

1.11.0 (2026-05-21)

Features

  • grpc: serve resource reads from a shared informer cache (#78) (31ed13c), closes #76

1.10.1 (2026-05-21)

Bug Fixes

1.10.0 (2026-05-20)

Features

1.9.0 (2026-05-20)

Features

1.8.0 (2026-05-20)

Features

1.7.0 (2026-05-20)

Features

1.6.1 (2026-05-19)

Bug Fixes

  • web: drive filter request via htmx.ajax, not htmx.trigger (23ac318)

1.6.0 (2026-05-19)

Features

  • web: multi-select kind+namespace filters, fix stale-poll race (#65) (b1d7f0b)

1.5.5 (2026-05-19)

Bug Fixes

  • tolerate per-kind 404s in GetResources, bump ExternalSecret example to v1 (#66) (56d9c28)

1.5.4 (2026-05-19)

Bug Fixes

  • surface Gateway API status + render slice info fields (#63) (65bc7c6)

1.5.3 (2026-05-19)

Bug Fixes

  • ci: publish PR image to GHCR with pr-- tag (73bb943)

1.5.2 (2026-05-19)

Bug Fixes

  • deps: update kubernetes monorepo to v0.36.1 (a1fbabc)

1.5.1 (2026-05-19)

Bug Fixes

  • kcl: mount MACHINERY_CONFIG as a file instead of injecting contents (29a8ca4), closes #52

1.5.0 (2026-05-18)

Features

  • add PR-preview CI workflows (4005f21)

1.4.2 (2026-05-18)

Bug Fixes

  • e2e: extract port-forward into bash script for mvdan/sh compatibility (b96e4f9)

1.4.1 (2026-05-18)

Bug Fixes

  • e2e: pre-warm kcl module cache so first run doesn't pollute stdout (a1d1d78)

1.4.0 (2026-05-18)

Features

1.3.2 (2026-05-18)

Bug Fixes

  • deps: update module google.golang.org/grpc to v1.81.1 (d2d9403)

1.3.1 (2026-05-18)

Bug Fixes

  • deps: update module google.golang.org/grpc to v1.79.3 [security] (bb580c1)

1.3.0 (2026-04-10)

Features

  • rework README and align footer with clusterbook branding (a9c58a2)

1.2.1 (2026-04-10)

Bug Fixes

  • add docs directory for pages deployment (0c0f6e1)

1.2.0 (2026-04-10)

Features

1.1.0 (2026-04-09)

Bug Fixes

  • downgrade go directive to 1.25.0 for CI compatibility (e02b744)

Features

1.0.0 (2026-03-14)

Bug Fixes

  • add .releaserc for semantic-release (d22c67d)
  • correct KCL conditional list syntax in deploy and service (23e4869)
  • deps: update module google.golang.org/grpc to v1.79.2 (e598bba)
  • deps: update module google.golang.org/protobuf to v1.36.11 (3eced39)
  • deps: update module google.golang.org/protobuf to v1.36.6 (af89e62)
  • handle ignored error return values from unstructured field access (79fd231), closes #13
  • remove hardcoded InsecureSkipVerify from TLS config (70609db), closes #10
  • use correct kcl_options format in deploy profile (3cdef72)

Features

  • add Backstage catalog-info.yaml and comprehensive README (a2ee33e), closes #21 #20
  • add GitHub Actions CI/CD workflows (f64a091), closes #19 #9
  • add HTMX web frontend for resource browsing (3536e0c), closes #16
  • add KCL-based Kubernetes deployment manifests (d7e15d5), closes #18
  • add unit tests for config, server, and helper functions (bda177f), closes #8
  • main (a73422e)
  • main (accdc68)
  • make resource watching generic with configurable status fields (2f9d33b)
  • structured logging, graceful shutdown, validation, configurable resources (a699d6a), closes #12 #14 #15 #11
  • update Go to 1.26.0 and k8s deps to v0.35.2 (b1816ae), closes #17