Skip to content

Releases: Azure/LinuxPatchExtension

v1.6.14

12 Feb 18:11
cfe345f

Choose a tag to compare

Contains telemetry added only in extension handler to validate against Linux agent's preview version.

v1.6.13

03 Feb 18:14
887055c

Choose a tag to compare

Contains:

  • Fix for rebootPending not set correctly during installation in RHEL and CentOS in assessment substatus

v1.6.12

12 Jan 21:36
32bc3ad

Choose a tag to compare

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

13 Nov 23:22
22146dd

Choose a tag to compare

  • Fixes an issue with patch installation summary status being written out with spurious records

v1.6.10

12 Nov 02:51
e983520

Choose a tag to compare

  • 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

30 Sep 19:50
a1cf533

Choose a tag to compare

  • Adding a check to allow only certain operations and block all others
  • Temporary fix in maintenanceRunId format

v1.6.8

16 Sep 19:49
c590156

Choose a tag to compare

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

11 Sep 00:48
04be587

Choose a tag to compare

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

17 Aug 20:08
755d08a

Choose a tag to compare

BugFix: Ensuring Constants is added first to both handler and core pa…