diff --git a/notes/coredns-1.11.3.md b/notes/coredns-1.11.3.md index 3ccf6c3e8..e557322ba 100644 --- a/notes/coredns-1.11.3.md +++ b/notes/coredns-1.11.3.md @@ -3,7 +3,7 @@ title = "CoreDNS-1.11.3 Release" description = "CoreDNS-1.11.3 Release Notes." tags = ["Release", "1.11.3", "Notes"] release = "1.11.3" -date = "2024-04-24T16:57:00-04:00 +date = "2024-04-24T16:57:00-04:00" author = "coredns" +++ diff --git a/notes/coredns-1.11.4.md b/notes/coredns-1.11.4.md index c57038081..0afad01f8 100644 --- a/notes/coredns-1.11.4.md +++ b/notes/coredns-1.11.4.md @@ -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: * 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/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) -* 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/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) diff --git a/notes/coredns-1.12.0.md b/notes/coredns-1.12.0.md index 4765cee4f..9147043e8 100644 --- a/notes/coredns-1.12.0.md +++ b/notes/coredns-1.12.0.md @@ -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: * New multisocket plugin - allows CoreDNS to listen on multiple sockets