Michael Crosby 
							
						 
					 
					
						
						
							
						
						4f2b443a27 
					 
					
						
						
							
							Rewrite imports for new github org  
						
						... 
						
						
						
						This rewrites the Go imports after switching to the new github org.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2017-04-03 14:05:44 -07:00 
						 
				 
			
				
					
						
							
							
								Stephen J Day 
							
						 
					 
					
						
						
							
						
						935144fadd 
					 
					
						
						
							
							version: finish version setup  
						
						... 
						
						
						
						This setup will now correctly set the version number from the git tag.
When using `--version`, we will see the binary name, the package it was
built from and a git hash based on the tag:
```console
$./bin/dist -v
./bin/dist github.com/docker/containerd 0b45d91.m
```
Note that in the above example, if we set a tag of `v1.0.0-dev`, that
will show up in the version number, as follows:
```console
$./bin/dist -v
./bin/dist github.com/docker/containerd v1.0.0-dev
```
Once commits are made past that tag, the version number will be
expressed relative to that tag and include a git hash:
```console
$./bin/dist -v
./bin/dist github.com/docker/containerd v1.0.0-dev-1-g7953e96.m
```
Some these examples include a `.m` postfix. This indicates that the
binary was build from a source tree with local modifications.
We can add a dev tag to start getting 1.0 version numbers for test
builds.
Signed-off-by: Stephen J Day <stephen.day@docker.com > 
						
						
					 
					
						2017-02-22 13:16:06 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						503b068f59 
					 
					
						
						
							
							Change base package to containerd from containerkit  
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2016-11-29 16:08:30 -08:00 
						 
				 
			
				
					
						
							
							
								Stephen J Day 
							
						 
					 
					
						
						
							
						
						49ce56467e 
					 
					
						
						
							
							containerkit: change package name of root package  
						
						... 
						
						
						
						Signed-off-by: Stephen J Day <stephen.day@docker.com > 
						
						
					 
					
						2016-09-26 18:16:00 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						37260f75db 
					 
					
						
						
							
							Refactor containerd main  
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2016-09-20 10:29:42 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						973f21fcad 
					 
					
						
						
							
							Update version to 0.2.3  
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2016-08-10 08:59:47 -07:00 
						 
				 
			
				
					
						
							
							
								Kenfe-Mickaël Laventure 
							
						 
					 
					
						
						
							
						
						5624732128 
					 
					
						
						
							
							Add golint to test ( #255 )  
						
						... 
						
						
						
						* Add a new lint rule to the Makefile
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com >
* Fix linter errors
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com >
* Allow replacing the default apt mirror
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com > 
						
						
					 
					
						2016-06-03 15:00:49 -07:00 
						 
				 
			
				
					
						
							
							
								Kenfe-Mickael Laventure 
							
						 
					 
					
						
						
							
						
						ba465c17a7 
					 
					
						
						
							
							Add new GetServerVersion rpc method  
						
						... 
						
						
						
						Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com > 
						
						
					 
					
						2016-05-09 11:38:28 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						399eca2b90 
					 
					
						
						
							
							Bump to version 0.2.0  
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2016-04-14 14:28:13 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						7e3c007ea3 
					 
					
						
						
							
							Update readme and version to 0.1.0  
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2016-03-21 13:01:28 -07:00 
						 
				 
			
				
					
						
							
							
								Kenfe-Mickael Laventure 
							
						 
					 
					
						
						
							
						
						febace3633 
					 
					
						
						
							
							Add the git commit to the output version  
						
						... 
						
						
						
						Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com > 
						
						
					 
					
						2016-03-18 15:29:22 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						835f3b6a97 
					 
					
						
						
							
							Update shim for exec  
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2016-02-02 16:00:22 -08:00 
						 
				 
			
				
					
						
							
							
								Alexander Morozov 
							
						 
					 
					
						
						
							
						
						e55ebadb09 
					 
					
						
						
							
							Revert "Use protoversion for containerd version"  
						
						... 
						
						
						
						This reverts commit d2e319523dlk4d4@docker.com > 
						
						
					 
					
						2016-01-05 13:07:47 -08:00 
						 
				 
			
				
					
						
							
							
								Peter Edge 
							
						 
					 
					
						
						
							
						
						d2e319523d 
					 
					
						
						
							
							Use protoversion for containerd version  
						
						... 
						
						
						
						Signed-off-by: Peter Edge <peter.edge@gmail.com > 
						
						
					 
					
						2015-12-18 13:06:04 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						ab9be566cf 
					 
					
						
						
							
							Bump version to 0.0.4  
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2015-12-15 17:03:11 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						585be1254f 
					 
					
						
						
							
							Update to 0.0.3  
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2015-12-09 16:38:45 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						72ee22ad60 
					 
					
						
						
							
							Bump to alpha v0.0.2  
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2015-12-04 14:17:26 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						847e5bc7ee 
					 
					
						
						
							
							Add basic frame and ctr command line client  
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2015-12-02 14:41:49 -08:00