Releases: pulp-platform/bender
Releases · pulp-platform/bender
Release list
v0.27.3
Added
- Add
--checkoutflag topathcommand to force checkout if needed. - Add
--no-checkoutflag toupdatecommand to prevent checkout after update if not needed.
Changed
pathand local links: Skip checkout if package path already exists (can be overruled by--checkoutflag)update: Default to automatically perform checkout after update (can be overruled by--no-checkoutflag)
Fixed
- Improve ReadMe and Warning information for
vendorupstream linking. - Ensure
workspace.package_linkssymlinks are properly updated when executing theclonecommand.
v0.27.2
Added
- Add information on expected location for manifest file not found.
Fixed
- Use
IndexMapandIndexSetinstead of thestd Hash*equivalents to preserve ordering - Change GNU release to be built to a more compatible binary (manylinux container).
- Parse override dependencies in lowercase to align to change in 0.25.0
Changed
- Adjusted hash input for dependency checkout to ensure consistency within a project.
v0.27.1
v0.27.0
0.27.0 - 2023-01-16
Added
- Add
--no-default-targetflag toscriptcommand to remove default targets - Add
fusesoccommand to generate FuseSoC.corefiles. - Add rhel and almalinux releases
Changed
- Reworked
importcommand tovendor, refactor corresponding Manifest entry (vendor_packageinstead ofexternal_import) - Update
clapto v4, changes CLI - Use relative paths in Lockfile if path dependency is in a subdirectory
Fixed
- Streamline
importcommand for initializing a repository