This release includes 1 security fix for security teams reviewing exposed deployments.
Affected surfaces
Summary
AI summaryUpdates ✨ What's New, 🚀 Quick Start, and https://kubiq.priyanshumodi.in across a mixed release.
Full changelog
kubiq v1.0.1 - Patch Release
A focused patch release bringing per-service polling control, UI consistency improvements, and security patches across the stack.
🌐 Official Website
👉 https://kubiq.priyanshumodi.in/
✨ What's New
⏱️ Per-Service Check Intervals
You can now configure a custom polling interval per service directly from the dashboard — no more editing the database manually.
- Set each service to check every 10s, 30s, 1m, 5m, or 10m independently.
- Interval is stored in the database and respected by the monitoring engine on every cycle.
- The global
POLL_INTERVALenvironment variable now acts as the fallback for services with no custom interval set.
🎨 Native UI Dropdowns Replaced
All native browser <select> dropdowns have been replaced with consistent, dark-themed custom dropdowns:
- Add / Edit Service modal — Check Interval selector.
- APM & Traces page — Time range filter (Last 15 min / 1h / 24h).
- User Management page — Role selector (Viewer / Admin).
🔒 Security Patches
Resolved 43 npm audit vulnerabilities across the frontend and backend (down to 1 unfixable pkg dev-tool advisory):
| Package | Severity | Fix |
|---|---|---|
| fast-xml-parser | Critical | Upgraded via @aws-sdk chain |
| handlebars | Critical | Patched |
| axios | High | Upgraded to latest |
| vite | High | Upgraded |
| rollup | High | Upgraded |
| systeminformation | High | Upgraded |
| path-to-regexp | High | Upgraded |
| socket.io-parser | High | Upgraded |
| nodemailer | Moderate | Upgraded to 8.0.5 |
| lodash, minimatch, picomatch, flatted, brace-expansion | High / Moderate | Patched |
🚀 Quick Start (Docker)
-
Setup your environment: Grab the
.env.examplefrom our website (kubiq.priyanshumodi.in/view/env) and save it as.env. -
Run kubiq:
docker run -d \
--name kubiq \
-p 3000:3000 \
-v kubiq-data:/app/data \
--env-file .env \
--restart unless-stopped \
priyanshumodi22/kubiq:v1.0.1
📦 Changes in this Release
- Added per-service
intervalfield to Add and Edit service modals (frontend + API routes). - Replaced all native
<select>dropdowns with custom dark portal dropdowns (no OS-default styling). - Fixed dropdown overflow clipping inside modals using
createPortalwithposition: fixed. - Patched 43 npm audit vulnerabilities across frontend and backend packages.
- Bumped
nodemailerfrom^7.0.12→^8.0.5.
🤝 Contributors
Built with ❤️ by @priyanshumodi22.
If you like kubiq, please give us a star on GitHub! ⭐
Security Fixes
- Resolved 43 npm audit vulnerabilities (critical fixes for fast-xml-parser, handlebars; high fixes for axios, vite, rollup, systeminformation, path-to-regexp, socket.io-parser; moderate fix for nodemailer upgraded to 8.0.5)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About priyanshumodi22/kubiq](https:
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]