chore(deps): update container image pihole/pihole to v2024.03.1@e3bb67e by renovate (#19893)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pihole/pihole](https://togithub.com/pi-hole/docker-pi-hole) | minor | `2024.02.2` -> `2024.03.1` | --- > [!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.03.1`](https://togithub.com/pi-hole/docker-pi-hole/releases/tag/2024.03.1) [Compare Source](https://togithub.com/pi-hole/docker-pi-hole/compare/2024.03.0...2024.03.1) New tag to include core hotfix 5.18.1 #### What's Changed Core v5.18.1 - Remove double quotes that prevented *any* local files from being read by gravity by [@​PromoFaux](https://togithub.com/PromoFaux) in [https://github.com/pi-hole/pi-hole/pull/5617](https://togithub.com/pi-hole/pi-hole/pull/5617) **Full Changelog**: https://github.com/pi-hole/pi-hole/compare/v5.18...v5.18.1 ### [`v2024.03.0`](https://togithub.com/pi-hole/docker-pi-hole/releases/tag/2024.03.0) [Compare Source](https://togithub.com/pi-hole/docker-pi-hole/compare/2024.02.2...2024.03.0) Nothing Docker-specific this release. Tagging a new image to include Pi-hole Core v5.18's vulnerability fix #### What’s Changed Core v5.18 - Drop Fedora 36 and add Fedora 39 to the test suite by [@​yubiuser](https://togithub.com/yubiuser) in [#​5568](https://togithub.com/pi-hole/pi-hole/pull/5568) - \[Vulnerability Fix] Only use local files (file://) when they have explicit permissions a+r by [@​DL6ER](https://togithub.com/DL6ER) [9dd138b](https://togithub.com/pi-hole/pi-hole/commit/9dd138b03348f24a001d60f27e29c8c62af28871) Full Changelog: [v5.17.3...v5.18](https://togithub.com/pi-hole/pi-hole/compare/v5.17.3...v5.18) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2024.02.2
|
||||
appVersion: 2024.03.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.2.9
|
||||
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/pihole
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png
|
||||
keywords:
|
||||
- DNS
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/pihole
|
||||
- https://hub.docker.com/r/pihole/pihole
|
||||
type: application
|
||||
version: 16.4.4
|
||||
version: 16.5.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: pihole/pihole
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2024.02.2@sha256:774f55647070106d20787a65beaa4354cbd455c59f734f239fde544abd679928
|
||||
tag: 2024.03.1@sha256:e3bb67ee283afee5fffd1d3ea8b95c4a2bf3aa445f955d4e5f3947d72904d580
|
||||
pihole:
|
||||
webPassword: somepassword"
|
||||
dnsServers:
|
||||
|
||||
Reference in New Issue
Block a user