Skip to content

Commit 414803a

Browse files
chore(main): release 0.1.8
1 parent 2793efe commit 414803a

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.7"
2+
".": "0.1.8"
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.8](https://github.com/paperclipinc/hermes-operator/compare/v0.1.7...v0.1.8) (2026-05-26)
11+
12+
13+
### Bug Fixes
14+
15+
* rename stubbi → paperclipinc across chart, CI, docs, Go module ([de3e0bd](https://github.com/paperclipinc/hermes-operator/commit/de3e0bd1f3e0ae8b1ee01b8748f005053f1f3b65))
16+
1017
## [0.1.7](https://github.com/paperclipinc/hermes-operator/compare/v0.1.6...v0.1.7) (2026-05-20)
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.7
4+
name: 0.1.8
55
namespace: placeholder
66
annotations:
77
capabilities: Auto Pilot
88
categories: AI/Machine Learning, Developer Tools, Application Runtime
9-
containerImage: 0.1.7
9+
containerImage: 0.1.8
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.7
196+
version: 0.1.8
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.7
6-
appVersion: 0.1.7
5+
version: 0.1.8
6+
appVersion: 0.1.8
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.7
3+
tag: 0.1.8
44
pullPolicy: IfNotPresent
55
logLevel: info
66
createRBAC: true

0 commit comments

Comments
 (0)