Skip to content

Commit e959e5a

Browse files
authored
New version: StackExchange.DNSControl version 4.26.0 (microsoft#302569)
1 parent 7de1bf4 commit e959e5a

File tree

4 files changed

+100
-0
lines changed

4 files changed

+100
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: StackExchange.DNSControl
5+
PackageVersion: 4.26.0
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: dnscontrol.exe
10+
Commands:
11+
- dnscontrol
12+
ReleaseDate: 2025-10-10
13+
Installers:
14+
- Architecture: x64
15+
InstallerUrl: https://github.com/StackExchange/dnscontrol/releases/download/v4.26.0/dnscontrol_4.26.0_windows_amd64.zip
16+
InstallerSha256: 4C840E8ADD4095030DDFB45700B807E6675944800ED3513D45DC6D1FC27773B7
17+
- Architecture: arm64
18+
InstallerUrl: https://github.com/StackExchange/dnscontrol/releases/download/v4.26.0/dnscontrol_4.26.0_windows_arm64.zip
19+
InstallerSha256: 115B1671B6212C0E52254D6D30314A0D5B49794B1DA8739EE4958E89CFF95C2B
20+
ManifestType: installer
21+
ManifestVersion: 1.10.0
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: StackExchange.DNSControl
5+
PackageVersion: 4.26.0
6+
PackageLocale: en-US
7+
Publisher: Stack Exchange, Inc.
8+
PublisherUrl: https://stackoverflow.com/
9+
PublisherSupportUrl: https://github.com/StackExchange/dnscontrol/issues
10+
PrivacyUrl: https://stackoverflow.com/legal/privacy-policy
11+
Author: Stack Exchange, Inc.
12+
PackageName: DNSControl
13+
PackageUrl: https://dnscontrol.org/
14+
License: MIT
15+
LicenseUrl: https://github.com/StackExchange/dnscontrol/blob/HEAD/LICENSE
16+
Copyright: Copyright (c) 2024 Stack Overflow
17+
ShortDescription: Infrastructure as code for DNS!
18+
Description: DNSControl is an opinionated platform for seamlessly managing your DNS configuration across any number of DNS hosts, both in the cloud or in your own infrastructure. It manages all of the domains for the Stack Overflow network, and can do the same for you!
19+
Moniker: dnscontrol
20+
Tags:
21+
- dns
22+
ReleaseNotes: |-
23+
Greetings DNS fans!
24+
Thanks to all contributors involved in this release! This is a community project and we couldn't do it without all of your contributions!
25+
For many years users have complained that the validation messages don't report which line contains the error... and rightfully so! It's pretty difficult to debug a problem when you don't know where to look. Sadly the JavaScript interpreter we use doesn't make it easy. I finally found a way. It isn't clean nor pretty but it works! Sadly we can't extract the filename, but at least we're moving in the right direction.
26+
Here's an example where the error is 5 chars into line 1882:
27+
2025/10/10 13:34:44 ERROR: [line::1882:5]: MX example.com: target (mx.sendgrid.net) must end with a (.) [https://docs.dnscontrol.org/language-reference/why-the-dot]
28+
Changelog
29+
Major features:
30+
- 3eddfcd03705540850ffe5a28b930f8f969c067b: feat(validation): Validation errors now include the line number (#3788)
31+
- a71b89e5a2bf9a31872b6b2095c9d4eea641dad3: NEW FEATURE: Add SMIMEA support for BIND and deSEC (#3786) (@ClusterJan)
32+
Provider-specific changes:
33+
- 9b32a2f9b284a67c74a6ac05e1d09d6a90edfe2c: NAMECHEAP: Enable get-zones (#3775) (@willpower232)
34+
Documentation:
35+
- 2122390f29d17d8c37d23d9168c8dbc6f0d93ce0: DOCS: Fill some question marks for cloudns (#3767) (@louis-lau)
36+
CI/CD:
37+
- 2be2b0fd1e440df18251a172d8346b2f4ae1e02b: Build(deps): Bump actions/cache from 4.2.4 to 4.3.0 (#3776) (@dependabot[bot])
38+
- 68edb2ef6c04058d99e4b3cb9c4dc661ce53b4ae: Build(deps): Bump tar-fs from 3.0.9 to 3.1.1 (#3783) (@dependabot[bot])
39+
Dependencies:
40+
- 30d91d5f605975cc5b3791e76c746d536a5c724d: CHORE: Update deps (#3782) (@tlimoncelli)
41+
- db21e30abb949756945ecef242dea677fa54386f: Update deps (#3790) (@tlimoncelli)
42+
Other changes and improvements:
43+
- 5f4e1efdceac83155b723ea1438b7f9a94527d84: NS1: Fix NAPTR special case (#3785) (@tlimoncelli)
44+
- 589cb77c68ca706fe0eba3ae4b598ce68643243f: CAA: Support issuemail / issuevmc tag in CAA builder (#3774) (@psuet)
45+
(@tlimoncelli)
46+
Deprecation warnings
47+
[!WARNING]
48+
- REV() will switch from RFC2317 to RFC4183 in v5.0. This is a breaking change. Warnings are output if your configuration is affected. No date has been announced for v5.0. See https://docs.dnscontrol.org/language-reference/top-level-functions/revcompat
49+
- NAMEDOTCOM and SOFTLAYER need maintainers! These providers have no maintainer. Maintainers respond to PRs and fix bugs in a timely manner, and try to stay on top of protocol changes.
50+
ReleaseNotesUrl: https://github.com/StackExchange/dnscontrol/releases/tag/v4.26.0
51+
Documentations:
52+
- DocumentLabel: Docs
53+
DocumentUrl: https://docs.dnscontrol.org/
54+
ManifestType: defaultLocale
55+
ManifestVersion: 1.10.0
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: StackExchange.DNSControl
5+
PackageVersion: 4.26.0
6+
PackageLocale: zh-CN
7+
Publisher: Stack Exchange, Inc.
8+
PackageName: DNSControl
9+
ShortDescription: DNS 的基础设施即代码!
10+
Description: DNSControl 是一个有主见的平台,可在云端或您自己的基础架构中无缝管理任意数量 DNS 主机的 DNS 配置。它既可以管理 Stack Overflow 网络的所有域名,也可以为您提供同样的服务!
11+
ReleaseNotesUrl: https://github.com/StackExchange/dnscontrol/releases/tag/v4.26.0
12+
Documentations:
13+
- DocumentLabel: 文档
14+
DocumentUrl: https://docs.dnscontrol.org/
15+
ManifestType: locale
16+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: StackExchange.DNSControl
5+
PackageVersion: 4.26.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)