File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.2 .0"
2+ "." : " 0.3 .0"
33}
44
Original file line number Diff line number Diff line change 22
33Release notes are generated and maintained via ** release-please** based on ** Conventional Commits** .
44
5+ ## [ 0.3.0] ( https://github.com/dc-tec/openbao-operator/compare/0.2.0...0.3.0 ) (2026-05-12)
6+
7+
8+ ### Features
9+
10+ * ** openbaocluster:** add ingress integration readiness ([ #409 ] ( https://github.com/dc-tec/openbao-operator/issues/409 ) ) ([ 945b4a4] ( https://github.com/dc-tec/openbao-operator/commit/945b4a407829e8bb5f5617309873215ae356fc2d ) )
11+ * ** openbao:** improve PKCS[ #11 ] ( https://github.com/dc-tec/openbao-operator/issues/11 ) runtime ergonomics ([ #400 ] ( https://github.com/dc-tec/openbao-operator/issues/400 ) ) ([ f32a6ec] ( https://github.com/dc-tec/openbao-operator/commit/f32a6ec0fdc46ab911bc714daa4ec40d0527ef97 ) )
12+
13+
14+ ### Bug Fixes
15+
16+ * ** backup:** record manual triggers and failure time ([ #407 ] ( https://github.com/dc-tec/openbao-operator/issues/407 ) ) ([ ff172c6] ( https://github.com/dc-tec/openbao-operator/commit/ff172c60d6efabb541f9093dca769fb7b354f0ce ) )
17+ * ** config:** harden generated JWT roles ([ #420 ] ( https://github.com/dc-tec/openbao-operator/issues/420 ) ) ([ 546c6db] ( https://github.com/dc-tec/openbao-operator/commit/546c6dbc605c97c1dac743c5cefb97e4dc595688 ) )
18+ * ** config:** use SemVer precedence for OpenBao version checks ([ #394 ] ( https://github.com/dc-tec/openbao-operator/issues/394 ) ) ([ 173847d] ( https://github.com/dc-tec/openbao-operator/commit/173847d22397796e4caa7aa41180f60fcc2a6839 ) )
19+ * ** deps:** restore dependency update CI coverage ([ #399 ] ( https://github.com/dc-tec/openbao-operator/issues/399 ) ) ([ 032e1b7] ( https://github.com/dc-tec/openbao-operator/commit/032e1b7a8ae0a008bacc17772bac5d764f410876 ) )
20+ * ** helm:** deduplicate generated RBAC labels ([ #414 ] ( https://github.com/dc-tec/openbao-operator/issues/414 ) ) ([ 78f8d73] ( https://github.com/dc-tec/openbao-operator/commit/78f8d73ed5329c4dfaa7c82926f98ca8933bcb19 ) )
21+ * ** openbao:** share JWT token cache ([ #419 ] ( https://github.com/dc-tec/openbao-operator/issues/419 ) ) ([ a4a0887] ( https://github.com/dc-tec/openbao-operator/commit/a4a088762c584867932d3f48d47ee5399ceadc9e ) )
22+ * ** restore:** harden restore job rendering ([ #405 ] ( https://github.com/dc-tec/openbao-operator/issues/405 ) ) ([ 3e52f5a] ( https://github.com/dc-tec/openbao-operator/commit/3e52f5a51731562cb61f8cb8e48d2fdf8bd72e09 ) )
23+ * ** storage:** retry transient S3 bucket ensure failures ([ #408 ] ( https://github.com/dc-tec/openbao-operator/issues/408 ) ) ([ 9796c2c] ( https://github.com/dc-tec/openbao-operator/commit/9796c2c174c06f84f8fa645ae29909a774bc6f73 ) )
24+ * ** upgrade:** harden rolling upgrade resume ([ #406 ] ( https://github.com/dc-tec/openbao-operator/issues/406 ) ) ([ 33fe59d] ( https://github.com/dc-tec/openbao-operator/commit/33fe59d148751253d6819070630ebad0ce81d80b ) )
25+ * ** workload:** mount OCI plugin directory ([ #421 ] ( https://github.com/dc-tec/openbao-operator/issues/421 ) ) ([ fc95717] ( https://github.com/dc-tec/openbao-operator/commit/fc95717479d010af90550ae7f74d51e999d36990 ) )
26+
527## [ 0.2.0] ( https://github.com/dc-tec/openbao-operator/compare/0.1.1...0.2.0 ) (2026-05-01)
628
729
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: >-
44 OpenBao Operator installs the OpenBao Kubernetes operator and its required
55 cluster-scoped resources.
66type : application
7- version : 0.2 .0
8- appVersion : 0.2 .0
7+ version : 0.3 .0
8+ appVersion : 0.3 .0
99icon : >-
1010 https://raw.githubusercontent.com/dc-tec/openbao-operator/main/docs/assets/logo.svg
1111home : https://github.com/dc-tec/openbao-operator
@@ -26,7 +26,7 @@ annotations:
2626 artifacthub.io/license : Apache-2.0
2727 artifacthub.io/operator : ' true'
2828 artifacthub.io/operatorCapabilities : Full Lifecycle
29- artifacthub.io/prerelease : " false"
29+ artifacthub.io/prerelease : ' false'
3030 artifacthub.io/containsSecurityUpdates : ' true'
3131 artifacthub.io/changes : |
3232 - kind: added
You can’t perform that action at this time.
0 commit comments