Skip to content

chore: bump api/ui submodule pointers to match pinned image tags#31

Merged
obrien-k merged 1 commit into
orphic-inc:mainfrom
obrien-k:chore/bump-submodules-to-pinned-tags
Jul 13, 2026
Merged

chore: bump api/ui submodule pointers to match pinned image tags#31
obrien-k merged 1 commit into
orphic-inc:mainfrom
obrien-k:chore/bump-submodules-to-pinned-tags

Conversation

@obrien-k

Copy link
Copy Markdown
Member

Summary

  • api submodule pointer was at 81c47bd, 181 commits behind v0.7.0 — the tag docker-compose.yml pins the api image to.
  • ui submodule pointer was at 1dec108, 172 commits behind v0.6.9 — same story for ui.
  • Neither pointer moved when the corresponding image tags were pinned/bumped, so build: ./api / build: ./ui (the local-dev path documented in docker-compose.yml's comments) builds source that doesn't match what's actually deployed.
  • Bumps both to their release tags.

Also

Adds docker-compose.override.yml to .gitignore — the standard Compose mechanism (auto-loaded, no -f flag needed) for local build-from-source dev overrides, so contributors don't need to hand-edit the tracked docker-compose.yml (image tags, build vs. pull, volume type) to develop against source.

Test plan

  • git submodule status confirms both pointers now match v0.7.0 / v0.6.9
  • Build both locally via docker compose -f docker-compose.yml -f docker-compose.override.yml build

🤖 Generated with Claude Code

The submodule pointers were left at the source commits they were last
bumped to (#97/#98), 181 (api) and 172 (ui) commits behind the actual
released versions the images are pinned to in docker-compose.yml
(api:0.7.0, ui:0.6.9). Anyone building locally via `build: ./api` /
`build: ./ui` was getting source well out of sync with what's actually
deployed. Bump both to their respective release tags.

Also ignore docker-compose.override.yml — the standard Compose mechanism
for local build-from-source overrides, so contributors don't need to
hand-edit the tracked docker-compose.yml to develop against source.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@obrien-k
obrien-k merged commit 2528f81 into orphic-inc:main Jul 13, 2026
2 checks passed
@obrien-k
obrien-k deleted the chore/bump-submodules-to-pinned-tags branch July 13, 2026 04:48
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