Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/kubernets: removed binaries no longer shipped | Francesco Colista | 2020-03-08 | 1 | -4/+1 |
| | |||||
* | testing/kubernetes: added option to clean-up srcdir | Francesco Colista | 2020-03-08 | 1 | -1/+1 |
| | |||||
* | testing/kubernetes: upgrade to 1.17.3 | Francesco Colista | 2020-03-08 | 2 | -10/+14 |
| | |||||
* | Remove stale patches from testing | Leo | 2020-01-29 | 1 | -31/+0 |
| | |||||
* | testing/kubernetes: disabled build since go 1.13 is not supported | Francesco Colista | 2019-10-14 | 1 | -2/+8 |
| | | | | | | | The issue is being tracked here: https://github.com/kubernetes/kubernetes/issues/83124 Waiting for go 1.13.2 upgrade to re-enable go | ||||
* | testing/kubernetes: fix checksum | Francesco Colista | 2019-10-14 | 1 | -1/+1 |
| | |||||
* | testing/kubernetes: added needed parameters to kubelet to start | Francesco Colista | 2019-10-14 | 2 | -2/+2 |
| | |||||
* | testing/kubernetes: upgrade to 1.15.3 | Francesco Colista | 2019-08-20 | 1 | -3/+3 |
| | |||||
* | testing/[various]: rebuild against go 1.12.8-r0 | Sören Tempel | 2019-08-18 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | testing/kubernetes: split kubeadm as subpackage | Francesco Colista | 2019-08-16 | 1 | -1/+9 |
| | |||||
* | testing/kubernetes: upgrade to 1.15.2 | Francesco Colista | 2019-08-06 | 1 | -2/+2 |
| | |||||
* | testing/kubernetes: upgrade to 1.15.1 | Francesco Colista | 2019-07-22 | 1 | -10/+10 |
| | |||||
* | testing/kubernetes: upgrade to 1.15.0 | Francesco Colista | 2019-07-16 | 18 | -119/+250 |
| | |||||
* | testing/kubernetes: enabled arm build. Fixed #8056 | Francesco Colista | 2019-07-16 | 1 | -3/+6 |
| | |||||
* | testing/kubernetes: upgrade to 1.14.3 | Francesco Colista | 2019-06-07 | 1 | -2/+2 |
| | |||||
* | testing/kubernetes: modernize | Leo | 2019-05-27 | 1 | -4/+2 |
| | |||||
* | testing/kubernetes: upgrade to 1.14.2 | Francesco Colista | 2019-05-20 | 1 | -2/+2 |
| | |||||
* | testing/kubernetes: upgrade to 1.14.1 | Francesco Colista | 2019-04-09 | 1 | -2/+2 |
| | |||||
* | testing/kubernetes: upgrade to 1.14.0 | TBK | 2019-04-01 | 5 | -49/+26 |
| | |||||
* | testing/kubernetes: add openrc support | TBK | 2019-04-01 | 2 | -0/+112 |
| | | | | | https://bugs.alpinelinux.org/issues/10179 https://github.com/kubernetes/kubernetes/pull/73101 | ||||
* | testing/kubernetes: upgrade to 1.13.4 | Francesco Colista | 2019-03-21 | 1 | -2/+2 |
| | |||||
* | testing/kubernetes: upgrade to 1.12.2 | Tiago Ilieve | 2018-11-15 | 3 | -47/+54 |
| | | | | | | | | | | | | - 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. | ||||
* | testing/kubernetes: remove obsolete patches | Tiago Ilieve | 2018-11-15 | 3 | -164/+0 |
| | |||||
* | testing/kubernetes: update to 1.11.2 | Gennady Feldman | 2018-08-16 | 4 | -163/+38 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/ | ||||
* | testing/kubernetes: update to version 1.8.5 | Mateusz Mikuła | 2017-12-14 | 2 | -37/+38 |
| | |||||
* | testing/kubernetes: upgrade to 1.7.4 | Francesco Colista | 2017-08-30 | 1 | -2/+4 |
| | |||||
* | testing/kubernetes: upgrade to 1.7.2 | Francesco Colista | 2017-07-24 | 6 | -240/+115 |
| | |||||
* | testing/[various]: fix trailing whitespace | tmpfile | 2017-07-10 | 1 | -1/+1 |
| | |||||
* | testing/kubernetes: upgrade to 1.5.3 | Francesco Colista | 2017-03-07 | 1 | -20/+2 |
| | |||||
* | testing/kubernetes: cleanup APKBUILD | Francesco Colista | 2017-01-13 | 1 | -6/+15 |
| | |||||
* | testing/kubernetes: moved from unmaintained, fixed build, upgrade to 1.5.2 | Francesco Colista | 2017-01-12 | 9 | -0/+571 |
| | |||||
* | unmaintained/kubernetes: moved to unmaintaned from testing | Francesco Colista | 2016-12-14 | 2 | -140/+0 |
| | |||||
* | testing/kubernetes: get rid of gnu grep | Francesco Colista | 2016-12-14 | 2 | -6/+113 |
| | |||||
* | testing/kubernetes:upgrade to 1.5.1 | Francesco Colista | 2016-12-14 | 1 | -9/+7 |
| | |||||
* | testing/kubernetes: update to 1.3.10 | Gennady Feldman | 2016-11-10 | 1 | -4/+4 |
| | |||||
* | testing/kubernetes: upgrade to 1.3.7 | Francesco Colista | 2016-09-14 | 1 | -4/+4 |
| | |||||
* | testing/kubernetes: upgrade to 1.3.5, removed bash completition subpackage | Francesco Colista | 2016-08-19 | 1 | -16/+6 |
| | |||||
* | testing/kubernetes: upgrade to 1.2.4 | Francesco Colista | 2016-05-16 | 1 | -4/+4 |
| | |||||
* | testing/kubernetes: new aport | Francesco Colista | 2016-05-09 | 1 | -0/+45 |