Skip to content

Commit f3ef808

Browse files
chore(release): 1.3.1 [skip ci]
## [1.3.1](v1.3.0...v1.3.1) (2026-03-01) ### Bug Fixes * update dashboard; use full fqdn ([#15](#15)) ([dfe671b](dfe671b))
1 parent dfe671b commit f3ef808

5 files changed

Lines changed: 23 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.1](https://github.com/user-cube/bootchain-operator/compare/v1.3.0...v1.3.1) (2026-03-01)
2+
3+
4+
### Bug Fixes
5+
6+
* update dashboard; use full fqdn ([#15](https://github.com/user-cube/bootchain-operator/issues/15)) ([dfe671b](https://github.com/user-cube/bootchain-operator/commit/dfe671b9076b49da34c7eb99891b149afcdf9f29))
7+
18
# [1.3.0](https://github.com/user-cube/bootchain-operator/compare/v1.2.4...v1.3.0) (2026-03-01)
29

310

charts/bootchain-operator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.1](https://github.com/user-cube/bootchain-operator/compare/v1.3.0...v1.3.1) (2026-03-01)
2+
3+
4+
### Bug Fixes
5+
6+
* update dashboard; use full fqdn ([#15](https://github.com/user-cube/bootchain-operator/issues/15)) ([dfe671b](https://github.com/user-cube/bootchain-operator/commit/dfe671b9076b49da34c7eb99891b149afcdf9f29))
7+
18
# [1.3.0](https://github.com/user-cube/bootchain-operator/compare/v1.2.4...v1.3.0) (2026-03-01)
29

310

charts/bootchain-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: >-
44
A Kubernetes operator that makes service boot dependencies declarative and
55
automatic, eliminating hand-written init containers.
66
type: application
7-
version: 1.3.0
8-
appVersion: v1.3.0
7+
version: 1.3.1
8+
appVersion: v1.3.1
99
keywords:
1010
- kubernetes
1111
- operator

charts/bootchain-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bootchain-operator
22

3-
![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.0](https://img.shields.io/badge/AppVersion-v1.3.0-informational?style=flat-square)
3+
![Version: 1.3.1](https://img.shields.io/badge/Version-1.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.1](https://img.shields.io/badge/AppVersion-v1.3.1-informational?style=flat-square)
44

55
A Kubernetes operator that makes service boot dependencies declarative and automatic, eliminating hand-written init containers.
66

charts/bootchain-operator/artifacthub-pkg.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.3.0
1+
version: 1.3.1
22
name: bootchain-operator
33
displayName: Bootchain Operator
44
description: Helm chart that deploys the Bootchain Operator.
@@ -17,10 +17,10 @@ annotations:
1717
artifacthub.io/category: kubernetes
1818
artifacthub.io/license: Apache-2.0
1919
artifacthub.io/maintainers: user-cube
20-
createdAt: '2026-03-01T01:06:47Z'
20+
createdAt: '2026-03-01T01:50:31Z'
2121
changes:
22-
- kind: added
23-
description: add grafana dashboard ([#14](https://github.com/user-cube/bootchain-operator/issues/14))
22+
- kind: fixed
23+
description: update dashboard; use full fqdn ([#15](https://github.com/user-cube/bootchain-operator/issues/15))
2424
links:
25-
- name: Commit 5505a10
26-
url: https://github.com/user-cube/bootchain-operator/commit/5505a104ee234e5f63f09af3231068c110014155
25+
- name: Commit dfe671b
26+
url: https://github.com/user-cube/bootchain-operator/commit/dfe671b9076b49da34c7eb99891b149afcdf9f29

0 commit comments

Comments
 (0)