Skip to content

Commit 7487d80

Browse files
chore(main): release 0.1.11 (#55)
🤖 I have created a release *beep* *boop* --- ## [0.1.11](v0.1.10...v0.1.11) (2026-06-03) ### Bug Fixes * **olm:** correct CSV image refs so OperatorHub submission passes ([#54](#54)) ([edaa87d](edaa87d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: paperclip-release-bot[bot] <288053502+paperclip-release-bot[bot]@users.noreply.github.com>
1 parent edaa87d commit 7487d80

5 files changed

Lines changed: 14 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.10"
2+
".": "0.1.11"
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.11](https://github.com/paperclipinc/hermes-operator/compare/v0.1.10...v0.1.11) (2026-06-03)
11+
12+
13+
### Bug Fixes
14+
15+
* **olm:** correct CSV image refs so OperatorHub submission passes ([#54](https://github.com/paperclipinc/hermes-operator/issues/54)) ([edaa87d](https://github.com/paperclipinc/hermes-operator/commit/edaa87ddf333a7610e3d451666f02c4bd8362880))
16+
1017
## [0.1.10](https://github.com/paperclipinc/hermes-operator/compare/v0.1.9...v0.1.10) (2026-06-03)
1118

1219

bundle/manifests/hermes-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ metadata:
9797
features.operators.openshift.io/token-auth-gcp: 'false'
9898
spec:
9999
icon:
100-
- base64data: PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggMTI4IiByb2xlPSJpbWciIGFyaWEtbGFiZWw9Ikhlcm1lcyBPcGVyYXRvciI+CiAgPHJlY3Qgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjgiIHJ4PSIyNCIgZmlsbD0iIzBCMTAyMCIvPgogIDxwYXRoIGQ9Ik00NCAzNnY1Nk04NCAzNnY1Nk00NCA2NGg0MCIgc3Ryb2tlPSIjNUI4REVGIiBzdHJva2Utd2lkdGg9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICA8cGF0aCBkPSJNMzAgNTBjLTEwLTYtMjAtNi0yNi0yIDggMiAxNCA2IDE4IDEyek05OCA1MGMxMC02IDIwLTYgMjYtMi04IDItMTQgNi0xOCAxMnoiIGZpbGw9IiM3Q0UwQzMiLz4KPC9zdmc+Cg==
100+
- base64data: >-
101+
PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggMTI4IiByb2xlPSJpbWciIGFyaWEtbGFiZWw9Ikhlcm1lcyBPcGVyYXRvciI+CiAgPHJlY3Qgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjgiIHJ4PSIyNCIgZmlsbD0iIzBCMTAyMCIvPgogIDxwYXRoIGQ9Ik00NCAzNnY1Nk04NCAzNnY1Nk00NCA2NGg0MCIgc3Ryb2tlPSIjNUI4REVGIiBzdHJva2Utd2lkdGg9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICA8cGF0aCBkPSJNMzAgNTBjLTEwLTYtMjAtNi0yNi0yIDggMiAxNCA2IDE4IDEyek05OCA1MGMxMC02IDIwLTYgMjYtMi04IDItMTQgNi0xOCAxMnoiIGZpbGw9IiM3Q0UwQzMiLz4KPC9zdmc+Cg==
101102
mediatype: image/svg+xml
102103
displayName: Hermes Operator
103104
description: >
@@ -196,7 +197,7 @@ spec:
196197
197198
- Kubernetes 1.28+
198199
maturity: alpha
199-
version: 0.1.10
200+
version: 0.1.11
200201
minKubeVersion: 1.28.0
201202
keywords:
202203
- 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.10
6-
appVersion: 0.1.10
5+
version: 0.1.11
6+
appVersion: 0.1.11
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.10
3+
tag: 0.1.11
44
pullPolicy: IfNotPresent
55
logLevel: info
66
createRBAC: true

0 commit comments

Comments
 (0)