Skip to content

chore(chart): release 9.0.0-beta.15 on monorepo develop 1d23b2c - #120

Merged
mosoriob merged 1 commit into
mainfrom
chore/release-9.0.0-beta.15
Sep 13, 2026
Merged

mosoriob merged 1 commit into
mainfrom
chore/release-9.0.0-beta.15

Conversation

@mosoriob

Copy link
Copy Markdown
Contributor

What this does

It releases chart 9.0.0-beta.15. The chart points at one commit of
mintproject/monorepo: 1d23b2c79dbe00f980857850b206a506bceb5362, the head of
develop.

That commit adds:

  • ui-react: promote an archived file to an output, then publish the run (#280)
  • ensemble-manager: list the archived files of an execution (#279)
  • ensemble-manager: read the job output root instead of 15 guessed folders (#278)

Changes

Key Before After
global.imageTag 0.1.0 1d23b2c79dbe00f980857850b206a506bceb5362
components.hasura_db.image.tag develop sha-1d23b2c
components.semantic_search.image.tag "" sha-1d23b2c

The four single-repo services keep an empty tag, so they take global.imageTag.

postgres-pgvector and semantic-search publish no 40-character SHA tag. GHCR
answers 404 for that tag. So global.imageTag cannot name them. The short
sha- tag names the same commit. The empty tag for semantic search was a broken
default; this release fixes it.

Verification

All six images exist on GHCR at this commit. helm template renders:

ghcr.io/mintproject/ensemble-manager:1d23b2c79dbe00f980857850b206a506bceb5362
ghcr.io/mintproject/graphql-engine:1d23b2c79dbe00f980857850b206a506bceb5362
ghcr.io/mintproject/mint-ui-react:1d23b2c79dbe00f980857850b206a506bceb5362
ghcr.io/mintproject/model-catalog-api:1d23b2c79dbe00f980857850b206a506bceb5362
ghcr.io/mintproject/postgres-pgvector:sha-1d23b2c
ghcr.io/mintproject/semantic-search:sha-1d23b2c

helm lint passes.

Next

After the merge, dynamo takes 9.0.0-beta.15 for mint.tacc.utexas.edu.

🤖 Generated with Claude Code

https://claude.ai/code/session_01KjtuP4MAdAGuZ1wqUt7fAn

Pin the chart to one commit of mintproject/monorepo. Commit 1d23b2c is the
head of develop. It adds the archived-file promotion and publish flow in
ui-react (#280), the archived-file listing in the ensemble manager (#279) and
the job output root fix (#278).

Three writes make the release name one system state:

- `global.imageTag` moves from `0.1.0` to the 40-character SHA. The four
  single-repo services take it, because their own tags stay empty.
- `components.hasura_db.image.tag` moves from the moving tag `develop` to
  `sha-1d23b2c`.
- `components.semantic_search.image.tag` moves from empty to `sha-1d23b2c`.

The last two images publish no 40-character SHA tag, so `global.imageTag`
gives them a tag that GHCR answers with 404. An empty tag for semantic search
was a broken default. Now every image of the chart comes from one commit.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KjtuP4MAdAGuZ1wqUt7fAn
@mosoriob
mosoriob merged commit 5205e1e into main Sep 13, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant