Skip to content

Commit ab8e0ab

Browse files
committed
⬆️ Updating app Technitium DNS Server to d681797
1 parent ffc0bec commit ab8e0ab

File tree

3 files changed

+59
-12
lines changed

3 files changed

+59
-12
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/dfefe7c
93-
[addon-doc-technitium-dns]: https://github.com/staerk-ha-addons/addon-technitium-dns/blob/dfefe7c/README.md
92+
[addon-technitium-dns]: https://github.com/staerk-ha-addons/addon-technitium-dns/tree/d681797
93+
[addon-doc-technitium-dns]: https://github.com/staerk-ha-addons/addon-technitium-dns/blob/d681797/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-dfefe7c-blue.svg
95+
[technitium-dns-version-shield]: https://img.shields.io/badge/version-d681797-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: 55 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,58 @@
1-
# Changelog since v1.14.3
2-
- ✨ Auto-compute addon version from DNS_SERVER_VERSION
1+
# Changelog since v14.3.0
2+
- ⬆️ Update actions/checkout action to v6 (#25)
33

4-
Addon version is now derived from DNS_SERVER_VERSION:
5-
- Addon major: 1 (hardcoded)
6-
- Addon minor: DNS major version
7-
- Addon patch: DNS minor version
4+
This PR contains the following updates:
85

9-
Example: DNS_SERVER_VERSION=v14.3.0 → v1.14.3
6+
| Package | Type | Update | Change |
7+
|---|---|---|---|
8+
| [actions/checkout](https://redirect.github.com/actions/checkout) |
9+
action | major | `v4``v6` |
1010

11-
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11+
---
12+
13+
### Release Notes
14+
15+
<details>
16+
<summary>actions/checkout (actions/checkout)</summary>
17+
18+
### [`v6`](https://redirect.github.com/actions/checkout/compare/v5...v6)
19+
20+
[Compare
21+
Source](https://redirect.github.com/actions/checkout/compare/v5...v6)
22+
23+
### [`v5`](https://redirect.github.com/actions/checkout/compare/v4...v5)
24+
25+
[Compare
26+
Source](https://redirect.github.com/actions/checkout/compare/v4...v5)
27+
28+
</details>
29+
30+
---
31+
32+
### Configuration
33+
34+
📅 **Schedule**: Branch creation - At any time (no schedule defined),
35+
Automerge - At any time (no schedule defined).
36+
37+
🚦 **Automerge**: Enabled.
38+
39+
**Rebasing**: Whenever PR is behind base branch, or you tick the
40+
rebase/retry checkbox.
41+
42+
🔕 **Ignore**: Close this PR and you won't be reminded about this update
43+
again.
44+
45+
---
46+
47+
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
48+
this box
49+
50+
---
51+
52+
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
53+
View the [repository job
54+
log](https://developer.mend.io/github/staerk-ha-addons/addon-technitium-dns).
55+
56+
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwibm8tc3RhbGUiXX0=-->
57+
58+
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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: dfefe7c
2+
version: d681797
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)