Commit Graph

2405 Commits

Author SHA1 Message Date
Jeff Mendoza
9eefbab575 Update default image used for Azure.
Fixes CVE-2014-6271.
Still vulnerable to CVE-2014-7169.
2014-09-29 11:43:10 -07:00
Joe Beda
7cadeb2af3 Change back to generic image description now that GCE is fixed. 2014-09-29 11:30:39 -07:00
Joe Beda
cbdf3c7719 Merge pull request #1472 from proppy/master
build-image: use golang:cross
2014-09-29 11:13:37 -07:00
Johan Euphrosine
d728d00233 build-image: use golang:cross 2014-09-29 11:10:05 -07:00
Joe Beda
648d91b55f Merge pull request #1378 from andrewmichaelsmith/patch-1
The DO page now redirects you to the kelseyhightower page
2014-09-29 11:04:27 -07:00
Joe Beda
6c25ee6873 Merge pull request #1489 from jbeda/fix-image
For GCE hard code backports image version as autodetection is currently ...
2014-09-29 10:55:17 -07:00
Joe Beda
4ae3fa521e For GCE hard code backports image version as autodetection is currently broken. 2014-09-29 10:31:34 -07:00
Dawn Chen
e284e14222 Merge pull request #1475 from lavalamp/eventing3
Add GetReference()
2014-09-29 09:18:51 -07:00
Dawn Chen
a208fbfcf4 Merge pull request #1476 from brendandburns/print
Add the ability to print objects that are parsed in, without sending them anywhere.
2014-09-29 09:12:53 -07:00
Clayton Coleman
c0247d92ce Proposal for v1beta3 API
* Separate metadata from objects
* Treat lists differently from resources
* Add UID and Annotations on Metadata
* Introduce BoundPod(s) as distinct from Pod to represent pods
  scheduled onto a host
* Use "spec" instead of "state" and "status" instead of "currentState"
  * Identify current status of objects consistently
  * Use "condition" as the string label for substatus
* All string constants should be PublicGoCapitalized
* Rename Minion -> Node
* Rename ServerOp -> Operation
* Remove ContainerManifest
* Add api-conventions.md document
* Replace PodTemplateSpec in ReplCtrl with ObjectReference
2014-09-29 12:10:36 -04:00
bgrant0607
09a3231e67 Merge pull request #1480 from thockin/caps
Capitalize string constants
2014-09-28 15:34:49 -07:00
Dawn Chen
cf2662883c Merge pull request #1479 from korniste/master
fix spelling : docs/getting-started-guides/vagrant.md
2014-09-27 23:05:47 -07:00
Tim Hockin
f2cf958540 Caps for CauseType 2014-09-27 21:48:35 -07:00
Tim Hockin
e73de49f81 Caps on StatusReason* 2014-09-27 21:38:51 -07:00
Tim Hockin
523731c509 Capitalize Status.Status 2014-09-27 21:23:51 -07:00
Tim Hockin
1c02af3d16 Kill LivenessProbe.Type 2014-09-27 21:16:30 -07:00
Tim Hockin
04cdf286a4 Make and use api.Protocol type 2014-09-27 20:31:37 -07:00
KORNISTE
6462030a32 fix spelling : docs/getting-started-guides/vagrant.md 2014-09-28 00:54:35 +09:00
Brendan Burns
8f1643bc0c Add the ability to print objects that are parsed in, without sending them anywhere. 2014-09-26 20:35:12 -07:00
Daniel Smith
6ac7578699 Add GetReference() 2014-09-26 17:40:07 -07:00
Brendan Burns
621df0da32 Merge pull request #1455 from lavalamp/selfLink
Start setting SelfLink
2014-09-26 17:34:18 -07:00
Daniel Smith
97bdb86bf8 Merge pull request #1465 from brendandburns/controller
Second step in decoupling the service controller, use the apiserver for writes too.
2014-09-26 16:57:41 -07:00
Brendan Burns
17c82606eb Second step in decoupling the service controller, use the apiserver for writes too. 2014-09-26 16:44:25 -07:00
Daniel Smith
37e505601e add self linking to apiserver 2014-09-26 15:08:02 -07:00
Daniel Smith
b972f72248 convert multiple return values into a struct, add SelfLinker 2014-09-26 14:52:16 -07:00
Brendan Burns
e8f3c3cb19 Fix a typo, add instructions for running make. 2014-09-26 14:52:03 -07:00
Daniel Smith
75b93cf7e9 Add SelfLinker 2014-09-26 14:51:13 -07:00
Filipe Brandenburger
3e6859564a Merge pull request #1453 from jbeda/hostIP-fix
Grab images as part of update e2e test
2014-09-26 14:43:17 -07:00
Brendan Burns
56a5d31443 Merge pull request #1467 from thockin/docs
Update README with announce list
2014-09-26 14:33:17 -07:00
Joe Beda
81e91db697 Grab images as part of update e2e test 2014-09-26 14:31:12 -07:00
Tim Hockin
88cb312d91 Update README with announce list 2014-09-26 14:08:13 -07:00
Joe Beda
33fe8ea0a1 Merge pull request #1466 from brendandburns/vagrant
Fix the vagrant build.
2014-09-26 14:06:16 -07:00
Brendan Burns
77d13db307 Fix the vagrant build. 2014-09-26 14:02:56 -07:00
Tim Hockin
de3799d605 Merge pull request #1463 from derekwaynecarr/introduce_context_obj
Add ctx object to registry interface
2014-09-26 13:04:18 -07:00
Tim Hockin
badeaef95f Merge pull request #1457 from brendandburns/pull
Add a rate limiter, use it to rate limit docker pulls.
2014-09-26 12:39:25 -07:00
derekwaynecarr
b7fcc7d3ec Add ctx to registry test cases 2014-09-26 15:19:22 -04:00
Tim Hockin
a7a46f71aa Merge pull request #1449 from brendandburns/scheduler
Refactor scheduler, use generic scheduler everywhere, delete old code.
2014-09-26 12:18:52 -07:00
derekwaynecarr
09365fed8d Add ctx to registry interfaces 2014-09-26 15:18:42 -04:00
Brendan Burns
3ac706a32e Add a rate limiter, use it to rate limit docker pulls. 2014-09-26 11:55:21 -07:00
Brendan Burns
1bb962961c Refactor schedulers, remove schedulers, use generic scheduler. 2014-09-26 10:26:25 -07:00
Tim Hockin
f377d3eba8 Merge pull request #1441 from dchen1107/cleanup
Cleanup: Remove unnecessary dash escape when building docker container name
2014-09-26 10:17:11 -07:00
Daniel Smith
1170f4bea3 Merge pull request #1452 from derekwaynecarr/introduce_context_obj
Introduce a context object on RESTStorage to prepare for future changes
2014-09-26 10:09:07 -07:00
Dawn Chen
01c9015ed3 use _ as the separator for docker container name. 2014-09-26 09:21:21 -07:00
Joe Beda
22483cdd65 Merge pull request #1454 from proppy/guestbook-go
examples/guestbook-go: build from source and remove bin/docker dep
2014-09-26 09:18:17 -07:00
derekwaynecarr
ee19ba186d Update to use api.Context 2014-09-26 11:50:34 -04:00
derekwaynecarr
b8d95ad01f Godeps update 2014-09-26 11:50:34 -04:00
derekwaynecarr
be85ad7a3d Add context object in test cases flows 2014-09-26 11:50:34 -04:00
derekwaynecarr
3e685674e7 Add context object to interfaces 2014-09-26 11:50:34 -04:00
Johan Euphrosine
f6e688fc3f Merge pull request #1 from Gurpartap/patch-1
Remove DOCKER_BIN and boot2docker instructions from README.md
2014-09-25 23:35:41 -07:00
Gurpartap Singh
3d89dbccca One last time. 2014-09-26 10:51:09 +05:30