Changelog for
python3-kiwi_stackbuild_plugin-1.0.10-150500.3.1.noarch.rpm :
* Tue May 14 2024 marcus.schaeferAATTgmail.com- Bump version: 1.0.9 → 1.0.10
* Tue May 14 2024 marcus.schaeferAATTgmail.com- Fix workflow action for release cut and paste bug pointing to the wrong project
* Tue May 14 2024 marcus.schaeferAATTgmail.com- Bump version: 1.0.8 → 1.0.9
* Tue May 14 2024 marcus.schaeferAATTgmail.com- Fix github workflows
* Tue May 14 2024 marcus.schaeferAATTgmail.com- Bump version: 1.0.7 → 1.0.8
* Tue May 14 2024 marcus.schaeferAATTgmail.com- Fix tox setup and tests
* Mon May 13 2024 marcus.schaeferAATTgmail.com- Update documentation Move master branch to main
* Thu Mar 17 2022 marcus.schaeferAATTgmail.com- Bump version: 1.0.6 → 1.0.7
* Thu Mar 17 2022 marcus.schaeferAATTgmail.com- 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.schaeferAATTgmail.com- Bump version: 1.0.5 → 1.0.6
* Thu Mar 17 2022 marcus.schaeferAATTgmail.com- Update unit tests Update unit tests according to changes on the kiwi side
* Thu Mar 17 2022 marcus.schaeferAATTgmail.com- 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.schaeferAATTgmail.com- Fixed package build for debbuild debbuild has changed and translate source tarball names containing an \'_\' into a \'-\'
* Thu Aug 05 2021 msAATTsuse.de- Bump version: 1.0.4 → 1.0.5
* Thu Aug 05 2021 msAATTsuse.de- Allow to prepare multiple stashes
* Wed Aug 04 2021 msAATTsuse.de- Bump version: 1.0.3 → 1.0.4
* Wed Aug 04 2021 msAATTsuse.de- 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 msAATTsuse.de- Bump version: 1.0.2 → 1.0.3
* Fri Jul 30 2021 msAATTsuse.de- 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 msAATTsuse.de- Bump version: 1.0.1 → 1.0.2
* Thu Jul 29 2021 msAATTsuse.de- Move the registry import to the stash command
* Wed Jul 28 2021 msAATTsuse.de- Bump version: 1.0.0 → 1.0.1
* Wed Jul 28 2021 msAATTsuse.de- Fixup description Also make sure description appears on pypi
* Wed Jul 28 2021 msAATTsuse.de- Bump version: 0.0.1 → 1.0.0
* Wed Jul 28 2021 msAATTsuse.de- Set test coverage limit to 100%
* Wed Jul 28 2021 msAATTsuse.de- Fixed Makefile Invalid man page reference
* Wed Jul 28 2021 msAATTsuse.de- Added stash list command
* Tue Jul 27 2021 msAATTsuse.de- Use stash image name as stash tag name
* Tue Jul 27 2021 msAATTsuse.de- Fixed stash config setup Missing set_config() on OCI object
* Mon Jul 26 2021 msAATTsuse.de- Added stackbuild command Allow to build/rebuild image based on a container stash
* Wed Jun 16 2021 msAATTsuse.de- 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 msAATTsuse.de- 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 davidAATTlocalhost.localdomain- Some little cleanups Signed-off-by: David Cassany