Releases: Azure/LinuxPatchExtension
Releases · Azure/LinuxPatchExtension
v1.6.36
v1.6.35
v1.6.34
This version includes the following update:
v1.6.33
v1.6.32
This version includes the following updates:
- More backoff for retries and add retries for return code 4
- Ensure maintenance run ID is not None
v1.6.31
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
Contains:
- Accommodation for 'Critical' not being populated with 'Security' from MRP down
v1.6.29
Contains:
- Writing status file early in handler execution
- Disabling auto updates in SUSE
v1.6.28
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
Contains
- disabling auto OS updates for Yum