Skip to content

Commit a95075f

Browse files
authored
chore(main): release 0.1.5 (#26)
🤖 I have created a release *beep* *boop* --- ## [0.1.5](v0.1.4...v0.1.5) (2026-05-13) ### Bug Fixes * **release:** run make installer via goreleaser before:hooks ([#25](#25)) ([5bcd154](5bcd154)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 5bcd154 commit a95075f

5 files changed

Lines changed: 17 additions & 11 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.4"
2+
".": "0.1.5"
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.5](https://github.com/stubbi/hermes-operator/compare/v0.1.4...v0.1.5) (2026-05-13)
11+
12+
13+
### Bug Fixes
14+
15+
* **release:** run make installer via goreleaser before:hooks ([#25](https://github.com/stubbi/hermes-operator/issues/25)) ([5bcd154](https://github.com/stubbi/hermes-operator/commit/5bcd1548d9b80b23809b171b13d7ec71a80724af))
16+
1017
## [0.1.4](https://github.com/stubbi/hermes-operator/compare/v0.1.3...v0.1.4) (2026-05-13)
1118

1219

bundle/manifests/hermes-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
apiVersion: operators.coreos.com/v1alpha1
22
kind: ClusterServiceVersion
33
metadata:
4-
name: 0.1.4
4+
name: 0.1.5
55
namespace: placeholder
66
annotations:
77
capabilities: Auto Pilot
88
categories: AI/Machine Learning, Developer Tools, Application Runtime
9-
containerImage: 0.1.4
9+
containerImage: 0.1.5
1010
createdAt: '2026-05-12T00:00:00Z'
1111
support: stubbi
1212
repository: https://github.com/stubbi/hermes-operator
1313
description: >-
1414
A production-grade Kubernetes operator for deploying and managing
15-
nousresearch/hermes-agent: a Python-based self-improving multi-platform
16-
AI agent.
15+
nousresearch/hermes-agent: a Python-based self-improving multi-platform AI
16+
agent.
1717
alm-examples: |-
1818
[
1919
{
@@ -133,8 +133,7 @@ spec:
133133
Server-Side Apply (no GitOps flap).
134134
- **Cluster Defaults**: `HermesClusterDefaults` (cluster-scoped singleton)
135135
supplies organization-wide defaults for image, storage class, IRSA, etc.
136-
- **Auto-Update with Rollback**: OCI registry polling with pre-update
137-
backup
136+
- **Auto-Update with Rollback**: OCI registry polling with pre-update backup
138137
and probe-driven rollback.
139138
- **Backup / Restore**: S3-compatible (R2, MinIO, AWS), backup-on-delete
140139
finalizer, declarative restore from snapshot.
@@ -194,7 +193,7 @@ spec:
194193
195194
- Kubernetes 1.28+
196195
maturity: alpha
197-
version: 0.1.4
196+
version: 0.1.5
198197
minKubeVersion: 1.28.0
199198
keywords:
200199
- 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.4
6-
appVersion: 0.1.4
5+
version: 0.1.5
6+
appVersion: 0.1.5
77
kubeVersion: '>=1.28.0-0'
88
home: https://github.com/stubbi/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/stubbi/hermes-operator
3-
tag: 0.1.4
3+
tag: 0.1.5
44
pullPolicy: IfNotPresent
55
logLevel: info
66
createRBAC: true

0 commit comments

Comments
 (0)