Releases: Azure/LinuxPatchExtension
Releases · Azure/LinuxPatchExtension
v1.6.14
Contains telemetry added only in extension handler to validate against Linux agent's preview version.
v1.6.13
Contains:
- Fix for rebootPending not set correctly during installation in RHEL and CentOS in assessment substatus
v1.6.12
This release contains fixes for the following bugs:
- All patches in PatchInstallationSummary were classified as 'Other'. This fix will identify the Security patches within PatchInstallationSummary substatus
- Exception raised when classification is not provided in input/config settings
- Any exception raised after patch assessment completes and before patch installation starts, were getting logged under the error objects for PatchAssessmentSummary while the status of PatchInstallationSummary was marked as error
- Errors added to any of the substatus, from CoreMain (usually when an exception is raised), were resetting the summary status to 'Transitioning' instead of retaining the summary's previous status
v1.6.11
- Fixes an issue with patch installation summary status being written out with spurious records
v1.6.10
-
Bug fix for extension failing on assesspatch calls. (patch_installer was always initialized for all requests, including assesspactches, which in turn init reboot_manager, which needed reboot settings input)
-
Log rotation: Modified log retention, so core and extension are independent, since we have modified the log file formats (majorly for extension logs) after the seq no read modifications.
-
Fixed duplicate logging bug in extension file logger.
v1.6.9
- Adding a check to allow only certain operations and block all others
- Temporary fix in maintenanceRunId format
v1.6.8
Contains following updates:
- Disable auto OS updates for Ubuntu
- Atomic write to status file so any service reading it will always get the correct data
v1.6.7: Fix for broken pipe error
Bugfix for broken pipe error (#36) * bug fix for broken pipe error and updating package-core to include external dependencies in the package as well * minor update
v1.6.5: Initial tag for EDPEv2
BugFix: Ensuring Constants is added first to both handler and core pa…