Skip to content

Commit d98a6c8

Browse files
chore(main): release 0.1.19
1 parent 88445b1 commit d98a6c8

4 files changed

Lines changed: 17 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.18"
2+
".": "0.1.19"
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.19](https://github.com/paperclipinc/hermes-operator/compare/v0.1.18...v0.1.19) (2026-07-28)
11+
12+
13+
### Features
14+
15+
* **scheduling:** add spec.scheduling.runtimeClassName ([#123](https://github.com/paperclipinc/hermes-operator/issues/123)) ([4462cb7](https://github.com/paperclipinc/hermes-operator/commit/4462cb7179effefa4f458297ce3b1f3afb582507))
16+
17+
18+
### Bug Fixes
19+
20+
* **chart:** render pullable default image tags ([#122](https://github.com/paperclipinc/hermes-operator/issues/122)) ([88445b1](https://github.com/paperclipinc/hermes-operator/commit/88445b1972610aafd8bd0992233458c3db421354))
21+
1022
## [0.1.18](https://github.com/paperclipinc/hermes-operator/compare/v0.1.17...v0.1.18) (2026-06-19)
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.18
209+
version: 0.1.19
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.18
8-
appVersion: 0.1.18
7+
version: 0.1.19
8+
appVersion: 0.1.19
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.18 # x-release-please-version
72+
image: ghcr.io/paperclipinc/hermes-operator:v0.1.19 # 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)