Release 0.10.0
Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
This commit is contained in:
		
							
								
								
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@@ -1,2 +1,16 @@
 | 
				
			|||||||
 | 
					0.10.0
 | 
				
			||||||
 | 
					- Docker image creation (Debian Stretch), pushed on kasproject/kas
 | 
				
			||||||
 | 
					- Restructure documentation add support for Sphinx export it to readthedocs
 | 
				
			||||||
 | 
					- Add support for include feature for Yaml files
 | 
				
			||||||
 | 
					- Add support for Isar build system
 | 
				
			||||||
 | 
					- Handling of SIGTERM/TERM improved
 | 
				
			||||||
 | 
					- Parallel download of git sources
 | 
				
			||||||
 | 
					- Allow environment to overwrite proxy, target, machine and distro
 | 
				
			||||||
 | 
					- Add unit testing for include/merge config file handling
 | 
				
			||||||
 | 
					- Rename sublayers back to layers
 | 
				
			||||||
 | 
					- pylint & pep8 cleanups
 | 
				
			||||||
 | 
					- Allow to define workdir via KAS_WORK_DIR
 | 
				
			||||||
 | 
					- Shell honors SHELL and TERM environment variable
 | 
				
			||||||
 | 
					
 | 
				
			||||||
0.9.0
 | 
					0.9.0
 | 
				
			||||||
- initial public release
 | 
					- initial public release
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -25,5 +25,5 @@
 | 
				
			|||||||
__license__ = 'MIT'
 | 
					__license__ = 'MIT'
 | 
				
			||||||
__copyright__ = 'Copyright (c) Siemens AG, 2017'
 | 
					__copyright__ = 'Copyright (c) Siemens AG, 2017'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__version__ = '0.9.0'
 | 
					__version__ = '0.10.0'
 | 
				
			||||||
__compatible_version__ = '0.9'
 | 
					__compatible_version__ = '0.10'
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@@ -51,7 +51,7 @@ setup(
 | 
				
			|||||||
        #   3 - Alpha
 | 
					        #   3 - Alpha
 | 
				
			||||||
        #   4 - Beta
 | 
					        #   4 - Beta
 | 
				
			||||||
        #   5 - Production/Stable
 | 
					        #   5 - Production/Stable
 | 
				
			||||||
        'Development Status :: 3 - Alpha',
 | 
					        'Development Status :: 4 - Beta',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Indicate who your project is intended for
 | 
					        # Indicate who your project is intended for
 | 
				
			||||||
        'Intended Audience :: Developers',
 | 
					        'Intended Audience :: Developers',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user