Skip to content

Releases: lnavarrocarter/kuadashboard

1.11.3

Choose a tag to compare

@github-actions github-actions released this 11 Aug 15:42
v1.11.3

KuaDashboard v1.11.3

1.11.2

Choose a tag to compare

@github-actions github-actions released this 11 Aug 14:53
v1.11.2

KuaDashboard v1.11.2

1.11.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 01:16
v1.11.0

KuaDashboard v1.11.0

1.10.5

Choose a tag to compare

@github-actions github-actions released this 07 Jul 16:20
8025dd9
v1.10.5

v1.10.5

1.10.4

Choose a tag to compare

@github-actions github-actions released this 23 Jun 04:01
v1.10.4

chore(release): prepare 1.10.4

1.10.3

Choose a tag to compare

@github-actions github-actions released this 23 Jun 03:39
v1.10.3

chore(release): prepare 1.10.3

1.10.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 15:00
chore(release): v1.10.1 — CI-only patch (unsigned mac build fallback)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

1.9.1

Choose a tag to compare

@github-actions github-actions released this 28 May 12:27
v1.9.1

v1.9.1

KuaDashboard v1.9.0

Choose a tag to compare

@lnavarrocarter lnavarrocarter released this 21 May 09:01

Vercel Integration

Nuevas características

  • Vercel — autenticación OAuth completa con gestión de tokens y proyectos
  • Proyectos — lista de proyectos con estado de deployment, framework y URLs de producción
  • Deployments — historial de deployments con estado, rama, duración y logs en vivo
  • Actividad — feed de eventos del equipo por proyecto
  • DNS Records — gestión de registros DNS por dominio
  • Aliases — lista de aliases por proyecto
  • Cron Jobs — monitoreo de tareas programadas
  • Webhooks — configuración y estado de webhooks
  • Edge Config — visualización de configuración de Edge
  • Checks — estado de deployment checks por deployment
  • Documentación — guía completa EN/ES en VitePress

Mejoras

  • Changelog en la app actualizado con historial completo v1.0.0 → v1.9.0

What's Changed

Full Changelog: v1.8.0...v1.9.0

KuaDashboard v1.8.0

Choose a tag to compare

@lnavarrocarter lnavarrocarter released this 10 May 17:27

Highlights

  • Kubernetes resource tables now support multi-select, bulk delete and correct Age sorting with readable durations.
  • Expanded Kubernetes menu coverage across workloads, networking, storage, config, policy, scheduling, admission and cluster resources.
  • ConfigMaps, Secrets and workload environment variables are easier to inspect and edit.
  • Helm can search charts, install into the active cluster, show release status/output and manage installed releases.
  • Metrics now cover Pods, workloads and Nodes with Metrics Server plus Prometheus fallback.
  • Resource and Node detail panels include related events/notifications.
  • Kubeconfig import supports pasted YAML, Electron file picker and registered paths.
  • Ingress rows now show class, paths, ELB/address and openable URLs.
  • Port forwarding is more reliable for Services and Pods with target resolution and reconnect behavior.

Validation

  • node --check server.js
  • node --check routes/helm.js
  • npm run test --prefix frontend -- resources.test.js
  • npm run test --prefix frontend -- useKubeStore.test.js
  • npm run build --prefix frontend
  • npm run docs:build

Full Changelog: v1.7.0...v1.8.0