Tim Hockin
92ba1a5182
Add github.com/seccomp/libseccomp-golang dep
...
This dep is needed by libcontainer, but not vendored.
2015-12-30 15:45:23 -08:00
Tim Hockin
99984bca4c
Add golang.org/x/sys/unix dependency
...
This dep is needed by boltdb, but it was not vendored.
2015-12-30 15:45:23 -08:00
Yifan Gu
1693b74006
Godep: Update for rkt api service.
2015-12-22 12:02:25 -08:00
Jimmi Dyson
041ab17a67
Bump cadvisor to fix interface stats bugs & improve performance
...
Includes necessary godep upgrades for docker & systemd packages as well as
migrating from docker/libcontainer to opencontainers/runc/libcontainer.
2015-12-21 17:07:21 +00:00
k8s-merge-robot
f20cad179f
Merge pull request #18478 from yifan-gu/bump_go_oidc
...
Auto commit by PR queue bot
2015-12-15 20:46:19 -08:00
Timothy St. Clair
a63ab34163
Update etcd godep to fix golang 1.5.1 data race
2015-12-14 16:39:47 -06:00
Yifan Gu
207fb721b9
Godeps: bump go-oidc to fix the race in tests.
2015-12-14 13:32:16 -08:00
k8s-merge-robot
3180b00f6c
Merge pull request #17673 from hongchaodeng/metrics
...
Auto commit by PR queue bot
2015-12-05 05:30:08 -08:00
Vishnu kannan
215d0810a2
Update cadvisor deps to v0.19.3.2
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2015-12-04 11:40:41 -08:00
Vishnu kannan
869cc9fbda
Update cadvisor to v0.19.3.1.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2015-12-03 16:03:56 -08:00
Mike Danese
2c49893733
Merge pull request #18032 from mikedanese/semver
...
add semver parsing of gitversion to pkg/version
2015-12-03 13:49:06 -08:00
Hongchao Deng
2edcd3abd5
godep: bump up juju/ratelimit
2015-12-03 08:39:35 -08:00
k8s-merge-robot
ec93aabfbe
Merge pull request #17779 from fabianofranz/bump_cobra_pflag
...
Auto commit by PR queue bot
2015-12-03 04:42:17 -08:00
Mike Danese
73f71a7260
godeps: add github.com/blang/semver
2015-12-01 09:53:46 -08:00
nikhiljindal
d25ec60a7f
Updating go-restful
2015-11-30 17:08:45 -08:00
k8s-merge-robot
fc694ea787
Merge pull request #16725 from wojtek-t/update_ugorji
...
Auto commit by PR queue bot
2015-11-25 22:14:20 -08:00
Fabiano Franz
814b8a3a21
Bump spf13/pflag
2015-11-25 12:48:23 -02:00
Fabiano Franz
2f7479ac23
Bump spf13/cobra
2015-11-25 12:47:33 -02:00
Wojciech Tyczynski
ebf4086a92
Update github.com/coreos/etcd dependency
2015-11-25 11:19:25 +01:00
Wojciech Tyczynski
9379e4cf08
Update go-etcd dependency
2015-11-25 11:18:19 +01:00
Wojciech Tyczynski
da22ea5d05
Update ugorji dependency
2015-11-25 11:18:19 +01:00
Yifan Gu
8a24d831ec
Godeps: Add Godeps for rkt api service, bump grpc.
2015-11-19 15:00:38 -08:00
Brendan Burns
4903474bad
Remove container api, its no longer generated and breaking godeps.
2015-11-19 09:20:28 -05:00
Eric Paris
7571cacf01
Remove recursive Godep license files
...
Godep stopped doing it, so our verifier broke
2015-11-19 09:19:28 -05:00
Eric Paris
48dcde415e
Update godeps after addition of LICENSE files
...
dcbe29c7a1
Caused godeps to start including the LICENSE file for all vendored deps.
We need to include it now to keep the deps reproducible.
2015-11-04 13:12:06 -05:00
Dawn Chen
ed190a4653
Merge pull request #16127 from jimmidyson/cadvisor-bump
...
Bump cadvisor & libcontainer
2015-10-30 10:20:36 -07:00
Wojciech Tyczynski
57a745a404
Merge pull request #16118 from ncdc/bump-spdystream
...
bump(github.com/docker/spdystream): 43bffc4
2015-10-30 13:33:27 +01:00
Jimmi Dyson
38ad0738bf
Bump cadvisor & libcontainer
...
Fixes #15805
2015-10-29 15:37:54 +00:00
Justin Santa Barbara
926e0d5968
Bump aws-sdk-go version to workaround #16238
...
This bumps aws-sdk-go to the latest version (currently unreleased), to
workaround a Godep problem when a package listed in Godeps no longer
exists on the master branch. See #16238 for the gory details.
Fixes #16238 .
We will likely want to bump up again to the next released version once
it is released, but this version appears to be pretty similar to the
last released version (0.9.16)
2015-10-24 18:33:45 -04:00
Andy Goldstein
31aa192ad7
bump(github.com/docker/spdystream): 43bffc4
...
Address a potential race condition where pending data frames aren't
delivered when a goaway frame is received.
2015-10-22 15:18:24 -04:00
Wojciech Tyczynski
80be983668
Merge pull request #15392 from timothysc/etcd-remove-fakeclient
...
Initial commit to enable migrating tests off of FakeClient.
2015-10-22 15:24:34 +02:00
k8s-merge-robot
48ced9de86
Merge pull request #15612 from jimmidyson/cadvisor-kubelet
...
Auto commit by PR queue bot
2015-10-19 20:10:21 -07:00
Timothy St. Clair
c850a9ab61
Modifications to to remove FakeEtcdClient. Enables starting & stopping
...
an etcd server per unit tests that need them.
2015-10-19 22:06:19 -05:00
Timothy St. Clair
df14277e41
Godeps commit to enable migrating tests off of FakeClient.
...
Stems from issues: #15349 , #11962
2015-10-19 22:06:19 -05:00
k8s-merge-robot
1bba475a9d
Merge pull request #15735 from mesosphere/jdef-fix-tasks-and-profiling
...
Auto commit by PR queue bot
2015-10-17 02:20:18 -07:00
k8s-merge-robot
6341e1d3e2
Merge pull request #15658 from yifan-gu/rkt_cli
...
Auto commit by PR queue bot
2015-10-16 14:52:14 -07:00
James DeFelice
f0e217a64f
bump mesos-go to latest master
2015-10-16 08:59:35 +00:00
Wojciech Tyczynski
6a035833ac
Update dependency on ugorji/go/codec.
2015-10-16 10:12:08 +02:00
Yifan Gu
a95b605ff1
Godeps: update appc spec version.
2015-10-15 18:04:07 -07:00
Jimmi Dyson
3276307c7e
libcontainer bump
2015-10-15 21:06:53 +01:00
Jimmi Dyson
a5421270e5
cadvisor bump
2015-10-15 21:06:45 +01:00
Eric Paris
363d8a6fec
Remove all _test.go files in Godep
2015-10-15 11:17:04 -04:00
k8s-merge-robot
a3f2ba2e34
Merge pull request #11694 from ncdc/add-spdy-proxy-support
...
Auto commit by PR queue bot
2015-10-15 06:56:15 -07:00
Wojciech Tyczynski
f659034da5
Update go-etcd dependency
2015-10-13 10:45:45 +02:00
Wojciech Tyczynski
9df9fa7e78
Update ugorji/go/codec dependency
2015-10-13 10:45:29 +02:00
k8s-merge-robot
a4ac5ef564
Merge pull request #14302 from timstclair/prometheus-update
...
Auto commit by PR queue bot
2015-10-09 02:35:09 -07:00
Paul Morie
43f9280a5d
Merge pull request #15127 from swagiaal/bump-go-dockerclient
...
Bump fsouza/go-dockerclient
2015-10-07 14:02:24 -04:00
k8s-merge-robot
e99cfb1311
Merge pull request #14922 from fabianofranz/bump_cobra_pflag
...
Auto commit by PR queue bot
2015-10-06 21:32:15 -07:00
Tim St. Clair
8d49c8e29a
Update prometheus libraries to new versions.
2015-10-06 12:56:14 -07:00
Sami Wagiaalla
5bcf2324a9
Bump fsouza/go-dockerclient
2015-10-05 21:12:29 -04:00
Andy Goldstein
9f1bd07322
Add goproxy test image
2015-10-05 16:05:34 -04:00
Fabiano Franz
c8f817225e
Bump spf13/cobra
2015-10-01 15:45:14 -03:00
Fabiano Franz
64d1e14833
Bump spf13/pflag
2015-10-01 15:44:16 -03:00
Álex González
fa39c2b032
Add flocker volume plugin
...
Flocker [1] is an open-source container data volume manager for
Dockerized applications.
This PR adds a volume plugin for Flocker.
The plugin interfaces the Flocker Control Service REST API [2] to
attachment attach the volume to the pod.
Each kubelet host should run Flocker agents (Container Agent and Dataset
Agent).
The kubelet will also require environment variables that contain the
host and port of the Flocker Control Service. (see Flocker architecture
[3] for more).
- `FLOCKER_CONTROL_SERVICE_HOST`
- `FLOCKER_CONTROL_SERVICE_PORT`
The contribution introduces a new 'flocker' volume type to the API with
fields:
- `datasetName`: which indicates the name of the dataset in Flocker
added to metadata;
- `size`: a human-readable number that indicates the maximum size of the
requested dataset.
Full documentation can be found docs/user-guide/volumes.md and examples
can be found at the examples/ folder
[1] https://clusterhq.com/flocker/introduction/
[2] https://docs.clusterhq.com/en/1.3.1/reference/api.html
[3] https://docs.clusterhq.com/en/1.3.1/concepts/architecture.html
2015-10-01 01:10:00 +01:00
Tim Hockin
5fbcb72241
Merge pull request #14525 from dcbw/cni
...
CNI network plugin
2015-09-29 21:13:26 -07:00
Brendan Burns
223e96b92d
Merge pull request #14770 from ncdc/fix-google-cloudmonitoring-import-path
...
Fix google cloudmonitoring import path
2015-09-29 19:33:33 -07:00
Brendan Burns
4b1d3d8b0c
Merge pull request #14245 from tpounds/update-to-aws-sdk-go-v0.9.9
...
Update to aws-sdk-go v0.9.9
2015-09-29 19:31:14 -07:00
Andy Goldstein
471c2a7d1f
Fix google cloudmonitoring import path
2015-09-29 17:09:45 -04:00
Eric Paris
17d54f42fe
Update golang.org/x/net to fix godep reproducability problem
...
We are debugging why in #14677 but basically godep restore is ending up
on master and no the commit specified in godeps. (reproducable with just
go get, so don't blame godep right off)
To unbreak things this updates golang.org/x/net while we continue to dig
deeping into the core problem...
2015-09-29 11:51:24 -04:00
Rajat Chopra
01dd813ce3
CNI network plugin
...
Add an experimental network plugin implementation named "cni" that
uses the Container Networking Interface (CNI) specification for
configuring networking for pods.
https://github.com/appc/cni/blob/master/SPEC.md
2015-09-25 22:30:37 -05:00
Trevor Pounds
b76f6a021c
Update Godeps to aws-sdk-go v0.9.9.
2015-09-25 17:03:22 -07:00
Brian Grant
1455c7b5d7
Merge pull request #14524 from mesosphere/jdef-fix494-update-mesosgo-deps
...
MESOS: updated mesos-go and dep libs: zk and gogo/protobuf
2015-09-25 13:30:29 -07:00
Brian Grant
bd3a3f1443
Revert "cni network plugin"
2015-09-24 23:24:21 -07:00
Brian Grant
17ecefe9f7
Merge pull request #13766 from rajatchopra/cni
...
cni network plugin
2015-09-24 22:42:31 -07:00
Brian Grant
b6512a441f
Merge pull request #13835 from liggitt/assetfs
...
bump(github.com/elazarl/go-bindata-assetfs): 3dcc96556217539f50599357fb481ac0dc7439b9
2015-09-24 16:46:33 -07:00
James DeFelice
db604a6fc9
updated mesos-go and dep libs: zk and gogo/protobuf
2015-09-24 21:33:30 +00:00
Jordan Liggitt
b546045c44
bump(github.com/elazarl/go-bindata-assetfs): 3dcc96556217539f50599357fb481ac0dc7439b9
2015-09-23 08:15:15 -04:00
Sreekanth Pothanis
63ba88a274
updated gophercloud
2015-09-22 13:50:32 -07:00
Rajat Chopra
4dc7485d94
cni network plugin
2015-09-22 11:16:41 -07:00
Piotr Szczesniak
767445c87f
Added google api go client to deps
2015-09-21 09:01:54 +02:00
Eric Paris
c95a7470f1
Update godeps using the new -t option
...
I want to drop all _test.go files, but godep will drop dependancies for
OUR _test.go files. Which is bad. So we have to keep them until that
bug is fixed in godep...
2015-09-19 16:55:12 -04:00
Marek Grabowski
98a971cc2e
Revert "Update prometheus library usage"
2015-09-19 22:18:15 +02:00
Tim St. Clair
045238563a
Remove deprecated prometheus extraction libraries
2015-09-18 14:38:44 -07:00
Tim St. Clair
495f6ef212
Added new prometheus extraction godep & update prometheus library godeps
2015-09-18 14:38:44 -07:00
k8s-merge-robot
f44432ae7b
Merge pull request #13702 from ghodss/ghodss-yaml-upgrade
...
Auto commit by PR queue bot
2015-09-16 22:27:24 -07:00
k8s-merge-robot
1c420bb33f
Merge pull request #13454 from jimmidyson/cadvisor-update
...
Auto commit by PR queue bot
2015-09-09 19:25:25 -07:00
Sam Ghods
f6fb0e9236
Fix yaml booleans and ints not always marshaling to strings
2015-09-08 20:20:05 -07:00
Eric Paris
c6ff44cf27
Godep: update github.com/spf13/cobra
2015-09-04 19:19:42 -04:00
Quinton Hoole
52060f3da5
Merge pull request #13554 from brendandburns/godep
...
Update go-restful
2015-09-04 14:00:43 -07:00
Andy Goldstein
2bf984a5ab
bump(fsouza/go-dockerclient): 76fd6c6
2015-09-04 10:40:42 -04:00
Brendan Burns
535c509dd3
Update go-restful
2015-09-03 08:26:16 -07:00
Jimmi Dyson
d0887aec2b
cadvisor bump to 0.16.0.2
2015-09-01 20:19:37 +01:00
Brendan Burns
9c37fe29c8
Merge pull request #12227 from freeformz/remove_code_google_com
...
s:code.google.com/p:github.com/scalingdata:
2015-09-01 10:07:44 -07:00
Wojciech Tyczynski
9345379467
Revert "Revert "Revert "Bump cadvisor godep"""
2015-09-01 09:00:36 +02:00
Edward Muller
69da77c6b0
s:code.google.com/p:github.com/scalingdata:
...
Because code.google.com is going away. Probably #1 of several.
2015-08-31 11:29:33 -07:00
Wojciech Tyczynski
24a5f7b94b
Revert "Revert "Bump cadvisor godep""
2015-08-28 10:34:57 +02:00
Piotr Szczesniak
31270e5e81
Revert "Bump cadvisor godep"
2015-08-27 10:53:18 +02:00
Yu-Ju Hong
424f232bcb
Merge pull request #13191 from jimmidyson/cadvisor-update
...
Bump cadvisor godep
2015-08-26 13:01:25 -07:00
Jimmi Dyson
3b9cd131b6
Bump cadvisor godep
...
Fixes #13189 , Fixes kubernetes/heapster#500
2015-08-26 20:18:33 +01:00
Filip Grzadkowski
1a8b400c3e
Merge pull request #13147 from mwielgus/hpa_impl
...
Implementation of HorizontalPodAutoscaler
2015-08-26 15:36:27 +02:00
Marcin Wielgus
df0a0ed37e
Implementation of HorizontalPodAutoscaler
2015-08-26 14:51:54 +02:00
Phillip Wittrock
dae4142d5c
Update Kubernetes cadvisor to pull in @b7bbefd9b1d4c1032c6afece425a99ba17e43cdb so that the VersionInfo is not cached.
2015-08-25 14:47:38 -07:00
Nikhil Jindal
03d961a8b3
Merge pull request #12770 from bparees/master
...
bump(fsouza/go-dockerclient): 42d06e2b125654477366c320dcea99107a86e9c2
2015-08-24 11:29:02 -07:00
Janet Kuo
4047e13c13
UPSTREAM: pflags 52: Add shorthand deprecator
2015-08-24 02:15:20 -07:00
Yifan Gu
ad3f6e8e65
Godeps: add Godpes for go-oidc.
2015-08-21 15:34:22 -07:00
Eric Paris
681ee126ff
Update spf13/cobra and spf13/pflag
2015-08-20 15:00:41 -07:00
Mike Danese
017fc52008
remove unused godeps
2015-08-19 22:24:07 -07:00
Marek Grabowski
ff1d3885b4
Merge pull request #12753 from eparis/rebase-pflag
...
Update spf13/pflag to fix StringSlice bug
2015-08-17 10:48:25 +02:00
Ben Parees
594abd540f
bump(fsouza/go-dockerclient): 42d06e2b125654477366c320dcea99107a86e9c2
2015-08-15 15:47:54 -04:00
Eric Paris
b3f0bc835f
Update spf13/pflag to fix StringSlice bug
...
pflag support for string slices were added recently and we converted to
using them. However there is a bug in which the default values of a
string slice do not get overwritten. It hasn't bitten us yet, but I
wouldn't want a new user to get bitten.
2015-08-14 18:46:26 -04:00