mirror of
https://github.com/coredns/coredns.git
synced 2025-10-26 15:54:16 -04:00
Bump to version 1.6.9 (#3773)
See #3727 for the details. Copying release notes verbatim to coredns-1.6.9.md and fix the release script (because Makefile are stupid). Up version to 1.6.9 here as well. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -118,7 +118,7 @@ github-push:
|
||||
echo $$asset; \
|
||||
curl -o /dev/null -X POST \
|
||||
-H "Content-Type: application/gzip" \
|
||||
-H "Authorization: token ${GITHUB_ACCESS_TOKEN}"
|
||||
-H "Authorization: token ${GITHUB_ACCESS_TOKEN}" \
|
||||
--data-binary "@$$asset" \
|
||||
"https://uploads.github.com/repos/$(GITHUB)/$(NAME)/releases/$(RELEASE)/assets?name=$${asset}" ; \
|
||||
done )
|
||||
@@ -129,7 +129,7 @@ github-push:
|
||||
echo $$asset; \
|
||||
curl -o /dev/null -X POST \
|
||||
-H "Content-Type: text/plain" \
|
||||
-H "Authorization: token ${GITHUB_ACCESS_TOKEN}"
|
||||
-H "Authorization: token ${GITHUB_ACCESS_TOKEN}" \
|
||||
--data-binary "@$$asset" \
|
||||
"https://uploads.github.com/repos/$(GITHUB)/$(NAME)/releases/$(RELEASE)/assets?name=$${asset}" ; \
|
||||
done )
|
||||
|
||||
Reference in New Issue
Block a user