Skip to content

Commit bfd698e

Browse files
authored
LPE Release 1.6.61 (#323)
this release includes: [x] Bugfix: Restore patch mode config on Image Default (#301) [x] Clean-up: Envlayer dead-code clean-up for Environment Recorder and Emulator ( #304) [x] Bugfix: Reboot Manager behavior - multiple bugfixes & error rate reduction (#310) [x] Bugfix: Fix sudo check logs and wordings (#315) [x] Bugfix: Mitigation for environments with Python Unbuffered I/O (#320) [x] Bugfix: Correct reboot management parameters(#322)
1 parent e67d117 commit bfd698e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/core/src/bootstrap/Constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __iter__(self):
3131
UNKNOWN = "Unknown"
3232

3333
# Extension version (todo: move to a different file)
34-
EXT_VERSION = "1.6.60"
34+
EXT_VERSION = "1.6.61"
3535

3636
# Runtime environments
3737
TEST = 'Test'

src/extension/src/Constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __iter__(self):
2828
yield item
2929

3030
# Extension version (todo: move to a different file)
31-
EXT_VERSION = "1.6.60"
31+
EXT_VERSION = "1.6.61"
3232

3333
# Runtime environments
3434
TEST = 'Test'

src/extension/src/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ExtensionImage xmlns="http://schemas.microsoft.com/windowsazure">
33
<ProviderNameSpace>Microsoft.CPlat.Core</ProviderNameSpace>
44
<Type>LinuxPatchExtension</Type>
5-
<Version>1.6.60</Version>
5+
<Version>1.6.61</Version>
66
<Label>Microsoft Azure VM InGuest Patch Extension for Linux Virtual Machines</Label>
77
<HostingResources>VmRole</HostingResources>
88
<MediaLink></MediaLink>

0 commit comments

Comments
 (0)