chore(deps): update helm release openbao to v0.12.0 #115

Open
renovatebot wants to merge 1 commit from renovate/openbao-0.x into main
Member

This PR contains the following updates:

Package Type Update Change
openbao HelmChart minor 0.7.0 -> 0.12.0

Release Notes

openbao/openbao-helm (openbao)

v0.12.0

Compare Source

Features:

  • Pass additional arguments to vault-csi-provider using csi.extraArgs GH-526

Improvements:

  • Set chart kubeVersion and added chart-verifier tests GH-510
  • Added values json schema GH-513
  • Ability to set tolerations for CSI daemonset pods GH-521
  • UI target port is now configurable GH-437

Bugs:

  • CSI: global.imagePullSecrets are now also used for CSI daemonset GH-519

v0.11.0

Compare Source

Features:

  • Added server.enabled to explicitly skip installing a Vault server GH-486
  • Injector now supports enabling host network GH-471
  • Injector port is now configurable GH-489
  • Injector Vault Agent resource defaults are now configurable GH-493
  • Extra paths can now be added to the Vault ingress service GH-460
  • Log level and format can now be set directly using server.logFormat and server.logLevel GH-488

Improvements:

  • Added https name to injector service port GH-495

Bugs:

  • CSI: Fix ClusterRole name and DaemonSet's service account to properly match deployment name GH-486

v0.10.1

Compare Source

Official OpenBao Chart

What's Changed

Full Changelog: https://github.com/openbao/openbao-helm/compare/openbao-0.10.0...openbao-0.10.1

v0.10.0

Compare Source

Features:

Improvements:

  • objectSelector can now be set on the mutating admission webhook GH-456

v0.9.0

Compare Source

Features:

  • Injector now supports configurable number of replicas GH-436
  • Injector now supports auto TLS for multiple replicas using leader elections GH-436

Improvements:

  • Dev mode now supports server.extraArgs GH-421
  • Dev mode root token is now configurable with server.dev.devRootToken GH-415
  • ClusterRoleBinding updated to v1 GH-395
  • MutatingWebhook updated to v1 GH-408
  • Injector service now supports injector.service.annotations 425
  • Injector now supports injector.extraLabels 428
  • Added allowPrivilegeEscalation: false to Vault and Injector containers 429
  • Network Policy now supports server.networkPolicy.egress 389

v0.8.1

Compare Source

Official OpenBao Chart

What's Changed

Full Changelog: https://github.com/openbao/openbao-helm/compare/openbao-0.8.0...openbao-0.8.1

v0.8.0

Compare Source

Improvements:

  • Make server NetworkPolicy independent of OpenShift GH-381
  • Added configurables for all probe values GH-387
  • MountPath for audit and data storage is now configurable GH-393
  • Annotations can now be added to the Injector pods GH-394
  • The injector can now be configured with a failurePolicy GH-400
  • Added additional environment variables for rendering within Vault config GH-398
  • Service account for Vault K8s auth is automatically created when injector.externalVaultAddr is set GH-392

Bugs:

  • Fixed install output using Helm V2 command GH-378

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [openbao](https://github.com/openbao/openbao-helm) | HelmChart | minor | `0.7.0` -> `0.12.0` | --- ### Release Notes <details> <summary>openbao/openbao-helm (openbao)</summary> ### [`v0.12.0`](https://github.com/openbao/openbao-helm/blob/HEAD/CHANGELOG.md#0120-May-25th-2021) [Compare Source](https://github.com/openbao/openbao-helm/compare/openbao-0.11.0...openbao-0.12.0) Features: - Pass additional arguments to `vault-csi-provider` using `csi.extraArgs` [GH-526](https://github.com/hashicorp/vault-helm/pull/526) Improvements: - Set chart kubeVersion and added chart-verifier tests [GH-510](https://github.com/hashicorp/vault-helm/pull/510) - Added values json schema [GH-513](https://github.com/hashicorp/vault-helm/pull/513) - Ability to set tolerations for CSI daemonset pods [GH-521](https://github.com/hashicorp/vault-helm/pull/521) - UI target port is now configurable [GH-437](https://github.com/hashicorp/vault-helm/pull/437) Bugs: - CSI: `global.imagePullSecrets` are now also used for CSI daemonset [GH-519](https://github.com/hashicorp/vault-helm/pull/519) ### [`v0.11.0`](https://github.com/openbao/openbao-helm/blob/HEAD/CHANGELOG.md#0110-April-14th-2021) [Compare Source](https://github.com/openbao/openbao-helm/compare/openbao-0.10.1...openbao-0.11.0) Features: - Added `server.enabled` to explicitly skip installing a Vault server [GH-486](https://github.com/hashicorp/vault-helm/pull/486) - Injector now supports enabling host network [GH-471](https://github.com/hashicorp/vault-helm/pull/471) - Injector port is now configurable [GH-489](https://github.com/hashicorp/vault-helm/pull/489) - Injector Vault Agent resource defaults are now configurable [GH-493](https://github.com/hashicorp/vault-helm/pull/493) - Extra paths can now be added to the Vault ingress service [GH-460](https://github.com/hashicorp/vault-helm/pull/460) - Log level and format can now be set directly using `server.logFormat` and `server.logLevel` [GH-488](https://github.com/hashicorp/vault-helm/pull/488) Improvements: - Added `https` name to injector service port [GH-495](https://github.com/hashicorp/vault-helm/pull/495) Bugs: - CSI: Fix ClusterRole name and DaemonSet's service account to properly match deployment name [GH-486](https://github.com/hashicorp/vault-helm/pull/486) ### [`v0.10.1`](https://github.com/openbao/openbao-helm/releases/tag/openbao-0.10.1) [Compare Source](https://github.com/openbao/openbao-helm/compare/openbao-0.10.0...openbao-0.10.1) Official OpenBao Chart #### What's Changed - ensure tests run on PRs from forks by [@&#8203;JanMa](https://github.com/JanMa) in https://github.com/openbao/openbao-helm/pull/42 - fix kubeVersion constraint by [@&#8203;JanMa](https://github.com/JanMa) in https://github.com/openbao/openbao-helm/pull/43 **Full Changelog**: https://github.com/openbao/openbao-helm/compare/openbao-0.10.0...openbao-0.10.1 ### [`v0.10.0`](https://github.com/openbao/openbao-helm/blob/HEAD/CHANGELOG.md#0100-March-25th-2021) [Compare Source](https://github.com/openbao/openbao-helm/compare/openbao-0.9.0...openbao-0.10.0) Features: - Add support for [Vault CSI provider](https://github.com/hashicorp/vault-csi-provider) [GH-461](https://github.com/hashicorp/vault-helm/pull/461) Improvements: - `objectSelector` can now be set on the mutating admission webhook [GH-456](https://github.com/hashicorp/vault-helm/pull/456) ### [`v0.9.0`](https://github.com/openbao/openbao-helm/blob/HEAD/CHANGELOG.md#090-January-5th-2021) [Compare Source](https://github.com/openbao/openbao-helm/compare/openbao-0.8.1...openbao-0.9.0) Features: - Injector now supports configurable number of replicas [GH-436](https://github.com/hashicorp/vault-helm/pull/436) - Injector now supports auto TLS for multiple replicas using leader elections [GH-436](https://github.com/hashicorp/vault-helm/pull/436) Improvements: - Dev mode now supports `server.extraArgs` [GH-421](https://github.com/hashicorp/vault-helm/pull/421) - Dev mode root token is now configurable with `server.dev.devRootToken` [GH-415](https://github.com/hashicorp/vault-helm/pull/415) - ClusterRoleBinding updated to `v1` [GH-395](https://github.com/hashicorp/vault-helm/pull/395) - MutatingWebhook updated to `v1` [GH-408](https://github.com/hashicorp/vault-helm/pull/408) - Injector service now supports `injector.service.annotations` [425](https://github.com/hashicorp/vault-helm/pull/425) - Injector now supports `injector.extraLabels` [428](https://github.com/hashicorp/vault-helm/pull/428) - Added `allowPrivilegeEscalation: false` to Vault and Injector containers [429](https://github.com/hashicorp/vault-helm/pull/429) - Network Policy now supports `server.networkPolicy.egress` [389](https://github.com/hashicorp/vault-helm/pull/389) ### [`v0.8.1`](https://github.com/openbao/openbao-helm/releases/tag/openbao-0.8.1) [Compare Source](https://github.com/openbao/openbao-helm/compare/openbao-0.8.0...openbao-0.8.1) Official OpenBao Chart #### What's Changed - update OpenBao image to version 2.1.1 by [@&#8203;JanMa](https://github.com/JanMa) in https://github.com/openbao/openbao-helm/pull/36 **Full Changelog**: https://github.com/openbao/openbao-helm/compare/openbao-0.8.0...openbao-0.8.1 ### [`v0.8.0`](https://github.com/openbao/openbao-helm/blob/HEAD/CHANGELOG.md#080-October-20th-2020) [Compare Source](https://github.com/openbao/openbao-helm/compare/openbao-0.7.0...openbao-0.8.0) Improvements: - Make server NetworkPolicy independent of OpenShift [GH-381](https://github.com/hashicorp/vault-helm/pull/381) - Added configurables for all probe values [GH-387](https://github.com/hashicorp/vault-helm/pull/387) - MountPath for audit and data storage is now configurable [GH-393](https://github.com/hashicorp/vault-helm/pull/393) - Annotations can now be added to the Injector pods [GH-394](https://github.com/hashicorp/vault-helm/pull/394) - The injector can now be configured with a failurePolicy [GH-400](https://github.com/hashicorp/vault-helm/pull/400) - Added additional environment variables for rendering within Vault config [GH-398](https://github.com/hashicorp/vault-helm/pull/398) - Service account for Vault K8s auth is automatically created when `injector.externalVaultAddr` is set [GH-392](https://github.com/hashicorp/vault-helm/pull/392) Bugs: - Fixed install output using Helm V2 command [GH-378](https://github.com/hashicorp/vault-helm/pull/378) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovatebot added 1 commit 2025-02-02 08:02:26 +00:00
chore(deps): update helm release openbao to v0.8.0
Some checks failed
/ render-helm (push) Failing after 18s
/ diff-and-deploy (push) Successful in 1m18s
2872f306e1
renovatebot force-pushed renovate/openbao-0.x from 2872f306e1 to 884490b61d 2025-02-03 18:02:30 +00:00 Compare
renovatebot force-pushed renovate/openbao-0.x from 884490b61d to e003940c1f 2025-02-03 19:02:30 +00:00 Compare
renovatebot changed title from chore(deps): update helm release openbao to v0.8.0 to chore(deps): update helm release openbao to v0.8.1 2025-02-06 15:03:31 +00:00
renovatebot force-pushed renovate/openbao-0.x from e003940c1f to 2eb4ac13ee 2025-02-06 15:03:31 +00:00 Compare
renovatebot force-pushed renovate/openbao-0.x from 2eb4ac13ee to ed638358a8 2025-03-06 23:03:50 +00:00 Compare
renovatebot changed title from chore(deps): update helm release openbao to v0.8.1 to chore(deps): update helm release openbao to v0.9.0 2025-03-06 23:03:50 +00:00
renovatebot changed title from chore(deps): update helm release openbao to v0.9.0 to chore(deps): update helm release openbao to v0.10.1 2025-03-20 21:03:49 +00:00
renovatebot force-pushed renovate/openbao-0.x from ed638358a8 to 6dd01ba1c2 2025-03-20 21:03:50 +00:00 Compare
renovatebot force-pushed renovate/openbao-0.x from 6dd01ba1c2 to 1744938bb5 2025-03-30 21:04:31 +00:00 Compare
renovatebot changed title from chore(deps): update helm release openbao to v0.10.1 to chore(deps): update helm release openbao to v0.11.0 2025-04-15 19:04:11 +00:00
renovatebot force-pushed renovate/openbao-0.x from 1744938bb5 to 033c464cac 2025-04-15 19:04:12 +00:00 Compare
renovatebot force-pushed renovate/openbao-0.x from 033c464cac to a7ccd5dfc5 2025-04-15 20:03:48 +00:00 Compare
renovatebot changed title from chore(deps): update helm release openbao to v0.11.0 to chore(deps): update helm release openbao to v0.12.0 2025-04-15 20:03:48 +00:00
Some checks failed
/ render-helm (push) Failing after 19s
/ diff-and-deploy (push) Successful in 1m12s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/openbao-0.x:renovate/openbao-0.x
git checkout renovate/openbao-0.x

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff renovate/openbao-0.x
git checkout renovate/openbao-0.x
git rebase main
git checkout main
git merge --ff-only renovate/openbao-0.x
git checkout renovate/openbao-0.x
git rebase main
git checkout main
git merge --no-ff renovate/openbao-0.x
git checkout main
git merge --squash renovate/openbao-0.x
git checkout main
git merge --ff-only renovate/openbao-0.x
git checkout main
git merge renovate/openbao-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: JankySolutions/infra#115
No description provided.