Skip to content

Commit 9016979

Browse files
committed
Merge branch 'main' of github.com:user-cube/bootchain-operator
2 parents 46d3938 + 564092d commit 9016979

5 files changed

Lines changed: 22 additions & 8 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.2](https://github.com/user-cube/bootchain-operator/compare/v1.3.1...v1.3.2) (2026-03-01)
2+
3+
4+
### Bug Fixes
5+
6+
* update ns names; update metrics ([b8e581f](https://github.com/user-cube/bootchain-operator/commit/b8e581f5225edabb1d605af5b4374c2639fe3a27))
7+
18
## [1.3.1](https://github.com/user-cube/bootchain-operator/compare/v1.3.0...v1.3.1) (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.2](https://github.com/user-cube/bootchain-operator/compare/v1.3.1...v1.3.2) (2026-03-01)
2+
3+
4+
### Bug Fixes
5+
6+
* update ns names; update metrics ([b8e581f](https://github.com/user-cube/bootchain-operator/commit/b8e581f5225edabb1d605af5b4374c2639fe3a27))
7+
18
## [1.3.1](https://github.com/user-cube/bootchain-operator/compare/v1.3.0...v1.3.1) (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.1
8-
appVersion: v1.3.1
7+
version: 1.3.2
8+
appVersion: v1.3.2
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.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)
3+
![Version: 1.3.2](https://img.shields.io/badge/Version-1.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.2](https://img.shields.io/badge/AppVersion-v1.3.2-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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.3.1
1+
version: 1.3.2
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:50:31Z'
20+
createdAt: '2026-03-01T01:59:54Z'
2121
changes:
2222
- kind: fixed
23-
description: update dashboard; use full fqdn ([#15](https://github.com/user-cube/bootchain-operator/issues/15))
23+
description: update ns names; update metrics
2424
links:
25-
- name: Commit dfe671b
26-
url: https://github.com/user-cube/bootchain-operator/commit/dfe671b9076b49da34c7eb99891b149afcdf9f29
25+
- name: Commit b8e581f
26+
url: https://github.com/user-cube/bootchain-operator/commit/b8e581f5225edabb1d605af5b4374c2639fe3a27

0 commit comments

Comments
 (0)