chore(deps): update container image pihole/pihole to v2024.02.0@8077053 by renovate (#18430)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pihole/pihole](https://togithub.com/pi-hole/docker-pi-hole) | minor | `2024.01.0` -> `2024.02.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pi-hole/docker-pi-hole (pihole/pihole)</summary> ### [`v2024.02.0`](https://togithub.com/pi-hole/docker-pi-hole/releases/tag/2024.02.0) [Compare Source](https://togithub.com/pi-hole/docker-pi-hole/compare/2024.01.0...2024.02.0) Nothing Docker-specific this time around. Tagging to include FTL v5.25 See [our recent blog post](https://pi-hole.net/blog/2024/02/13/fixing-two-new-dnssec-vulnerabilities/) for details concerning this release. #### What's Changed (FTL) - Update embedded dnsmasq to v2.90 (Pi-hole v5) by [@​DL6ER](https://togithub.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/1881](https://togithub.com/pi-hole/FTL/pull/1881) **Full Changelog**: https://github.com/pi-hole/FTL/compare/v5.24...v5.25 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
c0fa5cdc4e
commit
aa889714f3
|
@ -1,5 +1,5 @@
|
||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 23.10.2
|
max_scale_version: 24.04.0
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 23.10.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: networking
|
truecharts.org/category: networking
|
||||||
|
@ -7,7 +7,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.12"
|
truecharts.org/min_helm_version: "3.12"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2024.01.0
|
appVersion: 2024.02.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 17.4.2
|
version: 17.4.2
|
||||||
|
@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/pihole
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png
|
||||||
keywords:
|
keywords:
|
||||||
- DNS
|
- DNS
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
@ -35,4 +35,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/pihole
|
- https://github.com/truecharts/charts/tree/master/charts/stable/pihole
|
||||||
- https://hub.docker.com/r/pihole/pihole
|
- https://hub.docker.com/r/pihole/pihole
|
||||||
type: application
|
type: application
|
||||||
version: 14.1.0
|
version: 14.2.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: pihole/pihole
|
repository: pihole/pihole
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2024.01.0@sha256:d095ec4982b6d9d6ccd95e7cf9c6c731d073d3ec4705de1d3cc1bfa4f3633e03
|
tag: 2024.02.0@sha256:8077053835c2d2449041adad0c272d6e5fea3df91c5dfc3dae2bd950999c3118
|
||||||
pihole:
|
pihole:
|
||||||
webPassword: somepassword"
|
webPassword: somepassword"
|
||||||
dnsServers:
|
dnsServers:
|
||||||
|
|
Loading…
Reference in New Issue