Skip to content

Commit 86caee1

Browse files
authored
Add support for Azure Container Linux in WALinuxAgent (microsoft#16769)
Signed-off-by: Mayank Singh <mayankfz@gmail.com>
1 parent f98f1dd commit 86caee1

11 files changed

Lines changed: 473 additions & 3 deletions

File tree

LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSES-AND-NOTICES/SPECS/data/licenses.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2469,6 +2469,7 @@
24692469
"vala",
24702470
"valkey",
24712471
"vnstat",
2472+
"walinuxagent-acl-config",
24722473
"zstd"
24732474
]
24742475
},

SPECS/WALinuxAgent/WALinuxAgent.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"ephemeral-disk-warning.service": "46b96609266ba56d28b09e4562a1bb03d874b06b929a7930b4df3292d7fcd303",
77
"module-setup.sh": "4dffe50e67a4d66adf4d9b4ac749a07586825ec322ed2539511782e6dce52219"
88
}
9-
}
9+
}

SPECS/WALinuxAgent/WALinuxAgent.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: The Windows Azure Linux Agent
22
Name: WALinuxAgent
33
Version: 2.11.1.4
4-
Release: 3%{?dist}
4+
Release: 4%{?dist}
55
License: ASL 2.0
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
@@ -26,6 +26,7 @@ Patch2: fix-argument-to-goalstate.patch
2626
# This patch adds azurelinux support into the setup.py. This patch should be
2727
# removed in the next 2.12 release/
2828
Patch3: update-setup.patch
29+
Patch4: acl-support.patch
2930
BuildRequires: python3-distro
3031
BuildRequires: python3-setuptools
3132
BuildRequires: python3-xml
@@ -112,6 +113,9 @@ python3 setup.py check && python3 setup.py test
112113

113114

114115
%changelog
116+
* Tue Apr 21 2026 Mayank Singh <mayansingh@microsoft.com> - 2.11.1.4-4
117+
- Add support for Azure Container Linux
118+
115119
* Thu Aug 15 2024 Chris Co <chrco@microsoft.com> - 2.11.1.4-3
116120
- Add patch to update setup.py with azurelinux support
117121

0 commit comments

Comments
 (0)