mirror of
https://github.com/truecharts/charts.git
synced 2026-07-19 03:21:23 -03:00
feat(peanut): update image docker.io/brandawg93/peanut 5.19.2 → 5.20.1 (#43468)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/brandawg93/peanut](https://redirect.github.com/Brandawg93/PeaNUT) | minor | `feef67c` -> `ef9b654` | --- > [!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.20.1`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.20.1) [Compare Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v5.20.0...v5.20.1) #### What's Changed - Fix config location by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [#​365](https://redirect.github.com/Brandawg93/PeaNUT/pull/365) **Full Changelog**: <https://github.com/Brandawg93/PeaNUT/compare/v5.20.0...v5.20.1> ### [`v5.20.0`](https://redirect.github.com/Brandawg93/PeaNUT/releases/tag/v5.20.0) [Compare Source](https://redirect.github.com/Brandawg93/PeaNUT/compare/v5.19.2...v5.20.0) #### What's Changed - Bump actions/cache from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​355](https://redirect.github.com/Brandawg93/PeaNUT/pull/355) - Bump actions/setup-node from 6.0.0 to 6.1.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​349](https://redirect.github.com/Brandawg93/PeaNUT/pull/349) - Docker hardened image by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [#​357](https://redirect.github.com/Brandawg93/PeaNUT/pull/357) - Better error message by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [#​359](https://redirect.github.com/Brandawg93/PeaNUT/pull/359) - Package updates by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [#​360](https://redirect.github.com/Brandawg93/PeaNUT/pull/360) - Better error handling by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [#​361](https://redirect.github.com/Brandawg93/PeaNUT/pull/361) - Package updates by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [#​362](https://redirect.github.com/Brandawg93/PeaNUT/pull/362) - Server alias by [@​Brandawg93](https://redirect.github.com/Brandawg93) in [#​363](https://redirect.github.com/Brandawg93/PeaNUT/pull/363) **Full Changelog**: <https://github.com/Brandawg93/PeaNUT/compare/v5.19.2...v5.20.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcGVhbnV0IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.19.2
|
||||
appVersion: 5.20.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.17
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/peanut
|
||||
- https://hub.docker.com/r/brandawg93/peanut
|
||||
type: application
|
||||
version: 8.22.6
|
||||
version: 8.23.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/brandawg93/peanut
|
||||
tag: 5.19.2@sha256:feef67c1b97376593dbf2dee800349df97b62b7daf961d3531483c84f289445e
|
||||
tag: 5.20.1@sha256:ef9b6545bb4beb156e901b1bfb1e58d1272abe8edccba81f3b21c405384d7bbf
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user