mirror of
https://github.com/coredns/coredns.git
synced 2025-08-06 06:17:00 +02:00
1.12.1 release (#7220)
* bump version and draft release notes Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * bump version and draft release notes Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * tweak noteworthies Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * update authors Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * remove note about new expr features. too esoteric in our use case. Signed-off-by: Chris O'Haver <cohaver@infoblox.com> --------- Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
parent
c9f9f7e36d
commit
707c7c10ac
@ -2,7 +2,7 @@ package coremain
|
||||
|
||||
// Various CoreDNS constants.
|
||||
const (
|
||||
CoreVersion = "1.12.0"
|
||||
CoreVersion = "1.12.1"
|
||||
CoreName = "CoreDNS"
|
||||
serverType = "dns"
|
||||
)
|
||||
|
33
notes/coredns-1.12.1.md
Normal file
33
notes/coredns-1.12.1.md
Normal file
@ -0,0 +1,33 @@
|
||||
+++
|
||||
title = "CoreDNS-1.12.1 Release"
|
||||
description = "CoreDNS-1.12.1 Release Notes."
|
||||
tags = ["Release", "1.12.1", "Notes"]
|
||||
release = "1.12.1"
|
||||
date = "2024-03-24T00:00:00+00:00"
|
||||
author = "coredns"
|
||||
+++
|
||||
|
||||
In this release:
|
||||
* kubernetes: Revert recent change to only create PTR records for endpoints with hostname defined.
|
||||
* forward: added option to return SERVFAIL immediately if all upstreams are unhealthy.
|
||||
|
||||
## Brought to You By
|
||||
|
||||
Adrian Moisey,
|
||||
Arthur Outhenin-Chalandre,
|
||||
Bartosz Borkowski,
|
||||
Ben Kochie,
|
||||
Chris O'Haver,
|
||||
Min Woo Kim,
|
||||
Puneet Loya,
|
||||
Rich,
|
||||
Viktor,
|
||||
momantech
|
||||
|
||||
|
||||
## Noteworthy Changes
|
||||
|
||||
* core: Increase CNAME lookup limit from 7 to 10 (https://github.com/coredns/coredns/pull/7153)
|
||||
* plugin/kubernetes: Fix handling of pods having DeletionTimestamp set (https://github.com/coredns/coredns/pull/7119) (#7131)
|
||||
* plugin/kubernetes: Revert "only create PTR records for endpoints with hostname defined (https://github.com/coredns/coredns/pull/6898)" (#7194)
|
||||
* plugin/forward: added option `failfast_all_unhealthy_upstreams` to return servfail if all upstreams are down (https://github.com/coredns/coredns/pull/6999)
|
Loading…
Reference in New Issue
Block a user