Skip to content

Commit

Permalink
update releasenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
shengmiw committed Jan 15, 2018
1 parent 84e4f58 commit efcba71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
Latest
==============
- Fix bug on windows agent (v2.2.103, v2.2.120.0) running into hung state with high volume of associations/runcommands
- Execute "pwsh" on linux when using runPowershellScript plugin

2.2.136.0
===============
NOTE: There is a known issue in this build that can cause Windows instances to stop processing commands and associations. The issue is resolved in build versions>2.2.136.0
- Various bug fixes.

2.2.120.0
===============
NOTE: There is a known issue in this build that can cause Windows instances to stop processing commands and associations. The issue is resolved in build versions>2.2.136.0
- Various bug fixes.

2.2.103.0
===============
NOTE: There is a known issue in this build that can cause Windows instances to stop processing commands and associations. The issue is resolved in build versions>2.2.136.0
- Various bug fixes.

2.2.93.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func (ch *fileWatcherChannel) watch() {
}
case err := <-ch.watcher.Errors:
if err != nil {
log.Errorf("file watcher error: %v", err)
log.Errorf("file watcher error: %v", err)
}
}
}
Expand Down

0 comments on commit efcba71

Please sign in to comment.