NodeAgent changelog for version 1.5.5 (#53)

This commit is contained in:
Matthew Christopher 2019-04-08 12:57:08 -07:00 коммит произвёл Fred Park
Родитель 50e6562855
Коммит 71e99016b3
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -32,6 +32,14 @@ https://docs.microsoft.com/en-us/rest/api/batchservice/computenode/list#nodeagen
## Change Log
### 1.5.5 - 2019-04-03
- Fix bug where application package environment variables were sometimes
not correctly updated when the default version of the application was
changed and the node was rebooted.
- Fix bug where after a node reboot in Linux, sometimes the `List Task Files`
or `Get Task File` APIs would fail to find a file that was actually on disk.
- Fix bug where `ExitConditions` were ignored and overwritten to be empty.
### 1.5.4 - 2019-03-25
- Internal telemetry improvements to help the product team better diagnose
issues after VMs have been removed from a pool.