Skip to content

Releases: ctrlb-hq/ctrlb-control-plane

v0.2.1

21 Jan 08:15

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

Full Changelog: V2.0.0...v0.2.1

V2.0.0

14 Jan 10:07

Choose a tag to compare

V2.0.0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.0...V2.0.0

v1.1.0

05 Nov 10:16
f646bab

Choose a tag to compare

What's Changed

  • [FEAT]: Update version from alpha to stable release v1.0.0 in scripts by @hvsk004 in #86
  • [FIX] Corrected URL formatting in InformBackendServerStart function by @hvsk004 in #88
  • Fix | Updated the install scripts by @hvsk004 in #87
  • Fix | Updated Package dependencies by @hvsk004 in #89
  • Fix | Update download URL to use the latest release in scripts by @hvsk004 in #90
  • Fix | Enhance installation instructions in deployment and getting started guides by @hvsk004 in #91
  • Fix | Update default port from 443 to 3421 in agent configuration by @hvsk004 in #92
  • Revert "Fix | Updated Package dependencies" by @legendary-acp in #93
  • Fix | Dependency issue and State Management by @Ranitpal-003-07 in #94
  • Fix | Otel Adapter Config by @hvsk004 in #95
  • Fixed typescript errors while build by @Ranitpal-003-07 in #97
  • Fix/broken exporter config by @legendary-acp in #98
  • Added Support for otlphttp exporter by @hvsk004 in #99
  • Fix | Update Backend installation script by @hvsk004 in #100

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

23 Jun 05:57

Choose a tag to compare

v1.0.0 – June 23, 2025

Initial General Availability release of the CtrlB-control-plane


🚀 Highlights

  • First GA release: stable core for managing distributed OpenTelemetry Collector agents and OTEL pipelines.
  • Production-ready REST API, web UI, and CLI installer.
  • Foundation laid for plugin/receiver extensions.

✨ New

  • Agent Lifecycle Management: register, start, stop, and delete collector agents via REST API and UI.
  • Pipeline Graph Editor: React Flow–based UI for designing and editing OTEL pipeline graphs, with JSON export.
  • Metrics Collection & Storage: background scraper pulls Prometheus-compatible metrics from agents and persists them in SQLite.
  • Built-in Receivers: OTLP (otlpreceiver), host metrics (hostmetricsreceiver), AWS CloudWatch (metrics & logs), Azure Monitor, file-based logs, Google Cloud Monitoring.
  • CLI Installer: one-liner script for Linux/macOS to bootstrap collector agents against your control-plane backend.
  • API Key Authentication: secure key–based access control across all endpoints.

📦 Docker Images

  • collector:v1.0.0
  • control-plane-backend:v1.0.0
  • control-plane-frontend:v1.0.0

📅 Roadmap

  • v1.1.0 (Q3 2025)

    • Kubernetes Helm chart
    • Windows-compatible CLI installer
  • v1.2.0 (Q4 2025)

    • Dry-run remediation tests (Phase 2)
    • Role-based access control (RBAC)
  • v1.3.0 (Q1 2026)

    • PostgreSQL as an alternative metrics/config storage backend
    • Agent-level API-key validation

Thank you for choosing CtrlB-control-plane v1.0.0! We welcome feedback and contributions on our GitHub. 🚀

v1.0.0-alpha

16 Jun 09:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.0...v1.0.0