Skip to content

Commit fce130a

Browse files
authored
Merge branch 'main' into dependabot/go_modules/go.opentelemetry.io/otel/sdk-1.43.0
2 parents 463cd80 + dcca9b1 commit fce130a

5 files changed

Lines changed: 14 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.6"
2+
".": "0.1.7"
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.7](https://github.com/stubbi/hermes-operator/compare/v0.1.6...v0.1.7) (2026-05-20)
11+
12+
13+
### Bug Fixes
14+
15+
* **ci:** drop --remote from gh repo fork in operatorhub-submit ([#29](https://github.com/stubbi/hermes-operator/issues/29)) ([55bab59](https://github.com/stubbi/hermes-operator/commit/55bab593d92088ce31ff46925ca4a5b6a37a80b3))
16+
1017
## [0.1.6](https://github.com/stubbi/hermes-operator/compare/v0.1.5...v0.1.6) (2026-05-13)
1118

1219

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.6
4+
name: 0.1.7
55
namespace: placeholder
66
annotations:
77
capabilities: Auto Pilot
88
categories: AI/Machine Learning, Developer Tools, Application Runtime
9-
containerImage: 0.1.6
9+
containerImage: 0.1.7
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.6
196+
version: 0.1.7
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.6
6-
appVersion: 0.1.6
5+
version: 0.1.7
6+
appVersion: 0.1.7
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.6
3+
tag: 0.1.7
44
pullPolicy: IfNotPresent
55
logLevel: info
66
createRBAC: true

0 commit comments

Comments
 (0)