Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions base/comps/azurelinux-release/90-default.preset
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,6 @@ enable docker.socket
# Run fstrim weekly on filesystems listed in fstab
enable fstrim.timer

# oneshot to generate kata VM appliance at host bootup
# for the booted kernel
enable kata-osbuilder-generate.service

# Enable rotation of system log files
enable logrotate.timer

Expand Down
5 changes: 4 additions & 1 deletion base/comps/azurelinux-release/azurelinux-release.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Summary: Azure Linux release files
Name: azurelinux-release
Version: 4.0
# TODO(azl): Review whether we can move back to autorelease (with conditional -p)
Release: 28%{?dist}
Release: 29%{?dist}
License: MIT
URL: https://aka.ms/azurelinux

Expand Down Expand Up @@ -505,6 +505,9 @@ install -Dm0644 %{SOURCE29} %{buildroot}%{_prefix}/lib/sysusers.d/azurelinux-sug


%changelog
* Fri Sep 11 2026 Chris Co <chrco@microsoft.com> - 4.0-29
- Remove the Kata preset now that kata-containers is no longer built

* Wed Aug 26 2026 Lynsey Rydberg <lyrydber@microsoft.com> - 4.0-28
- Disable secure redirects and IPv6 router advertisements for CIS hardening

Expand Down
1 change: 0 additions & 1 deletion base/comps/components-publish-channels.toml
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,6 @@ components = [
"jurand",
"jzlib",
"kabi-dw",
Comment thread
christopherco marked this conversation as resolved.
"kata-containers",
"kbd",
"kde-filesystem",
"kdump-utils",
Expand Down
3 changes: 0 additions & 3 deletions base/comps/kata-containers/kata-containers.comp.toml

This file was deleted.

6 changes: 3 additions & 3 deletions base/comps/rust-libc/rust-libc.comp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# crate(libc/default) >= 0.2.186, < 0.3.0, which the snapshot's 0.2.181 does
# not satisfy. Bumped to Fedora f43 HEAD as of 2026-08-11 (0.2.189).
#
# Reverse-dependency safety: the 5 in-tree consumers that hardcode a libc
# requirement in their own spec (kata-containers, libblkio, nispor, nmstate
# use open ">= 0.2.x, < 0.3.0" ranges; libkrun has a lower bound only,
# Reverse-dependency safety: the 4 in-tree consumers that hardcode a libc
# requirement in their own spec (libblkio, nispor, nmstate use open
# ">= 0.2.x, < 0.3.0" ranges; libkrun has a lower bound only,
# ">= 0.2.39" with no upper bound) are all satisfied by 0.2.189.
# The ~200 additional rust-crate consumers resolve their libc constraint
# dynamically at build time (%cargo_generate_buildrequires) and aren't
Expand Down
2 changes: 1 addition & 1 deletion locks/azurelinux-release.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Managed by azldev component update. Do not edit manually.
version = 1
manual-bump = 2
input-fingerprint = 'sha256:ee01a38d6e16fb2938136774cc8eccc9d6598001863ba7b0f69c1112b5c6b071'
input-fingerprint = 'sha256:8196f03973332c126c907296fcf467e4b2b3bac1496655a0d4a48cc56968b6bb'
7 changes: 0 additions & 7 deletions locks/kata-containers.lock

This file was deleted.

4 changes: 0 additions & 4 deletions specs/a/azurelinux-release/90-default.preset
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,6 @@ enable docker.socket
# Run fstrim weekly on filesystems listed in fstab
enable fstrim.timer

# oneshot to generate kata VM appliance at host bootup
# for the booted kernel
enable kata-osbuilder-generate.service

# Enable rotation of system log files
enable logrotate.timer

Expand Down
5 changes: 4 additions & 1 deletion specs/a/azurelinux-release/azurelinux-release.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Summary: Azure Linux release files
Name: azurelinux-release
Version: 4.0
# TODO(azl): Review whether we can move back to autorelease (with conditional -p)
Release: 28%{?dist}
Release: 29%{?dist}
License: MIT
URL: https://aka.ms/azurelinux

Expand Down Expand Up @@ -508,6 +508,9 @@ install -Dm0644 %{SOURCE29} %{buildroot}%{_prefix}/lib/sysusers.d/azurelinux-sug


%changelog
* Fri Sep 11 2026 Chris Co <chrco@microsoft.com> - 4.0-29
- Remove the Kata preset now that kata-containers is no longer built

* Wed Aug 26 2026 Lynsey Rydberg <lyrydber@microsoft.com> - 4.0-28
- Disable secure redirects and IPv6 router advertisements for CIS hardening

Expand Down

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions specs/k/kata-containers/15-dracut.conf

This file was deleted.

8 changes: 0 additions & 8 deletions specs/k/kata-containers/50-kata

This file was deleted.

Loading
Loading