Skip to content

Commit 8378640

Browse files
chore(main): release 0.1.16 (#81)
🤖 I have created a release *beep* *boop* --- ## [0.1.16](v0.1.15...v0.1.16) (2026-06-16) ### Bug Fixes * **bundle:** declare com.redhat.openshift.versions for OpenShift cert ([#80](#80)) ([47d5ff4](47d5ff4)) --- 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 47d5ff4 commit 8378640

5 files changed

Lines changed: 13 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.15"
2+
".": "0.1.16"
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.16](https://github.com/paperclipinc/hermes-operator/compare/v0.1.15...v0.1.16) (2026-06-16)
11+
12+
13+
### Bug Fixes
14+
15+
* **bundle:** declare com.redhat.openshift.versions for OpenShift cert ([#80](https://github.com/paperclipinc/hermes-operator/issues/80)) ([47d5ff4](https://github.com/paperclipinc/hermes-operator/commit/47d5ff4a5c1b547290acfe24e0628b357415062c))
16+
1017
## [0.1.15](https://github.com/paperclipinc/hermes-operator/compare/v0.1.14...v0.1.15) (2026-06-16)
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.15
209+
version: 0.1.16
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.15
8-
appVersion: 0.1.15
7+
version: 0.1.16
8+
appVersion: 0.1.16
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.15 # x-release-please-version
72+
image: ghcr.io/paperclipinc/hermes-operator:0.1.16 # 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.15
3+
tag: 0.1.16
44
pullPolicy: IfNotPresent
55
logLevel: info
66
createRBAC: true

0 commit comments

Comments
 (0)