chore(helm): update image docker.io/brandawg93/peanut 4.4.4 → 5.0.2 (#31525)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/brandawg93/peanut](https://redirect.github.com/Brandawg93/PeaNUT) | major | `1def542` -> `ca099bc` | --- > [!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.0.2`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.0.2) [Compare Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v5.0.1...v5.0.2) #### Fix - Fix for users with watts chart. (closes [#​166](https://redirect.github.com/Brandawg93/PeaNUT/issues/166)) #### What's Changed - \[ImgBot] Optimize images by [@​imgbot](https://redirect.github.com/imgbot) in [https://github.com/Brandawg93/PeaNUT/pull/165](https://redirect.github.com/Brandawg93/PeaNUT/pull/165) **Full Changelog**: https://github.com/Brandawg93/PeaNUT/compare/v5.0.1...v5.0.2 ### [`v5.0.1`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.0.1) [Compare Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v5.0.0...v5.0.1) #### Fix - Fix for devices without output voltage statistics. (closes [#​164](https://redirect.github.com/Brandawg93/PeaNUT/issues/164)) **Full Changelog**: https://github.com/Brandawg93/PeaNUT/compare/v5.0.0...v5.0.1 ### [`v5.0.0`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v4.4.4...v5.0.0) ### V5 is here! #### Notable changes - The UI has been rewritten from the ground up using [shadcn](https://ui.shadcn.com). - Directly edit your configuration file on the settings page. - Run available commands in the new action menu. - Many small fixes and improvements! #### What's Changed - Shadcn manual edit by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [https://github.com/Brandawg93/PeaNUT/pull/161](https://redirect.github.com/Brandawg93/PeaNUT/pull/161) - Bump actions/setup-node from 4.1.0 to 4.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Brandawg93/PeaNUT/pull/158](https://redirect.github.com/Brandawg93/PeaNUT/pull/158) - Test battery UI by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [https://github.com/Brandawg93/PeaNUT/pull/163](https://redirect.github.com/Brandawg93/PeaNUT/pull/163) - Recharts by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [https://github.com/Brandawg93/PeaNUT/pull/160](https://redirect.github.com/Brandawg93/PeaNUT/pull/160) - Shadcn by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [https://github.com/Brandawg93/PeaNUT/pull/162](https://redirect.github.com/Brandawg93/PeaNUT/pull/162) **Full Changelog**: https://github.com/Brandawg93/PeaNUT/compare/v4.4.4...v5.0.0 </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.4.4
|
||||
appVersion: 5.0.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: 5.3.1
|
||||
version: 6.0.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/brandawg93/peanut
|
||||
tag: 4.4.4@sha256:1def542edd9b5ca5dcd2718c526a6c8a9652d84fb27552078dfc9f7dec854304
|
||||
tag: 5.0.2@sha256:ca099bc85c86545152286e47dfc661b8a12da886a222943b38dfe8f53abb3ef8
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user