Created
August 28, 2025 11:45
-
-
Save Habbie/8ff2b2261f8e12657e6ba9e55c3c65b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/ansible/host_vars/repo1.powerdns.com.yml b/ansible/host_vars/repo1.powerdns.com.yml | |
index b9b4fe7..078a0db 100644 | |
--- a/ansible/host_vars/repo1.powerdns.com.yml | |
+++ b/ansible/host_vars/repo1.powerdns.com.yml | |
@@ -45,10 +45,10 @@ pdns_repo_packages: | |
'auth-43': 'PowerDNS Authoritative Server - version 4.3.X (end of life)' | |
'auth-42': 'PowerDNS Authoritative Server - version 4.2.X (end of life)' | |
'rec-master': 'PowerDNS Recursor - master branch (development)' | |
- 'rec-53': 'PowerDNS Recursor - version 5.3.X (pre-release)' | |
- 'rec-52': 'PowerDNS Recursor - version 5.2.X (stable)' | |
+ 'rec-53': 'PowerDNS Recursor - version 5.3.X (stable)' | |
+ 'rec-52': 'PowerDNS Recursor - version 5.2.X (critical fixes only)' | |
'rec-51': 'PowerDNS Recursor - version 5.1.X (critical fixes only)' | |
- 'rec-50': 'PowerDNS Recursor - version 5.0.X (critical fixes only)' | |
+ 'rec-50': 'PowerDNS Recursor - version 5.0.X (end of life)' | |
'rec-49': 'PowerDNS Recursor - version 4.9.X (end of life)' | |
'rec-48': 'PowerDNS Recursor - version 4.8.X (end of life)' | |
'rec-47': 'PowerDNS Recursor - version 4.7.X (end of life)' | |
diff --git a/ansible/roles/pdns_repo/templates/repo.powerdns.com-website/index.html.j2 b/ansible/roles/pdns_repo/templates/repo.powerdns.com-website/index.html.j2 | |
index 1b67772..3413046 100644 | |
--- a/ansible/roles/pdns_repo/templates/repo.powerdns.com-website/index.html.j2 | |
+++ b/ansible/roles/pdns_repo/templates/repo.powerdns.com-website/index.html.j2 | |
@@ -96,11 +96,10 @@ | |
</ul> | |
<li><a href="https://doc.powerdns.com/recursor/" target="_blank">PowerDNS Recursor (docs)</a></li> | |
<ul> | |
- <li><b>5.3.x</b>: pre-release (x86_64, arm64)</li> | |
- <li><b>5.2.x</b>: stable (x86_64, arm64)</li> | |
+ <li><b>5.3.x</b>: stable (x86_64, arm64)</li> | |
+ <li><b>5.2.x</b>: critical fixes only(x86_64, arm64)</li> | |
<li><b>5.1.x</b>: critical fixes only (x86_64, arm64)</li> | |
- <li><b>5.0.x</b>: critical fixes only (x86_64, arm64)</li> | |
- <li><b>4.9.x and lower</b>: end-of-life (x86_64)</li> | |
+ <li><b>5.0.x and lower</b>: end-of-life (x86_64)</li> | |
</ul> | |
<li><a href="https://dnsdist.org" target="_blank">dnsdist (docs)</a></li> | |
<ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment