The current stable release installed when running the regular k3s install script is now v1.19.3+k3s3. Using that version in our recipe also mitigates the fixes for
https://github.com/rancher/kine/issues/61 Change-Id: I4c53d777d4d837628a6c7f8a9234da9d71eb45ae Signed-off-by: Joakim Roubert <[email protected]> --- recipes-containers/k3s/k3s_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb index ea5ed75..28ce66b 100644 --- a/recipes-containers/k3s/k3s_git.bb +++ b/recipes-containers/k3s/k3s_git.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://k3s.io/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" -SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.18;name=k3s \ +SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.19;name=k3s \ file://k3s.service \ file://k3s-agent.service \ file://k3s-agent \ @@ -13,9 +13,9 @@ SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.18;name=k3s \ file://0001-Finding-host-local-in-usr-libexec.patch;patchdir=src/import \ " SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" -SRCREV_k3s = "630bebf94b9dce6b8cd3d402644ed023b3af8f90" +SRCREV_k3s = "0e4fbfefe1dd8734756dfa4f9ab4fc89665cece4" -PV = "v1.18.9+git${SRCPV}" +PV = "v1.19.3+git${SRCPV}" CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf" -- 2.20.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6090): https://lists.yoctoproject.org/g/meta-virtualization/message/6090 Mute This Topic: https://lists.yoctoproject.org/mt/78314751/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
