Skip to content

Commit ddb8d33

Browse files
chore(main): release 0.1.18
1 parent 12dccb4 commit ddb8d33

5 files changed

Lines changed: 19 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.17"
2+
".": "0.1.18"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [0.1.18](https://github.com/paperclipinc/hermes-operator/compare/v0.1.17...v0.1.18) (2026-06-18)
11+
12+
13+
### Features
14+
15+
* **runtime:** run agents on the upstream s6 image — instance reaches Ready (gateway API + /health) ([#90](https://github.com/paperclipinc/hermes-operator/issues/90)) ([12dccb4](https://github.com/paperclipinc/hermes-operator/commit/12dccb40a00f66a34b80267932cda2e3c3898220))
16+
17+
18+
### Bug Fixes
19+
20+
* **agent-image:** ship pyproject.toml + uv.lock at /opt/venv-template/ ([#68](https://github.com/paperclipinc/hermes-operator/issues/68)) ([#85](https://github.com/paperclipinc/hermes-operator/issues/85)) ([39ef52c](https://github.com/paperclipinc/hermes-operator/commit/39ef52c09efa10becf02a2238f8637be1c6bfc0a))
21+
* **agent-image:** ship the uv binary in the runtime stage ([#68](https://github.com/paperclipinc/hermes-operator/issues/68)) ([#88](https://github.com/paperclipinc/hermes-operator/issues/88)) ([13fb1e5](https://github.com/paperclipinc/hermes-operator/commit/13fb1e512cfea258359aa9744750e51299baf25e))
22+
1023
## [0.1.17](https://github.com/paperclipinc/hermes-operator/compare/v0.1.16...v0.1.17) (2026-06-16)
1124

1225

bundle/manifests/hermes-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ spec:
206206
207207
- Kubernetes 1.28+
208208
maturity: alpha
209-
version: 0.1.17
209+
version: 0.1.18
210210
minKubeVersion: 1.28.0
211211
keywords:
212212
- ai

charts/hermes-operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: >-
44
A Kubernetes operator for deploying and managing Nous Research Hermes AI agent
55
instances
66
type: application
7-
version: 0.1.17
8-
appVersion: 0.1.17
7+
version: 0.1.18
8+
appVersion: 0.1.18
99
kubeVersion: '>=1.28.0-0'
1010
keywords:
1111
- kubernetes
@@ -69,7 +69,7 @@ annotations:
6969
size: 10Gi
7070
artifacthub.io/images: |
7171
- name: hermes-operator
72-
image: ghcr.io/paperclipinc/hermes-operator:0.1.17 # x-release-please-version
72+
image: ghcr.io/paperclipinc/hermes-operator:0.1.18 # x-release-please-version
7373
artifacthub.io/changes: |
7474
- kind: added
7575
description: World-class Artifact Hub metadata (logo, keywords, CRDs, images)

charts/hermes-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: ghcr.io/paperclipinc/hermes-operator
3-
tag: 0.1.17
3+
tag: 0.1.18
44
pullPolicy: IfNotPresent
55
logLevel: info
66
createRBAC: true

0 commit comments

Comments
 (0)