-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
231 changed files
with
6,753 additions
and
4,275 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ | |
%define uname_r %{version}-%{release} | ||
Summary: Signed Linux Kernel for %{buildarch} systems | ||
Name: kernel-signed-%{buildarch} | ||
Version: 6.6.22.1 | ||
Release: 2%{?dist} | ||
Version: 6.6.29.1 | ||
Release: 3%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -145,6 +145,22 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%exclude /module_info.ld | ||
|
||
%changelog | ||
* Fri May 03 2024 Rachel Menge <[email protected]> - 6.6.29.1-3 | ||
- Bump release to match kernel | ||
|
||
* Fri May 03 2024 Rachel Menge <[email protected]> - 6.6.29.1-2 | ||
- Bump release to match kernel | ||
|
||
* Wed May 01 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.29.1-1 | ||
- Auto-upgrade to 6.6.29.1 | ||
|
||
* Mon Apr 29 2024 Sriram Nambakam <[email protected]> - 6.6.22.1-3 | ||
- Remove CONFIG_NF_CONNTRACK_PROCFS | ||
- Remove CONFIG_TRACE_IRQFLAGS | ||
- Remove CONFIG_TRACE_IRQFLAGS_NMI | ||
- Remove CONFIG_IRQSOFF_TRACER | ||
- Remove CONFIG_PREEMPTIRQ_TRACEPOINTS | ||
|
||
* Wed Mar 27 2024 Cameron Baird <[email protected]> - 6.6.22.1-2 | ||
- Change aarch64 config to produce hv, xen, virtio as modules | ||
- to support dracut initramfs generation on arm64 VM systems | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Summary: Azure Linux release files | ||
Name: azurelinux-release | ||
Version: %{dist_version}.0 | ||
Release: 10%{?dist} | ||
Release: 12%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -118,6 +118,12 @@ install -Dm0644 %{SOURCE4} -t %{buildroot}%{_sysctldir}/ | |
%{_sysctldir}/*.conf | ||
|
||
%changelog | ||
* Thu May 09 2024 Sam Meluch <[email protected]> - 3.0-12 | ||
- Azure Linux 3.0 May Preview Release 1 | ||
|
||
* Tue May 07 2024 Sudipta Pandit <[email protected]> - 3.0-11 | ||
- Enable ephemeral-disk-warning.service in 90-default-target | ||
|
||
* Wed Apr 24 2024 Sam Meluch <[email protected]> - 3.0-10 | ||
- Azure Linux 3.0 April Preview Release 4 | ||
|
||
|
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,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"docker-buildx-0.12.1.tar.gz": "9cc176ed55e7c423c23de35bd31df3b449261f1b90765c17f003bd4de86a6aa4" | ||
"docker-buildx-0.14.0.tar.gz": "9ed27d47b728288500ba2535366792d9b006354e02178688360919663f92b63e" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Summary: A Docker CLI plugin for extended build capabilities with BuildKit | ||
Name: docker-buildx | ||
# update "commit_hash" above when upgrading version | ||
Version: 0.12.1 | ||
Version: 0.14.0 | ||
Release: 1%{?dist} | ||
License: ASL 2.0 | ||
Group: Tools/Container | ||
|
@@ -44,6 +44,9 @@ install -m 755 buildx "%{buildroot}%{_libexecdir}/docker/cli-plugins/docker-buil | |
%{_libexecdir}/docker/cli-plugins/docker-buildx | ||
|
||
%changelog | ||
* Thu May 02 2024 CBL-Mariner Servicing Account <[email protected]> - 0.14.0-1 | ||
- Auto-upgrade to 0.14.0 - address CVE-2024-23653 | ||
|
||
* Tue Feb 27 2024 Henry Beberman <[email protected]> - 0.12.1-1 | ||
- Rename package from moby-buildx to docker-buildx | ||
- Upgrade to version 0.12.1 | ||
|
Oops, something went wrong.