dezeroku / homelab

A repo describing my homelab
2 stars 0 forks source link

chore(deps): update helm release vault to v0.27.0 #22

Closed dezeroku closed 1 week ago

dezeroku commented 12 months ago

This PR contains the following updates:

Package Update Change
vault (source) minor 0.25.0 -> 0.27.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

hashicorp/vault-helm (vault) ### [`v0.27.0`](https://togithub.com/hashicorp/vault-helm/blob/HEAD/CHANGELOG.md#0270-November-16-2023) [Compare Source](https://togithub.com/hashicorp/vault-helm/compare/v0.26.1...v0.27.0) Changes: - Default `vault` version updated to 1.15.2 Features: - server: Support setting `persistentVolumeClaimRetentionPolicy` on the StatefulSet [GH-965](https://togithub.com/hashicorp/vault-helm/pull/965) - server: Support setting labels on PVCs [GH-969](https://togithub.com/hashicorp/vault-helm/pull/969) - server: Support setting ingress rules for networkPolicy [GH-877](https://togithub.com/hashicorp/vault-helm/pull/877) Improvements: - Support exec in the server liveness probe [GH-971](https://togithub.com/hashicorp/vault-helm/pull/971) ### [`v0.26.1`](https://togithub.com/hashicorp/vault-helm/blob/HEAD/CHANGELOG.md#0261-October-30-2023) [Compare Source](https://togithub.com/hashicorp/vault-helm/compare/v0.26.0...v0.26.1) Bugs: - Fix templating of `server.ha.replicas` when set via override file. The `0.26.0` chart would ignore `server.ha.replicas` and always deploy 3 server replicas when `server.ha.enabled=true` unless overridden by command line when issuing the helm command: `--set server.ha.replicas=`. Fixed in [GH-961](https://togithub.com/hashicorp/vault-helm/pull/961) ### [`v0.26.0`](https://togithub.com/hashicorp/vault-helm/blob/HEAD/CHANGELOG.md#0260-October-27-2023) [Compare Source](https://togithub.com/hashicorp/vault-helm/compare/v0.25.0...v0.26.0) Changes: - Default `vault` version updated to 1.15.1 - Default `vault-k8s` version updated to 1.3.1 - Default `vault-csi-provider` version updated to 1.4.1 - Tested with Kubernetes versions 1.24-1.28 - server: OpenShift default readiness probe returns 204 when uninitialized [GH-966](https://togithub.com/hashicorp/vault-helm/pull/966) Features: - server: Add support for dual stack clusters [GH-833](https://togithub.com/hashicorp/vault-helm/pull/833) - server: Support `hostAliases` for the StatefulSet pods [GH-955](https://togithub.com/hashicorp/vault-helm/pull/955) - server: Add `server.service.active.annotations` and `server.service.standby.annotations` [GH-896](https://togithub.com/hashicorp/vault-helm/pull/896) - server: Add long-lived service account token option [GH-923](https://togithub.com/hashicorp/vault-helm/pull/923) Bugs: - csi: Add namespace field to `csi-role` and `csi-rolebindings`. [GH-909](https://togithub.com/hashicorp/vault-helm/pull/909) Improvements: - global: Add `global.namespace` to override the helm installation namespace. [GH-909](https://togithub.com/hashicorp/vault-helm/pull/909) - server: use vault.fullname in Helm test [GH-912](https://togithub.com/hashicorp/vault-helm/pull/912) - server: Allow scaling HA replicas to zero [GH-943](https://togithub.com/hashicorp/vault-helm/pull/943)

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.



This PR has been generated by Renovate Bot.

dezeroku commented 12 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: helmfile/core/helmfile.lock
Command failed: install-tool helmfile 0.0.0-dev
Download failed: https://github.com/helmfile/helmfile/releases/download/v0.0.0-dev/helmfile_0.0.0-dev_linux_amd64.tar.gz
[01:57:42.072] INFO (180): Downloading file ...
    url: "https://github.com/helmfile/helmfile/releases/download/v0.0.0-dev/helmfile_0.0.0-dev_linux_amd64.tar.gz"
    output: "/tmp/renovate/cache/containerbase/017ae06813f9e6408177127ce17646bb6e53a2540e60fcfe9a0df3114c0a60b4/helmfile_0.0.0-dev_linux_amd64.tar.gz"
[01:57:42.234] FATAL (180): Response code 404 (Not Found)
    err: {
      "type": "HTTPError",
      "message": "Response code 404 (Not Found)",
      "stack":
          HTTPError: Response code 404 (Not Found)
              at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:32025:25)
              at _Request._onResponse (/snapshot/dist/containerbase-cli.js:32080:18)
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:32095:17)
              at Object.onceWrapper (node:events:652:26)
              at ClientRequest.emit (node:events:549:35)
              at ClientRequest.emit (node:domain:482:12)
              at HTTPParser.parserOnIncomingClient (node:_http_client:642:27)
              at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
              at TLSSocket.socketOnData (node:_http_client:505:22)
              at TLSSocket.emit (node:events:537:28)
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1700445462081,
        "socket": 1700445462083,
        "lookup": 1700445462084,
        "connect": 1700445462104,
        "secureConnect": 1700445462128,
        "upload": 1700445462128,
        "response": 1700445462227,
        "end": 1700445462231,
        "phases": {
          "wait": 2,
          "dns": 1,
          "tcp": 20,
          "tls": 24,
          "request": 0,
          "firstByte": 99,
          "download": 4,
          "total": 150
        }
      },
      "name": "HTTPError",
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "headers": {
          "user-agent": "got (https://github.com/sindresorhus/got)",
          "accept-encoding": "gzip, deflate, br"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100
        },
        "method": "GET",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": true,
        "responseType": "text",
        "url": "https://github.com/helmfile/helmfile/releases/download/v0.0.0-dev/helmfile_0.0.0-dev_linux_amd64.tar.gz",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false
      }
    }
[01:57:42.240] INFO (180): Download completed with errors  in 168ms.