Skip to content

Latest commit

 

History

History
109 lines (51 loc) · 2.14 KB

CHANGES.md

File metadata and controls

109 lines (51 loc) · 2.14 KB

Changelog

0.4.0 (2024-04-30) {: #0.4.0 }

Features {: #0.4.0-feature }

  • Bumped the main pulp-cli dependency to pulp-cli>=0.23.1,<0.26.

Pulp GLUE ostree {: #0.4.0-pulp-glue-ostree }

Features {: #0.4.0-pulp-glue-ostree-feature }

  • Bumped the pulp-glue dependency to support pulp-glue>=0.23.1,<0.26.

0.3.0 (2024-04-23) {: #0.3.0 }

No significant changes.

Pulp GLUE ostree {: #0.3.0-pulp-glue-ostree }

No significant changes.


0.2.0 (2023-11-16) {: #0.2.0 }

Misc {: #0.2.0-misc }


0.1.1 (2023-05-15) {: #0.1.1 }

No significant changes.


0.1.0 (2023-04-03) {: #0.1.0 }

Features

  • Ported pulp-cli-ostree to pulp-glue. #38

0.0.3 (2022-06-24) {: #0.0.3 }

Features

  • Added support for specifying a list of refs that should be filtered out from a remote repository. #16
  • Decoupled workflows for importing all refs and commits. To import everything from a tarball, one should use the import-all command. When importing commits assigned to a specific ref, it is recommended to use the import-commits command. #19

0.0.2 (2022-02-12) {: #0.0.2 }

Features

  • Added support for adding and removing config files across repositories. #14

0.0.1 (2022-01-12) {: #0.0.1 }

Features

  • Added the CLI for basic workflows (i.e., managing, syncing, importing repositories). #5