Skip to content

Releases: Azure/LinuxPatchExtension

v1.6.36

17 Mar 18:49
53f6ca6
Compare
Choose a tag to compare

v1.6.35

10 Mar 22:04
f77136b
Compare
Choose a tag to compare

v1.6.34

04 Mar 00:32
31bd61d
Compare
Choose a tag to compare

This version includes the following update:

v1.6.33

07 Feb 23:51
371959f
Compare
Choose a tag to compare

This version includes the following updates:

  1. Fixes for SUSE error codes
  2. Guest agent telemetry improvements
  3. Additional Zypper return code support

v1.6.32

19 Jan 22:42
f4a648e
Compare
Choose a tag to compare

This version includes the following updates:

v1.6.31

05 Jan 23:41
138bedd
Compare
Choose a tag to compare

Updating extension version to test new release pipeline
This version includes following updates:

  • Do not add error to status if it already exists

v1.6.30

28 Oct 20:01
7ebe7ea
Compare
Choose a tag to compare

Contains:

  • Accommodation for 'Critical' not being populated with 'Security' from MRP down

v1.6.29

20 Oct 01:01
6af622a
Compare
Choose a tag to compare

Contains:

  • Writing status file early in handler execution
  • Disabling auto updates in SUSE

v1.6.28

29 Sep 22:48
fdf20d4
Compare
Choose a tag to compare

Contains

  • Code change to report an error, if AutoOSPatchState remains Unknown after an attempt is made to disable auto OS updates, only when patch_mode is AutomaticByPlatform. Earlier it was reporting an error even when patch_mode was not AutomaticByPlatform (i.e. when disable auto OS updates were not attempted)
  • Removed the statement to add Constants.ERROR_ADDED_TO_STATUS tag the error object in__report_consolidated_configure_patch_status() in ConfigurePatchingProcessor, because we only add the tag when there is a possibility of the same error getting added again to error objects from some other place. Since we do not raise or call any other function from within __report_consolidated_configure_patch_status(), this error will not be duplicated in error objects
  • Some references for packagekit in YumPackageManager were wrong.
  • Minor: modified some log statements
  • Add retries for all invocations to the zypper package manager
  • Ensure ZYPP_LOCK_TIMEOUT environment variable is set so it will be used in zypper package manager

v1.6.27

25 Sep 00:15
aaa60bc
Compare
Choose a tag to compare

Contains

  • disabling auto OS updates for Yum