fix release notes (#6997)

Signed-off-by: Viktor Rodionov <33463837+Shmillerov@users.noreply.github.com>
This commit is contained in:
Viktor 2024-11-22 15:38:15 +03:00 committed by GitHub
parent 51e11f166e
commit 358810134d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 18 additions and 3 deletions

View File

@ -3,7 +3,7 @@ title = "CoreDNS-1.11.3 Release"
description = "CoreDNS-1.11.3 Release Notes." description = "CoreDNS-1.11.3 Release Notes."
tags = ["Release", "1.11.3", "Notes"] tags = ["Release", "1.11.3", "Notes"]
release = "1.11.3" release = "1.11.3"
date = "2024-04-24T16:57:00-04:00 date = "2024-04-24T16:57:00-04:00"
author = "coredns" author = "coredns"
+++ +++

View File

@ -1,4 +1,11 @@
+++
title = "CoreDNS-1.11.4 Release"
description = "CoreDNS-1.11.4 Release Notes."
tags = ["Release", "1.11.4", "Notes"]
release = "1.11.4"
date = "2024-11-13T00:00:00+00:00"
author = "coredns"
+++
This release adds some new features and fixes some bugs. New features of note: This release adds some new features and fixes some bugs. New features of note:
* forward plugin: new option `next`, to try alternate upstreams when receiving specified response codes upstreams on (functions like the external plugin _alternate_) * forward plugin: new option `next`, to try alternate upstreams when receiving specified response codes upstreams on (functions like the external plugin _alternate_)
@ -51,7 +58,7 @@ zhangguanzhang
* plugin/kubernetes: only create PTR records for endpoints with hostname defined (https://github.com/coredns/coredns/pull/6898) * plugin/kubernetes: only create PTR records for endpoints with hostname defined (https://github.com/coredns/coredns/pull/6898)
* plugin/rewrite: execute the reversion in reversed order (https://github.com/coredns/coredns/pull/6872) * plugin/rewrite: execute the reversion in reversed order (https://github.com/coredns/coredns/pull/6872)
* plugin/etcd: fix etcd connection leakage during reload (https://github.com/coredns/coredns/pull/6646) * plugin/etcd: fix etcd connection leakage during reload (https://github.com/coredns/coredns/pull/6646)
* plugi/kubernetes: Add useragent (https://github.com/coredns/coredns/pull/6484) * plugin/kubernetes: Add useragent (https://github.com/coredns/coredns/pull/6484)
* plugin/hosts: add hostsfile as label for coredns_hosts_entries (https://github.com/coredns/coredns/pull/6801) * plugin/hosts: add hostsfile as label for coredns_hosts_entries (https://github.com/coredns/coredns/pull/6801)
* plugin/file: Fix zone parser error handling (https://github.com/coredns/coredns/pull/6680) * plugin/file: Fix zone parser error handling (https://github.com/coredns/coredns/pull/6680)
* plugin/forward: Add alternate option to forward plugin (https://github.com/coredns/coredns/pull/6681) * plugin/forward: Add alternate option to forward plugin (https://github.com/coredns/coredns/pull/6681)

View File

@ -1,3 +1,11 @@
+++
title = "CoreDNS-1.12.0 Release"
description = "CoreDNS-1.12.0 Release Notes."
tags = ["Release", "1.12.0", "Notes"]
release = "1.12.0"
date = "2024-11-21T00:00:00+00:00"
author = "coredns"
+++
This release adds some new features. Of note: This release adds some new features. Of note:
* New multisocket plugin - allows CoreDNS to listen on multiple sockets * New multisocket plugin - allows CoreDNS to listen on multiple sockets