File tree Expand file tree Collapse file tree 3 files changed +19
-10
lines changed
Expand file tree Collapse file tree 3 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 11## Unreleased
22
3+ ### 0.25.0
4+
5+ - Update OpenBao to version 2.5.0
6+
37## 0.24.1
48
59- fix(snapshotAgent): allow setting extraVolumeMounts, extraEnvironmentVars & extraSecretEnvironmentVars
Original file line number Diff line number Diff line change 33
44apiVersion : v2
55name : openbao
6- version : 0.24.1
7- appVersion : v2.4.4
6+ version : 0.25.0
7+ appVersion : v2.5.0
88kubeVersion : " >= 1.30.0-0"
99description : Official OpenBao Chart
1010home : https://github.com/openbao/openbao-helm
@@ -26,10 +26,12 @@ annotations:
2626 charts.openshift.io/name : Openbao
2727 artifacthub.io/containsSecurityUpdates : " false"
2828 artifacthub.io/changes : |
29- - kind: added
29+ - kind: changed
3030 description: |
31- fix(snapshotAgent): allow setting extraEnvironmentVars and extraVolumeMounts
32-
31+ feat: Update to OpenBao 2.5.0
32+ links:
33+ - name: OpenBao 2.5.0 Release
34+ url: https://github.com/openbao/openbao/releases/tag/v2.5.0
3335maintainers :
3436 - name : OpenBao
3537 email : openbao-security@lists.openssf.org
Original file line number Diff line number Diff line change 11# openbao
22
3- ![ Version: 0.24.1 ] ( https://img.shields.io/badge/Version-0.24.1 -informational?style=flat-square ) ![ AppVersion: v2.4.4 ] ( https://img.shields.io/badge/AppVersion-v2.4.4 -informational?style=flat-square )
3+ ![ Version: 0.25.0 ] ( https://img.shields.io/badge/Version-0.25.0 -informational?style=flat-square ) ![ AppVersion: v2.5.0 ] ( https://img.shields.io/badge/AppVersion-v2.5.0 -informational?style=flat-square )
44
55Official OpenBao Chart
66
@@ -194,10 +194,13 @@ Kubernetes: `>= 1.30.0-0`
194194| server.gateway.httpRoute.matches.path.value | string | ` "/" ` | |
195195| server.gateway.httpRoute.matches.timeouts | object | ` {} ` | |
196196| server.gateway.httpRoute.parentRefs | list | ` [] ` | |
197- | server.gateway.httpRoute.tlsPolicy.annotations | object | ` {} ` | |
198- | server.gateway.httpRoute.tlsPolicy.apiVersion | string | ` "gateway.networking.k8s.io/v1" ` | |
199- | server.gateway.httpRoute.tlsPolicy.labels | object | ` {} ` | |
200- | server.gateway.httpRoute.tlsPolicy.validation | object | ` {} ` | |
197+ | server.gateway.tlsPolicy.activeService | bool | ` true ` | |
198+ | server.gateway.tlsPolicy.annotations | object | ` {} ` | |
199+ | server.gateway.tlsPolicy.apiVersion | string | ` "gateway.networking.k8s.io/v1" ` | |
200+ | server.gateway.tlsPolicy.enabled | bool | ` false ` | |
201+ | server.gateway.tlsPolicy.labels | object | ` {} ` | |
202+ | server.gateway.tlsPolicy.targetRefs | list | ` [] ` | |
203+ | server.gateway.tlsPolicy.validation | object | ` {} ` | |
201204| server.gateway.tlsRoute.activeService | bool | ` true ` | |
202205| server.gateway.tlsRoute.annotations | object | ` {} ` | |
203206| server.gateway.tlsRoute.apiVersion | string | ` "gateway.networking.k8s.io/v1alpha3" ` | |
You can’t perform that action at this time.
0 commit comments