Skip to content

Latest commit

 

History

History
141 lines (70 loc) · 2.95 KB

CHANGES.md

File metadata and controls

141 lines (70 loc) · 2.95 KB

Changelog

0.0.7 (2024-02-19)

No significant changes.

Pulp GLUE deb

No significant changes.


0.0.6 (2024-02-19)

Features

  • Modernized the build process with setuptools to use pyproject.toml instead of setup.py.

Pulp GLUE deb

Features

  • The pulp-glue-deb library layer is now available as a separate package. #65

0.0.5 (2023-09-05)

=====================

Features

  • Added new content command for showing deb content and uploading debian packages. #23

Bugfixes

  • Added --no-structured flag to the publication create command, so the new default value of "structured" can be overridden for pulp_deb>=3.0.0. #66

0.0.4 (2023-03-09)

=====================

Misc

  • Adopted PREFIX_ID pattern introduced in pulp-cli 0.14. #27

0.0.3 (2023-01-03)

=====================

Features

  • 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 of True. #36

Improved Documentation

  • Added a help text for the --mirror/--no-mirror sync option. #30

Deprecations and Removals

  • Bumped pulp-cli dependency to >=0.13.0. #10

Translations

  • Added rudimentary German translations files. #10

Misc


0.0.2 (2022-01-03)

Features

  • 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

Bugfixes

  • 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

0.0.1 (2021-08-25)

Initial release.