chore(deps): update container image brandawg93/peanut to v2.6.0@97d8f8a by renovate (#24146)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [brandawg93/peanut](https://togithub.com/Brandawg93/PeaNUT) | minor | `2.5.2` -> `2.6.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Brandawg93/PeaNUT (brandawg93/peanut)</summary> ### [`v2.6.0`](https://togithub.com/Brandawg93/PeaNUT/releases/tag/v2.6.0) [Compare Source](https://togithub.com/Brandawg93/PeaNUT/compare/v2.5.2...v2.6.0) #### Breaking Changes V1 API now attempts to resolve the proper type for each parameter. Some strings may now be numbers. This will help in porting data to InfluxDB #### What's Changed - New Crowdin translations by GitHub Action by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/Brandawg93/PeaNUT/pull/53](https://togithub.com/Brandawg93/PeaNUT/pull/53) - Bump pnpm/action-setup from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/Brandawg93/PeaNUT/pull/51](https://togithub.com/Brandawg93/PeaNUT/pull/51) - add copy command to package.json - fixes [#​35](https://togithub.com/Brandawg93/PeaNUT/issues/35) by [@​vhsdream](https://togithub.com/vhsdream) in [https://github.com/Brandawg93/PeaNUT/pull/55](https://togithub.com/Brandawg93/PeaNUT/pull/55) - Bump crowdin/github-action from 1 to 2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/Brandawg93/PeaNUT/pull/54](https://togithub.com/Brandawg93/PeaNUT/pull/54) - Bump braces from 3.0.2 to 3.0.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/Brandawg93/PeaNUT/pull/59](https://togithub.com/Brandawg93/PeaNUT/pull/59) - Bump ws from 7.5.9 to 7.5.10 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/Brandawg93/PeaNUT/pull/58](https://togithub.com/Brandawg93/PeaNUT/pull/58) - Add support for Grafana & InfluxDB by [@​Brandawg93](https://togithub.com/Brandawg93) in [https://github.com/Brandawg93/PeaNUT/pull/61](https://togithub.com/Brandawg93/PeaNUT/pull/61) #### New Contributors - [@​vhsdream](https://togithub.com/vhsdream) made their first contribution in [https://github.com/Brandawg93/PeaNUT/pull/55](https://togithub.com/Brandawg93/PeaNUT/pull/55) **Full Changelog**: https://github.com/Brandawg93/PeaNUT/compare/v2.5.2...v2.6.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.5.2
|
||||
appVersion: 2.6.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
@@ -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: 3.1.3
|
||||
version: 3.2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: brandawg93/peanut
|
||||
tag: 2.5.2@sha256:49087fb9707ac8b3835ebfdf03aee4b0b723c35fe342b7b261a1030aa77f438e
|
||||
tag: 2.6.0@sha256:97d8f8a2f83819f58b059b26dfaa567b366afa5d5e96affe13f3659b5edbbe9d
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user