Skip to main content

Release notes

v0.1.0

First on-premises release.

Installing

Two methods, both documented on one procedure that branches once: install from our registry, or create an offline bundle and mirror it into your own.

Requires

Kubernetes1.23 or later
Nodes3 for production, 16 vCPU and 32 GiB each recommended
Storagesized to your retention
Cluster egressapi.gen0sec.com:443, required

Credentials you need from us

Two, and the second is easy to miss:

  1. A registry token, for downloading the kit and pulling artifacts.
  2. Your Gen0Sec API key, which the relay uses to fetch data from us. Without it the whole fleet receives empty artifacts with no error. See Credentials from gen0sec.

Not in this release

Zero-egress deploymentKnown limitations
Explicit egress proxy for the relayKnown limitations
Single sign-on of any kindEmail and password only. Microsoft Entra ID is in development
Shipped dashboards and alert rulesMonitor lists what to watch meanwhile
The threat serviceNot shipped at this release

How we version

SchemeSemantic versioning. Each minor is a release train
SupportedThe latest two minor trains
UpgradesSequential minors, patches in place. Skipping a minor is not supported
Release candidatesPublished, but never served as latest

Full policy: Component versions.

Finding a release

curl -fsSL https://releases.gen0sec.com/api/repos/cerebellum/latest | jq -r .tag_name

Returns the latest full release. Pin the tag explicitly for an install you want to reproduce, so a rebuild in six months fetches the same bytes.

What every release publishes

ArtifactWhere
Install kit and its signaturehttps://releases.gen0sec.com/cerebellum/<tag>/
Images and chartsThe registry, each pinned to a digest in the kit's release manifest
Signatures and SBOM attestationsAlongside each image and chart, as OCI referrers

See Supply chain.