Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.24 KB

File metadata and controls

41 lines (33 loc) · 1.24 KB

Changelog

All notable changes to K9s GUI will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Initial open source release
  • Complete Kubernetes resource management (Pods, Deployments, Services, etc.)
  • Real-time resource monitoring via WebSocket
  • Pod log streaming with syntax highlighting
  • Browser-based terminal for pod shell access
  • Resource editing with Monaco Editor
  • Light and dark theme support
  • Keyboard shortcuts and command palette
  • Multi-cluster support
  • Namespace filtering
  • Resource search and filtering
  • AWS EKS integration

Security

  • Secure handling of kubeconfig files
  • CORS configuration for API security

1.0.0 - 2024-01-XX

Added

  • First stable release of K9s GUI
  • Core features for Kubernetes cluster management
  • Web-based alternative to K9s terminal UI
  • Modern React-based frontend
  • Express.js backend with Kubernetes client
  • Comprehensive documentation
  • Contributing guidelines
  • MIT License