![]() Bumping kubernetes to version v1.32.6, which comprises the following commits:
036f7ed3f1f Release commit for Kubernetes v1.32.6
66b2951498a Merge pull request #132225 from cpanato/update-go-1-32
7246ec90c1b Bump images, dependencies and versions to go 1.23.10 and distroless iptables
2aa6d7d4674 Merge pull request #131782 from rata/automated-cherry-pick-of-#131623-upstream-release-1.32
5b3e813641d Merge pull request #132099 from gnufied/automated-cherry-pick-of-#131408-upstream-release-1.32
09750267c3b Merge pull request #132010 from gnufied/automated-cherry-pick-of-#131987-upstream-release-1.32
6471cec0de5 Merge pull request #131784 from rata/automated-cherry-pick-of-#130243-upstream-release-1.32
790dc3b4fa5 Merge pull request #131652 from princepereira/automated-cherry-pick-of-#131506-upstream-release-1.32
b41aa671242 Merge pull request #131786 from rata/automated-cherry-pick-of-#130800-upstream-release-1.32
448eedf8efd Merge pull request #131875 from pohly/automated-cherry-pick-of-#131844-origin-release-1.32
de8292ad6f1 Remove warning about resizing failed for unknown reason
ec4c71b7055 Add tests that validate the return value of resize operation
89d95c9713a Merge pull request #131936 from cpanato/update-go-1.32
40849d37eae Bump images, dependencies and versions to go 1.23.9 and distroless iptables
9a67ee4a707 DRA node: reject static pods which reference ResourceClaims
07011c05b71 pkg/kubelet/userns: Remove skip on windows
1d923fbc781 pkg/kubelet/userns: Wrap error to get mappings
3755f8e2f28 pkg/kubelet/userns: Provide stub implementation for windows
b5d6f06fe6e pkg/kubelet: Fix userns tests on Windows
5e7201df697 Revert "Enforce the Minimum Kernel Version 6.3 for UserNamespacesSupport feature"
a35311c3588 Revert "Switch hard error to a WARNING for kernel version check"
54889f05324 userns: Wrap more errors
9326fc30973 userns: Improve error returned if userns is not supported
fd5862185f2 userns: Use len to handle empty non-nil slices
95c119b504e Update CHANGELOG/CHANGELOG-1.32.md for v1.32.5
9894294ef13 (tag: v1.32.5) Release commit for Kubernetes v1.32.5
3f75cae6030 Merge pull request #131524 from carlory/automated-cherry-pick-of-#131495-release-1.32
55a2f43a98f Merge pull request #131438 from gnufied/automated-cherry-pick-of-#131418-upstream-release-1.32
01aff800b63 Merge pull request #131528 from ameukam/update-go-1-23-8
9a57de0ec6f Update hnslib version in Windows KubeProxy.
a624d76abdf Merge pull request #131428 from princepereira/automated-cherry-pick-of-#131138-upstream-release-1.32
7ba97788a71 Bump images, dependencies and versions
5ad726c6ef3 Handle unsupported node expansion for RWX volumes
b23e637969f Manually adding fix for failing pull-kubernetes-typecheck tests which had dependency with this commit:
|
||
---|---|---|
classes | ||
conf | ||
docs | ||
dynamic-layers | ||
files | ||
lib/oeqa/runtime/cases | ||
recipes-containers | ||
recipes-core | ||
recipes-demo | ||
recipes-devtools | ||
recipes-extended | ||
recipes-graphics/xorg-xserver | ||
recipes-kernel | ||
recipes-networking | ||
scripts | ||
wic | ||
.gitignore | ||
COPYING.MIT | ||
MAINTAINERS | ||
meta-virt-roadmap.txt | ||
README.md | ||
SECURITY.md |
meta-virtualization
This layer provides support for building Xen, KVM, Libvirt, and associated packages necessary for constructing OE-based virtualized solutions.
The bbappend files for some recipes (e.g. linux-yocto) in this layer need to have 'virtualization' in DISTRO_FEATURES to have effect. To enable them, add in configuration file the following line.
DISTRO_FEATURES:append = " virtualization"
If meta-virtualization is included, but virtualization is not enabled as a distro feature a warning is printed at parse time:
You have included the meta-virtualization layer, but
'virtualization' has not been enabled in your DISTRO_FEATURES. Some bbappend files
may not take effect. See the meta-virtualization README for details on enabling
virtualization support.
If you know what you are doing, this warning can be disabled by setting the following variable in your configuration:
SKIP_META_VIRT_SANITY_CHECK = 1
Depending on your use case, there are other distro features in meta-virtualization that may also be enabled:
- xen: enables xen functionality in various packages (kernel, libvirt, etc)
- kvm: enables KVM configurations in the kernel and autoloads modules
- k8s: enables kubernets configurations in the kernel, tools and configuration
- aufs: enables aufs support in docker and linux-yocto
- x11: enable xen and libvirt functionality related to x11
- selinux: enables functionality in libvirt and lxc
- systemd: enable systemd services and unit files (for recipes for support)
- sysvinit: enable sysvinit scripts (for recipes with support)
- seccomp: enable seccomp support for packages that have the capability.
Dependencies
This layer depends on:
URI: git://github.com/openembedded/openembedded-core.git branch: master revision: HEAD prio: default
URI: git://github.com/openembedded/meta-openembedded.git branch: master revision: HEAD layers: meta-oe meta-networking meta-filesystems meta-python
Required for Xen XSM policy: URI: git://git.yoctoproject.org/meta-selinux branch: master revision: HEAD prio: default
Required for Ceph: URI: git://git.yoctoproject.org/meta-cloud-services branch: master revision: HEAD prio: default
Required for cri-o: URI: git://git.yoctoproject.org/meta-selinux branch: master revision: HEAD prio: default
Community / Colaboration
Repository: https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/ Mailing list: https://lists.yoctoproject.org/g/meta-virtualization IRC: libera.chat #meta-virt channel
Maintenance
Send pull requests, patches, comments or questions to meta-virtualization@lists.yoctoproject.org
Maintainer: Bruce Ashfield bruce.ashfield@gmail.com see MAINTAINERS for more specific information
When sending single patches, please using something like: $ git send-email -1 -M --to meta-virtualization@lists.yoctoproject.org --subject-prefix='meta-virtualization][PATCH'
License
All metadata is MIT licensed unless otherwise stated. Source code included in tree for individual recipes is under the LICENSE stated in each recipe (.bb file) unless otherwise stated.