Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openSUSE-MicroOS for openSUSE:Factory checked in at 2021-06-21 20:35:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-MicroOS (Old) and /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-MicroOS" Mon Jun 21 20:35:53 2021 rev:44 rq:901165 version:16.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes 2021-05-18 18:27:47.634610966 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.2625/openSUSE-MicroOS.changes 2021-06-21 20:36:19.590672719 +0200 @@ -1,0 +2,5 @@ +Mon Jun 21 11:41:40 UTC 2021 - Richard Brown <rbr...@suse.com> + +- Introduce k3s flavour to match SLE Micro 5.1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSE-MicroOS.kiwi ++++++ --- /var/tmp/diff_new_pack.w0fyLh/_old 2021-06-21 20:36:20.154673433 +0200 +++ /var/tmp/diff_new_pack.w0fyLh/_new 2021-06-21 20:36:20.158673438 +0200 @@ -10,6 +10,7 @@ <!-- Profiles used as dependencies of actual image profiles --> <!-- Flavors --> <profile name="ContainerHost" description="MicroOS with container runtime (podman)"/> + <profile name="k3s" description="MicroOS with k3s"/> <profile name="Kubic-kubeadm" description="MicroOS with CRI-O and kubeadm"/> <!-- Platforms --> <profile name="kvm-and-xen" description="kvm-and-xen" arch="x86_64,aarch64"/> @@ -102,6 +103,46 @@ <requires profile="SelfInstall"/> <requires profile="Kubic-kubeadm"/> </profile> + <profile name="k3s-kvm-and-xen" description="MicroOS with k3s for KVM and HVM Xen" arch="x86_64,aarch64"> + <requires profile="kvm-and-xen"/> + <requires profile="k3s"/> + </profile> + <profile name="k3s-VMware" description="MicroOS with k3s for VMware" arch="x86_64"> + <requires profile="VMware"/> + <requires profile="k3s"/> + </profile> + <profile name="k3s-MS-HyperV" description="MicroOS with k3s for Hyper-V" arch="x86_64"> + <requires profile="MS-HyperV"/> + <requires profile="k3s"/> + </profile> + <profile name="k3s-OpenStack-Cloud" description="MicroOS with k3s for OpenStack Cloud" arch="x86_64,aarch64"> + <requires profile="OpenStack-Cloud"/> + <requires profile="k3s"/> + </profile> + <profile name="k3s-Pine64" description="MicroOS with k3s for the Pine64" arch="aarch64"> + <requires profile="Pine64"/> + <requires profile="k3s"/> + </profile> + <profile name="k3s-RaspberryPi" description="MicroOS with k3s for the Raspberry Pi" arch="aarch64"> + <requires profile="RaspberryPi"/> + <requires profile="k3s"/> + </profile> + <profile name="k3s-Rock64" description="MicroOS with k3s for the Rock64" arch="aarch64"> + <requires profile="Rock64"/> + <requires profile="k3s"/> + </profile> + <profile name="k3s-Vagrant" description="MicroOS with k3s for Vagrant" arch="x86_64,aarch64"> + <requires profile="Vagrant"/> + <requires profile="k3s"/> + </profile> + <profile name="k3s-SelfInstall" description="MicroOS with k3s for SelfInstallation" arch="x86_64,aarch64"> + <requires profile="SelfInstall"/> + <requires profile="k3s"/> + </profile> + <profile name="k3s-DigitalOcean-Cloud" description="MicroOS with k3s for DigitalOcean Cloud" arch="x86_64"> + <requires profile="DigitalOcean-Cloud"/> + <requires profile="k3s"/> + </profile> </profiles> <preferences profiles="kvm-and-xen" arch="x86_64"> <version>16.0.0</version> @@ -688,6 +729,9 @@ <namedCollection name="microos_apparmor"/> <package name="patterns-microos-apparmor"/> </packages> + <packages type="image" profiles="k3s"> + <package name="k3s"/> + </packages> <packages type="image" profiles="Kubic-kubeadm"> <namedCollection name="container_runtime_kubernetes"/> <package name="patterns-containers-container_runtime_kubernetes"/> ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.w0fyLh/_old 2021-06-21 20:36:20.230673530 +0200 +++ /var/tmp/diff_new_pack.w0fyLh/_new 2021-06-21 20:36:20.230673530 +0200 @@ -38,4 +38,14 @@ <flavor>Kubic-kubeadm-SelfInstall</flavor> <flavor>DigitalOcean-Cloud</flavor> <flavor>Kubic-kubeadm-DigitalOcean-Cloud</flavor> + <flavor>k3s-kvm-and-xen</flavor> + <flavor>k3s-VMware</flavor> + <flavor>k3s-MS-HyperV</flavor> + <flavor>k3s-OpenStack-Cloud</flavor> + <flavor>k3s-Pine64</flavor> + <flavor>k3s-Rock64</flavor> + <flavor>k3s-RaspberryPi</flavor> + <flavor>k3s-Vagrant</flavor> + <flavor>k3s-SelfInstall</flavor> + <flavor>k3s-DigitalOcean-Cloud</flavor> </multibuild>