@@ -26,56 +26,66 @@ 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
33- description: "admission: authorize maintenance through RBAC "
33+ description: "auth: default JWT flows to inline auth "
3434 - kind: added
35- description: "api : add runtime restart controls "
35+ description: "observability : add workload metrics scraping support "
3636 - kind: added
37- description: "readreplicas : add steady-state read replica topology and status "
37+ description: "openbaocluster : add ingress integration readiness "
3838 - kind: added
39- description: "readreplicas: integrate read replicas with upgrade and restore workflows "
39+ description: "openbao: improve PKCS#11 runtime ergonomics "
4040 - kind: fixed
41- description: "admission: guard hardened security context overrides "
41+ description: "backup: record manual triggers and failure time "
4242 - kind: fixed
43- description: "helm: allow global values in chart schema "
43+ description: "config: align audit device options with OpenBao "
4444 - kind: fixed
45- description: "helm: Helm provisioner admission identity "
45+ description: "config: harden generated JWT roles "
4646 - kind: fixed
47- description: "infra: delete scaled-down raft PVCs "
47+ description: "config: use SemVer precedence for OpenBao version checks "
4848 - kind: fixed
49- description: "multitenancy: gate cluster reconcile on tenant onboarding "
49+ description: "deps: restore dependency update CI coverage "
5050 - kind: fixed
51- description: "network: Require source-scoped managed Ingress access "
51+ description: "deps: update x/crypto for vulncheck "
5252 - kind: fixed
53- description: "openbao: stage safe raft scale-downs "
53+ description: "deps: update x/net for vulncheck "
5454 - kind: fixed
55- description: "probe: stabilize openbao workload probes "
55+ description: "gateway: emit TLSRoute as Gateway API v1 "
5656 - kind: fixed
57- description: "provisioner: reduce release reconciliation log noise"
58- - kind: security
59- description: "security: fail closed for configured trusted roots"
57+ description: "helm: deduplicate generated RBAC labels"
58+ - kind: fixed
59+ description: "openbao: share JWT token cache"
60+ - kind: fixed
61+ description: "provisioner: support external tenant PSS label ownership"
62+ - kind: fixed
63+ description: "rbac: allow verification pull secret reads"
6064 - kind: fixed
61- description: "status: mark unsafe admission mode not production-ready "
65+ description: "restore: harden restore job rendering "
6266 - kind: fixed
63- description: "upgrade: complete SSA ownership migration"
67+ description: "restore: validate static token secret identity"
68+ - kind: security
69+ description: "security: harden backup and restore helper inputs"
70+ - kind: security
71+ description: "security: harden backup restore endpoint validation"
72+ - kind: security
73+ description: "security: harden transit unseal credential handling"
6474 - kind: fixed
65- description: "upgrade: harden bluegreen and rolling recovery flakes "
75+ description: "storage: retry transient S3 bucket ensure failures "
6676 - kind: fixed
67- description: "upgrade: set executor job resource requirements "
77+ description: "upgrade: harden rolling upgrade resume "
6878 - kind: fixed
69- description: "upgrade: treat raft promote already-voter as no-op "
79+ description: "workload: mount OCI plugin directory "
7080 artifacthub.io/images : |
7181 - name: openbao-operator
72- image: ghcr.io/dc-tec/openbao-operator:0.2 .0
82+ image: ghcr.io/dc-tec/openbao-operator:0.3 .0
7383 - name: openbao-init
74- image: ghcr.io/dc-tec/openbao-init:0.2 .0
84+ image: ghcr.io/dc-tec/openbao-init:0.3 .0
7585 - name: openbao-backup
76- image: ghcr.io/dc-tec/openbao-backup:0.2 .0
86+ image: ghcr.io/dc-tec/openbao-backup:0.3 .0
7787 - name: openbao-upgrade
78- image: ghcr.io/dc-tec/openbao-upgrade:0.2 .0
88+ image: ghcr.io/dc-tec/openbao-upgrade:0.3 .0
7989 artifacthub.io/crds : |
8090 - kind: OpenBaoCluster
8191 version: v1alpha1
0 commit comments