UPSTREAM pull requests are on hold pending the Kubernetes 1.6.1 rebase merging

2017-04-24 Thread Andy Goldstein
All, We are working feverishly to get the Kubernetes 1.6.1 rebase merged in to Origin. While we are finishing this up, we are going to hold off merging any UPSTREAM pull requests, as this will make finalizing the rebase easier. I will send a follow-up message once the rebase has merged. Andy

Re: Allow method PATCH in CORS

2017-01-26 Thread Andy Goldstein
(copying the list with the right address) On Thu, Jan 26, 2017 at 11:59 AM, Andy Goldstein <agold...@redhat.com> wrote: > Kube PR: https://github.com/kubernetes/kubernetes/pull/35978 > > OpenShift backport: https://github.com/openshift/origin/pull/11700 > > In Origin 1.4.

Re: query on docker storage for openshift

2017-01-09 Thread Andy Goldstein
On Mon, Jan 9, 2017 at 9:45 AM, Akram Ben Aissi wrote: > Hi Pri, > > docker storage is locally used by docker on each node to store container > runtime data (binaries, temp files, logs). > More specifically, it stores docker images and any modifications made to a

Re: What is the current status of the branches

2017-01-04 Thread Andy Goldstein
On Wed, Jan 4, 2017 at 12:09 PM, Clayton Coleman wrote: > 1.3.3 will be released before the end of the week. > 1.4 is simply soaking waiting for new bugs > > Rebase may still take a while. I cut 1.5.0-alpha.1 as the pre rebase > point. > > On Wed, Jan 4, 2017 at 12:00 PM,

Re: Upstream PRs to Origin are on hold pending the rebase

2017-01-03 Thread Andy Goldstein
ll go out with the security vulnerability that exist in 1.5? Is > there a timeframe/roadmap to 1.5.1? > > On Tue, Jan 3, 2017 at 11:02 AM, Andy Goldstein <agold...@redhat.com> > wrote: > >> Not yet, but soon. The current PR (https://github.com/openshift/ >> origin/pull/

Re: Upstream PRs to Origin are on hold pending the rebase

2017-01-03 Thread Andy Goldstein
v1.5.1. On Tue, Jan 3, 2017 at 1:58 PM, Marky Jackson <marky.jack...@taulia.com> wrote: > Do you mean 1.5.1? > > On Tue, Jan 3, 2017 at 10:55 AM, Andy Goldstein <agold...@redhat.com> > wrote: > >> All, please hold off opening UPSTREAM PRs to Origin. We are finalizin

Re: OpenShift go client library

2016-10-11 Thread Andy Goldstein
We don't currently have a standalone go client library. Your best bet, for now, is to use Godeps to vendor in the same versions of dependencies that OpenShift currently uses. Andy On Tue, Oct 11, 2016 at 8:15 AM, Tomas Kral wrote: > Hi all, > is there standalone OpenShift

Re: Protobuf support merged

2016-07-25 Thread Andy Goldstein
On Mon, Jul 25, 2016 at 2:15 PM, Clayton Coleman wrote: > Protobuf support has been merged to origin, which has an impact on dev > workflows. > > If you are changing the API, you'll need to run > > hack/update-generated-protobuf.sh > > to generate the IDL for your