Skip to content

Commit 4c726ae

Browse files
chore(main): release 0.1.20 (#132)
🤖 I have created a release *beep* *boop* --- ## [0.1.20](v0.1.19...v0.1.20) (2026-07-28) ### Bug Fixes * **chart:** stop rendering a doubled v in the operator image tag ([#131](#131)) ([7a724e5](7a724e5)) --- 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 7a724e5 commit 4c726ae

4 files changed

Lines changed: 12 additions & 5 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.19"
2+
".": "0.1.20"
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.20](https://github.com/paperclipinc/hermes-operator/compare/v0.1.19...v0.1.20) (2026-07-28)
11+
12+
13+
### Bug Fixes
14+
15+
* **chart:** stop rendering a doubled v in the operator image tag ([#131](https://github.com/paperclipinc/hermes-operator/issues/131)) ([7a724e5](https://github.com/paperclipinc/hermes-operator/commit/7a724e5976a9cb9297bc9a2d85c7e69ae72a23fe))
16+
1017
## [0.1.19](https://github.com/paperclipinc/hermes-operator/compare/v0.1.18...v0.1.19) (2026-07-28)
1118

1219

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.19
209+
version: 0.1.20
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.19
8-
appVersion: 0.1.19
7+
version: 0.1.20
8+
appVersion: 0.1.20
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:v0.1.19 # x-release-please-version
72+
image: ghcr.io/paperclipinc/hermes-operator:v0.1.20 # x-release-please-version
7373
artifacthub.io/changes: |
7474
- kind: added
7575
description: World-class Artifact Hub metadata (logo, keywords, CRDs, images)

0 commit comments

Comments
 (0)