From 8e4c7c9f9092e4ba1874e214c9c40a106eb5f8f0 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Fri, 8 Nov 2019 11:01:27 -0500 Subject: [PATCH] V 2.160.2 Release notes and version bump (#190) --- releaseNote.md | 8 ++------ src/runnerversion | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index b7e6084f9fa..99f31c6cee9 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,12 +1,8 @@ ## Features - - Added commands to enable or disable echoing of commands (#139) + - N/A ## Bugs - - Do not retry uploads on 4xx Errors for Artifact Upload Service (#131) - - Actions cache no longer incorrectly caches the action if the tag was updated for self hosted runners (#148) - - Disabled echoing of commands on add-mask, debug, warning and error commands (#158) - - HashFile now is correctly configured to only support basic globbing and globstar (#149) - - HashFile now sets a default root and handles Windows paths correctly (#151) + - Fixed an issue with Strong Name Validation when running as a service on Windows (#185) ## Misc - N/A diff --git a/src/runnerversion b/src/runnerversion index a189ba32230..957ed2e1e9e 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.160.1 \ No newline at end of file +2.160.2 \ No newline at end of file