Skip to content

Commit

Permalink
chore(deps): update secrets (#72)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [vault](https://www.vaultproject.io)
([source](https://togithub.com/hashicorp/vault-helm)) | minor | `0.27.0`
-> `0.28.0` |
|
[vault-secrets-operator](https://togithub.com/hashicorp/vault-secrets-operator)
| minor | `0.5.2` -> `0.6.0` |

---

### Release Notes

<details>
<summary>hashicorp/vault-helm (vault)</summary>

###
[`v0.28.0`](https://togithub.com/hashicorp/vault-helm/blob/HEAD/CHANGELOG.md#0280-April-8-2024)

[Compare
Source](https://togithub.com/hashicorp/vault-helm/compare/v0.27.0...v0.28.0)

Changes:

-   Default `vault` version updated to 1.16.1
-   Default `vault-k8s` version updated to 1.4.1
-   Default `vault-csi-provider` version updated to 1.4.2
-   Tested with Kubernetes versions 1.25-1.29

Features:

- server: Add annotation on config change
[GH-1001](https://togithub.com/hashicorp/vault-helm/pull/1001)

Bugs:

- injector: add missing `get` `nodes` permission to ClusterRole
[GH-1005](https://togithub.com/hashicorp/vault-helm/pull/1005)

</details>

<details>
<summary>hashicorp/vault-secrets-operator
(vault-secrets-operator)</summary>

###
[`v0.6.0`](https://togithub.com/hashicorp/vault-secrets-operator/blob/HEAD/CHANGELOG.md#060-April-24th-2024)

[Compare
Source](https://togithub.com/hashicorp/vault-secrets-operator/compare/v0.5.2...v0.6.0)

Fix:

- VDS: reconcile instances on lifetimeWatcher done events and other
Vault client rotation events:
[GH-665](https://togithub.com/hashicorp/vault-secrets-operator/pull/665)

Improvements:

- Core: no longer restore all clients from storage:
[GH-684](https://togithub.com/hashicorp/vault-secrets-operator/pull/684)
- Helm: lower min k8s version to 1.21:
[GH-656](https://togithub.com/hashicorp/vault-secrets-operator/pull/656)

Build:

- Upgrade to go 1.22.2:
[GH-683](https://togithub.com/hashicorp/vault-secrets-operator/pull/683)
- CI: fix tests in GKE:
[GH-675](https://togithub.com/hashicorp/vault-secrets-operator/pull/675)
- OLM: remove the `skips` from the last release:
[GH-703](https://togithub.com/hashicorp/vault-secrets-operator/pull/703)

Dependency Updates:

- Bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0:
[GH-673](https://togithub.com/hashicorp/vault-secrets-operator/pull/673)
- Bump github.com/gruntwork-io/terratest from 0.46.11 to 0.46.13:
[GH-669](https://togithub.com/hashicorp/vault-secrets-operator/pull/669)
- Bump github.com/hashicorp/go-hclog from 1.6.2 to 1.6.3:
[GH-679](https://togithub.com/hashicorp/vault-secrets-operator/pull/679)
- Bump github.com/hashicorp/vault/api from 1.12.1 to 1.12.2:
[GH-667](https://togithub.com/hashicorp/vault-secrets-operator/pull/667)
- Bump github.com/hashicorp/vault/sdk from 0.11.1 to 0.12.0:
[GH-687](https://togithub.com/hashicorp/vault-secrets-operator/pull/687)
- Bump github.com/onsi/gomega from 1.32.0 to 1.33.0:
[GH-696](https://togithub.com/hashicorp/vault-secrets-operator/pull/696)
- Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1:
[GH-678](https://togithub.com/hashicorp/vault-secrets-operator/pull/678)
- Bump google.golang.org/api from 0.171.0 to 0.172.0:
[GH-672](https://togithub.com/hashicorp/vault-secrets-operator/pull/672)
- Bump k8s.io/client-go from 0.29.2 to 0.29.3:
[GH-660](https://togithub.com/hashicorp/vault-secrets-operator/pull/660)
- Bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3:
[GH-688](https://togithub.com/hashicorp/vault-secrets-operator/pull/688)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/hobroker/selfhosted).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent e1531de commit e7bae4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/secrets/vault/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ repositories:

releases:
- name: vault
version: 0.27.0
version: 0.28.0
atomic: true
namespace: vault
chart: hashicorp/vault
values:
- vault-values.yaml

- name: vault-secrets-operator
version: 0.5.2
version: 0.6.0
atomic: true
namespace: vault-secrets-operator-system
chart: hashicorp/vault-secrets-operator
Expand Down

0 comments on commit e7bae4e

Please sign in to comment.