-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Up release to 1.2.0 #1958
Up release to 1.2.0 #1958
Conversation
Set the version to 1.2.0, in preparation for our first, completely automated release. See #1954 Signed-off-by: Miek Gieben <miek@miek.nl>
Thank you for your contribution. I've just checked the OWNERS files to find a suitable reviewer. This search was successful and I've asked greenpau (via If you have questions or suggestions for this bot, please file an issue against the miekg/dreck repository. The bot understands the commands that are listed here. |
lots of @greenpau for PRs lately. double checking the randomization in dreck |
should be sufficient |
Codecov Report
@@ Coverage Diff @@
## master #1958 +/- ##
==========================================
+ Coverage 54.55% 54.61% +0.05%
==========================================
Files 197 197
Lines 9586 9586
==========================================
+ Hits 5230 5235 +5
+ Misses 3952 3949 -3
+ Partials 404 402 -2
Continue to review full report at Codecov.
|
Signed-off-by: Miek Gieben <miek@miek.nl>
/LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM by stp-ip
[ Quoting <notifications@github.com> in "Re: [coredns/coredns] Up release to..." ]
greenpau approved this pull request.
/merge
|
…own. logs and debug information adding logs on sop/start metrics listener release: automate the release (coredns#1935) * release: automate the release This PR aims to various pieces into place so we can automate the coredns release. It needs the script from coredns/release to be installed. Dreck is to be setup as described in coredns/release/README.md The release-coredns script can be tested and allows for other branches than master to be test. This PR also features some cleanup in the Makefile.release so we don't call the godep target for each linux release - this speeds it up for some bit. Manually running ./release-coredns -t auto-release builds the artifects for this release, but (of course) doesn't upload anything yet. Add /release to the OWNERS and allow command to be executed (this still needs to be tested). Signed-off-by: Miek Gieben <miek@miek.nl> * that makefile target doesnt exist anymore Signed-off-by: Miek Gieben <miek@miek.nl> * test release for now Signed-off-by: Miek Gieben <miek@miek.nl> * Slightly better output Signed-off-by: Miek Gieben <miek@miek.nl> * remove again Signed-off-by: Miek Gieben <miek@miek.nl> Up release to 1.2.0 (coredns#1958) Automatically submitted. Various improvements in the release documention. (coredns#1961) Releasing 1.2.0 uncovered some rough edges that need to be documented. Also fix github-push target and docker login. Signed-off-by: Miek Gieben <miek@miek.nl> - remove debug msgs. Refined logging.
Automatically submitted.
Automatically submitted.
Set the version to 1.2.0, in preparation for our first, completely
automated release.
See #1954
Signed-off-by: Miek Gieben miek@miek.nl