Skip to content

Releases: kubespaces-io/kubespaces

v0.9.4

Choose a tag to compare

@github-actions github-actions released this 25 Jul 10:36

Changelog

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 25 Jul 05:35

Changelog

✨ Features

  • a27242c: feat: add KubeSpaces brand logo to portal and READMEs (@ams0)

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 25 Jul 04:49

Changelog

✨ Features

  • d25f5cb: feat(frontend): dynamic sidebar navigation tree (@ams0)
  • 20da593: feat(frontend): collapsible sidebar + responsive auto-collapse (@ams0)

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 25 Jul 02:52

Changelog

🐛 Fixes

  • e5f73ed: fix(ci): authenticate cosign to ghcr in chart job (docker login, not helm) (@ams0)

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 23:00

Changelog

✨ Features

  • ad1ccc8: feat(api): tenancy model phase 1 — schema + store layer (@ams0)
  • 75fdd56: feat(api): tenancy model phase 2-3 — REST API, RBAC, invitations, admin (@ams0)
  • 882f004: feat(frontend): tenancy management UI — orgs, projects, members, invitations, admin (@ams0)
  • cab070e: feat(frontend): sidebar console shell (left-nav layout) (@ams0)
  • 3f2d89d: feat(frontend): tenant stat cards + optional dark theme (@ams0)
  • 5454d31: feat(frontend): dashboard overview page (@ams0)
  • cd6dea0: feat(operator): migrate TLSRoute to gateway.networking.k8s.io/v1 (#23) (#30) (@RichardFeynmanClaw)
  • cf11075: feat(chart): networking.* values + production gateway-stack docs (#17) (#32) (@RichardFeynmanClaw)

🐛 Fixes

  • 9375387: fix(chart): wire frontend auth so helm install logs in; fix footer version (@ams0)
  • 0a8d9dc: fix(frontend): adopt eslint-config-next 16 flat config (@ams0)

Other

  • 737e1da: Merge pull request #28 from kubespaces-io/fix/frontend-auth-wiring (@ams0)
  • 1a85968: Merge remote-tracking branch 'origin/main' into feat/tenancy-model (@ams0)
  • 7e29335: Merge pull request #29 from kubespaces-io/feat/tenancy-model (@ams0)

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 09:10

Changelog

✨ Features

  • 6327abc: feat(release): automate changelog promotion and chart bump (@ams0)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 08:32

Changelog

✨ Features

  • 788415d: feat(operator): tenant API exposure via TLSRoute on a shared Gateway (@ams0)
  • edcaada: feat(operator): tenant app exposure — per-tenant listener + cert on the apps Gateway (@ams0)
  • 6fcd1bf: feat: docs site at docs.kubespaces.io (MkDocs Material) (@ams0)

🐛 Fixes

  • 686dc6d: fix: force sharp >= 0.35.0 (libvips CVEs) (@ams0)
  • 8bd1bee: fix(operator): project the apps Gateway into the vCluster (fromHost sync) (@ams0)
  • df70e31: fix(operator): pre-label the virtual default namespace for route sync (@ams0)
  • 19cdd1c: fix(operator): project the apps Gateway into the virtual default namespace (@ams0)
  • b6ad799: fix(chart): install the Tenant CRD with the chart (closes #24) (@ams0)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 05:07

Changelog

💥 Breaking

  • b9ada35: feat!: rename the CLI from spacectl to kubespaces (@ams0)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 04:36

Changelog

✨ Features

🐛 Fixes

  • ea5f4a6: fix: patch golang.org/x/net (DoS) and postcss (XSS) dependabot alerts (@ams0)
  • f535f5b: fix: regenerate lockfile against public npm registry; force postcss >= 8.5.15 (@ams0)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 14:30

Changelog

  • 306d164 feat: spacectl CLI — OIDC device-flow login, tenant management, kubeconfig merge
  • afe4fee feat: initial KubeSpaces monorepo