Releases: nextsight-ai/nextsightai
Releases · nextsight-ai/nextsightai
Release v1.4.0
What's Changed
See CHANGELOG.md for full details.
[1.4.0] - 2025-12-18
🚀 Features
- Add WebSocket real-time log streaming
- Add cluster management UI for multi-cluster operations
- Add Security Posture Dashboard and GitHub workflows (v1.3.0)
- Add Helm chart, demo section, and enhanced badges
- Add modern UI enhancements with glass-morphism design
- Add interactive Pod Exec terminal with xterm.js and debug container support
🐛 Bug Fixes
- Resolve CI pipeline lint and formatting issues
- Resolve remaining CI lint errors
- Resolve CI TypeScript errors and workflow issues
- Resolve CodeQL log injection security warnings
- Resolve ESLint and black formatting issues
- Resolve CodeQL security issues and prepare for v1.3.0 release
- Backend/requirements.txt to reduce vulnerabilities (#29)
- Remove user input from log statements to prevent log injection (#37)
- Add id-token permission for OSSF Scorecard and update version badge (#38)
- Disable OSSF Scorecard to fix security workflow (#39)
💼 Other
- Docker improvements and project polish
- (backend) Bump sqlalchemy from 2.0.25 to 2.0.44 in /backend (#20)
- (backend) Bump python-jose[cryptography] in /backend (#22)
- (backend) Bump python-jenkins from 1.8.2 to 1.8.3 in /backend (#19)
- (backend) Bump asyncpg from 0.29.0 to 0.31.0 in /backend (#16)
- (backend) Bump google-generativeai from 0.3.2 to 0.8.5 in /backend (#15)
- (backend) Bump kubernetes in /backend in the kubernetes group (#14)
- (backend) Bump the fastapi-ecosystem group (#13)
- (frontend) Bump @typescript-eslint/parser in /frontend (#25)
- (frontend) Bump date-fns from 3.6.0 to 4.1.0 in /frontend (#28)
- (backend) Bump websockets from 12.0 to 15.0.1 in /backend (#21)
- (backend) Bump redis from 5.0.1 to 7.1.0 in /backend (#18)
- (backend) Bump pytest-cov from 4.1.0 to 7.0.0 in /backend (#23)
- Fix eslint dependency version mismatch (#36)
📚 Documentation
- Update documentation and version to 1.2.0
⚙️ Miscellaneous Tasks
- Bump version to 1.1.0
- Bump ossf/scorecard-action from 2.3.3 to 2.4.3 (#7)
- Bump orhun/git-cliff-action from 3 to 4 (#12)
- Bump actions/setup-node from 4 to 6 (#10)
- Bump github/codeql-action from 3 to 4 (#9)
- Bump actions/checkout from 4 to 6 (#6)
Installation
# Clone the repository
git clone https://github.com/nextsight-ai/nextsightai.git
cd nextsight
git checkout v1.4.0
# Using Docker Compose
docker-compose up -dFull Changelog: https://github.com/nextsight-ai/nextsightai/commits/v1.4.0