Skip to content

kollect 0.6.0-rc.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 03:50
· 35 commits to main since this release
afac132

0.6.0-rc.2 - 2026-06-10

Bug Fixes

  • test: Drop duplicate family sink condition tests f0bfb36

  • build: Fix go-arch-lint exclude paths for local dirs 4e443f6

  • validation: Block private sink endpoint targets f1c0d79

Features

  • controller: Shard snapshot exports by max bytes d6ee50a

Refactoring

  • bigquery: Inject query execution adapter 0d2208d

  • s3: Isolate head-bucket check helper 12a47ea

  • postgres: Narrow upsert tx interfaces 82e7bb1

  • export: Extract envelope partition helpers 391bbb8

  • mongodb: Isolate export scope planning 51154e7

  • postgres: Extract export planning helpers 1e0248f


Container image (operator)

ghcr.io/konih/kollect:0.6.0-rc.2

Multi-arch (linux/amd64, linux/arm64), Debian bookworm-slim nonroot base (includes git and openssh-client for spec.git.engine: cli).

OCI attestations (SBOM + SLSA provenance) are attached in GHCR and on the repository
Attestations page. Verify the signature:

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp '^https://github.com/konih/kollect/.+' \
  ghcr.io/konih/kollect@sha256:6fda5bd7b4ae43775687a5d8f5dad69522baee7822b76c56830b6cd5bfbecb42

Container image (kollect-ui)

Optional read-only UI SPA — enable with Helm ui.enabled=true.

ghcr.io/konih/kollect-ui:0.6.0-rc.2

Multi-arch (linux/amd64, linux/arm64), nginx alpine static server.

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp '^https://github.com/konih/kollect/.+' \
  ghcr.io/konih/kollect-ui@sha256:43c9fdce6219dadd2f7885f9095d4796b24e090bf6af4564dec03c7eb7f5aa36

Install (Kustomize)

kubectl apply -f install-crds.yaml
kubectl apply -f install.yaml

Install (Helm — OCI)

helm upgrade --install kollect oci://ghcr.io/konih/kollect \
  --version 0.6.0-rc.2 \
  --namespace kollect-system \
  --create-namespace \
  --set image.repository=ghcr.io/konih/kollect \
  --set image.tag=0.6.0-rc.2 \
  --set ui.image.tag=0.6.0-rc.2

Install (Helm — GitHub Release tarball)

helm upgrade --install kollect kollect-0.6.0-rc.2.tgz \
  --namespace kollect-system \
  --create-namespace \
  --set image.repository=ghcr.io/konih/kollect \
  --set image.tag=0.6.0-rc.2 \
  --set ui.image.tag=0.6.0-rc.2

Verify checksums with sha256sum -c checksums.txt. Each release asset includes a
<file>.sigstore.json Sigstore bundle; release-provenance.intoto.jsonl attests all assets.
See docs/RELEASE.md.