Skip to content

v1.8.1

Choose a tag to compare

@jms200 jms200 released this 29 Apr 19:54
· 10 commits to main since this release
684c50c

What's Changed

Fixes

  • comet_secretsmanager: Don't auto-generate opik_admin_pass; default to literal "opik" to match the chart contract. Reverts the random auto-gen introduced in #4 for the opik user. The agentro user keeps random.

The opik subchart hardcodes ANALYTICS_DB_PASS / ANALYTICS_DB_MIGRATIONS_PASS / STATE_DB_PASS to the literal "opik" in its public values.yaml. opik-backend reads these env vars at runtime — so if terraform randomizes the value, opik-backend can't authenticate to ClickHouse and the install fails with Code: 516 opik: Authentication failed (#6).

Migration notes

  • New customers on this tag get a vanilla install that just works.
  • Existing customers (v1.7.0/v1.8.0) already have either literal "opik" or a random value in their cometml/{env}/clickhouse.opik_admin_pass — no behavior change.
  • Customers who want a real password override BOTH clickhouse_admin_password (terraform) AND opik.component.backend.env.ANALYTICS_DB_PASS (chart values).

Full Changelog: v1.8.0...v1.8.1