Diff kubeadm-1.24.17 with a kubeadm-1.25.13
/usr/portage/sys-cluster/kubeadm/kubeadm-1.25.13.ebuild 2023-10-09 14:52:35.460368501 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 2021-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 |
inherit bash-completion-r1 go-module |
6 | 6 | |
7 | 7 |
DESCRIPTION="CLI to Easily bootstrap a secure Kubernetes cluster" |
... | ... | |
13 | 13 |
KEYWORDS="amd64 ~arm64" |
14 | 14 |
IUSE="hardened selinux" |
15 | 15 | |
16 |
BDEPEND=">=dev-lang/go-1.18.1" |
|
16 |
BDEPEND=">=dev-lang/go-1.19" |
|
17 | 17 |
RDEPEND="app-containers/cri-tools |
18 | 18 |
selinux? ( sec-policy/selinux-kubernetes )" |
19 | 19 |