From e6426db8da7fd565f8dcd1313f61337d34128d1c Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Tue, 22 May 2018 17:30:29 +0200 Subject: [PATCH] rpc: bump go-netssh package to address goroutine leak on timeouts --- Gopkg.lock | 2 +- docs/changelog.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gopkg.lock b/Gopkg.lock index 5b51855..5506819 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -101,7 +101,7 @@ branch = "master" name = "github.com/problame/go-netssh" packages = ["."] - revision = "53a2e445f8ace7ec678f2d8cdd9c1428dfef4562" + revision = "c56ad38d2c91397ad3c8dd9443d7448e328a9e9e" [[projects]] branch = "master" diff --git a/docs/changelog.rst b/docs/changelog.rst index 744ae2e..db22ed1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,6 +14,7 @@ Developers should consult the git commit log or GitHub issue tracker. ------------------ * |feature| :issue:`67`: Expose `Prometheus `_ metrics via HTTP (:ref:`config docs `) +* |bugfix| Goroutine leak on ssh transport connection timeouts 0.0.3 -----