Release notes

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2018-10-17 23:02:13 +01:00
parent 5427e71f3e
commit d6e6138149
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -10,16 +10,16 @@ author = "coredns"
We are pleased to announce the [release](https://github.com/coredns/coredns/releases/tag/v1.2.4) of
CoreDNS-1.2.4!
Remember we [said](/2018/10/16/coredns-1.2.3-release/) was a big release and took quite a while?
Well, we've fixed that glitch; as 1.2.4 is here now.
Remember we [said the 1.2.3 release](/2018/10/16/coredns-1.2.3-release/) was a big release and took
quite a while? Well, we've fixed that glitch; as 1.2.4 is here now.
CoreDNS' v1.2.3 kubernetes plugin *DOES NOT WORK IN KUBERNETES* and our testing that didn't catch
that regression, nor the Kubernetes scale testing which doesn't really exercise the API.
CoreDNS v1.2.3's *kubernetes* plugin **DOES NOT WORK IN KUBERNETES** and our testing that didn't catch
that regression, nor the Kubernetes scale testing which doesn't really exercise the *whole* API.
## Plugins
* [*cache*](/plugins/cache) use zero of the minimal negative TTL (if not found in the packet)
* [*kubernetes*](/plugins/kubernetes) fix grave bug that might be plugin unusable in kubernetes.
* [*cache*](/plugins/cache) use zero of the minimal negative TTL (if no suitable TTL was found in the packet)
* [*kubernetes*](/plugins/kubernetes) fix grave bug that might be plugin unusable in Kubernetes.
## Brought to you by:
+1 -1
View File
@@ -1,2 +1,2 @@
[release]
version = "1.2.3"
version = "1.2.4"