Skip to content

Commit 563c488

Browse files
chore(main): release 0.1.10
1 parent 9e456b1 commit 563c488

5 files changed

Lines changed: 14 additions & 7 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.9"
2+
".": "0.1.10"
33
}

CHANGELOG.md

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

88
---
99

10+
## [0.1.10](https://github.com/paperclipinc/hermes-operator/compare/v0.1.9...v0.1.10) (2026-06-01)
11+
12+
13+
### Bug Fixes
14+
15+
* **agent-image:** relock uses uv image entrypoint (unblocks hermes-agent publish) ([#46](https://github.com/paperclipinc/hermes-operator/issues/46)) ([9e456b1](https://github.com/paperclipinc/hermes-operator/commit/9e456b199741b0e279fa24587a1317be15f82f81))
16+
1017
## [0.1.9](https://github.com/paperclipinc/hermes-operator/compare/v0.1.8...v0.1.9) (2026-05-26)
1118

1219

bundle/manifests/hermes-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apiVersion: operators.coreos.com/v1alpha1
22
kind: ClusterServiceVersion
33
metadata:
4-
name: 0.1.9
4+
name: 0.1.10
55
namespace: placeholder
66
annotations:
77
capabilities: Auto Pilot
88
categories: AI/Machine Learning, Developer Tools, Application Runtime
9-
containerImage: 0.1.9
9+
containerImage: 0.1.10
1010
createdAt: '2026-05-12T00:00:00Z'
1111
support: paperclipinc
1212
repository: https://github.com/paperclipinc/hermes-operator
@@ -193,7 +193,7 @@ spec:
193193
194194
- Kubernetes 1.28+
195195
maturity: alpha
196-
version: 0.1.9
196+
version: 0.1.10
197197
minKubeVersion: 1.28.0
198198
keywords:
199199
- ai

charts/hermes-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: hermes-operator
33
description: Kubernetes operator for nousresearch/hermes-agent
44
type: application
5-
version: 0.1.9
6-
appVersion: 0.1.9
5+
version: 0.1.10
6+
appVersion: 0.1.10
77
kubeVersion: '>=1.28.0-0'
88
home: https://github.com/paperclipinc/hermes-operator
99
sources:

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.9
3+
tag: 0.1.10
44
pullPolicy: IfNotPresent
55
logLevel: info
66
createRBAC: true

0 commit comments

Comments
 (0)