Skip to content

fix(agent-image): verify uv.lock by git tag (unblocks publish) - #50

Merged
stubbi merged 1 commit into
mainfrom
fix/agent-image-verify-git-tag
Jun 1, 2026
Merged

fix(agent-image): verify uv.lock by git tag (unblocks publish)#50
stubbi merged 1 commit into
mainfrom
fix/agent-image-verify-git-tag

Conversation

@stubbi

@stubbi stubbi commented Jun 1, 2026

Copy link
Copy Markdown
Collaborator

The publish step compared the lock's hermes-agent package version (semver 0.15.2) to the requested git tag (CalVer v2026.5.29.2) — those never match, so publish always failed. hermes-agent is a git dependency pinned by tag in the lock's source = { git = "…?rev=<tag>#<sha>" } line; validate the git rev instead.

After merge: re-dispatch agent-image v2026.5.29.2 → publishes the image.

🤖 Generated with Claude Code

The publish workflow compared the lock's hermes-agent package version (semver, e.g. 0.15.2) against the requested git tag (CalVer, e.g. v2026.5.29.2) and always failed. hermes-agent is a git dependency pinned by tag in the lock's source line (?rev=<tag>#<sha>); validate that instead.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@stubbi
stubbi enabled auto-merge (squash) June 1, 2026 09:22
@stubbi
stubbi merged commit 3cbcc7f into main Jun 1, 2026
11 checks passed
@stubbi
stubbi deleted the fix/agent-image-verify-git-tag branch June 1, 2026 09:25
stubbi pushed a commit that referenced this pull request Jun 3, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.1.10](v0.1.9...v0.1.10)
(2026-06-03)


### Bug Fixes

* **agent-image:** native pinned uv relock + bump uv to 0.11.7
([#48](#48))
([6e2615f](6e2615f))
* **agent-image:** relock uses uv image entrypoint (unblocks
hermes-agent publish)
([#46](#46))
([9e456b1](9e456b1))
* **agent-image:** verify uv.lock by git tag (unblocks publish)
([#50](#50))
([3cbcc7f](3cbcc7f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: paperclip-release-bot[bot] <288053502+paperclip-release-bot[bot]@users.noreply.github.com>
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