Skip to content

Commit 88368a8

Browse files
committed
⬆️ Updating app Technitium DNS Server to 74f7b12
1 parent d3cbce6 commit 88368a8

File tree

3 files changed

+91
-4
lines changed

3 files changed

+91
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ Their open-source contributions make add-ons like this possible.
8989

9090
MIT License - Copyright (c) 2025 Jeppe Stærk
9191

92-
[addon-technitium-dns]: https://github.com/staerk-ha-addons/addon-technitium-dns/tree/a937fe3
93-
[addon-doc-technitium-dns]: https://github.com/staerk-ha-addons/addon-technitium-dns/blob/a937fe3/README.md
92+
[addon-technitium-dns]: https://github.com/staerk-ha-addons/addon-technitium-dns/tree/74f7b12
93+
[addon-doc-technitium-dns]: https://github.com/staerk-ha-addons/addon-technitium-dns/blob/74f7b12/README.md
9494
[technitium-dns-issue]: https://github.com/staerk-ha-addons/addon-technitium-dns/issues
95-
[technitium-dns-version-shield]: https://img.shields.io/badge/version-a937fe3-blue.svg
95+
[technitium-dns-version-shield]: https://img.shields.io/badge/version-74f7b12-blue.svg
9696
[technitium-dns-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
9797
[technitium-dns-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
9898
[technitium-dns-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

technitium-dns/CHANGELOG.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,91 @@
11
# Changelog since v1.14.1
2+
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v9.2.0 (#24)
3+
4+
This PR contains the following updates:
5+
6+
| Package | Type | Update | Change |
7+
|---|---|---|---|
8+
| [ghcr.io/hassio-addons/debian-base](https://addons.community)
9+
([source](https://redirect.github.com/hassio-addons/addon-debian-base))
10+
| | minor | `9.1.0``9.2.0` |
11+
| [ghcr.io/hassio-addons/debian-base](https://addons.community)
12+
([source](https://redirect.github.com/hassio-addons/addon-debian-base))
13+
| final | minor | `9.1.0``9.2.0` |
14+
| [ghcr.io/hassio-addons/debian-base](https://addons.community)
15+
([source](https://redirect.github.com/hassio-addons/addon-debian-base))
16+
| stage | minor | `9.1.0``9.2.0` |
17+
18+
---
19+
20+
### Release Notes
21+
22+
<details>
23+
<summary>hassio-addons/addon-debian-base
24+
(ghcr.io/hassio-addons/debian-base)</summary>
25+
26+
###
27+
[`v9.2.0`](https://redirect.github.com/hassio-addons/app-debian-base/releases/tag/v9.2.0)
28+
29+
[Compare
30+
Source](https://redirect.github.com/hassio-addons/addon-debian-base/compare/v9.1.0...v9.2.0)
31+
32+
##### What’s changed
33+
34+
##### 🚀 Enhancements
35+
36+
- Refactoring and renaming add-ons to apps
37+
[@&#8203;frenck](https://redirect.github.com/frenck)
38+
([#&#8203;208](https://redirect.github.com/hassio-addons/app-debian-base/pull/208))
39+
40+
##### 🧰 Maintenance
41+
42+
- Refactoring and renaming add-ons to apps
43+
[@&#8203;frenck](https://redirect.github.com/frenck)
44+
([#&#8203;208](https://redirect.github.com/hassio-addons/app-debian-base/pull/208))
45+
- Fix release drafter workflow permissions
46+
[@&#8203;frenck](https://redirect.github.com/frenck)
47+
([#&#8203;209](https://redirect.github.com/hassio-addons/app-debian-base/pull/209))
48+
49+
##### ⬆️ Dependency updates
50+
51+
- ⬆️ Update just-containers/s6-overlay to v3.2.2.0
52+
@&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate)
53+
([#&#8203;207](https://redirect.github.com/hassio-addons/app-debian-base/pull/207))
54+
- ⬆️ Update Debian base image to v13.3
55+
@&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate)
56+
([#&#8203;206](https://redirect.github.com/hassio-addons/app-debian-base/pull/206))
57+
58+
</details>
59+
60+
---
61+
62+
### Configuration
63+
64+
📅 **Schedule**: Branch creation - At any time (no schedule defined),
65+
Automerge - At any time (no schedule defined).
66+
67+
🚦 **Automerge**: Enabled.
68+
69+
**Rebasing**: Whenever PR is behind base branch, or you tick the
70+
rebase/retry checkbox.
71+
72+
🔕 **Ignore**: Close this PR and you won't be reminded about these
73+
updates again.
74+
75+
---
76+
77+
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
78+
this box
79+
80+
---
81+
82+
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
83+
View the [repository job
84+
log](https://developer.mend.io/github/staerk-ha-addons/addon-technitium-dns).
85+
86+
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwibm8tc3RhbGUiXX0=-->
87+
88+
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
289
- ⬆️ Update DNS_SERVER_VERSION to v14.3.0 (#22)
390

491
This PR contains the following updates:

technitium-dns/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Technitium DNS Server
2-
version: a937fe3
2+
version: 74f7b12
33
slug: technitium-dns
44
description: Self-hosted DNS server with Home Assistant add-on integration.
55
url: https://github.com/staerk-ha-addons/addon-technitium-dns

0 commit comments

Comments
 (0)