Skip to content

Commit bdb1a54

Browse files
committed
chore(deps): bump nousresearch/hermes-agent v2026.6.5 -> v2026.6.19
Latest hermes-agent release (2026-06-19; image verified published on Docker Hub). Bumps both pinned constants (agent_render.go defaultHermesImage, hermes.go defaultImage). Per the agent-contract integration test header, re-run flow-16-sell-agent.sh + internal/agentcrd contract test (bundled-skills-empty + marker invariants) before merging.
1 parent e496caa commit bdb1a54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/hermes/hermes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const (
3535
rawChartVersion = "2.0.2"
3636

3737
// renovate: datasource=docker depName=nousresearch/hermes-agent
38-
defaultImage = "nousresearch/hermes-agent:v2026.6.5"
38+
defaultImage = "nousresearch/hermes-agent:v2026.6.19"
3939
// Use the upstream image venv instead of cloning Hermes into the PVC on
4040
// every cold start. The init container below validates the required extras
4141
// are present so image regressions fail before the gateway starts.

internal/serviceoffercontroller/agent_render.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
hermesDataPVC = "hermes-data"
2828
hermesAPIPath = "/health"
2929
// renovate: datasource=docker depName=nousresearch/hermes-agent
30-
defaultHermesImage = "nousresearch/hermes-agent:v2026.6.5"
30+
defaultHermesImage = "nousresearch/hermes-agent:v2026.6.19"
3131
)
3232

3333
// agentLabels returns the standard label set we attach to every primitive

0 commit comments

Comments
 (0)