390abdaead 
								
							 
						 
						
							
							
								
								Archive monolith and ops-status slack channels  
							
							... 
							
							
							
							- monolith is inactive today. It was created for discussing migrating monolith
apps to Kubernetes. Ref: https://groups.google.com/forum/#!forum/monolithic-apps-to-k8s .
- ops-status was meant for "operations issues that might be relevant to the K8s community".
For upstream Kubernetes ops-specific discussion, we have #testing-ops.
For general ops discussion, we have #sre. 
							
						 
						
							2019-05-07 15:19:10 +05:30  
				
					
						
							
							
								 
						
							
								4aedcd41c0 
								
							 
						 
						
							
							
								
								Merge pull request  #3627  from mrbobbytables/add-emeritus-owners  
							
							... 
							
							
							
							Add emeritus to owners guidelines 
							
						 
						
							2019-05-06 15:47:39 -07:00  
				
					
						
							
							
								 
						
							
								56a4fad9f5 
								
							 
						 
						
							
							
								
								Merge pull request  #3680  from spiffxp/fix-some-sigs-yaml-validations  
							
							... 
							
							
							
							Fix most sigs.yaml validation errors 
							
						 
						
							2019-05-06 13:09:43 -07:00  
				
					
						
							
							
								 
						
							
								32999dfb77 
								
							 
						 
						
							
							
								
								Ran make  
							
							
							
						 
						
							2019-05-06 11:54:22 -07:00  
				
					
						
							
							
								 
						
							
								7fb5c0589c 
								
							 
						 
						
							
							
								
								Add mission statements for sigs that miss it  
							
							... 
							
							
							
							Educated guess: first sentence of charter 
							
						 
						
							2019-05-06 11:54:04 -07:00  
				
					
						
							
							
								 
						
							
								fd9fa704c1 
								
							 
						 
						
							
							
								
								Fix invalid sig names  
							
							... 
							
							
							
							Specifically:
- Networking -> Network
- Big Data isn't a SIG 
							
						 
						
							2019-05-06 11:49:27 -07:00  
				
					
						
							
							
								 
						
							
								71bfc33418 
								
							 
						 
						
							
							
								
								Fix person names/companies and run make  
							
							
							
						 
						
							2019-05-06 11:47:43 -07:00  
				
					
						
							
							
								 
						
							
								e63cbfae86 
								
							 
						 
						
							
							
								
								Validate same github id has same name/compay  
							
							
							
						 
						
							2019-05-06 11:45:46 -07:00  
				
					
						
							
							
								 
						
							
								08281a417f 
								
							 
						 
						
							
							
								
								Merge pull request  #3671  from spiffxp/format-sigs-yaml  
							
							... 
							
							
							
							Enforce consistent formatting of sigs.yaml 
							
						 
						
							2019-05-06 07:17:39 -07:00  
				
					
						
							
							
								 
						
							
								fa149ea119 
								
							 
						 
						
							
							
								
								Merge pull request  #3660  from ClaudiaJKang/ko-contributor-cheatsheet  
							
							... 
							
							
							
							Localize contributor cheatsheet in Korean 
							
						 
						
							2019-05-05 23:39:36 -07:00  
				
					
						
							
							
								 
						
							
								955e91a58d 
								
							 
						 
						
							
							
								
								Localize contributor cheatsheet in Korean  
							
							... 
							
							
							
							* This commit add Korean contributor cheatsheet.
* Apply ianychoi's comment 
							
						 
						
							2019-05-06 14:45:03 +09:00  
				
					
						
							
							
								 
						
							
								aac6d7b2a4 
								
							 
						 
						
							
							
								
								Merge pull request  #3676  from justaugustus/slack-sig-release  
							
							... 
							
							
							
							Add SIG Release Slack configs 
							
						 
						
							2019-05-05 19:51:36 -07:00  
				
					
						
							
							
								 
						
							
								700e1ff7e0 
								
							 
						 
						
							
							
								
								Add SIG Release Slack configs  
							
							... 
							
							
							
							Signed-off-by: Stephen Augustus <saugustus@vmware.com> 
							
						 
						
							2019-05-05 19:00:11 -04:00  
				
					
						
							
							
								 
						
							
								f2c3064a5b 
								
							 
						 
						
							
							
								
								Ran make  
							
							
							
						 
						
							2019-05-03 11:20:52 -07:00  
				
					
						
							
							
								 
						
							
								2b74274adc 
								
							 
						 
						
							
							
								
								Prototype validation of sigs.yaml  
							
							... 
							
							
							
							Demonstrating this could be done, not going to enforce it for now.
There are also a number of these conventions that could probably
just be auto-generated. 
							
						 
						
							2019-05-03 11:20:04 -07:00  
				
					
						
							
							
								 
						
							
								89cde82503 
								
							 
						 
						
							
							
								
								Update generator to reformat sigs.yaml  
							
							... 
							
							
							
							The following formatting is enforced:
- Consistent identation of 2 spaces
- Keys are sorted by order of struct fields
- Lists are sorted by struct-dependent keys
- Comments are stripped
I had hopes of using yaml.Node to preserve comments, but found no
obvious way to marshal from struct to Node, meaning all data
manipulation had to be done against Nodes. This loses us all of the
benefits of using a struct: types, known fields, field order.
Given that there aren't many comments in sigs.yaml to begin with, I'm
erring on the side of dropping support for them. 
							
						 
						
							2019-05-03 11:20:04 -07:00  
				
					
						
							
							
								 
						
							
								b91b05da2e 
								
							 
						 
						
							
							
								
								Upgrade to gopkg.in/yaml.v3  
							
							... 
							
							
							
							This gives us access to the yaml.Node type, which can be used to
preserve more formatting than v2 supported during round tripping
of YAML 
							
						 
						
							2019-05-03 11:20:04 -07:00  
				
					
						
							
							
								 
						
							
								6ae2680bad 
								
							 
						 
						
							
							
								
								sigs.yaml touchup: add missing label fields to WGs  
							
							
							
						 
						
							2019-05-03 11:20:04 -07:00  
				
					
						
							
							
								 
						
							
								cdee447b51 
								
							 
						 
						
							
							
								
								sigs.yaml touchup: populate recordings_url for sig-ui  
							
							
							
						 
						
							2019-05-03 11:18:34 -07:00  
				
					
						
							
							
								 
						
							
								2075eb1edb 
								
							 
						 
						
							
							
								
								sigs.yaml touchup: remove subprojects field from sig-openstack  
							
							
							
						 
						
							2019-05-03 11:18:27 -07:00  
				
					
						
							
							
								 
						
							
								30a658a5e1 
								
							 
						 
						
							
							
								
								sigs.yaml touchup: add charter links  
							
							
							
						 
						
							2019-05-03 11:18:18 -07:00  
				
					
						
							
							
								 
						
							
								5f11a0a62e 
								
							 
						 
						
							
							
								
								sigs.yaml touchup: Add missing company affiliations  
							
							
							
						 
						
							2019-05-03 11:18:12 -07:00  
				
					
						
							
							
								 
						
							
								5b12936b6a 
								
							 
						 
						
							
							
								
								Merge pull request  #3670  from mrbobbytables/rename-big-data-slack  
							
							... 
							
							
							
							Rename sig-big-data slack channel to ug-big-data. 
							
						 
						
							2019-05-03 10:35:41 -07:00  
				
					
						
							
							
								 
						
							
								34d434d4ea 
								
							 
						 
						
							
							
								
								Rename sig-big-data slack channel to ug-big-data.  
							
							
							
						 
						
							2019-05-03 13:01:40 -04:00  
				
					
						
							
							
								 
						
							
								eb786563ef 
								
							 
						 
						
							
							
								
								Merge pull request  #3669  from gyliu513/ibmcloud  
							
							... 
							
							
							
							Added subproject cluster-api-provider-ibmcloud to ibmcloud. 
							
						 
						
							2019-05-03 08:06:20 -07:00  
				
					
						
							
							
								 
						
							
								a5e8525084 
								
							 
						 
						
							
							
								
								Added subproject cluster-api-provider-ibmcloud to ibmcloud.  
							
							
							
						 
						
							2019-05-03 05:19:17 -07:00  
				
					
						
							
							
								 
						
							
								d26122a32b 
								
							 
						 
						
							
							
								
								Merge pull request  #3668  from nikhita/remove-cri-o  
							
							... 
							
							
							
							sig-node: remove the cri-o subproject 
							
						 
						
							2019-05-02 19:38:18 -07:00  
				
					
						
							
							
								 
						
							
								1fa0f02328 
								
							 
						 
						
							
							
								
								sig-node: remove the cri-o subproject  
							
							... 
							
							
							
							cri-o has migrated to its own github org: https://github.com/kubernetes/org/issues/675  
							
						 
						
							2019-05-03 07:42:53 +05:30  
				
					
						
							
							
								 
						
							
								304c89c6c1 
								
							 
						 
						
							
							
								
								Merge pull request  #3667  from raelga/add-discuss-spanish-regional-category-moderators  
							
							... 
							
							
							
							Add Discuss Spanish Regional Category moderators 
							
						 
						
							2019-05-02 19:00:20 -07:00  
				
					
						
							
							
								 
						
							
								b235e24824 
								
							 
						 
						
							
							
								
								Add Discuss Spanish Regional Category moderators  
							
							
							
						 
						
							2019-05-03 01:51:18 +02:00  
				
					
						
							
							
								 
						
							
								8ef1fcddee 
								
							 
						 
						
							
							
								
								Merge pull request  #3666  from erikerlandson/update-ug-big-data  
							
							... 
							
							
							
							Sync google group name and slack for Big Data User Group transition 
							
						 
						
							2019-05-02 13:12:21 -07:00  
				
					
						
							
							
								 
						
							
								6f28f0c1f9 
								
							 
						 
						
							
							
								
								Sync google group name and slack for Big Data User Group transition  
							
							
							
						 
						
							2019-05-02 13:05:58 -07:00  
				
					
						
							
							
								 
						
							
								4bda78d391 
								
							 
						 
						
							
							
								
								Add emeritus to owners guidelines  
							
							
							
						 
						
							2019-05-02 07:26:16 -04:00  
				
					
						
							
							
								 
						
							
								f8cf9fa4b4 
								
							 
						 
						
							
							
								
								Merge pull request  #3610  from frapposelli/master  
							
							... 
							
							
							
							Update sig-cloud-provider charter to support orphaned subprojects 
							
						 
						
							2019-05-01 13:32:24 -07:00  
				
					
						
							
							
								 
						
							
								065ae397ce 
								
							 
						 
						
							
							
								
								Merge pull request  #3631  from ddebroy/inline1  
							
							... 
							
							
							
							Enhancements for inline volume migration 
							
						 
						
							2019-04-30 18:20:57 -07:00  
				
					
						
							
							
								 
						
							
								488a921b57 
								
							 
						 
						
							
							
								
								Merge pull request  #3657  from tstromberg/minikube-oh2  
							
							... 
							
							
							
							New channel: #minikube-dev 
							
						 
						
							2019-04-30 04:51:38 -07:00  
				
					
						
							
							
								 
						
							
								5e31600c3d 
								
							 
						 
						
							
							
								
								Add minikube-dev channel  
							
							
							
						 
						
							2019-04-29 20:10:22 -07:00  
				
					
						
							
							
								 
						
							
								e88a515dc7 
								
							 
						 
						
							
							
								
								Merge pull request  #3656  from mrbobbytables/slack-channel-length  
							
							... 
							
							
							
							Add Slack channel name length restriction. 
							
						 
						
							2019-04-29 17:01:35 -07:00  
				
					
						
							
							
								 
						
							
								f5fb9b7ed0 
								
							 
						 
						
							
							
								
								Add Slack channel name length restriction.  
							
							
							
						 
						
							2019-04-29 19:36:34 -04:00  
				
					
						
							
							
								 
						
							
								bd9008a322 
								
							 
						 
						
							
							
								
								Merge pull request  #3596  from alejandrox1/non-code-contribs  
							
							... 
							
							
							
							Added info to non-code-contributing guide 
							
						 
						
							2019-04-29 15:03:38 -07:00  
				
					
						
							
							
								 
						
							
								3cfb221809 
								
							 
						 
						
							
							
								
								Fix Typos  
							
							... 
							
							
							
							Signed-off-by: Deep Debroy <ddebroy@docker.com> 
							
						 
						
							2019-04-29 11:21:05 -07:00  
				
					
						
							
							
								 
						
							
								cf0b2483f9 
								
							 
						 
						
							
							
								
								Specify InlineVolumeSpec field in VolumeAttachmentSource for in-line handling  
							
							... 
							
							
							
							Signed-off-by: Deep Debroy <ddebroy@docker.com> 
							
						 
						
							2019-04-29 11:19:32 -07:00  
				
					
						
							
							
								 
						
							
								ddde7da237 
								
							 
						 
						
							
							
								
								Merge pull request  #3653  from zegl/patch-1  
							
							... 
							
							
							
							Add #kube-score Slack channel 
							
						 
						
							2019-04-29 04:48:20 -07:00  
				
					
						
							
							
								 
						
							
								e63fee8375 
								
							 
						 
						
							
							
								
								Add #kube-score Slack channel  
							
							... 
							
							
							
							This channel will be used for the kube-score project
https://github.com/zegl/kube-score  
							
						 
						
							2019-04-28 18:03:44 +02:00  
				
					
						
							
							
								 
						
							
								7ced38aede 
								
							 
						 
						
							
							
								
								Merge pull request  #3648  from castrojo/cncf-servicedesk  
							
							... 
							
							
							
							Add an OWNERs file for people responsible for representing k8s in the 
							
						 
						
							2019-04-26 12:40:04 -07:00  
				
					
						
							
							
								 
						
							
								895649a717 
								
							 
						 
						
							
							
								
								Merge pull request  #3640  from zacharysarah/update-docs-subprojects  
							
							... 
							
							
							
							Add K8s blog teams and update charter 
							
						 
						
							2019-04-26 09:46:30 -07:00  
				
					
						
							
							
								 
						
							
								b999816cb9 
								
							 
						 
						
							
							
								
								Merge pull request  #3651  from castrojo/security-addition  
							
							... 
							
							
							
							Add a link to the product security team pages 
							
						 
						
							2019-04-26 06:58:29 -07:00  
				
					
						
							
							
								 
						
							
								9e6cbb5ae6 
								
							 
						 
						
							
							
								
								Add a link to the product security team pages  
							
							... 
							
							
							
							Signed-off-by: Jorge O. Castro <jorgec@vmware.com> 
							
						 
						
							2019-04-26 09:51:06 -04:00  
				
					
						
							
							
								 
						
							
								368580e43f 
								
							 
						 
						
							
							
								
								Merge pull request  #3649  from liggitt/finalize-namespace  
							
							... 
							
							
							
							Fix typo in namespace finalize verb 
							
						 
						
							2019-04-25 14:28:31 -07:00  
				
					
						
							
							
								 
						
							
								41ba756c9f 
								
							 
						 
						
							
							
								
								Fix typo in namespace finalize verb  
							
							
							
						 
						
							2019-04-25 17:23:54 -04:00