Skip to content

Commit 37b0299

Browse files
authored
chore(main): release pihole-2.34.0 (#384)
* chore(main): release pihole-2.34.0 * chore(documentation): Update documentation --------- Co-authored-by: MoJo2600 <[email protected]>
1 parent 9a7450e commit 37b0299

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"charts/pihole": "2.33.0"
2+
"charts/pihole": "2.34.0"
33
}

charts/pihole/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.34.0](https://github.com/MoJo2600/pihole-kubernetes/compare/pihole-2.33.0...pihole-2.34.0) (2025-08-14)
4+
5+
6+
### Features
7+
8+
* add spec.revisionHistoryLimit to deployment.yaml template ([#382](https://github.com/MoJo2600/pihole-kubernetes/issues/382)) ([9a7450e](https://github.com/MoJo2600/pihole-kubernetes/commit/9a7450efc3b923ba95a2c73e1e738dcdf027bf05))
9+
310
## [2.33.0](https://github.com/MoJo2600/pihole-kubernetes/compare/pihole-2.32.0...pihole-2.33.0) (2025-08-14)
411

512

charts/pihole/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ home: https://github.com/MoJo2600/pihole-kubernetes/tree/main/charts/pihole
44
name: pihole
55
appVersion: "2025.08.0"
66
# Do not touch will be updated during release
7-
version: 2.33.0
7+
version: 2.34.0
88
sources:
99
- https://github.com/MoJo2600/pihole-kubernetes/tree/main/charts/pihole
1010
- https://pi-hole.net/

charts/pihole/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Installs pihole in kubernetes
44

5-
![Version: 2.33.0](https://img.shields.io/badge/Version-2.33.0-informational?style=flat-square) ![AppVersion: 2025.08.0](https://img.shields.io/badge/AppVersion-2025.08.0-informational?style=flat-square) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
5+
![Version: 2.34.0](https://img.shields.io/badge/Version-2.34.0-informational?style=flat-square) ![AppVersion: 2025.08.0](https://img.shields.io/badge/AppVersion-2025.08.0-informational?style=flat-square) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
66
[![All Contributors](https://img.shields.io/badge/all_contributors-27-blue.svg?style=flat-square)](#contributors-)
77
<!-- ALL-CONTRIBUTORS-BADGE:END -->
88

@@ -262,6 +262,7 @@ The following table lists the configurable parameters of the pihole chart and th
262262
| regex | object | `{}` | list of blacklisted regex expressions to import during initial start of the container |
263263
| replicaCount | int | `1` | The number of replicas |
264264
| resources | object | `{}` | lines, adjust them as necessary, and remove the curly braces after 'resources:'. |
265+
| revisionHistoryLimit | int | `10` | The number of old ReplicaSets to retain to allow rollback |
265266
| serviceDhcp | object | `{"annotations":{},"enabled":true,"externalTrafficPolicy":"Local","extraLabels":{},"loadBalancerClass":"","loadBalancerIP":"","loadBalancerIPv6":"","nodePort":"","port":67,"type":"NodePort"}` | Configuration for the DHCP service on port 67 |
266267
| serviceDhcp.annotations | object | `{}` | Annotations for the DHCP service |
267268
| serviceDhcp.enabled | bool | `true` | Generate a Service resource for DHCP traffic |

0 commit comments

Comments
 (0)