Kubernetes Submit Queue 
							
						 
					 
					
						
						
							
						
						082cfac707 
					 
					
						
						
							
							Merge pull request  #35408  from xilabao/add-secret-to-pflag  
						
						 
						
						... 
						
						
						
						Automatic merge from submit-queue (batch tested with PRs 35408, 41915, 41992, 41964, 41925)
add secret option to flag
To resolve the issue of security(pr #35030  ),
> @smarterclayton commented 5 days ago
> This is unfortunately not all flags that could be secrets. The best option would be to add support in spf13/pflag to tag a flag as a secret, and then use that bit to determine the list.
> 
> Also, Command() could be used in contexts that need exact parameters (for subshell execution), so we would need to add a new method or extend the signature here to allow exact flags to be retrieved.
we could add a secret option to the flags. 
						
						
					 
					
						2017-02-26 18:07:53 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						4e24e82b13 
					 
					
						
						
							
							bump(github.com/onsi/gingko):bb93381d543b0e5725244abe752214a110791d01  
						
						 
						
						... 
						
						
						
						Adds support for extracting stdout and stderr from failed tests runs
into junit, which makes junit more effective for debugging failures. 
						
						
					 
					
						2017-02-26 15:18:41 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								xilabao 
							
						 
					 
					
						
						
							
						
						db65bed243 
					 
					
						
						
							
							godep update github.com/spf13/pflag  
						
						 
						
						
						
						
					 
					
						2017-02-25 23:39:22 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Submit Queue 
							
						 
					 
					
						
						
							
						
						3adc12c5f5 
					 
					
						
						
							
							Merge pull request  #41113  from vmware/AddDatastoreParamForDynamicProvisioning  
						
						 
						
						... 
						
						
						
						Automatic merge from submit-queue
Fix for Support selection of datastore for dynamic provisioning in vS…
Fixes  #40558 
Current vSphere Cloud provider doesn't allow a user to select a datastore for dynamic provisioning. All the volumes are created in default datastore provided by the user in the global vsphere configuration file.
With this fix, the user will be able to provide the datastore in the storage class definition. This will allow the volumes to be created in the datastore specified by the user in the storage class definition. This field is optional. If no datastore is specified, the volume will be created in the default datastore specified in the global config file.
For example:
User creates a storage class with the datastore
kind: StorageClass
apiVersion: storage.k8s.io/v1beta1
metadata:
name: slow
provisioner: kubernetes.io/vsphere-volume
parameters:
diskformat: thin
datastore: VMFSDatastore
Now the volume will be created in the datastore - "VMFSDatastore" specified by the user.
If the user creates a storage class without any datastore
kind: StorageClass
apiVersion: storage.k8s.io/v1beta1
metadata:
name: slow
provisioner: kubernetes.io/vsphere-volume
parameters:
diskformat: thin
Now the volume will be created in the datastore which in the global configuration file (vsphere.conf)
@pdhamdhere @kerneltime 
						
						
					 
					
						2017-02-23 22:10:42 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						d53add76dd 
					 
					
						
						
							
							Update etcd Godeps to 3.0.17  
						
						 
						
						
						
						
					 
					
						2017-02-23 10:08:50 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Balu Dontu 
							
						 
					 
					
						
						
							
						
						12f75f0b86 
					 
					
						
						
							
							Fix for Support selection of datastore for dynamic provisioning in vSphere  
						
						 
						
						
						
						
					 
					
						2017-02-21 19:04:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Angus Lees 
							
						 
					 
					
						
						
							
						
						10b3b96c8a 
					 
					
						
						
							
							Migrate rackspace/gophercloud -> gophercloud/gophercloud  
						
						 
						
						... 
						
						
						
						Update vendor libraries 
						
						
					 
					
						2017-02-20 11:04:08 +11:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Angus Lees 
							
						 
					 
					
						
						
							
						
						c077c30004 
					 
					
						
						
							
							Migrate rackspace/gophercloud -> gophercloud/gophercloud  
						
						 
						
						... 
						
						
						
						This change migrates the 'openstack' provider and 'keystone'
authenticator plugin to the newer gophercloud/gophercloud library.
Note the 'rackspace' provider still uses rackspace/gophercloud.
Fixes  #30404  
						
						
					 
					
						2017-02-20 11:03:05 +11:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						011d35a422 
					 
					
						
						
							
							bump(github.com/appc/spec): fc380db5fc13c6dd71a5b0bf2af0d182865d1b1d  
						
						 
						
						
						
						
					 
					
						2017-01-29 21:41:45 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						bc6fdd925d 
					 
					
						
						
							
							pkg/api/resource: move to apimachinery  
						
						 
						
						
						
						
					 
					
						2017-01-29 21:41:44 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Submit Queue 
							
						 
					 
					
						
						
							
						
						70d6f7a2f7 
					 
					
						
						
							
							Merge pull request  #40082  from vwfs/update_go_autorest  
						
						 
						
						... 
						
						
						
						Automatic merge from submit-queue (batch tested with PRs 39223, 40260, 40082, 40389)
Update go-autorest library to v7.2.3
To include https://github.com/Azure/go-autorest/pull/107 
Improves https://github.com/kubernetes/kubernetes/issues/35180 
CC: @colemickens 
						
						
					 
					
						2017-01-27 05:41:48 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						0ce0c759a2 
					 
					
						
						
							
							bump:(github.com/armon/circbuf):bbbad097214e2918d8543d5201d12bfd7bca254d  
						
						 
						
						
						
						
					 
					
						2017-01-23 12:25:56 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Ashpole 
							
						 
					 
					
						
						
							
						
						9737b41189 
					 
					
						
						
							
							updated cadvisor to latest version; updated aws dependency to same as cadvisor  
						
						 
						
						
						
						
					 
					
						2017-01-18 10:55:35 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexander Block 
							
						 
					 
					
						
						
							
						
						f812c2f2ac 
					 
					
						
						
							
							Update go-autorest library to v7.2.3  
						
						 
						
						... 
						
						
						
						To include https://github.com/Azure/go-autorest/pull/107 
Improves https://github.com/kubernetes/kubernetes/issues/35180  
						
						
					 
					
						2017-01-18 14:54:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						9045892464 
					 
					
						
						
							
							bump(ugoriji/go/codec): ded73eae5db7e7a0ef6f55aace87a2873c5d2b74  
						
						 
						
						
						
						
					 
					
						2017-01-11 21:38:08 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andy Goldstein 
							
						 
					 
					
						
						
							
						
						d16b39abc5 
					 
					
						
						
							
							Fix godeps  
						
						 
						
						
						
						
					 
					
						2017-01-09 12:52:22 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						6dd760d312 
					 
					
						
						
							
							Add github.com/chai2010/gettext-go dependency  
						
						 
						
						
						
						
					 
					
						2016-12-19 23:03:40 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Submit Queue 
							
						 
					 
					
						
						
							
						
						9407bc5bbe 
					 
					
						
						
							
							Merge pull request  #38625  from smarterclayton/bump_gorestful  
						
						 
						
						... 
						
						
						
						Automatic merge from submit-queue
Update to latest go-restful
Enables us to remap the variable names swagger uses in output so we can avoid duplicates across type names.
Part of #38071 
@mbohlool 
						
						
					 
					
						2016-12-12 22:24:37 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						c5f3784198 
					 
					
						
						
							
							bump(github.com/emicklei/go-restful):09691a3b6378b740595c1002f40c34dd5f218a22  
						
						 
						
						
						
						
					 
					
						2016-12-12 11:09:58 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lucas Käldström 
							
						 
					 
					
						
						
							
						
						0033a02c43 
					 
					
						
						
							
							Revert to version 70b2c90b260171e829f1ebd7c17f600c11858dbe of the vendored package github.com/Azure/go-ansiterm  
						
						 
						
						
						
						
					 
					
						2016-12-11 22:10:39 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						8d90cadc0b 
					 
					
						
						
							
							Update azure dependency. Add contianer registry.  
						
						 
						
						
						
						
					 
					
						2016-12-08 21:36:00 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Submit Queue 
							
						 
					 
					
						
						
							
						
						133117e146 
					 
					
						
						
							
							Merge pull request  #35116  from shashidharatd/fed-coredns-provider  
						
						 
						
						... 
						
						
						
						Automatic merge from submit-queue
Add CoreDNS as Federation DNS provider
This PR contains following
1. DNS provider implementation for CoreDNS with etcd as backend
2. Script for optionally deploying CoreDNS in federation control plane
Still to do:
1. HA for CoreDNS service need to be handled, would be taken up in subsequent PR
2. Need to configure CoreDNS as fallback DNS to in-cluster KubeDNS(Manual Step). Need to consider automation.
Request for review: @quinton-hoole @madhusudancs @nikhiljindal @kshafiee @deepak-vij
cc @kubernetes/sig-cluster-federation 
						
						
					 
					
						2016-12-08 18:50:05 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Submit Queue 
							
						 
					 
					
						
						
							
						
						7f2622e668 
					 
					
						
						
							
							Merge pull request  #32663  from anguslees/extraroutes  
						
						 
						
						... 
						
						
						
						Automatic merge from submit-queue
openstack: Implement the `Routes` provider API
``` release-note
Implement the Routes provider API for OpenStack using Neutron extraroute extension.  This removes the need for flannel/etc where supported.  To use, ensure all your nodes are on the same Neutron (private) network and specify the router ID in new `[Route]` section of provider config:
    [Route]
    router-id = <router UUID>
``` 
						
						
					 
					
						2016-12-07 21:36:13 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Submit Queue 
							
						 
					 
					
						
						
							
						
						af5a91d46d 
					 
					
						
						
							
							Merge pull request  #38130  from fabianofranz/bump_docker_go_units  
						
						 
						
						... 
						
						
						
						Automatic merge from submit-queue (batch tested with PRs 38294, 37009, 36778, 38130, 37835)
Bump github.com/docker/go-units dependency
<!--  Thanks for sending a pull request!  Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md  and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md 
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md 
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes 
-->
**What this PR does / why we need it**: Bump [github.com/docker/go-units](https://github.com/docker/go-units/ ) to include https://github.com/docker/go-units/pull/22  which improves the precision of human durations ("about an hour ago", "2 days ago", etc).
**Which issue this PR fixes**: Issue detected in OpenShift: https://github.com/openshift/origin/issues/11967 
**Release note**:
<!--  Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access) 
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. 
-->
```release-note
NONE
``` 
						
						
					 
					
						2016-12-07 10:45:20 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						45cf32810d 
					 
					
						
						
							
							bump(github.com/juju/ratelimit): 77ed1c8a01217656d2080ad51981f6e99adaa177  
						
						 
						
						
						
						
					 
					
						2016-12-07 10:32:18 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fabiano Franz 
							
						 
					 
					
						
						
							
						
						ed1d1dad44 
					 
					
						
						
							
							bump(github.com/docker/go-units): e30f1e79f3cd72542f2026ceec18d3bd67ab859c  
						
						 
						
						
						
						
					 
					
						2016-12-07 11:26:44 -02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								shashidharatd 
							
						 
					 
					
						
						
							
						
						367102e2b2 
					 
					
						
						
							
							Add vendor code github.com/miekg/coredns/middleware/etcd/msg  
						
						 
						
						
						
						
					 
					
						2016-12-06 16:20:55 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Angus Lees 
							
						 
					 
					
						
						
							
						
						7a5aee23c1 
					 
					
						
						
							
							Add gophercloud/.../layer3/routers  
						
						 
						
						... 
						
						
						
						Import github.com/rackspace/gophercloud/openstack/networking/v2/extensions/layer3/routers/ 
						
						
					 
					
						2016-12-05 12:27:40 +11:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dan Winship 
							
						 
					 
					
						
						
							
						
						43e1f6ae1f 
					 
					
						
						
							
							update gofuzz  
						
						 
						
						
						
						
					 
					
						2016-12-01 09:07:12 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Miao Luo 
							
						 
					 
					
						
						
							
						
						a7fc0e4698 
					 
					
						
						
							
							Photon Controller platform vendor code  
						
						 
						
						
						
						
					 
					
						2016-11-08 09:36:16 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Submit Queue 
							
						 
					 
					
						
						
							
						
						cc7070d5d8 
					 
					
						
						
							
							Merge pull request  #35583  from justinsb/replace_ratelimit  
						
						 
						
						... 
						
						
						
						Automatic merge from submit-queue
Create simple version of ratelimit package
Allows for better testing. 
						
						
					 
					
						2016-11-07 00:01:18 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Timothy St. Clair 
							
						 
					 
					
						
						
							
						
						cecf4a7d6f 
					 
					
						
						
							
							Update godep to 3.0.14 to match release recommendations.  
						
						 
						
						
						
						
					 
					
						2016-11-04 04:17:52 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Saad Ali 
							
						 
					 
					
						
						
							
						
						d41b3b0929 
					 
					
						
						
							
							Revert "Add missing vendor files to make godeps happy"  
						
						 
						
						
						
						
					 
					
						2016-11-02 20:56:06 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								saadali 
							
						 
					 
					
						
						
							
						
						e9afbd5cdf 
					 
					
						
						
							
							Add missing vendor files to make godeps happy  
						
						 
						
						
						
						
					 
					
						2016-11-02 18:55:10 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Submit Queue 
							
						 
					 
					
						
						
							
						
						3d33b45e43 
					 
					
						
						
							
							Merge pull request  #30091  from rootfs/azure-storage  
						
						 
						
						... 
						
						
						
						Automatic merge from submit-queue
support Azure disk dynamic provisioning
azure disk dynamic provisioning
A screen shot 
``` console
$ kubectl create -f examples/experimental/persistent-volume-provisioning/azure-dd.yaml
storageclass "slow" created
$ kubectl create -f examples/experimental/persistent-volume-provisioning/claim1.json
persistentvolumeclaim "claim1" created
$ kubectl describe pvc
Name:       claim1
Namespace:  default
Status:     Bound
Volume:     pvc-de7150d1-6a37-11e6-aec9-000d3a12e034
Labels:     <none>
Capacity:   3Gi
Access Modes:   RWO
$ kubectl create -f pod.yaml
replicationcontroller "nfs-server" created
$ kubectl describe pod
Name:       nfs-server-b9w6x
Namespace:  default
Node:       rootfs-dev/172.24.0.4
Start Time: Wed, 24 Aug 2016 19:46:21 +0000
Labels:     role=nfs-server
Status:     Running
IP:     172.17.0.2
Controllers:    ReplicationController/nfs-server
Containers:
  nfs-server:
    Container ID:   docker://be6f8c0e26dc896d4c53ef0d21c9414982f0b39a10facd6b93a255f9e1c3806c
    Image:      nginx
    Image ID:       docker://bfdd4ced794ed276a28cf56b233ea58dec544e9ca329d796cf30b8bcf6d39b3f
    Port:       
    State:      Running
      Started:      Wed, 24 Aug 2016 19:49:19 +0000
    Ready:      True
    Restart Count:  0
    Volume Mounts:
      /exports from mypvc (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from default-token-9o0fj (ro)
    Environment Variables:  <none>
Conditions:
  Type      Status
  Initialized   True 
  Ready     True 
  PodScheduled  True 
Volumes:
  mypvc:
    Type:   PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  claim1
    ReadOnly:   false
  default-token-9o0fj:
    Type:   Secret (a volume populated by a Secret)
    SecretName: default-token-9o0fj
QoS Class:  BestEffort
Tolerations:    <none>
Events:
  FirstSeen LastSeen    Count   From            SubobjectPath           Type        Reason      Message
  --------- --------    -----   ----            -------------           --------    ------      -------
  11m       11m     1   {default-scheduler }                    Normal      Scheduled   Successfully assigned nfs-server-b9w6x to rootfs-dev
  9m        9m      1   {kubelet rootfs-dev}                    Warning     FailedMount Unable to mount volumes for pod "nfs-server-b9w6x_default(6eb7fd98-6a33-11e6-aec9-000d3a12e034)": timeout expired waiting for volumes to attach/mount for pod "nfs-server-b9w6x"/"default". list of unattached/unmounted volumes=[mypvc]
  9m        9m      1   {kubelet rootfs-dev}                    Warning     FailedSync  Error syncing pod, skipping: timeout expired waiting for volumes to attach/mount for pod "nfs-server-b9w6x"/"default". list of unattached/unmounted volumes=[mypvc]
  8m        8m      1   {kubelet rootfs-dev}    spec.containers{nfs-server} Normal      Pulling     pulling image "nginx"
  8m        8m      1   {kubelet rootfs-dev}    spec.containers{nfs-server} Normal      Pulled      Successfully pulled image "nginx"
  8m        8m      1   {kubelet rootfs-dev}    spec.containers{nfs-server} Normal      Created     Created container with docker id be6f8c0e26dc
  8m        8m      1   {kubelet rootfs-dev}    spec.containers{nfs-server} Normal      Started     Started container with docker id be6f8c0e26dc
```
@colemickens @brendandburns 
						
						
					 
					
						2016-11-01 17:27:14 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Submit Queue 
							
						 
					 
					
						
						
							
						
						a52ad987d2 
					 
					
						
						
							
							Merge pull request  #35520  from humblec/gluster-gid-prov-3  
						
						 
						
						... 
						
						
						
						Automatic merge from submit-queue
Update heketi dependency to release3.
commit hash#28b5cc4cc6d2b9bdfa91ed1b93efaab4931aa697
Signed-off-by: Humble Chirammal hchiramm@redhat.com  
						
						
					 
					
						2016-10-31 07:33:36 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Submit Queue 
							
						 
					 
					
						
						
							
						
						224393f962 
					 
					
						
						
							
							Merge pull request  #35700  from mmilata/bump-pflag  
						
						 
						
						... 
						
						
						
						Automatic merge from submit-queue
Update github.com/spf13/pflag to latest version
<!--  Thanks for sending a pull request!  Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md  and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md 
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md 
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes 
-->
**What this PR does / why we need it**:
This PR updates `github.com/spf13/pflag` to the latest version.
* OpenShift needs pflag bump in order to use [`StringArray`](https://github.com/spf13/pflag/issues/89 ), and
* Latest revision contains couple of bugfixes that I'd like to have there, and
* Kubernetes should have the same version, which is the reason for this PR
**Which issue this PR fixes**:
None, related to openshift/origin#11539 .
**Special notes for your reviewer**:
`hack/verify-godeps.sh` fails with following output even though I haven't touched that package: https://gist.github.com/mmilata/3cb84b754f9b9e7ff371a7b6c5131b09 
Am I using the wrong golang/godep version perhaps? Any hint what am I doing wrong?
**Release note**:
<!--  Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access) 
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. 
-->
```release-note
NONE
``` 
						
						
					 
					
						2016-10-30 15:50:36 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Justin Santa Barbara 
							
						 
					 
					
						
						
							
						
						e7efadaab1 
					 
					
						
						
							
							Remove juju ratelimit from godeps  
						
						 
						
						
						
						
					 
					
						2016-10-30 14:35:32 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Submit Queue 
							
						 
					 
					
						
						
							
						
						bb992150fa 
					 
					
						
						
							
							Merge pull request  #35694  from wojtek-t/update_etcd_3_0_13  
						
						 
						
						... 
						
						
						
						Automatic merge from submit-queue
Update Godeps etcd to 3.0.13
Ref #20504  
						
						
					 
					
						2016-10-29 05:00:55 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Huamin Chen 
							
						 
					 
					
						
						
							
						
						472156748f 
					 
					
						
						
							
							update vendor pkg to support azure disk provisioning  
						
						 
						
						... 
						
						
						
						Signed-off-by: Huamin Chen <hchen@redhat.com > 
						
						
					 
					
						2016-10-27 17:42:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirudh 
							
						 
					 
					
						
						
							
						
						f2c158680a 
					 
					
						
						
							
							Removing datagen.go as it has been removed from godeps  
						
						 
						
						
						
						
					 
					
						2016-10-27 09:17:30 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Ashpole 
							
						 
					 
					
						
						
							
						
						4223e8ff35 
					 
					
						
						
							
							rebase godeps  
						
						 
						
						
						
						
					 
					
						2016-10-27 08:24:39 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Ashpole 
							
						 
					 
					
						
						
							
						
						aa20c4b48f 
					 
					
						
						
							
							updated cadvisor godeps  
						
						 
						
						
						
						
					 
					
						2016-10-27 08:04:59 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Milata 
							
						 
					 
					
						
						
							
						
						1d894c7a6a 
					 
					
						
						
							
							bump(github.com/spf13/pflag): 5ccb023bc27df288a957c5e994cd44fd19619465  
						
						 
						
						
						
						
					 
					
						2016-10-27 16:25:28 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						9132965253 
					 
					
						
						
							
							Update etcd Godeps to 3.0.13  
						
						 
						
						
						
						
					 
					
						2016-10-27 13:40:05 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Danese 
							
						 
					 
					
						
						
							
						
						1cd2968917 
					 
					
						
						
							
							godep: vendor go-bindata  
						
						 
						
						
						
						
					 
					
						2016-10-24 18:00:08 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Humble Chirammal 
							
						 
					 
					
						
						
							
						
						e07863e239 
					 
					
						
						
							
							Update heketi dependency to release3.  
						
						 
						
						... 
						
						
						
						commit hash#28b5cc4cc6d2b9bdfa91ed1b93efaab4931aa697
Signed-off-by: Humble Chirammal <hchiramm@redhat.com > 
						
						
					 
					
						2016-10-24 22:36:28 +05:30  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kubernetes Submit Queue 
							
						 
					 
					
						
						
							
						
						2de1f5c07e 
					 
					
						
						
							
							Merge pull request  #34407  from brendandburns/kubectl-schema  
						
						 
						
						... 
						
						
						
						Automatic merge from submit-queue
Add validation that detects repeated keys in the labels and annotations maps
Fixes  #2965   (a nearly 2 year old feature request!)
@kubernetes/kubectl 
@eparis 
						
						
					 
					
						2016-10-19 14:01:00 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fabiano Franz 
							
						 
					 
					
						
						
							
						
						8438089e96 
					 
					
						
						
							
							Add heredoc and go-wordwrap dependencies  
						
						 
						
						
						
						
					 
					
						2016-10-17 11:17:04 -02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathieu Velten 
							
						 
					 
					
						
						
							
						
						8ea400b1bf 
					 
					
						
						
							
							bump(github.com/rackspace/gophercloud): e00690e87603abe613e9f02c816c7c4bef82e063  
						
						 
						
						
						
						
					 
					
						2016-10-14 14:54:26 +02:00