Benjamin Elder
b716edb284
make build/copy-output.sh pass shellcheck
2019-01-16 00:39:13 -08:00
Benjamin Elder
f41efc3ea8
make build/util.sh pass shellcheck
2019-01-16 00:37:13 -08:00
Benjamin Elder
b5767bcf89
make build/make-build-image.sh pass shellcheck
2019-01-16 00:34:36 -08:00
Benjamin Elder
742504db39
make build/make-clean.sh pass shellcheck
2019-01-16 00:33:28 -08:00
Benjamin Elder
2d6ead8c7d
make build/package-tarballs.sh pass shellcheck
2019-01-16 00:32:28 -08:00
Benjamin Elder
eba69c5267
make build/release-in-a-container.sh pass shellcheck
2019-01-16 00:31:15 -08:00
Benjamin Elder
4aa7126ee1
make build/release-images.sh pass shellcheck
2019-01-16 00:29:09 -08:00
Benjamin Elder
caf9d94d69
make build/release.sh pass shellcheck
2019-01-16 00:27:43 -08:00
Benjamin Elder
b99045333e
make build/run.sh pass shellcheck
2019-01-16 00:25:52 -08:00
Benjamin Elder
621b78b3f6
make build/shell.sh pass shellcheck
2019-01-16 00:24:27 -08:00
Benjamin Elder
b64df60dca
make build/build-image/rsyncd.sh pass shellcheck
2019-01-16 00:22:25 -08:00
Jordan Liggitt
ef4983fb52
Update generated files
2019-01-15 13:33:06 -05:00
Jeff Grafton
e34a0619ea
Only build tests with bazel test --config=unit
2019-01-08 14:47:32 -08:00
Jeff Grafton
3fd6f97f55
bazel: update openapi-gen to use new kazel-generated dictionaries
2019-01-08 14:47:32 -08:00
Jeff Grafton
06d5c50eb2
Update to latest kazel and update generated files
...
Also switch from github.com/kubernetes/repo-infra to k8s.io/repo-infra.
2019-01-08 14:47:26 -08:00
Jeff Grafton
4503d573d3
Use new codegen config options in kazel and fix boilerplate check for generated bzl
2019-01-08 14:40:56 -08:00
Jeff Grafton
7397a6278b
Update to go1.11.4
2018-12-15 12:25:05 -08:00
Eli Uriegas
d443402f35
bump golang to 1.11.3 (CVE-2018-16875)
...
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
2018-12-14 18:27:21 +00:00
Kubernetes Prow Robot
e689d515f7
Merge pull request #71634 from ereslibre/allow-to-build-images-offline
...
Allow to build docker images offline (do not always use `docker build --pull`)
2018-12-05 01:18:05 -08:00
Kubernetes Prow Robot
07faaeff6d
Merge pull request #71686 from BenTheElder/cni-version
...
add CNI_VERSION to build/workspace.bzl, use it to dedupe version
2018-12-04 16:03:09 -08:00
Kubernetes Prow Robot
a9b69dc381
Merge pull request #71615 from jpbetz/etcd-3.3.10-0-image
...
Update default etcd server to 3.3.10 for kubernetes 1.14
2018-12-04 02:54:34 -08:00
Benjamin Elder
4cd93dada4
add CNI_VERSION to build/workspace.bzl, use it to dedupe version
2018-12-03 20:19:47 -08:00
Rafael Fernández López
68e6fa0f8d
Allow to build docker images offline (do not always use `docker build --pull`)
...
Passing `KUBE_BUILD_PULL_LATEST_IMAGES=n` will disable building the artifacts
with `--pull`, so they can be built in an offline environment.
By default, `KUBE_BUILD_PULL_LATEST_IMAGES` is `y`, so the default behavior
is kept unchanged.
2018-12-03 20:34:22 +01:00
Joe Betz
862b945e5a
Update default etcd server to 3.3.10 for kubernetes 1.13
2018-12-03 11:03:49 -08:00
Duffie Cooley
8e08cbc3c4
Bump the version of kubernetes-cni to 0.6.0
...
This will resolve the kubernetes-anywhere e2e test.
In commit: https://github.com/kubernetes/kubernetes/pull/71540
I bumped the required version of kubernetes-cni to 0.6.0 but didn't
start packaging it. This resolve that.
Signed-off-by: Duffie Cooley <dcooley@heptio.com>
2018-11-30 23:20:19 -08:00
Duffie Cooley
2d7b386193
Add conntrack as a dependency of kubelet
...
FIXES: https://github.com/kubernetes/kubeadm/issues/1287
- This commit integrates the work of @jdetiber to fix bazel build
//build/rpms and also addresses an issue where not all common versions
of rpmbuild have the %{_sysctldir} macro.
- Since that macro points to /usr/lib/sysctl.d this commit just points
directly to that dir.
- This also adds conntrack as a dependency of kubelet for both rpm and
deb builds.
Signed-off-by: Duffie Cooley <dcooley@heptio.com>
2018-11-29 10:08:07 -08:00
Jason DeTiberus
3ee10e9ceb
Fix bazel //build/rpms
...
- Also update the kubernetes-cni requirement for both debs and rpms
to match release packaging.
2018-11-28 16:51:59 -08:00
k8s-ci-robot
3bf41a210b
Merge pull request #69820 from ixdy/fork-multiarch-register
...
Use a forked copy of multiarch/qemu-user-static scripts instead of a privileged container
2018-11-07 19:10:15 -08:00
k8s-ci-robot
c2aa35866c
Merge pull request #70665 from cblecker/go-1.11.2
...
Update to use go1.11.2
2018-11-06 04:54:17 -08:00
Jeff Grafton
3778646d34
Update to rules_go 0.16.2
2018-11-05 15:35:31 -08:00
Christoph Blecker
b71e74626e
Bump golang version to 1.11.2
2018-11-03 14:10:45 -07:00
Haowei Cai
dcc062d812
Add UPDATE_API_KNOWN_VIOLATIONS=true to Makefile.generated_files
...
One can run:
make generated_files UPDATE_API_KNOWN_VIOLATIONS=true
to update the checked-in known API violation exceptions list.
Also updated README and the error message on how to resolve the
failure.
2018-11-01 17:43:16 -07:00
k8s-ci-robot
f29d646210
Merge pull request #70385 from ixdy/bazel-starlark-repo-rules
...
bazel: use starlark implementations of http_archive and http_file
2018-10-29 18:53:13 -07:00
k8s-ci-robot
c1f1cf168d
Merge pull request #70383 from ixdy/update-repo-infra
...
bazel: bump repo-infra dependency
2018-10-29 18:53:04 -07:00
k8s-ci-robot
f698f0fe17
Merge pull request #70245 from ixdy/debian-base-instead-of-busybox
...
Use debian-base instead of busybox as base image for server images
2018-10-29 15:54:20 -07:00
Jeff Grafton
801679ed89
bazel: use starlark implementations of http_archive and http_file
2018-10-29 13:00:45 -07:00
Jeff Grafton
545ae2fcfe
bazel: bump repo-infra dependency
2018-10-29 11:57:15 -07:00
Jeff Grafton
f26048ecb1
Use debian-base instead of busybox as base image for server images
2018-10-25 10:19:40 -07:00
Ashwani Khemani
a7ecb562b3
changes for update-bazel script
2018-10-25 10:57:24 -05:00
Ashwani Khemani
b929ba01ef
changes done to enable br_filter and ip_forward for debian packages
2018-10-25 10:55:13 -05:00
Jeff Grafton
003404685d
Update to use debian-iptables v11.0 and debian-hyperkube-base 0.12.0
2018-10-24 16:18:53 -07:00
k8s-ci-robot
73c1a92bd9
Merge pull request #69152 from mkumatag/fix_manifest_push
...
Purge the manifest after the push
2018-10-24 01:06:10 -07:00
Jeff Grafton
7a8696c331
Update to debian-base 0.4.0
...
Additionally, update the addon-manager to use kubectl v1.11.3.
2018-10-19 11:13:28 -07:00
Jeff Grafton
8906d1d8be
debian-base: purge libsystemd0 to eliminate CVE false-positives
2018-10-19 08:31:31 -07:00
k8s-ci-robot
1ba06b0444
Merge pull request #69939 from ixdy/clean-crossbuild-protoc-3.0.2
...
Clean cross-build image and update to protoc 3.0.2
2018-10-17 22:25:59 -07:00
Jeff Grafton
2812b55263
Clean cross-build image and update to protoc 3.0.2
2018-10-17 11:57:46 -07:00
k8s-ci-robot
0d6f6a680b
Merge pull request #68441 from smarterclayton/describe_dependency
...
Move versioned generators into their own package
2018-10-17 04:24:06 -07:00
Jeff Grafton
a88244598a
Use sudo only when not already root
2018-10-16 23:42:22 -07:00
Jeff Grafton
9e4fa1493d
Use our forked qemu-static-register scripts instead of a privileged container
2018-10-16 23:41:32 -07:00
Jeff Grafton
c761f779fc
Base conformance image on debian-hyperkube-base:0.11.0 and reenable by default
2018-10-16 14:01:23 -07:00