Skip to content

Commit 87efcce

Browse files
authored
feat: update OpenBao to 2.5.0 (#138)
Signed-off-by: Toni Tauro <toni.tauro@secretz.io>
1 parent 0c4aff6 commit 87efcce

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

charts/openbao/Chart.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
apiVersion: v2
55
name: openbao
6-
version: 0.24.1
7-
appVersion: v2.4.4
6+
version: 0.25.0
7+
appVersion: v2.5.0
88
kubeVersion: ">= 1.30.0-0"
99
description: Official OpenBao Chart
1010
home: 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
3335
maintainers:
3436
- name: OpenBao
3537
email: openbao-security@lists.openssf.org

charts/openbao/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
Official 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"` | |

0 commit comments

Comments
 (0)