Changelog for
python3-kiwi_stackbuild_plugin-1.0.7-150600.1.1.CS.noarch.rpm :
* Thu Mar 17 2022 Marcus Schäfer
- Bump version: 1.0.6 → 1.0.7
* Thu Mar 17 2022 Marcus Schäfer - Fixed how file presence is checked Use os.path.isfile for checking the presence of the file instead of os.path.exists. This also simplifies the unit tests not overlap with other code from the kiwi API
* Thu Mar 17 2022 Marcus Schäfer - Bump version: 1.0.5 → 1.0.6
* Thu Mar 17 2022 Marcus Schäfer - Update unit tests Update unit tests according to changes on the kiwi side
* Thu Mar 17 2022 Marcus Schäfer - Support nose and xunit style tests The modifications in this commit allows the unit tests to run on both, pytest 6.x (nose test layout) and the new pytest 7.x (xunit test layout).
* Thu Mar 17 2022 Marcus Schäfer - Fixed package build for debbuild debbuild has changed and translate source tarball names containing an \'_\' into a \'-\'
* Thu Aug 05 2021 Marcus Schäfer - Bump version: 1.0.4 → 1.0.5
* Thu Aug 05 2021 Marcus Schäfer - Allow to prepare multiple stashes
* Wed Aug 04 2021 Marcus Schäfer - Bump version: 1.0.3 → 1.0.4
* Wed Aug 04 2021 Marcus Schäfer - Move stash home to /var/tmp/kiwi-stash This is the better path as the stash container is locally only kept to add more layers to it. The location in /var/tmp indicates it could also be deleted which is true since every stash gets registered to the local podman registry. In addition the location change allows the --list command to operate without root permissions
* Fri Jul 30 2021 Marcus Schäfer - Bump version: 1.0.2 → 1.0.3
* Fri Jul 30 2021 Marcus Schäfer - Check container naming constraints The plugin uses the image name as container name. However, there are some restrictions on container names which does not apply to KIWI image names. Thus we have to check if the name in the image description can be used as container name and if not come up with an error message and point to the new --container-name option to provide an alternative name
* Thu Jul 29 2021 Marcus Schäfer - Bump version: 1.0.1 → 1.0.2
* Thu Jul 29 2021 Marcus Schäfer - Move the registry import to the stash command
* Wed Jul 28 2021 Marcus Schäfer - Bump version: 1.0.0 → 1.0.1
* Wed Jul 28 2021 Marcus Schäfer - Fixup description Also make sure description appears on pypi
* Wed Jul 28 2021 Marcus Schäfer - Bump version: 0.0.1 → 1.0.0
* Wed Jul 28 2021 Marcus Schäfer - Set test coverage limit to 100%
* Wed Jul 28 2021 Marcus Schäfer - Fixed Makefile Invalid man page reference
* Wed Jul 28 2021 Marcus Schäfer - Added stash list command
* Tue Jul 27 2021 Marcus Schäfer - Use stash image name as stash tag name
* Tue Jul 27 2021 Marcus Schäfer - Fixed stash config setup Missing set_config() on OCI object
* Mon Jul 26 2021 Marcus Schäfer - Added stackbuild command Allow to build/rebuild image based on a container stash
* Wed Jun 16 2021 Marcus Schäfer - Added system stash command The system stash command allows to create a container image from a given root tree. The result can be considered a cache file for the stackbuild command.
* Tue Jun 15 2021 Marcus Schäfer - Move code into new namespace We agreed on kiwi_stackbuild_plugin. In addition all bits and pieces like license, packaging, test setup requirements file and more are covered by this commit
* Mon Jun 14 2021 David Cassany - Some little cleanups Signed-off-by: David Cassany