Releases: lnavarrocarter/kuadashboard
Releases · lnavarrocarter/kuadashboard
Release list
1.11.3
1.11.2
1.11.0
1.10.5
1.10.4
v1.10.4 chore(release): prepare 1.10.4
1.10.3
v1.10.3 chore(release): prepare 1.10.3
1.10.1
chore(release): v1.10.1 — CI-only patch (unsigned mac build fallback) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1.9.1
KuaDashboard v1.9.0
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
- feat: add Vercel provider integration by @lnavarrocarter in #4
Full Changelog: v1.8.0...v1.9.0
KuaDashboard v1.8.0
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