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](9dd138b033
)
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:
parent
3c2b9777a7
commit
854ec8a524
|
@ -7,7 +7,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2024.02.2
|
appVersion: 2024.03.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.2.9
|
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
|
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: 16.4.4
|
version: 16.5.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: pihole/pihole
|
repository: pihole/pihole
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2024.02.2@sha256:774f55647070106d20787a65beaa4354cbd455c59f734f239fde544abd679928
|
tag: 2024.03.1@sha256:e3bb67ee283afee5fffd1d3ea8b95c4a2bf3aa445f955d4e5f3947d72904d580
|
||||||
pihole:
|
pihole:
|
||||||
webPassword: somepassword"
|
webPassword: somepassword"
|
||||||
dnsServers:
|
dnsServers:
|
||||||
|
|
Loading…
Reference in New Issue