Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Jun 15:27
· 0 commits to main since this release
  • Fix: datastore tables are now correctly prefixed cluster_agent_ in the shared
    runos database. The GORM models' explicit TableName() returned unprefixed
    names, which overrides the NamingStrategy table prefix, so migrations created
    bare tables (e.g. buildkit_jobs). TableName() now returns the full prefixed
    name (cluster_agent_buildkit_jobs, ...), with a regression test over the
    migrated schema. No data migration: the agent re-provisions the prefixed tables
    on the system Postgres; any bare tables from v1.1.0 are orphaned and can be
    dropped.