1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 02:35:23 +03:00
Commit graph

53 commits

Author SHA1 Message Date
Francesco Colista
20666afae7 testing/kubernetes: kubelet was not included in the package. Fixed 2020-06-18 12:46:15 +00:00
Francesco Colista
05dbf382eb testing/kubernetes: upgrade to 1.18.4 2020-06-18 09:48:23 +00:00
Natanael Copa
48d203cc6d testing/kubernetes: misc fixes
- kubelets needs cgroups service
- kube-proxy needs iptables
- add subpackages' depends in makedpends
2020-06-17 15:02:35 +00:00
Natanael Copa
4e282e0649 testing/kubernetes: use supervise-daemon for init.d scripts 2020-06-17 13:01:46 +00:00
Leo
a3590d7aba testing/*: remove stale patches 2020-05-31 15:17:24 -03:00
Natanael Copa
51d3354530 testing/kubernetes: disable on armhf due to build failure 2020-05-27 11:30:44 +00:00
Francesco Colista
db35fe34d3 testing/kubernetes: improved APKBUILD structure 2020-05-26 08:19:42 +00:00
Francesco Colista
eb36fd9ba3 testing/kubernetes: fixed user-groups on different services 2020-05-25 15:06:00 +00:00
Francesco Colista
8ca2f0a6c4 testing/kubernetes: improved confd for kubelet
Setting back the previous settings and added cni-plugins to depends.
Without these settings, kubeadm init fails to initalize the cluster.
2020-05-25 14:41:18 +00:00
Francesco Colista
45fd08a137 testing/kubernetes: added -openrc subpackages 2020-05-25 10:50:45 +00:00
Francesco Colista
eb0c1a803a testing/kubernetes: upgrade to 1.18.3
First tentative to split kubernetes in different subpackages

Removed unused make arguments
2020-05-25 09:22:36 +00:00
Dave
59e95aee29 testing/kubernetes: several improvement
- fix kubelet service issue on start
- add support for kubeadm
- change kubelet default location for cni-plugins
2020-05-08 20:58:46 +00:00
Kevin Daudt
ea04c3a72c testing/various: rebuild go packages for CVE-2020-7919
Issue: #11416
2020-05-05 18:07:51 +00:00
Francesco Colista
49c4d8f0d2 testing/kubernets: removed binaries no longer shipped 2020-03-08 21:00:43 +00:00
Francesco Colista
c023008dca testing/kubernetes: added option to clean-up srcdir 2020-03-08 20:20:44 +00:00
Francesco Colista
555f6ddcfc testing/kubernetes: upgrade to 1.17.3 2020-03-08 20:04:05 +00:00
Leo
c10f2d9b18 Remove stale patches from testing 2020-01-29 00:06:56 +01:00
Francesco Colista
d0df0a58e0 testing/kubernetes: disabled build since go 1.13 is not supported
The issue is being tracked here:
https://github.com/kubernetes/kubernetes/issues/83124

Waiting for go 1.13.2 upgrade to re-enable go
2019-10-14 12:47:40 +00:00
Francesco Colista
f6cc7a7648 testing/kubernetes: fix checksum 2019-10-14 11:50:08 +00:00
Francesco Colista
e539132bd5 testing/kubernetes: added needed parameters to kubelet to start 2019-10-14 11:41:53 +00:00
Francesco Colista
0706fd93e2 testing/kubernetes: upgrade to 1.15.3 2019-08-20 16:31:50 +00:00
Sören Tempel
bd80f73f14 testing/[various]: rebuild against go 1.12.8-r0
go recently received a security upgrade to 1.12.8 (f4894bf9) this
upgrade fixes various CVEs in go standard libraries, for instance in
HTTP/2 functionality. Since go is statically linked packages using this
functionality need to be rebuild.
2019-08-18 17:51:43 +02:00
Francesco Colista
cc4580c0a4 testing/kubernetes: split kubeadm as subpackage 2019-08-16 06:26:48 +00:00
Francesco Colista
870556a9ac testing/kubernetes: upgrade to 1.15.2 2019-08-06 14:52:47 +00:00
Francesco Colista
2ebbc7289d testing/kubernetes: upgrade to 1.15.1 2019-07-22 07:34:23 +00:00
Francesco Colista
fd3cda9b3d testing/kubernetes: upgrade to 1.15.0 2019-07-16 21:02:57 +00:00
Francesco Colista
e2f593b220 testing/kubernetes: enabled arm build. Fixed #8056 2019-07-16 18:37:40 +00:00
Francesco Colista
11cce0b8a5 testing/kubernetes: upgrade to 1.14.3 2019-06-07 12:17:06 +00:00
Leo
9b2313f227 testing/kubernetes: modernize 2019-05-27 06:37:18 +00:00
Francesco Colista
75fa2820aa testing/kubernetes: upgrade to 1.14.2 2019-05-20 06:09:36 +00:00
Francesco Colista
52772d0132 testing/kubernetes: upgrade to 1.14.1 2019-04-09 13:25:42 +00:00
TBK
429ca40157 testing/kubernetes: upgrade to 1.14.0 2019-04-01 18:43:16 +00:00
TBK
fb0b2db4e4 testing/kubernetes: add openrc support
https://bugs.alpinelinux.org/issues/10179
https://github.com/kubernetes/kubernetes/pull/73101
2019-04-01 18:43:16 +00:00
Francesco Colista
3d81103b90 testing/kubernetes: upgrade to 1.13.4 2019-03-21 15:28:36 +00:00
Tiago Ilieve
97e6d4b305 testing/kubernetes: upgrade to 1.12.2
- Change URL to HTTPS.
- Change license to SPDX format.
- Change source back to GitHub, dropping custom 'unpack()' method.
- Add 'ensure-cgo-usage.patch'.
- Drop 'fix-support-for-ppc64le.patch' as the package isn't built for
this architecture.
- Enable verbose build to avoid timeout on Travis CI.
- Sort binaries list, drop 'kube-aggregator' that was removed upstream
and use 'local' variable declaration.
2018-11-15 15:44:54 +00:00
Tiago Ilieve
8b3c1a2c7f testing/kubernetes: remove obsolete patches 2018-11-15 15:44:54 +00:00
Gennady Feldman
a21b692c33 testing/kubernetes: update to 1.11.2 2018-08-16 20:40:53 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
2017-12-30 21:05:50 +01:00
Mateusz Mikuła
160eff4125 testing/kubernetes: update to version 1.8.5 2017-12-14 13:22:16 +00:00
Francesco Colista
843ae4e4a5 testing/kubernetes: upgrade to 1.7.4 2017-08-30 08:43:59 +00:00
Francesco Colista
cd0772dc1f testing/kubernetes: upgrade to 1.7.2 2017-07-24 13:24:30 +00:00
tmpfile
77f6dfa126 testing/[various]: fix trailing whitespace 2017-07-10 09:05:20 +00:00
Francesco Colista
fdeb10aaea testing/kubernetes: upgrade to 1.5.3 2017-03-07 14:09:41 +00:00
Francesco Colista
ff32589385 testing/kubernetes: cleanup APKBUILD 2017-01-13 08:16:40 +00:00
Francesco Colista
f24402c59a testing/kubernetes: moved from unmaintained, fixed build, upgrade to 1.5.2 2017-01-12 16:27:09 +00:00
Francesco Colista
0648d40beb unmaintained/kubernetes: moved to unmaintaned from testing 2016-12-14 16:31:04 +00:00
Francesco Colista
72cba1805a testing/kubernetes: get rid of gnu grep 2016-12-14 16:24:54 +00:00
Francesco Colista
31adf38628 testing/kubernetes:upgrade to 1.5.1 2016-12-14 15:30:16 +00:00
Gennady Feldman
5755480750 testing/kubernetes: update to 1.3.10 2016-11-10 02:04:47 +01:00
Francesco Colista
701a57b31b testing/kubernetes: upgrade to 1.3.7 2016-09-14 06:16:11 +00:00