Skip to content

Releases: alcounit/browser-controller

v0.0.6

05 Mar 02:29
c199bcc

Choose a tag to compare

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

06 Feb 23:34
b449117

Choose a tag to compare

v0.0.5

Add imagePullPolicy configuration support for the browser container in BrowserConfig #5

v0.0.4

01 Feb 19:34
c2556f3

Choose a tag to compare

v0.0.4

Add selenosis-specific keys for labels and annotations #4

v0.0.3

21 Jan 23:08
f180c91

Choose a tag to compare

v0.0.2

14 Jan 22:20

Choose a tag to compare

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.