Skip to content

Releases: jyje/hermes-agent-helm

hermes-agent v0.11.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 21:12
1ebd7e9

πŸ‘©πŸ»β€πŸ’» A Helm chart to run Hermes Agent on Kubernetes, community-powered, lightweight

Run Hermes Agent β€” a multi-provider LLM agent framework β€” on Kubernetes. Configure any provider Hermes supports (OpenAI, Anthropic, Gemini, OpenRouter, NVIDIA, or any OpenAI-compatible proxy such as LiteLLM/vLLM) entirely via values.yaml, with a built-in helm test health check.


AppVersion: v2026.7.20 β€” the Hermes Agent image this chart version deploys.

Install

Latest (Helm repo)

helm repo add hermes-agent https://jyje.github.io/hermes-agent-helm
helm repo update
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

This version (v0.11.0)

helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.11.0 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

OCI

helm upgrade --install hermes-agent oci://ghcr.io/jyje/hermes-agent-helm/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.11.0 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

Changelog

Features

  • ✨ feat(chart): add extraInitContainers extension point (278ef0f) β€” @jyje
  • ✨ feat(teams): automate leader task notifications (f3e2380) β€” @jyje
  • ✨ feat(providers): add Fireworks, DeepInfra, and Upstage examples (b21fbd9) β€” @jyje
  • ✨ feat(secrets): add Bitwarden Secrets Manager values example (80b6f09) β€” @jyje

Documentation

  • πŸ“„ docs(teams): add field demo screenshots from a kind cluster (1c77fc2) β€” @jyje
  • πŸ“„ docs(roadmap): define v1 messaging baseline (1a71d1b) β€” @jyje
  • πŸ“„ docs(chart): document the config passthrough principle and add an FAQ (51056f3) β€” @jyje
  • πŸ“„ docs(chart): document unattended approvals config (3e37f0c) β€” @jyje
  • πŸ“„ docs(chart): note the multiplex-profiles alternative to multi-pod teams (42f8125) β€” @jyje
  • πŸ“„ docs(providers): add extra_headers example to the LiteLLM values file (504ff1d) β€” @jyje
  • πŸ“„ docs(providers): note Vertex credential subprocess-stripping in the values example (000276f) β€” @jyje

hermes-agent v0.10.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 01:36
484950c

πŸ‘©πŸ»β€πŸ’» A Helm chart to run Hermes Agent on Kubernetes, community-powered, lightweight

Run Hermes Agent β€” a multi-provider LLM agent framework β€” on Kubernetes. Configure any provider Hermes supports (OpenAI, Anthropic, Gemini, OpenRouter, NVIDIA, or any OpenAI-compatible proxy such as LiteLLM/vLLM) entirely via values.yaml, with a built-in helm test health check.


AppVersion: v2026.7.20 β€” the Hermes Agent image this chart version deploys.

Install

Latest (Helm repo)

helm repo add hermes-agent https://jyje.github.io/hermes-agent-helm
helm repo update
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

This version (v0.10.0)

helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.10.0 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

OCI

helm upgrade --install hermes-agent oci://ghcr.io/jyje/hermes-agent-helm/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.10.0 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

Changelog

Miscellaneous

  • 🎨 style(pages): drop repo-level Releases badge, add shared badges to chart pages (137c50f) β€” @jyje
  • 🎨 style(chart): move GitHub/License badges into the README's existing badge line (7758af5) β€” @jyje
  • ⬆️ dep(image): bump hermes-agent image to v2026.7.20 (#64) (8fdaec7) β€” @jyje-bot[bot]

hermes-agent v0.9.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 14:23
d3d17fc

πŸ‘©πŸ»β€πŸ’» A Helm chart to run Hermes Agent on Kubernetes, community-powered, lightweight

Run Hermes Agent β€” a multi-provider LLM agent framework β€” on Kubernetes. Configure any provider Hermes supports (OpenAI, Anthropic, Gemini, OpenRouter, NVIDIA, or any OpenAI-compatible proxy such as LiteLLM/vLLM) entirely via values.yaml, with a built-in helm test health check.


AppVersion: v2026.7.7.2 β€” the Hermes Agent image this chart version deploys.

Install

Latest (Helm repo)

helm repo add hermes-agent https://jyje.github.io/hermes-agent-helm
helm repo update
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

This version (v0.9.1)

helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.9.1 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

OCI

helm upgrade --install hermes-agent oci://ghcr.io/jyje/hermes-agent-helm/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.9.1 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

Changelog

Features

  • ✨ feat(ci): add GHCR download-count badge for repo and chart READMEs (b8d54d6) β€” @jyje

Removed

  • Chore(ci): remove temporary package-query debug workflow (ff1ac05) β€” @jyje
  • πŸ—‘οΈ remove(ci): revert GHCR download-count badge (GraphQL Packages API is sunset) (75759d5) β€” @jyje

Miscellaneous

  • 🎨 style(chart): match chart README badges to the root README's flat style (f2f8456) β€” @jyje

hermes-agent v0.9.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 12:58
3e2c9dc

πŸ‘©πŸ»β€πŸ’» A Helm chart to run Hermes Agent on Kubernetes, community-powered, lightweight

Run Hermes Agent β€” a multi-provider LLM agent framework β€” on Kubernetes. Configure any provider Hermes supports (OpenAI, Anthropic, Gemini, OpenRouter, NVIDIA, or any OpenAI-compatible proxy such as LiteLLM/vLLM) entirely via values.yaml, with a built-in helm test health check.


AppVersion: v2026.7.7.2 β€” the Hermes Agent image this chart version deploys.

Install

Latest (Helm repo)

helm repo add hermes-agent https://jyje.github.io/hermes-agent-helm
helm repo update
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

This version (v0.9.0)

helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.9.0 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

OCI

helm upgrade --install hermes-agent oci://ghcr.io/jyje/hermes-agent-helm/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.9.0 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

Changelog

Features

  • ✨ feat(examples): add a leader-orchestrated team deployment example (774e135) β€” @jyje

Bug Fixes

  • πŸ› οΈ fix(skills/git-commit-helper): sync with latest canonical policy (25eaee0) β€” @jyje
  • πŸ› οΈ fix(dependabot): add missing prefix-development for gitmoji convention (5e810d3) β€” @jyje
  • πŸ› οΈ fix(ci): drop the push trigger from validate-chart (1fd28dc) β€” @jyje

Documentation

  • πŸ“„ docs(readme): add a contributing section with the contributor grid (34b0622) β€” @jyje
  • πŸ“„ docs(teams): document leader-orchestrated teams and the git-backed wiki vault (93b4b97) β€” @jyje

Miscellaneous

  • ⬆️ dep(image): bump hermes-agent image to v2026.7.7.2 (#60) (a26137f) β€” @jyje-bot[bot]

hermes-agent v0.8.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 12:47
e6bfcec

πŸ‘©πŸ»β€πŸ’» A Helm chart to run Hermes Agent on Kubernetes, community-powered, lightweight

Run Hermes Agent β€” a multi-provider LLM agent framework β€” on Kubernetes. Configure any provider Hermes supports (OpenAI, Anthropic, Gemini, OpenRouter, NVIDIA, or any OpenAI-compatible proxy such as LiteLLM/vLLM) entirely via values.yaml, with a built-in helm test health check.


AppVersion: v2026.7.1 β€” the Hermes Agent image this chart version deploys.

Install

Latest (Helm repo)

helm repo add hermes-agent https://jyje.github.io/hermes-agent-helm
helm repo update
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

This version (v0.8.1)

helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.8.1 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

OCI

helm upgrade --install hermes-agent oci://ghcr.io/jyje/hermes-agent-helm/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.8.1 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

Changelog

Bug Fixes

  • Bug(changelog): credit only main's first-parent chain in git-cliff runs (#57) (2644f0d) β€” @jyje

Documentation

  • πŸ“„ docs: add SECURITY.md and SECURITY-ko.md (#58) (656eb72) β€” @jyje

hermes-agent v0.8.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 05:55
68693e5

πŸ‘©πŸ»β€πŸ’» A Helm chart to run Hermes Agent on Kubernetes, community-powered, lightweight

Run Hermes Agent β€” a multi-provider LLM agent framework β€” on Kubernetes. Configure any provider Hermes supports (OpenAI, Anthropic, Gemini, OpenRouter, NVIDIA, or any OpenAI-compatible proxy such as LiteLLM/vLLM) entirely via values.yaml, with a built-in helm test health check.


AppVersion: v2026.7.1 β€” the Hermes Agent image this chart version deploys.

Install

Latest (Helm repo)

helm repo add hermes-agent https://jyje.github.io/hermes-agent-helm
helm repo update
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

This version (v0.8.0)

helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.8.0 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

OCI

helm upgrade --install hermes-agent oci://ghcr.io/jyje/hermes-agent-helm/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.8.0 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

Changelog

Features

  • ✨ feat(chart): expose terminationGracePeriodSeconds for the gateway drain window (ad3a827) β€” @claude
  • Feat(chart): expose terminationGracePeriodSeconds for the gateway drain window (#52) (5385946) β€” @jyje
  • ✨ feat(chart): add values-moa.yaml example for the Mixture-of-Agents provider (6f55abd) β€” @claude
  • Feat(chart): add values-moa.yaml example for the Mixture-of-Agents provider (#53) (6065a2e) β€” @jyje

Bug Fixes

  • πŸ› bug(ci): quote the temp workflow's job name so the colon parses (e4b7d01) β€” @claude
  • πŸ› bug(chart): allow terminationGracePeriodSeconds in values.schema.json (bceec07) β€” @claude
  • πŸ› bug(ci): drop stray trailing newline reintroduced in README.md (69d6d13) β€” @claude
  • πŸ› bug(ci): restore blank line before the README version footer (f2b8011) β€” @claude

Documentation

  • πŸ“„ docs(chart): add NOUS_INFERENCE_BASE_URL and HERMES_WRITE_SAFE_ROOT, fix stale HERMES_AGENT_TIMEOUT default (2412683) β€” @claude
  • Docs(chart): add ZAI_API_KEY to the curated env var table (#54) (7647a96) β€” @jyje

Tests

  • βœ… test(ci): add temporary kind verification for the gateway drain change (f2d8af8) β€” @claude

Removed

  • πŸ—‘οΈ remove(ci): drop the temporary #43 verification workflow (f7f7a95) β€” @claude

hermes-agent v0.7.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 22:14
1a1c6cd

πŸ‘©πŸ»β€πŸ’» A Helm chart to run Hermes Agent on Kubernetes, community-powered, lightweight

Run Hermes Agent β€” a multi-provider LLM agent framework β€” on Kubernetes. Configure any provider Hermes supports (OpenAI, Anthropic, Gemini, OpenRouter, NVIDIA, or any OpenAI-compatible proxy such as LiteLLM/vLLM) entirely via values.yaml, with a built-in helm test health check.


AppVersion: v2026.7.1 β€” the Hermes Agent image this chart version deploys.

Install

Latest (Helm repo)

helm repo add hermes-agent https://jyje.github.io/hermes-agent-helm
helm repo update
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

This version (v0.7.0)

helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.7.0 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

OCI

helm upgrade --install hermes-agent oci://ghcr.io/jyje/hermes-agent-helm/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.7.0 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

Changelog

Features

  • ✨ feat(chart): add extraVolumes and extraVolumeMounts extension points (678c891) β€” @jyje
  • ✨ feat(chart): add Google Vertex AI provider example (61d9d14) β€” @jyje

Bug Fixes

  • πŸ› οΈ fix(ci): run functional tests when only appVersion changes (79bb307) β€” @jyje

Miscellaneous

  • ⬆️ dep(image): bump hermes-agent image to v2026.7.1 (#40) (df71187) β€” @jyje-bot[bot]

hermes-agent v0.6.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 10:03
37fabc0

πŸ‘©πŸ»β€πŸ’» A Helm chart to run Hermes Agent on Kubernetes, community-powered, lightweight

Run Hermes Agent β€” a multi-provider LLM agent framework β€” on Kubernetes. Configure any provider Hermes supports (OpenAI, Anthropic, Gemini, OpenRouter, NVIDIA, or any OpenAI-compatible proxy such as LiteLLM/vLLM) entirely via values.yaml, with a built-in helm test health check.


AppVersion: v2026.6.19 β€” the Hermes Agent image this chart version deploys.

Install

Latest (Helm repo)

helm repo add hermes-agent https://jyje.github.io/hermes-agent-helm
helm repo update
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

This version (v0.6.1)

helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.6.1 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

OCI

helm upgrade --install hermes-agent oci://ghcr.io/jyje/hermes-agent-helm/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.6.1 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

Changelog

Bug Fixes

  • πŸ› bug(changelog): credit plain Conventional Commits (no gitmoji) too (9c9d9aa) β€” @jyje
  • πŸ› bug(ci): stop implying full CI passed in the Discord notice (6f37a2c) β€” @jyje
  • πŸ› bug(workflow/propose-release): drop redundant unreleased heading and stop false-crediting past PRs (ccb67a3) β€” @jyje

Documentation

  • πŸ“„ docs(ci): document the matrix test job and local script reuse (1127b60) β€” @jyje
  • πŸ“„ docs(chart): link "Hermes Agent" to its upstream repo (672436d) β€” @jyje
  • πŸ“„ docs(local-dev): note helm-docs verification after editing values.yaml (f9912c1) β€” @jyje

Build

  • πŸ”¨ build(ci): rename the default scenario to message (ce41b5e) β€” @jyje

Tests

  • βœ… test(ci): run each validate-chart scenario on its own kind cluster (0db971a) β€” @jyje

hermes-agent v0.6.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 14:48
e9306f0

πŸ‘©πŸ»β€πŸ’» A Helm chart to run Hermes Agent on Kubernetes, community-powered, lightweight

Run Hermes Agent β€” a multi-provider LLM agent framework β€” on Kubernetes. Configure any provider Hermes supports (OpenAI, Anthropic, Gemini, OpenRouter, NVIDIA, or any OpenAI-compatible proxy such as LiteLLM/vLLM) entirely via values.yaml, with a built-in helm test health check.


AppVersion: v2026.6.19 β€” the Hermes Agent image this chart version deploys.

Install

Latest (Helm repo)

helm repo add hermes-agent https://jyje.github.io/hermes-agent-helm
helm repo update
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

This version (v0.6.0)

helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.6.0 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

OCI

helm upgrade --install hermes-agent oci://ghcr.io/jyje/hermes-agent-helm/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.6.0 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

Changelog

Features

  • ✨ feat(ci): add post-release OCI signature verification workflow (88b8c09) β€” @jyje
  • Feat: add support for existingClaim in persistence configuration (#37) (e376ae5) β€” @Djiit

Bug Fixes

  • πŸ› bug(ci): pass the chat round-trip prompt via -q, not as a positional arg (d8e0092) β€” @jyje

Documentation

  • πŸ“„ docs(changelog): add v0.5.7 entry and backfill note for v0.4.2 (62e8809) β€” @jyje
  • πŸ“„ docs(contributing): add local development environment guide (9610f55) β€” @jyje
  • πŸ“„ docs: add DevOps roadmap (94c68b3) β€” @jyje
  • πŸ“„ docs(chart): sync README template with the two example value rows (ac1216f) β€” @jyje
  • πŸ“„ docs(ci): add docs/ci.md and link it from CONTRIBUTING (889f7e2) β€” @jyje

Tests

  • βœ… test(ci): run validate-chart scenarios in parallel with per-scenario timeouts (4145df8) β€” @jyje
  • βœ… test(ci): add comprehensive checks to the post-release verify job (1d22eb3) β€” @jyje

hermes-agent v0.5.7

Choose a tag to compare

@github-actions github-actions released this 29 Jun 11:27
10b48a7

πŸ‘©πŸ»β€πŸ’» A Helm chart to run Hermes Agent on Kubernetes, community-powered, lightweight

Run Hermes Agent β€” a multi-provider LLM agent framework β€” on Kubernetes. Configure any provider Hermes supports (OpenAI, Anthropic, Gemini, OpenRouter, NVIDIA, or any OpenAI-compatible proxy such as LiteLLM/vLLM) entirely via values.yaml, with a built-in helm test health check.


AppVersion: v2026.6.19 β€” the Hermes Agent image this chart version deploys.

Install

Latest (Helm repo)

helm repo add hermes-agent https://jyje.github.io/hermes-agent-helm
helm repo update
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

This version (v0.5.7)

helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.5.7 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

OCI

helm upgrade --install hermes-agent oci://ghcr.io/jyje/hermes-agent-helm/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.5.7 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

Changelog

Documentation

  • πŸ“„ docs(chart): add Agent team section to chart README (EN + KO) (314ede4) β€” @jyje