Release 2.5
This commit is contained in:
		
							
								
								
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -1,3 +1,17 @@ | |||||||
|  | 2.5 | ||||||
|  | - kas: Apply patches before doing an environment setup | ||||||
|  | - kas: repos: strip dot from layer name | ||||||
|  | - kas: Introduce KAS_BUILD_DIR environment variable | ||||||
|  | - kas: add GIT_CREDENTIAL_HELPER environment variable | ||||||
|  | - kas-container: add `--git-credential-store` options | ||||||
|  | - kas-container: mount /repo as read-write for shell command | ||||||
|  | - kas-container: add an argument to get version information | ||||||
|  | - kas-container: Add support for checkout and for-all-repos | ||||||
|  | - kas-container: add support to set a custom container images location | ||||||
|  | - kas-container: Fix mounting of custom KAS_REPO_REF_DIR | ||||||
|  | - kas-container: Add skopeo and umoci to ISAR image | ||||||
|  | - kas-container: add sudo to standard kas image | ||||||
|  |  | ||||||
| 2.4 | 2.4 | ||||||
| - kas: Silence "Exception ignored when trying to write to the signal wakeup fd" | - kas: Silence "Exception ignored when trying to write to the signal wakeup fd" | ||||||
| - kas: drop bitbakes "-k" from the default args | - kas: drop bitbakes "-k" from the default args | ||||||
|   | |||||||
| @@ -83,7 +83,7 @@ enable_isar_mode() { | |||||||
| 	fi | 	fi | ||||||
| } | } | ||||||
|  |  | ||||||
| KAS_IMAGE_VERSION_DEFAULT="2.4" | KAS_IMAGE_VERSION_DEFAULT="2.5" | ||||||
| KAS_CONTAINER_IMAGE_PATH_DEFAULT="ghcr.io/siemens/kas" | KAS_CONTAINER_IMAGE_PATH_DEFAULT="ghcr.io/siemens/kas" | ||||||
| KAS_CONTAINER_IMAGE_NAME_DEFAULT="kas" | KAS_CONTAINER_IMAGE_NAME_DEFAULT="kas" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -25,7 +25,7 @@ | |||||||
| __license__ = 'MIT' | __license__ = 'MIT' | ||||||
| __copyright__ = 'Copyright (c) Siemens AG, 2017-2020' | __copyright__ = 'Copyright (c) Siemens AG, 2017-2020' | ||||||
|  |  | ||||||
| __version__ = '2.4' | __version__ = '2.5' | ||||||
|  |  | ||||||
| # Please update docs/format-changelog.rst when changing the file version. | # Please update docs/format-changelog.rst when changing the file version. | ||||||
| __file_version__ = 10 | __file_version__ = 10 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user