- Bump version: 9.9.5 → 9.10.0

- Include default container name
  
  This commit includes a default container name for KIWI container
  images. This makes possible to create OCI and Docker containers
  without forcing the user to include a <contaierconfig> section in
  the description file.
  

  
- Refactor code which deals with Xen
  
  Provide two methods is_xen_guest and is_xen_server which
  are used instead of the former machine domain and firmware
  processing. Issue #429
  

  
- Apply schema v6.6 stylesheet to XML descriptions
  
  Updates all XML descriptions to latest schema version and
  also includes adaptions to the test XML descriptions for
  testing the new Xen guest and server setup
  

  
- Fixup shell test condition

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=45
This commit is contained in:
Marcus Schaefer 2017-07-20 13:36:42 +00:00 committed by Git OBS Bridge
parent 7a3086f990
commit 43771258c3
3 changed files with 72 additions and 4 deletions

View File

@ -1,6 +1,74 @@
-------------------------------------------------------------------
Thu Jul 20 14:34:23 CEST 2017 - ms@suse.de
- Bump version: 9.9.5 → 9.10.0
-------------------------------------------------------------------
Thu Jul 20 10:39:46 CEST 2017 - dcassany@suse.com
- Include default container name
This commit includes a default container name for KIWI container
images. This makes possible to create OCI and Docker containers
without forcing the user to include a <contaierconfig> section in
the description file.
-------------------------------------------------------------------
Thu Jul 20 10:27:00 CEST 2017 - ms@suse.de
- Refactor code which deals with Xen
Provide two methods is_xen_guest and is_xen_server which
are used instead of the former machine domain and firmware
processing. Issue #429
-------------------------------------------------------------------
Thu Jul 20 10:26:19 CEST 2017 - ms@suse.de
- Apply schema v6.6 stylesheet to XML descriptions
Updates all XML descriptions to latest schema version and
also includes adaptions to the test XML descriptions for
testing the new Xen guest and server setup
-------------------------------------------------------------------
Wed Jul 19 16:35:12 CEST 2017 - ms@suse.de
- Fixup shell test condition
Variables used in shell conditions should be quoted
-------------------------------------------------------------------
Wed Jul 19 16:33:07 CEST 2017 - ms@suse.de
- Update schema to version 6.6
* Deleted domain attribute from machine section
* Added xen_server attribute to specify a type to be a Xen dom0
* Added xen_loader attribute in machine section to specify the
target guest loader this image is expected to become loaded
with
-------------------------------------------------------------------
Wed Jul 19 14:37:02 CEST 2017 - ms@suse.de
- Added schema 6.5 to 6.6 conversion
Delete the Xen domain attribute from the machine section and
introduce a new xen_server attribute which is set to true
for any machine section with a Xen dom0 configuration
-------------------------------------------------------------------
Tue Jul 18 16:48:44 CEST 2017 - ms@suse.de
- Added Makefile target obs_test_status
Call make obs_test_status and get an overview about the current
integration test builds and their status
-------------------------------------------------------------------
Tue Jul 18 10:27:21 CEST 2017 - ms@suse.de
- Bump version: 9.9.4 → 9.9.5
-------------------------------------------------------------------

View File

@ -67,7 +67,7 @@
%endif
Name: python-kiwi
Version: 9.9.5
Version: 9.10.0
Release: 0
Provides: kiwi-schema = 6.5
Url: https://github.com/SUSE/kiwi

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc69f3bc29e0d2966c46b4b8b470302f6b3410f464780eb163c5b6dc2312682f
size 3536326
oid sha256:af137f6e27e32f9dc0aae97cada51d5386bacf10fcddc38c831395a202aa0ba5
size 3465521