chore(helm): update image docker.io/b4bz/homer v25.04.1 → v25.05.1 (#35141)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/b4bz/homer](https://hub.docker.com/r/b4bz/homer) ([source](https://redirect.github.com/bastienwirtz/homer)) | minor | `6022876` -> `f861e8e` | --- > [!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>bastienwirtz/homer (docker.io/b4bz/homer)</summary> ### [`v25.05.1`](https://redirect.github.com/bastienwirtz/homer/releases/tag/v25.05.1) [Compare Source](https://redirect.github.com/bastienwirtz/homer/compare/v25.04.1...v25.05.1) <!-- Release notes generated using configuration in .github/release.yml at v25.05.1 --> #### What's Changed ##### Main changes - Fix schema typos by [@​molhamalnasr](https://redirect.github.com/molhamalnasr) in [https://github.com/bastienwirtz/homer/pull/906](https://redirect.github.com/bastienwirtz/homer/pull/906) - Added Plex and Docker Socket Proxy service by [@​marcokreeft87](https://redirect.github.com/marcokreeft87) in [https://github.com/bastienwirtz/homer/pull/903](https://redirect.github.com/bastienwirtz/homer/pull/903) - Grammatically updated by [@​Rishi1208](https://redirect.github.com/Rishi1208) in [https://github.com/bastienwirtz/homer/pull/919](https://redirect.github.com/bastienwirtz/homer/pull/919) - Fix typo in customservices docs by [@​tanasegabriel](https://redirect.github.com/tanasegabriel) in [https://github.com/bastienwirtz/homer/pull/916](https://redirect.github.com/bastienwirtz/homer/pull/916) - feat(pihole): Support Pi-hole v6 API with session management ([#​875](https://redirect.github.com/bastienwirtz/homer/issues/875)) by [@​molhamalnasr](https://redirect.github.com/molhamalnasr) in [https://github.com/bastienwirtz/homer/pull/913](https://redirect.github.com/bastienwirtz/homer/pull/913) #### New Contributors - [@​marcokreeft87](https://redirect.github.com/marcokreeft87) made their first contribution in [https://github.com/bastienwirtz/homer/pull/903](https://redirect.github.com/bastienwirtz/homer/pull/903) - [@​Rishi1208](https://redirect.github.com/Rishi1208) made their first contribution in [https://github.com/bastienwirtz/homer/pull/919](https://redirect.github.com/bastienwirtz/homer/pull/919) **Full Changelog**: https://github.com/bastienwirtz/homer/compare/v25.04.1...v25.05.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 25.04.1
|
||||
appVersion: 25.05.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/homer
|
||||
- https://hub.docker.com/r/b4bz/homer
|
||||
type: application
|
||||
version: 12.2.0
|
||||
version: 12.3.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/b4bz/homer
|
||||
tag: v25.04.1@sha256:602287607aa9ba98e317a9d5d31ce45fd37e016685d230bf7fb0dc9f4004e607
|
||||
tag: v25.05.1@sha256:f861e8e7f456577d827c38a5d2bd72f5d2d2381e294b35f9c014d0cb2a97c7c7
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user