summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-07 11:51:12 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-08 08:41:41 -0400
commit9eff8e847b5731750f6315e35ac6ee68c25a4fcf (patch)
tree5a2013d61baca10e5074fe01928a0488e0c9b773 /recipes-containers
parent33fab067b94f4c4a4493ebcee371dbfb82c929e5 (diff)
downloadmeta-virtualization-9eff8e847b5731750f6315e35ac6ee68c25a4fcf.tar.gz
k3s: bump to 1.21.2
Bumping k3s to version v1.21.2+k3s1-6-g0c2d8376d0, which comprises the following commits: 0c2d8376d0 Changes local storage pods to have 700 permissions (#3537) (#3548) 65e521140a [Backport 1.21] Move cloud-controller-manager into an embedded executor (#3530) 3224f6b56d fix possible race where bootstrap data might not save 5a67e8dc47 Update to v1.21.2 (#3479) c35761d169 Renamed client-cloud-controller crt and key (#3472) 8651d6af5f Send systemd notifications for both server and agent (#3430) (#3460) 32b02d1baf Send systemd notifications for both server and agent (#3430) c012e6ec6f Changed iptables version check for fail if version is between 1.8.0 and 1.8.3 and using nf_tables mode (#3454) eac48f69bc Add kubernetes.default.svc to serving certs Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-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 94083412..96ba3d76 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 = "eac48f69bce086a789585e0158de79c06b2ff50e" 16SRCREV_k3s = "0c2d8376d0c25311029013f0ab94e0e1e28b6609"
17 17
18PV = "v1.21.1+k3s1" 18PV = "v1.21.2+k3s1"
19 19
20CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf" 20CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf"
21 21