Skip to content

Commit f74ef67

Browse files
authored
chore(main): release 0.1.6 (#27)
🤖 I have created a release *beep* *boop* --- ## [0.1.6](v0.1.5...v0.1.6) (2026-05-13) ### Features * hermes-operator v1.0.0 — plans 1–7 implementation ([#1](#1)) ([a99ad5c](a99ad5c)) ### Bug Fixes * **ci:** semantic Bundle RBAC sync check (was: file-diff flake) ([#16](#16)) ([3b3b5a6](3b3b5a6)) * **release:** build container images via docker/build-push-action ([#23](#23)) ([d1b4862](d1b4862)) * **release:** run make installer via goreleaser before:hooks ([#25](#25)) ([5bcd154](5bcd154)) * **release:** trigger v0.1.2 (v0.1.1 tag has broken release.yaml) ([#18](#18)) ([e3f8289](e3f8289)) * **release:** use --skip=validate instead of throw-away commit ([#20](#20)) ([61f2099](61f2099)) --- 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 a95075f commit f74ef67

5 files changed

Lines changed: 23 additions & 7 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.5"
2+
".": "0.1.6"
33
}

CHANGELOG.md

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

88
---
99

10+
## [0.1.6](https://github.com/stubbi/hermes-operator/compare/v0.1.5...v0.1.6) (2026-05-13)
11+
12+
13+
### Features
14+
15+
* hermes-operator v1.0.0 — plans 1–7 implementation ([#1](https://github.com/stubbi/hermes-operator/issues/1)) ([a99ad5c](https://github.com/stubbi/hermes-operator/commit/a99ad5c9e2d684c6a7fbd0a5884e23a982d449f0))
16+
17+
18+
### Bug Fixes
19+
20+
* **ci:** semantic Bundle RBAC sync check (was: file-diff flake) ([#16](https://github.com/stubbi/hermes-operator/issues/16)) ([3b3b5a6](https://github.com/stubbi/hermes-operator/commit/3b3b5a6e83046ccf041340e082e0165234d3ceb3))
21+
* **release:** build container images via docker/build-push-action ([#23](https://github.com/stubbi/hermes-operator/issues/23)) ([d1b4862](https://github.com/stubbi/hermes-operator/commit/d1b4862f018d4b6c1d657d8485ce4f417f754030))
22+
* **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))
23+
* **release:** trigger v0.1.2 (v0.1.1 tag has broken release.yaml) ([#18](https://github.com/stubbi/hermes-operator/issues/18)) ([e3f8289](https://github.com/stubbi/hermes-operator/commit/e3f8289b26d2dcc581702c138549c90914b747bf))
24+
* **release:** use --skip=validate instead of throw-away commit ([#20](https://github.com/stubbi/hermes-operator/issues/20)) ([61f2099](https://github.com/stubbi/hermes-operator/commit/61f20999031ba61f13d2996b7b235026ab701e5a))
25+
1026
## [0.1.5](https://github.com/stubbi/hermes-operator/compare/v0.1.4...v0.1.5) (2026-05-13)
1127

1228

bundle/manifests/hermes-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apiVersion: operators.coreos.com/v1alpha1
22
kind: ClusterServiceVersion
33
metadata:
4-
name: 0.1.5
4+
name: 0.1.6
55
namespace: placeholder
66
annotations:
77
capabilities: Auto Pilot
88
categories: AI/Machine Learning, Developer Tools, Application Runtime
9-
containerImage: 0.1.5
9+
containerImage: 0.1.6
1010
createdAt: '2026-05-12T00:00:00Z'
1111
support: stubbi
1212
repository: https://github.com/stubbi/hermes-operator
@@ -193,7 +193,7 @@ spec:
193193
194194
- Kubernetes 1.28+
195195
maturity: alpha
196-
version: 0.1.5
196+
version: 0.1.6
197197
minKubeVersion: 1.28.0
198198
keywords:
199199
- 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.5
6-
appVersion: 0.1.5
5+
version: 0.1.6
6+
appVersion: 0.1.6
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.5
3+
tag: 0.1.6
44
pullPolicy: IfNotPresent
55
logLevel: info
66
createRBAC: true

0 commit comments

Comments
 (0)