From a70b464653fd00d6615dacb919504fb04ea52005 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Thu, 18 Jan 2024 20:39:06 +0100 Subject: [PATCH] release version 1.1.17 --- CHANGELOG.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4a2f7..2ad43af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ * v1.1.17 - Enforce timeout and reconnect when awaiting an SSH keepalive reply to avoid long-stuck requests - Enforce timeout during inband port forwarding connect to ensure proper cleaning of stuck SSH connections - - Add metric sshified_ssh_keepalive_failures_total to for better visibility into broken SSH connections + - Add metric sshified_ssh_keepalive_failures_total for better visibility into broken SSH connections * v1.1.16 - Update vendored dependencies, especially golang.org/x/crypto for CVE-2023-48795 * v1.1.15 diff --git a/VERSION b/VERSION index 63b283b..cbb8cba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.16 +1.1.17