Skip to content

Releases: Azure/LinuxPatchExtension

v1.6.55

19 Jun 15:57
c01c7bc
Compare
Choose a tag to compare

Contains:

Refreshing cache with machine source prior to ending execution: #260

v1.6.54

03 May 19:44
e13b551
Compare
Choose a tag to compare

this release includes:
[x] Fix Codecov.io integration #258
[x] Calculate maximum batch size in batch patching as per time remaining in maintenance window #250

v1.6.53

29 Mar 16:49
2112b98
Compare
Choose a tag to compare

this release includes:
[x] Hotfix changes for strict SDP having some updates show up as 'new' packages #254

v1.6.52

27 Mar 22:56
571950c
Compare
Choose a tag to compare

this release includes:
[x]add more unit test in status handler to increase code coverage #226
[x]Fix the issue that if there are conflicting packages in the yum install command then installation of all the packages in the command fails. #248
[x]Bugfix for out-of-date package lists causing install failures #252

v1.6.51

28 Feb 23:06
a52fe4b
Compare
Choose a tag to compare

v1.6.50

31 Jan 19:53
2b8bf08
Compare
Choose a tag to compare

Increasing batch size from 3 to 6 to improve performance of batch patching: #227
address telemetry message truncation bug - bad unicode error: #228
Use GITHUB_OUTPUT envvar instead of set-output command: #232
add encoding propertity to resolve pro-client prerequist error: #233

v1.6.49

01 Nov 00:02
52b934a
Compare
Choose a tag to compare

v1.6.48

15 Sep 19:18
5d83323
Compare
Choose a tag to compare

This release will include following changes:

  • Fixing python 2.7 issues with code coverage checks linked on repo: 197, 201
  • Add ordered dictionary for quicker look up of Assessment packages in StatusHandler: 193
  • Add ordered dictionary for quicker look up of Installation packages in StatusHandler: 194
  • Setting auto assessment service to type: forking: 203
  • add complete status file logic: 195
  • Fix NameError: name 'OrderedDict' is not defined during runtime: 204
  • telemetry change to get esm packages selected count: 202
  • Adding more sources to security sources list: 208
  • raise exception if min py version is < 2.7: 207
  • For yum package manager only, sometimes VM gets rebooted in install updates job even though reboot is not required: 210
  • remove old complete status file: 205
  • APT: Patch Mode set to disabled in ConfigurePatching when os patch config file does not exist: 216
  • Adding EULA acceptance based on an inVM approval mechanism: 215

v1.6.47

19 Jun 22:39
ef693ec
Compare
Choose a tag to compare

This release contains:

  • #171: Implement patching in batches to improve performance
  • #181: Clean up python discovery for Core
  • #185: Implementation for get_all_updates for Pro_Client version
  • #188: Bugfix: Never reboot is selected change patch status to warning
  • #189: prioritize critical patches first over others

v1.6.46

13 Apr 22:37
637350b
Compare
Choose a tag to compare

This release contains:
#179 - Additional python interpreter locations
#180 - Reporting-related mitigation on auto-assessment with configurepatching & cleaned up traces in StatusHandler
#182 - Refining auto-assessment timer & interval calculations and configuration
#183 - Always run Assessment with ConfigurePatching - CRP/ARG issue mitigation
#184 - Make performant logs more structured so that it will be more efficient to fetch metrics