Skip to content

v0.5.0-beta.3

Choose a tag to compare

@github-actions github-actions released this 01 Aug 14:06

Changelog

  • 86c5617 build(website): let page bodies reuse the shared template fragments
  • 3088f0f docs(design): add v.0.7.0 addendum — cert-manager issuance chain (24a-24c)
  • c9f9253 docs(design): add §30a/§31a/§32a — Flux CD support
  • 1cb9c79 docs(flux): correct G1 — the commit subject is in source-controller events
  • e38b5fd docs(flux): correct the status summary for T14
  • a5950fd docs(flux): mark the landed prerequisite and collision tasks
  • 89efc37 docs(flux): record remaining scope after the 0.5.0 implementation pass
  • 5bec3b8 docs(flux): record that source-controller publishes no commit metadata
  • 6dedb5c docs(flux): record the measured Flux CRD column and status shapes
  • fced0f6 docs(flux): scope the commit-subject cache down to a session-scoped map
  • 9255ec5 docs(website): retune the hero subheading and footer tagline
  • 58fdc81 feat(kube): add Flux suspend, resume and reconcile to the write seam
  • 8cd9e6a feat(kube/fake): put Flux CD kinds in the demo cluster
  • bc18f39 feat(tui): explain a failed Flux reconcile and what it manages
  • 4e9eab2 feat(tui): keep a Flux commit subject once the timeline has seen it
  • 7210c57 feat(tui): name the commit behind a change in the incident timeline
  • 2c06c99 feat(tui): reconcile, suspend and jump to source from a Flux row
  • 2f6084f feat(tui): show Flux reconcile state with real columns and status
  • 86909df feat(tui): show which Flux source drives which reconciler
  • a55aebc feat(tui): show why a Flux object is failing on the row itself
  • 60f73e9 feat(website): promote Flux CD support on the home page and in the guide
  • 020be66 feat(website): rewrite the site for people using kute, not building it
  • 540bba2 fix(build): stop gitignore swallowing the whole cmd/site package
  • 5845da0 fix(kube): delete a custom resource from its own list
  • 3cab68b fix(kube/fake): give demoDiscoveredKind the API group its caller declares
  • bdf6444 fix(tui): color a suspended Flux row amber instead of completed-pod blue
  • 5f4223a fix(tui): mark a not-ready object in a Flux inventory with a failure glyph
  • ef56954 fix(tui): return to the Flux tree when leaving a screen it opened
  • ab9e125 fix(tui): stop Flux's HelmRelease CRD taking over the Helm releases list
  • 7608d1b fix(tui): stop a Flux source's revision column blowing out to a full digest
  • c9989c8 fix(tui): stop the timeline quoting a commit SHA as its own commit message
  • f15f1db refactor(kube): resolve a registry kind's API kind and kubectl arg through one table
  • 74366e9 refactor(kube/fake): rename the Flux demo fixtures from aim to nebula
  • 710cfc1 refactor(resources): move the health-strip glyph override into the kind descriptor
  • 4ba6c55 refactor: demo data consistensy
  • 4f290df style(go): bring five drifted files back to gofmt shape and gate it in CI
  • ab5b8e5 test(e2e): add a one-shot script that runs the suite against its own cluster
  • cdc562d test(e2e): cover the Flux list, the Helm-release name collision, suspend and reconcile
  • a305bda test(e2e): fence the flux suspend toggle on the screen, not the api
  • 14adfbb test(kube): stop the substitution-table helper racing parallel kind lookups
  • a9c2cb0 test(tui): pin the Flux list, detail and revision-timeline renders with goldens