Skip to content

Commit 027552b

Browse files
chore(main): release 0.1.15 (#67)
🤖 I have created a release *beep* *boop* --- ## [0.1.15](v0.1.14...v0.1.15) (2026-06-16) ### Features * **chart:** world-class Artifact Hub metadata + cosign chart signing ([#78](#78)) ([4e38216](4e38216)) ### Bug Fixes * **agent-image:** broken runtime venv + invalid smoke workflow YAML ([#66](#66)) ([ec6016c](ec6016c)) --- 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 4e38216 commit 027552b

5 files changed

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

CHANGELOG.md

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

88
---
99

10+
## [0.1.15](https://github.com/paperclipinc/hermes-operator/compare/v0.1.14...v0.1.15) (2026-06-16)
11+
12+
13+
### Features
14+
15+
* **chart:** world-class Artifact Hub metadata + cosign chart signing ([#78](https://github.com/paperclipinc/hermes-operator/issues/78)) ([4e38216](https://github.com/paperclipinc/hermes-operator/commit/4e382164d94142eb205b9ace554e36c66438f7a8))
16+
17+
18+
### Bug Fixes
19+
20+
* **agent-image:** broken runtime venv + invalid smoke workflow YAML ([#66](https://github.com/paperclipinc/hermes-operator/issues/66)) ([ec6016c](https://github.com/paperclipinc/hermes-operator/commit/ec6016c141813a84f673d9c7cc77b824abbc180a))
21+
1022
## [0.1.14](https://github.com/paperclipinc/hermes-operator/compare/v0.1.13...v0.1.14) (2026-06-10)
1123

1224

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.14
209+
version: 0.1.15
210210
minKubeVersion: 1.28.0
211211
keywords:
212212
- ai

charts/hermes-operator/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: v2
22
name: hermes-operator
33
description: >-
4-
A Kubernetes operator for deploying and managing Nous Research Hermes
5-
AI agent instances
4+
A Kubernetes operator for deploying and managing Nous Research Hermes AI agent
5+
instances
66
type: application
7-
version: 0.1.14
8-
appVersion: 0.1.14
7+
version: 0.1.15
8+
appVersion: 0.1.15
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.14 # x-release-please-version
72+
image: ghcr.io/paperclipinc/hermes-operator:0.1.15 # 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.14
3+
tag: 0.1.15
44
pullPolicy: IfNotPresent
55
logLevel: info
66
createRBAC: true

0 commit comments

Comments
 (0)