diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-15 22:58:28 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-15 22:58:31 -0400 |
commit | 77f8a0b4d43d17d983179d6c0ce48b4a270e59ee (patch) | |
tree | bed1bbe7f5ae7467f561e837840231c85ec0251b | |
parent | 47cb6b4e1833f4e3fd54d8fdd6dbbd3752a0a0ba (diff) | |
download | meta-virtualization-77f8a0b4d43d17d983179d6c0ce48b4a270e59ee.tar.gz |
k3s: update to v1.20.6
Bumping to the latest 1.20.x release, which comprises the following
commits:
b06a5ffc2f Update to v1.20.6
77390596e6 add cloud controller manager fixes from master
ef28edaf9a Update to v1.20.6
1521e3b085 Resolve local retention issue when S3 in use.
221c9ae589 add hidden attribute to disable flags
9a572ecae0 delete nocluster file and remove build tag
3f73665131 remove hidden attribute from cluster flags and related code
29f6275aae add etcd s3 secret and access key flags and env vars to secret data
355fff3017 Update to Kubernetes v1.20.5 (#3094)
c09142a3a7 put etcd bootstrap save call in goroutine and update comment
a2b1d28c68 [release 1.20] containerd: v1.4.4-k3s1 (#3086)
62839b302a remove duplicate method
0167f86f5d Have Bootstrap Data Stored in etcd at Completed Start (#3038)
1da86eaa0b Etcd Snapshot/Restore to/from S3 Compatible Backends (#2902)
0a3360fc6f Add ability to perform an etcd on-demand snapshot via cli (#2819)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/k3s/k3s_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb index 2811fb8f..20345f26 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.20;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 | " |
15 | SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" | 15 | SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" |
16 | SRCREV_k3s = "bc400f5396a3dd05584c5f45768a5ea6c43971d1" | 16 | SRCREV_k3s = "8d0432824a9fd9474b67138b7630c33f285d332f" |
17 | 17 | ||
18 | PV = "v1.20.4+k3s1" | 18 | PV = "v1.20.6+k3s1" |
19 | 19 | ||
20 | CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf" | 20 | CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf" |
21 | 21 | ||