Bumped waagent from 2.0.14 to 2.0.16

VMAccess enable failed after Oracle kernel update (6&7) whose distro name is oracle not redhat.
waagent(2.0.16) can fix it.
This commit is contained in:
Bin Xia 2016-01-22 07:08:52 +00:00
Родитель ce61d84889
Коммит 0929872052
4 изменённых файлов: 6487 добавлений и 2 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -1,6 +1,6 @@
[{
"name": "VMAccess",
"version": "1.4.0.0",
"version": "1.4.1.0",
"handlerManifest": {
"installCommand": "./vmaccess.py -install",
"uninstallCommand": "./vmaccess.py -uninstall",

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

@ -291,6 +291,12 @@ see the status on Azure Portal
## Changelog
```
# 1.4.1.0 (2016-01-22)
- Bumped waagent version from 2.0.14 to 2.0.16
# 1.4.0.0 (2015-12-18)
- Added support for checking and repairing disks
# 1.3 (2015-09-08)
- Added waagent to extension package
```

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

@ -1,3 +1,3 @@
Utils/
Common/WALinuxAgent-2.0.14/waagent
Common/WALinuxAgent-2.0.16/waagent
Common/waagentloader.py