chore(helm): update image docker.io/brandawg93/peanut 5.3.0 → 5.4.2 (#32363)
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 <details> <summary>Brandawg93/PeaNUT (docker.io/brandawg93/peanut)</summary> ### [`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 <encoded credentials>` #### 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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
co-authored by
Alfred Göppel
parent
9256f4fa32
commit
b836324134
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user