-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge for Mariner 2.0 June 2024 (#9361)
- Loading branch information
Showing
137 changed files
with
4,927 additions
and
2,526 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,98 +1,2 @@ | ||
# By default all files require a review by at lest one member of the CBL-Mariner developers team. | ||
* @microsoft/cbl-mariner-devs | ||
|
||
# Modification to this file require admin approval. | ||
/.github/CODEOWNERS @microsoft/cbl-mariner-admins | ||
|
||
# Modifications to the build pipelines require admin approval. | ||
/.pipelines/* @microsoft/cbl-mariner-admins | ||
|
||
# Modifications to the CredScan exceptions require admin approval. | ||
/.config/CredScanSuppressions.json @microsoft/cbl-mariner-admins | ||
|
||
# Modification to what is considered "core packages" require admin approval. | ||
/SPECS/core-packages/* @microsoft/cbl-mariner-admins | ||
|
||
# Modification to specific packages go to specific teams | ||
/SPECS/installkernel/* @microsoft/cbl-mariner-kernel | ||
/SPECS/kernel/* @microsoft/cbl-mariner-kernel | ||
/SPECS/kernel-azure/* @microsoft/cbl-mariner-kernel | ||
/SPECS/kernel-hci/* @microsoft/cbl-mariner-kernel | ||
/SPECS/kernel-headers/* @microsoft/cbl-mariner-kernel | ||
/SPECS/kernel-mshv/* @microsoft/cbl-mariner-kata-containers | ||
/SPECS/kernel-uvm/* @microsoft/cbl-mariner-kata-containers | ||
/SPECS-SIGNED/kernel-signed/* @microsoft/cbl-mariner-kernel | ||
/SPECS-SIGNED/kernel-hci-signed/* @microsoft/cbl-mariner-kernel | ||
/SPECS-SIGNED/kernel-azure-signed/* @microsoft/cbl-mariner-kernel | ||
/SPECS-SIGNED/kernel-mstflint-signed/* @microsoft/cbl-mariner-kernel | ||
/SPECS-SIGNED/kernel-mshv-signed/* @microsoft/cbl-mariner-kata-containers | ||
|
||
/SPECS/grub2/* @microsoft/cbl-mariner-bootloader | ||
/SPECS/grubby/* @microsoft/cbl-mariner-bootloader | ||
/SPECS/shim/* @microsoft/cbl-mariner-bootloader | ||
/SPECS/shim-unsigned/* @microsoft/cbl-mariner-bootloader | ||
/SPECS/shim-unsigned-x64/* @microsoft/cbl-mariner-bootloader | ||
/SPECS/shim-unsigned-aarch64/* @microsoft/cbl-mariner-bootloader | ||
/SPECS-SIGNED/grub2-efi-binary-signed/* @microsoft/cbl-mariner-bootloader | ||
|
||
/SPECS/dracut/* @microsoft/cbl-mariner-dracut | ||
/SPECS/initramfs/* @microsoft/cbl-mariner-dracut | ||
/SPECS/verity-read-only-root/* @microsoft/cbl-mariner-dracut | ||
|
||
/SPECS/systemd/* @microsoft/cbl-mariner-systemd | ||
|
||
/SPECS/bcc/* @microsoft/cbl-mariner-debug-tools | ||
/SPECS/bpftrace/* @microsoft/cbl-mariner-debug-tools | ||
/SPECS/crash/* @microsoft/cbl-mariner-debug-tools | ||
/SPECS/gdb/* @microsoft/cbl-mariner-debug-tools | ||
/SPECS/kexec-tools/* @microsoft/cbl-mariner-debug-tools | ||
|
||
/SPECS/openssl/* @microsoft/cbl-mariner-openssl | ||
/SPECS/SymCrypt-OpenSSL/* @microsoft/cbl-mariner-openssl | ||
/SPECS/SymCrypt/* @microsoft/cbl-mariner-openssl | ||
/SPECS/KeysInUse-OpenSSL/* @microsoft/cbl-mariner-openssl | ||
|
||
/SPECS/dnf/* @microsoft/cbl-mariner-package-managers | ||
/SPECS/dnf-plugins-core/* @microsoft/cbl-mariner-package-managers | ||
/SPECS/rpm/* @microsoft/cbl-mariner-package-managers | ||
/SPECS/tdnf/* @microsoft/cbl-mariner-package-managers | ||
|
||
/SPECS/moby-buildx/* @microsoft/cbl-mariner-container-runtime | ||
/SPECS/moby-cli/* @microsoft/cbl-mariner-container-runtime | ||
/SPECS/moby-containerd/* @microsoft/cbl-mariner-container-runtime | ||
/SPECS/moby-containerd-cc/* @microsoft/cbl-mariner-kata-containers | ||
/SPECS/moby-engine/* @microsoft/cbl-mariner-container-runtime | ||
/SPECS/moby-runc/* @microsoft/cbl-mariner-container-runtime | ||
/SPECS/kata-containers/* @microsoft/cbl-mariner-kata-containers | ||
/SPECS/kata-containers-cc/* @microsoft/cbl-mariner-kata-containers | ||
/SPECS/virtiofsd/* @microsoft/cbl-mariner-kata-containers | ||
|
||
/SPECS/cloud-hypervisor/* @microsoft/cbl-mariner-virtualization | ||
/SPECS/hvloader/* @microsoft/cbl-mariner-kata-containers | ||
/SPECS-SIGNED/hvloader-signed/* @microsoft/cbl-mariner-kata-containers | ||
|
||
/SPECS/cloud-init/* @microsoft/cbl-mariner-provisioning | ||
/SPECS/walinuxagent/* @microsoft/cbl-mariner-provisioning | ||
|
||
# Modifications to the toolkit requires reviews from the toolkit team | ||
/toolkit/ @microsoft/cbl-mariner-tooling | ||
|
||
# Docs to be reviewed by general CBL-Mariner devs | ||
/toolkit/docs/ @microsoft/cbl-mariner-devs | ||
|
||
# Default image configurations to be reviewed by general CBL-Mariner devs | ||
/toolkit/imageconfigs/ @microsoft/cbl-mariner-devs | ||
|
||
# Package and toolchain manifests to be reviewed by general CBL-Mariner devs | ||
/toolkit/resources/manifests/package/pkggen_core_aarch64.txt @microsoft/cbl-mariner-devs | ||
/toolkit/resources/manifests/package/pkggen_core_x86_64.txt @microsoft/cbl-mariner-devs | ||
/toolkit/resources/manifests/package/toolchain_aarch64.txt @microsoft/cbl-mariner-devs | ||
/toolkit/resources/manifests/package/toolchain_x86_64.txt @microsoft/cbl-mariner-devs | ||
|
||
# Modifications to the raw toolchain require admin approval. | ||
/toolkit/scripts/toolchain/container/* @microsoft/cbl-mariner-admins | ||
/toolkit/scripts/toolchain/cgmanifest.json @microsoft/cbl-mariner-admins | ||
/toolkit/scripts/toolchain/create_toolchain_in_container.sh @microsoft/cbl-mariner-admins | ||
|
||
# Modifications to the trusted CA certificates require admin approval. | ||
/SPECS/*ca-certificates*/* @microsoft/cbl-mariner-admins | ||
# For stable release branches, ensure stable release maintainers are added as code reviewers | ||
* @microsoft/cbl-mariner-stable-maintainers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.