Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
527bee5b
Commit
527bee5b
authored
Feb 12, 2021
by
Miek Gieben
Committed by
GitHub
Feb 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 1.8.2 notes (#4461)
parent
c4720b8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
2 deletions
+40
-2
Makefile.release
Makefile.release
+2
-2
notes/coredns-1.8.2.md
notes/coredns-1.8.2.md
+38
-0
No files found.
Makefile.release
View file @
527bee5b
...
...
@@ -18,7 +18,7 @@
# Steps to release, first:
#
# 1. Up the version in coremain/version.go
# 2. Do a make -f Makefile.doc
# 2. Do a make -f Makefile.doc
# This has been automated in GitHub, so you can probably skip this step
# 3. go generate
# 4. Send PR to get this merged.
#
...
...
@@ -44,7 +44,7 @@ EMPTY:=
SPACE
:=
$(EMPTY)
$(EMPTY)
COMMA
:=
$(EMPTY)
,
$(EMPTY)
ifeq
(, $(shell
command -v
curl))
ifeq
(, $(shell
which
curl))
$(error
"No curl in $$PATH, please install"
)
endif
...
...
notes/coredns-1.8.2.md
0 → 100644
View file @
527bee5b
+++
title = "CoreDNS-1.8.2 Release"
description = "CoreDNS-1.8.2 Release Notes."
tags = ["Release", "1.8.2", "Notes"]
release = "1.8.2"
date = 2021-01-20T07:00:00+00:00
author = "coredns"
+++
The CoreDNS team has released
[
CoreDNS-1.8.2
](
https://github.com/coredns/coredns/releases/tag/v1.8.2
)
.
## Brought to You By
Bob,
Chris O'Haver,
Frank Riley,
George Shammas,
Jun Chen,
Lars Ekman,
Manuel Rüger,
Maxime Ginters,
Miek Gieben,
TimYin.
## Noteworthy Changes
*
core: flag blacklisting not needed anymore (https://github.com/coredns/coredns/pull/4420)
*
Corrected detection of K8s minor version (https://github.com/coredns/coredns/pull/4430)
*
Makefile.release: Replace manifest-tool with docker manifest (https://github.com/coredns/coredns/pull/4421)
*
plugin/acl: add the ability to filter records (https://github.com/coredns/coredns/pull/4389)
*
plugin/dnstap: Fix out of order messages and fix forward perspective. (https://github.com/coredns/coredns/pull/4395)
*
plugin/forward Add rcode and rtype to request_duration_seconds metric (https://github.com/coredns/coredns/pull/4391)
*
plugin/kubernetes: make kubeconfig argument 'context' optional (https://github.com/coredns/coredns/pull/4451)
*
plugin/rewrite: copy msg before rewritting (https://github.com/coredns/coredns/pull/4443)
*
plugin/sign: track zone file's mtime (https://github.com/coredns/coredns/pull/4431)
*
plugin/trace: Use compatible tag name for datadog (https://github.com/coredns/coredns/pull/4408)
*
plugin/transfer: only allow outgoing axfr over tcp (https://github.com/coredns/coredns/pull/4452)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment