summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-10-12 14:08:19 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-10-12 14:08:40 -0400
commit6d109cda089b73064f2afd7009ba0d37239613e1 (patch)
tree48bb92dc12ada62e7da3c283d5ba3397fd8b19e3
parent816dd5593c7756cc19b7443683b29a6662b795d3 (diff)
downloadmeta-virtualization-6d109cda089b73064f2afd7009ba0d37239613e1.tar.gz
k3s: update to v1.21.5
Bumping k3s to version v1.21.5+k3s2-2-gaa5a0a8c78, which comprises the following commits: aa5a0a8c78 set transport to skip verify if se skip flag passed (#4102) (#4104) 3ee5098225 Add "etcd-" prefix to etcd-snapshot commands as aliases (#4161) (#4171) 724ef700ba Bump containerd to v1.4.11+k3s1 69a9f46bce Don't evacuate the root cgroup when rootless 0af55a830a Skip tests that violate version skew policy 9e66f975d5 Fix PREVIOUS_CHANNEL lookup when current minor release is not stable 38ddda587a Properly handle operation as init process 15f3a2ebfb Enable the inheritance of settings for ipv6 273827d4ba Update build images to python3 for compat with recent gsutil change 8c2f7ac41c Remove experimental from cluster commands acad8ef840 [release-1.21] Update Kubernetes to v1.21.5 (#4032) 6acee2e2f5 No-op when etcd member was already removed and use existing name for etcd controller (#4015) 863512e055 Initial leader elected etcd member management controller (#4010) 37caf87d6d Add exposed metrics listener instead of replacing loopback listener a8a6edfb0d Add missing node name entry to apiserver SAN list 659307d327 Fix condition for adding kubernetes endpoints (#3941) (#3946) 7cf85c235a Fix issue where addon checksum was never stored 656c190629 Reset load balancer state during restoraion (#3878) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/k3s/k3s_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb
index 18d80754..68c66ec0 100644
--- a/recipes-containers/k3s/k3s_git.bb
+++ b/recipes-containers/k3s/k3s_git.bb
@@ -13,9 +13,9 @@ SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.21;name=k3s \
13 file://0001-Finding-host-local-in-usr-libexec.patch;patchdir=src/import \ 13 file://0001-Finding-host-local-in-usr-libexec.patch;patchdir=src/import \
14 " 14 "
15SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" 15SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5"
16SRCREV_k3s = "656c19062948a2525058f9e0e8239b83dda9cd37" 16SRCREV_k3s = "aa5a0a8c783a8a4475b727a04d6594c0fea09253"
17 17
18PV = "v1.21.4+k3s1" 18PV = "v1.21.5+k3s1"
19 19
20CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf" 20CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf"
21 21