From b88e74aca7faa499ef8e52962e3dcfc7de5f4cb4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 14 Jun 2021 13:52:23 -0400 Subject: [PATCH] k3s: update to 1.21 latest Bumping k3s to version v1.21.1+k3s1-10-geac48f69bc, which comprises the following commits: eac48f69bc Add kubernetes.default.svc to serving certs 16ae282c7a Fix RBAC cloud-controller-manager name 3308 (#3388) (#3408) ff54d8c96d Add a path for wireguard's privatekey 1932979f44 Update flannel version 8fd180e0d9 move object channel defer close to goroutine 69795277be add retention default and wire in s3 prune 58649c5e85 add etcd snapshot save subcommand Signed-off-by: Bruce Ashfield --- recipes-containers/k3s/k3s_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb index 8a4333bf..94083412 100644 --- a/recipes-containers/k3s/k3s_git.bb +++ b/recipes-containers/k3s/k3s_git.bb @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.21;name=k3s \ file://0001-Finding-host-local-in-usr-libexec.patch;patchdir=src/import \ " SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" -SRCREV_k3s = "75dba57f9b1de3ec0403b148c52c348e1dee2a5e" +SRCREV_k3s = "eac48f69bce086a789585e0158de79c06b2ff50e" PV = "v1.21.1+k3s1"