Releases: alcounit/browser-controller
Releases · alcounit/browser-controller
v0.0.6
v0.0.6
⚠️ Breaking Changes
API Group Migration
Each resource now has its own dedicated API group:
| Resource | Before | After |
|---|---|---|
Browser |
selenosis.io/v1 |
browser.selenosis.io/v1 |
BrowserConfig |
selenosis.io/v1 |
browserconfig.selenosis.io/v1 |
Action required: Update your manifests and Kubernetes configurations to use the new API groups before upgrading.
v0.0.5
v0.0.4
v0.0.3
v0.0.3
Changes for support Pass capability as env variable to the POD
v0.0.2
v0.0.2
Initial release of Browser Service for the Selenosis ecosystem.
Highlights:
- Kubernetes controller for Browser and BrowserConfig CRDs.
- Reconciles Browser resources into Pods with full lifecycle/status management.
- Supports template-based configuration and per‑browser/version overrides via BrowserConfig.
- Finalizer handling and safe resource cleanup.
- CRD/RBAC/client generation via controller-gen and code‑generator.