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 <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-06-14 13:52:23 -04:00
parent 42cc70df20
commit b88e74aca7

View File

@ -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 \ file://0001-Finding-host-local-in-usr-libexec.patch;patchdir=src/import \
" "
SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5"
SRCREV_k3s = "75dba57f9b1de3ec0403b148c52c348e1dee2a5e" SRCREV_k3s = "eac48f69bce086a789585e0158de79c06b2ff50e"
PV = "v1.21.1+k3s1" PV = "v1.21.1+k3s1"