From b836324134e0f239578b8b4e7ef313c608ffa01e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 21 Feb 2025 15:34:26 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/brand?= =?UTF-8?q?awg93/peanut=205.3.0=20=E2=86=92=205.4.2=20(#32363)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/brandawg93/peanut](https://redirect.github.com/Brandawg93/PeaNUT) | minor | `e4645e0` -> `2733b53` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
Brandawg93/PeaNUT (docker.io/brandawg93/peanut) ### [`v5.4.2`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.4.2) [Compare Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v5.4.1...v5.4.2) #### FIX - Force a credential check if the user has a username and password set. (closes [#​179](https://redirect.github.com/Brandawg93/PeaNUT/issues/179)) #### What's Changed - Check credentials by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [https://github.com/Brandawg93/PeaNUT/pull/182](https://redirect.github.com/Brandawg93/PeaNUT/pull/182) **Full Changelog**: https://github.com/Brandawg93/PeaNUT/compare/v5.4.1...v5.4.2 ### [`v5.4.1`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.4.1) [Compare Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v5.4.0...v5.4.1) #### FIX - Fix for `missing secret` (closes [#​186](https://redirect.github.com/Brandawg93/PeaNUT/issues/186)) **Full Changelog**: https://github.com/Brandawg93/PeaNUT/compare/v5.4.0...v5.4.1 ### [`v5.4.0`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.4.0) [Compare Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v5.3.0...v5.4.0) #### New - Authentication Authentication can be enabled by setting both `WEB_USERNAME` and `WEB_PASSWORD` environment variables. When these are set: - Web UI access will require login using these credentials - API calls will require Basic Authentication For API calls, you'll need to include an Authorization header with the Base64 encoded credentials in the format `username:password`. The header should be formatted as: `Authorization: Basic ` #### What's Changed - Authentication by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [https://github.com/Brandawg93/PeaNUT/pull/183](https://redirect.github.com/Brandawg93/PeaNUT/pull/183) **Full Changelog**: https://github.com/Brandawg93/PeaNUT/compare/v5.3.0...v5.4.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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](https://redirect.github.com/renovatebot/renovate). --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/peanut/Chart.yaml | 4 ++-- charts/stable/peanut/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/peanut/Chart.yaml b/charts/stable/peanut/Chart.yaml index d1934cedecb..9697549bdda 100644 --- a/charts/stable/peanut/Chart.yaml +++ b/charts/stable/peanut/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 5.3.0 +appVersion: 5.4.2 dependencies: - name: common version: 25.4.10 @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/peanut - https://hub.docker.com/r/brandawg93/peanut type: application -version: 6.3.1 +version: 6.4.1 diff --git a/charts/stable/peanut/values.yaml b/charts/stable/peanut/values.yaml index f58eebc379d..0e4cbee4133 100644 --- a/charts/stable/peanut/values.yaml +++ b/charts/stable/peanut/values.yaml @@ -1,6 +1,6 @@ image: repository: docker.io/brandawg93/peanut - tag: 5.3.0@sha256:8c6443c7d47de27dc091841ed56a56aeae5bcaa9a6854f6d8581d50b9295c4f2 + tag: 5.4.2@sha256:2733b53b940561efd3e01089193955c0ca329141dfa81cbddd91bfcf704db0cd pullPolicy: IfNotPresent securityContext: container: