Guoliang Wang
d462e1e8d7
Update vendor package github.com/coreos/...
2018-10-24 07:52:40 +00:00
Joe Betz
4263c75211
Update etcd client to 3.3.9
2018-10-08 13:34:34 -07:00
Jeff Grafton
6034bf68d0
Update to gazelle 0.14.0 and run hack/update-bazel.sh
2018-09-05 15:27:15 -07:00
Timothy St. Clair
0bb21f647f
Update etcd client to 3.2.24 for latest release
...
Signed-off-by: Timothy St. Clair <timothysc@gmail.com>
2018-09-04 21:39:43 -05:00
Jeff Grafton
23ceebac22
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
Jeff Grafton
a725660640
Update to gazelle 0.12.0 and run hack/update-bazel.sh
2018-06-22 16:22:18 -07:00
Jeff Grafton
01f94051c8
Remove the go_default_library_protos filegroups using buildozer
2018-06-22 16:22:18 -07:00
Filipe Brandenburger
1f1595a243
Update Godeps after removing rkt.
...
This was done by executing the following two commands:
$ hack/run-in-gopath.sh hack/godep-save.sh
$ hack/run-in-gopath.sh hack/godep-restore.sh
Go packages github.com/appc/spec and github.com/coreos/go-systemd were
used by the rkt/ package that is now gone.
2018-03-27 09:29:35 -07:00
Eric Chiang
379af0405c
bump(github.com/coreos/go-oidc): 065b426bd41667456c1a924468f507673629c46b
2018-02-16 10:57:52 -08:00
Joe Betz
e31bab4640
Version bump to etcd v3.2.13
2018-01-07 08:22:08 -08:00
Jeff Grafton
efee0704c6
Autogenerate BUILD files
2017-12-23 13:12:11 -08:00
Wojciech Tyczynski
4e8526dc6b
Revert "Version bump to etcd v3.2.11, grpc v1.7.5"
2017-12-19 15:25:06 +01:00
Joe Betz
05afd248f2
Version bump to etcd v3.2.11
2017-12-18 14:32:38 -08:00
Antoine Pelisse
3ed58475c4
Update openapi to use kube-openapi code
2017-10-20 09:21:06 -07:00
Jeff Grafton
aee5f457db
update BUILD files
2017-10-15 18:18:13 -07:00
Jeff Grafton
653d05c169
Regenerate all BUILD files in vendor/ from scratch using gazelle
2017-08-16 15:48:25 -07:00
Jeff Grafton
a7f49c906d
Use buildozer to delete licenses() rules except under third_party/
2017-08-11 09:32:39 -07:00
Jeff Grafton
33276f06be
Use buildozer to remove deprecated automanaged tags
2017-08-11 09:31:50 -07:00
Jeff Grafton
5f63711681
Remove deprecated cgo_genrules
2017-08-11 09:31:05 -07:00
Jeff Grafton
cf55f9ed45
Autogenerate BUILD files
2017-08-11 09:30:23 -07:00
Kubernetes Submit Queue
44b0eeed13
Merge pull request #48907 from thomastaylor312/bump_oidc_dep
...
Automatic merge from submit-queue (batch tested with PRs 47738, 49196, 48907, 48533, 48822)
Bumps go-oidc version to include fix for jwt header parsing
**What this PR does / why we need it**:
This bumps the go-oidc dependency to use a fix merged in https://github.com/coreos/go-oidc/pull/153 for OIDC providers that don't set an `Expires` header
**Which issue this PR fixes** :
Partially addresses #42654
Also related: https://github.com/coreos/go-oidc/issues/136
**Special notes for your reviewer**:
None
**Release note**:
```release-note
NONE
```
2017-07-28 03:10:32 -07:00
Timothy St. Clair
a8b2146ef3
Updates godep for etcd-client to 3.1.10.
2017-07-25 16:14:22 -05:00
Taylor Thomas
9fa27f6bf0
bump(github.com/coreos/go-oidc): a4973d9a4225417aecf5d450a9522f00c1f7130f
2017-07-19 18:02:06 -07:00
Mike Danese
a05c3c0efd
autogenerated
2017-04-14 10:40:57 -07:00
Timothy St. Clair
93c051e28f
Level sets dependency graph to consume etcd 3.1.5
2017-04-11 08:34:40 -05:00
Andy Goldstein
a6b06bcf5c
bump(github.com/coreos/go-systemd): 48702e0da86bd25e76cfef347e2adeb434a0d0a6
2017-03-24 13:59:40 -04:00
Curtis Allen
7d409b3731
bump(github.com/coreos/go-oidc): be73733bb8cc830d0205609b95d125215f8e9c70
...
Includes updates that enable OIDC with OKTA as a IDP
2017-03-10 10:53:07 -07:00
Wojciech Tyczynski
d53add76dd
Update etcd Godeps to 3.0.17
2017-02-23 10:08:50 +01:00
Andy Goldstein
d16b39abc5
Fix godeps
2017-01-09 12:52:22 -05:00
Timothy St. Clair
cecf4a7d6f
Update godep to 3.0.14 to match release recommendations.
2016-11-04 04:17:52 -05:00
Wojciech Tyczynski
9132965253
Update etcd Godeps to 3.0.13
2016-10-27 13:40:05 +02:00
Hongchao Deng
c060417ecb
godep: update etcd to 3.0.12
2016-10-10 09:46:40 -07:00
Timothy St. Clair
a8dbab6631
Update etcd godep to 3.0.10 to fix known watch issue.
2016-09-26 10:05:55 -05:00
Timothy St. Clair
945b57d4fe
Update etcd godep to 3.0.9 to address TestWatch issues
2016-09-15 16:36:22 -05:00
Eric Chiang
16edba2de8
vendor: update go-oidc
...
This change updates the github.com/coreos/go-oidc package.
Notable changes:
- Throw out JWTs with invalid claims early (coreos/go-oidc#97, brougt up in #30457 )
- Remove the capnslog dependency (coreos/go-oidc#95 )
- Support for Azure AD oddities (coreos/go-oidc#87 )
2016-08-26 16:35:12 -07:00
Hongchao Deng
28bc62b4ab
godep: bump etcd to 3.0.6
2016-08-19 21:01:41 -07:00
Timothy St. Clair
5f008faa8b
Update godeps for etcd 3.0.4
2016-08-09 08:51:15 -05:00
Girish Kalele
6de83d5853
Update Godeps for github.com/skynetservices/skydns and github.com/miekg/dns
2016-06-29 14:05:43 -07:00
Dawn Chen
1ea5c460bc
Bump cAdvisor to v0.23.4
2016-06-17 16:26:39 -07:00
Davide Agnello
bb1ae12906
Vendor/Godep updates
2016-06-08 18:17:42 -07:00
Yifan Gu
a16f015a18
Godeps: Bump go-systemd, add coreos/pkg/dlopen.
2016-06-06 05:27:08 +00:00
Mike Danese
cadfaee621
fix godeps on master broken in #26335
2016-05-31 18:29:28 -07:00
k8s-merge-robot
82cb4c1758
Merge pull request #23930 from ArtfulCoder/vendor-skydns
...
Automatic merge from submit-queue
Use SkyDNS as a library for a more integrated kube DNS
2016-05-21 23:33:35 -07:00
k8s-merge-robot
d6d0a6eb83
Merge pull request #25656 from tmrts/godep-update/rkt-1.6.0
...
Automatic merge from submit-queue
Update rkt API version to 1.6.0
Updates coreos/rkt container runtime dependency to `1.6.0`
Fixes #25430
2016-05-21 09:56:52 -07:00
Abhishek Shah
fc040645eb
vendor-ed skydns
2016-05-20 15:08:11 -07:00
Bobby Rullo
82bdf9051c
Update github.com/coreos/go-oidc
2016-05-16 16:37:33 -07:00
Tamer Tas
f876649048
Update rkt API version to 1.6.0
2016-05-16 23:36:08 +03:00
saadali
c708e2cc82
Update vendor dir and Godeps.json with new Godep
2016-05-11 17:02:50 -07:00
Tim Hockin
3c0c5ed4e0
Move deps from _workspace/ to vendor/
...
godep restore
pushd $GOPATH/src/github.com/appc/spec
git co master
popd
go get go4.org/errorutil
rm -rf Godeps
godep save ./...
git add vendor
git add -f $(git ls-files --other vendor/)
git co -- Godeps/LICENSES Godeps/.license_file_state Godeps/OWNERS
2016-05-08 20:30:21 -07:00