- Bump dependency on pulp-cli up to version 0.29.*. #138
- Bump dependency on pulp-glue up to version 0.29.*. #138
- Bump dependency on pulp-cli up to version 0.27.*. #127
- Bump dependency on pulp-glue up to version 0.27.*. #127
- Added
gpgkey
option to the remote command. #108 - Installation with Pulp CLI 0.25 is now supported. #114
- Added the create command for content of type release_component. #118
- Pulp CLI deb now requires at least Pulp CLI >=0.23.2 to run. #114
- Dropped support for python < 3.8.
- Dropped support for python < 3.8.
No significant changes.
No significant changes.
- Modernized the build process with setuptools to use
pyproject.toml
instead ofsetup.py
.
- The pulp-glue-deb library layer is now available as a separate package. #65
- Added new
content
command for showing deb content and uploading debian packages. #23
- Added
--no-structured
flag to thepublication create
command, so the new default value of "structured" can be overridden forpulp_deb>=3.0.0
. #66
- Adopted PREFIX_ID pattern introduced in pulp-cli 0.14. #27
- Added support for the new --optimize/--no-optimize sync option. #31
- Use flags for
--simple
and--structured
on publication create instead of having users specify a value ofTrue
. #36
- Added a help text for the --mirror/--no-mirror sync option. #30
- Bumped pulp-cli dependency to >=0.13.0. #10
- Added rudimentary German translations files. #10
- Added publication and distribution commands. #3
- Added --component and --architecture flags to the remote command. #4
- Added the --mirror and --no-mirror flags to the sync command. #12
- Reworked the
--distribution
flag for the remote command. It is no longer required when updating a remote, and can now be specified multiple times (instead of a single--distributions
flag). #14
Initial release.