This commit is contained in:
Dan Harris 2023-08-31 17:19:44 -06:00 коммит произвёл GitHub
Родитель 419e1382ec
Коммит 9da539a580
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 6 удалений

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

@ -33,6 +33,18 @@ https://docs.microsoft.com/rest/api/batchservice/computenode/list#nodeagentinfor
## Change Log
### 1.10.7
#### Released: 2023-08-25
- Tasks that are currently running on a VM were not rejected if they tried to be scheduled again.
- The maximum task history was previously limited to 10 items.
- Filesystem mounting would incorrectly terminate when waiting for unattended-upgrades to finish.
- Downloading app packages could get into an endless loop if managed identity was incorrectly configured.
- Deleting a task could sometimes cause a race condition where the task state would be lost.
- Ubuntu 18.04 has been deprecated per OS being EOL.
- Debian 10 has been deprecated per OS being EOL.
- Certain windows images would fail to bootstrap if they had both Docker and Containerd services installed.
- Added Blobfuse support for ubuntu 22.04.
### 1.10.0
#### Released: 2023-06-27
- Add retries for Docker(dockerpy) create due to intermittent failures on first task.
@ -40,12 +52,6 @@ https://docs.microsoft.com/rest/api/batchservice/computenode/list#nodeagentinfor
- Add retries when mount installation fails.
- Add timeout setting for mount operation.
### 1.9.43
#### Released: 2023-04-19
- Recover if a VM cannot communicate with storage and retry when out of ports.
- Convert path ownership to async for critical methods.
- Retry on incomplete payload error.
### 1.9.43
#### Released: 2023-04-19
- Recover if a VM cannot communicate with storage and retry when out of ports.