Skip to content

Commit 27cb76c

Browse files
authored
Merge pull request #65 from numberly/release-please--branches--main--components--vault-db-injector
chore(main): release 3.0.2
2 parents 5173a39 + 68e3190 commit 27cb76c

5 files changed

Lines changed: 18 additions & 10 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.1"
2+
".": "3.0.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.0.2](https://github.com/numberly/vault-db-injector/compare/v3.0.1...v3.0.2) (2026-05-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **vault:** detach StoreDataAsync from caller context ([5173a39](https://github.com/numberly/vault-db-injector/commit/5173a39cbd1e22bc1f0994002219bf5d7e4d81c1))
9+
* **vault:** detach StoreDataAsync from caller context ([48af1fc](https://github.com/numberly/vault-db-injector/commit/48af1fcba00aa862526182026ac6a6ab0a462989))
10+
311
## [3.0.1](https://github.com/numberly/vault-db-injector/compare/v3.0.0...v3.0.1) (2026-05-06)
412

513

helm/Chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: vault-db-injector
3-
version: 3.0.1 # x-release-please-version
4-
appVersion: 3.0.1 # x-release-please-version
3+
version: 3.0.2 # x-release-please-version
4+
appVersion: 3.0.2 # x-release-please-version
55
description: vault-db-injector helm chart
66
keywords:
77
- vault-db-injector

helm/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vault-db-injector helm chart
44

5-
![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-informational?style=flat-square) ![AppVersion: 3.0.1](https://img.shields.io/badge/AppVersion-3.0.1-informational?style=flat-square)
5+
![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![AppVersion: 3.0.2](https://img.shields.io/badge/AppVersion-3.0.2-informational?style=flat-square)
66

77
## TL;DR — minimal values for the canonical NRI + projected-SA install
88

@@ -59,7 +59,7 @@ for a full walkthrough including Vault prerequisites.
5959
| vaultDbInjector.injector.args | list | `["--config=/injector/config.yaml"]` | Arguments passed to the injector container. |
6060
| vaultDbInjector.injector.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":65534,"runAsNonRoot":true,"runAsUser":65534}` | Pod-level securityContext applied to the injector container. Defaults are non-root + read-only root filesystem. |
6161
| vaultDbInjector.injector.image.repository | string | `"numberly/vault-db-injector"` | Injector container image repository. |
62-
| vaultDbInjector.injector.image.tag | string | `"3.0.1"` | Injector container image tag. |
62+
| vaultDbInjector.injector.image.tag | string | `"3.0.2"` | Injector container image tag. |
6363
| vaultDbInjector.injector.imagePullPolicy | string | `"Always"` | imagePullPolicy applied to the injector container. |
6464
| vaultDbInjector.injector.ports | list | `[{"port":8443,"targetPort":8443}]` | Service ports for the webhook (HTTPS). |
6565
| vaultDbInjector.injector.replicas | int | `2` | Number of injector Deployment replicas. |
@@ -69,14 +69,14 @@ for a full walkthrough including Vault prerequisites.
6969
| vaultDbInjector.renewer.args | list | `["--config=/renewer/config.yaml"]` | Arguments passed to the renewer container. |
7070
| vaultDbInjector.renewer.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":65534,"runAsNonRoot":true,"runAsUser":65534}` | Pod-level securityContext applied to the renewer container. |
7171
| vaultDbInjector.renewer.image.repository | string | `"numberly/vault-db-injector"` | Renewer container image repository. |
72-
| vaultDbInjector.renewer.image.tag | string | `"3.0.1"` | Renewer container image tag. |
72+
| vaultDbInjector.renewer.image.tag | string | `"3.0.2"` | Renewer container image tag. |
7373
| vaultDbInjector.renewer.imagePullPolicy | string | `"Always"` | imagePullPolicy applied to the renewer container. |
7474
| vaultDbInjector.renewer.replicas | int | `4` | Number of renewer replicas. Leader election selects one active renewer at a time. |
7575
| vaultDbInjector.renewer.serviceAccountName | string | `""` | Override the ServiceAccount used by the renewer Deployment. Empty = chart-managed default (`<release>` in legacy mode, `<release>-renewer` when `useProjectedSA: true`). |
7676
| vaultDbInjector.revoker.args | list | `["--config=/revoker/config.yaml"]` | Arguments passed to the revoker container. |
7777
| vaultDbInjector.revoker.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":65534,"runAsNonRoot":true,"runAsUser":65534}` | Pod-level securityContext applied to the revoker container. |
7878
| vaultDbInjector.revoker.image.repository | string | `"numberly/vault-db-injector"` | Revoker container image repository. |
79-
| vaultDbInjector.revoker.image.tag | string | `"3.0.1"` | Revoker container image tag. |
79+
| vaultDbInjector.revoker.image.tag | string | `"3.0.2"` | Revoker container image tag. |
8080
| vaultDbInjector.revoker.imagePullPolicy | string | `"Always"` | imagePullPolicy applied to the revoker container. |
8181
| vaultDbInjector.revoker.replicas | int | `4` | Number of revoker replicas. Leader election selects one active revoker at a time. |
8282
| vaultDbInjector.revoker.serviceAccountName | string | `""` | Override the ServiceAccount used by the revoker Deployment. Empty = chart-managed default (`<release>` in legacy mode, `<release>-revoker` when `useProjectedSA: true`). |

helm/values.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ vaultDbInjector:
5353
# -- Injector container image repository.
5454
repository: numberly/vault-db-injector
5555
# -- Injector container image tag.
56-
tag: 3.0.1 # x-release-please-version
56+
tag: 3.0.2 # x-release-please-version
5757
# -- imagePullPolicy applied to the injector container.
5858
imagePullPolicy: Always
5959
# -- Service ports for the webhook (HTTPS).
@@ -86,7 +86,7 @@ vaultDbInjector:
8686
# -- Renewer container image repository.
8787
repository: numberly/vault-db-injector
8888
# -- Renewer container image tag.
89-
tag: 3.0.1 # x-release-please-version
89+
tag: 3.0.2 # x-release-please-version
9090
# -- imagePullPolicy applied to the renewer container.
9191
imagePullPolicy: Always
9292
revoker:
@@ -108,7 +108,7 @@ vaultDbInjector:
108108
# -- Revoker container image repository.
109109
repository: numberly/vault-db-injector
110110
# -- Revoker container image tag.
111-
tag: 3.0.1 # x-release-please-version
111+
tag: 3.0.2 # x-release-please-version
112112
# -- imagePullPolicy applied to the revoker container.
113113
imagePullPolicy: Always
114114

0 commit comments

Comments
 (0)