Skip to content

Releases: BerryBytes/01cloud-status

v1.0.0 — Initial Public Releas

06 Apr 12:54

Choose a tag to compare


✨ Added

  • Kubernetes service status monitoring via backend service checks
  • Event history API with filters (serviceName, queryText, date range) and pagination
  • React/Vite dashboard for current status and history views
  • PostgreSQL integration using GORM for persistent event storage
  • Unified backend serving of built frontend assets
  • Docker multi-stage build for production image generation

🛠 Developer Experience

  • Make targets for run, lint, test, frontend lint, and frontend build
  • Pre-commit hooks for formatting, secret detection, vulnerability checks, and style checks
  • Conventional commit linting and contribution/security documentation

🔐 Security & Quality

  • Added security policy and recommended local security scans
  • Added repository hygiene checks (gitleaks, codespell, audit/scanning hooks)
  • Apache 2.0 licensing and contributor guidance included