diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-03-10 08:06:55 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-10 08:06:55 +0000 |
commit | a1a64624daac80fc190fe790b96bbc74563e2fd0 (patch) | |
tree | 2645a5c983580e5e814d06a6c5618ed08fa52733 | |
parent | 542282cca256772058d683aea2ee7dac769ec40d (diff) | |
parent | 45290552b1c0df222e943ccb5cbe16c480df9a82 (diff) |
Merge #273v1.6.3
273: prepare_to_1_6_3 r=wolfy-j a=48d90782
Corrected changelog
Co-authored-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ba1bfb..875afeed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ CHANGELOG ========= -v1.6.3 -- Fixed bug with UB when plugin is failing during start + +v1.6.3 (10.03.2020) +------------------- +- Fixed bug with UB when the plugin is failing during start - Better signals handling - Rotate ports in tests - Added BORS to repository [https://bors.tech/], so, now you can use commands from it, like `bors d=@some_user`, `bors try`, or `bors r+` - Reverted change with `musl-gcc`. We reverted `CGO_ENABLED=0`, so, CGO turned off for all targets and `netgo`, `osuser` etc.. system-dependent packages are not statically linked. Also separate `musl` binary provided. -- macOS temporary removed from CI. +- macOS temporarily removed from CI +- Added curl dependency to download rr (@dkarlovi) v1.6.2 (23.02.2020) ------------------- @@ -4,8 +4,10 @@ go 1.13 require ( github.com/NYTimes/gziphandler v1.1.1 + github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37 github.com/dustin/go-humanize v1.0.0 + github.com/go-ole/go-ole v1.2.4 // indirect github.com/mattn/go-colorable v0.1.6 // indirect github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b github.com/olekukonko/tablewriter v0.0.4 |