Changelog

2.18.3 (2022-12-07)

Bugfixes

  • Fixed a bug where architecture “all” packages were missing when syncing Debian 11 style repositories. #612
  • Fixed a bug where packages were only showing up in one Packages index file if they belonged to two or more releases. #674

2.18.2 (2022-10-18)

Bugfixes

  • Added a better error message when users try to create a repository version containing duplicate APT distributions. #603

2.18.1 (2022-08-16)

Bugfixes

  • Fixed handling of download URLs containing special characters in the path part. #571
  • Fixed several serializer bugs preventing the manual creation of structure content of type ReleaseArchitecture, ReleaseComponent, and PackageReleaseComponent. #575
  • Added handling for the special case when publishing an upstream repo containing a distribution named “default” using both simple and structured publish modes. #601

2.18.0 (2022-04-21)

Features

  • Added experimental advanced copy API with support for structured copying. #396

Bugfixes

  • Made the sync workflow robust with respect to upstream package indices containing packages with a wrong architecture. #422
  • Changed the release file publication behaviour of the APT publisher to prevent a design clash with apt-secure. You may set PUBLISH_RELEASE_FILE_LABEL and PUBLISH_RELEASE_FILE_VERSION to True to revert to the old behaviour. #443

Misc

  • Reworked the sync handling for upstream repos using No-Support-for-Architecture-all: Packages format. This was needed to avoid clashes with the new arch filtering introduced in #422. #456

2.17.0 (2022-01-11)

Features

  • Users can now use the FORCE_IGNORE_MISSING_PACKAGE_INDICES setting to define the corresponding behaviour for all remotes. #9555

Bugfixes

  • Fixed mirrored metadata handling when creating a new repository version. #8756
  • Fixed a bug causing package validation to fail, when the package paragraph contains keys without values. #8770
  • Fixed a bug causing publications to reference any AptReleaseSigningService via a full URL instead of just a pulp_href. #9563

2.16.1 (2022-01-13)

Bugfixes

  • Fixed a bug causing package validation to fail, when the package paragraph contains keys without values. (backported from #8770) #432
  • Fixed a bug causing publications to reference any AptReleaseSigningService via a full URL instead of just a pulp_href. (backported from #9563) #433

2.16.0 (2021-10-28)

Bugfixes

  • Flat repo syncs were made more robust with respect to minimal release files. #7673
  • Fixed a bug causing syncs to fail if upstream repos have more than 256 characters worth of distributions, components, or architectures. #9277
  • Added fix to delete package fields with values of an incorrect type. #9333

Misc

  • Amended dispatch arguments deprecated by pulpcore in anticipation of removal. #9349

2.15.1 (2021-10-27)

Misc

  • Amended dispatch arguments deprecated by pulpcore in anticipation of removal. (backported from #9349) #9505

2.15.0 (2021-08-26)

Features

  • Add custom_fields to hold non-standard PackageIndex fields #8232

Bugfixes

  • The plugins async pipeline was made Django 3 compatible in anticipation of pulpcore 3.15. #9299

Improved Documentation

  • Reworked the plugin installation docs to be helpful to new users. #9186

Misc

  • Added touch statements to prevent false positives during orphan cleanup. #9162
  • Replaced deprecated JSONField model from contrib with the one available with Django 3. #9300

2.14.1 (2021-07-29)

Compatible with: pulpcore>=3.14,<3.16

Misc

  • Re-enabled Python 3.6 and 3.7 for the all 2.14.* releases. #9164
  • Added touch statements to prevent false positives during orphan cleanup. (backported from #9162) #9175

2.14.0 (2021-07-22)

Warning

This version was released in a broken state and has been yanked from pypi. The issues are addressed in the 2.14.1 release.

Bugfixes

  • Add missing “Size” field in publications #8506
  • Fixed a bug where arch=all package indices were not being synced when filtering by architecture. #8910

Removals

  • Dropped support for Python 3.6 and 3.7. pulp_deb now supports Python 3.8+. #9036

Misc

  • If remotes specify components or architectures that do not exist in the synchronized Release file, a warning is now logged. #6948

2.13.1 (2021-08-02)

Compatible with: pulpcore>=3.12,<3.15

Bugfixes

  • Add missing “Size” field in publications (backported from #8506) #9167

2.13.0 (2021-05-27)

Compatible with: pulpcore>=3.12,<3.15

Bugfixes

  • Completely disabled translation file synchronization to prevent sync failures. #8671
  • Fixed a bug where components from the remote were being ignored when specified as the plain component. #8828

2.12.1 (2021-05-25)

Compatible with: pulpcore>=3.12,<3.14

Bugfixes


2.12.0 (2021-05-10)

Compatible with: pulpcore>=3.12,<3.14

Features

  • APT repositories may now reference an APT remote, that will automatically be used for syncs. #8520

Bugfixes

  • Fixed the relative paths for translation files, which were causing sync failures and missing translation files. #8410

Misc

  • Migrated to new Distribution model for pulpcore 3.13 compatibility. #8682

2.11.2 (2021-05-25)

Compatible with: pulpcore>=3.10,<3.13

Bugfixes


2.11.1 (2021-04-14)

Compatible with: pulpcore>=3.10,<3.13

Bugfixes


2.11.0 (2021-03-30)

Compatible with: pulpcore>=3.10,<3.13

No significant changes.


2.10.2 (2021-05-25)

Compatible with: pulpcore>=3.10,<3.12

Bugfixes


2.10.1 (2021-04-14)

Compatible with: pulpcore>=3.10,<3.12

Bugfixes


2.10.0 (2021-03-17)

Compatible with: pulpcore>=3.10,<3.12

Bugfixes

  • Ensured the plugin respects the ALLOWED_CONTENT_CHECKSUMS setting. #8388

Improved Documentation

Removals

  • Update AptReleaseSigningService validation to respect new base class requirements. #8307

2.9.3 (2021-11-16)

Misc

  • Added an upper bound of <0.1.42 to the python-debian dependency to prevent breakage against python <3.7.

2.9.2 (2021-05-25)

Compatible with: pulpcore>=3.7,<3.11

Bugfixes


2.9.1 (2021-04-14)

Compatible with: pulpcore>=3.7,<3.11

Bugfixes


2.9.0 (2021-01-14)

Compatible with: pulpcore>=3.7,<3.11


2.8.0 (2020-11-23)

Compatible with: pulpcore>=3.7,<3.10

Features

  • Added an ignore_missing_package_indices flag to remotes which users may set to allow the synchronization of repositories with missing declared package indices. #7467
  • Added the capability to synchronize repositories using “flat repository format”. #7502
  • Added ability to handle upstream repositories without a “Codename” field. #7886

2.7.0 (2020-09-29)

Compatible with: pulpcore>=3.7,<3.9


2.6.1 (2020-09-03)

Misc

  • Dropped the beta status of the plugin. The plugin is now GA! #6999

2.6.0b1 (2020-09-01)

Features

  • Added handling of packages with the same name, version, and architecture, when saving a new repository version. #6429
  • Both simple and structured publish now use separate Architecture: all package indecies only. #6991

Bugfixes

  • Optional version strings are now stripped from the sourcename before using it for package file paths. #7153
  • Fixed several field names in the to deb822 translation dict. #7190
  • Section and Priority are no longer required for package indecies. #7236
  • Fixed content creation for fields containing more than 255 characters by using TextField instead of CharField for all package model fields. #7257
  • Fixed a bug where component path prefixes were added to package index paths twice instead of once when using structured publish. #7295

Improved Documentation

  • Added a note on per repository package uniqueness constraints to the feature overview documentation. #6429
  • Fixed several URLs pointing at various API documentation. #6506
  • Reworked the workflow documentation and added flow charts. #7148
  • Completely refactored the documentation source files. #7211
  • Added a high level “feature overview” documentation. #7318
  • Added meaningful endpoint descriptions to the REST API documentation. #7355

Misc

  • Added tests for repos with distribution paths that are not equal to the codename. #6051
  • Added a long_description to the python package. #6882
  • Added test to publish repository with package index files but no packages. #7344

2.5.0b1 (2020-07-15)

Features

  • Added additional metadata fields to published Release files. #6907

Bugfixes

  • Fixed a bug where some nullable fields for remotes could not be set to null via the API. #6908
  • Fixed a bug where APT client was installing same patches again and again. #6982

Misc

  • Renamed some internal models to Apt.. to keep API consistent with other plugins. #6897

2.4.0b1 (2020-06-17)

Features

  • The “Date” field is now added to Release files during publish. #6869

Bugfixes

  • Fixed structured publishing of architecture ‘all’ type packages. #6787
  • Fixed a bug where published Release files were using paths relative to the repo root, instead of relative to the release file. #6876

2.3.0b1 (2020-04-29)

Features

  • Added Release file signing using signing services. #6171

Bugfixes

  • Fixed synchronization of Release files without a Suite field. #6050
  • Fixed publication creation with packages referenced from multiple package inecies. #6383

Improved Documentation

  • Documented bindings installation for the dev environment. #6396

Misc

  • Added tests for invalid Debian repositories (bad signature, missing package indecies). #6052
  • Made tests use the bindings config from pulp-smash. #6393

2.2.0b1 (2020-03-03)

Features

  • Structured publishing (with releases and components) has been implemented. #6029
  • Verification of upstream signed metadata has been implemented. #6170

2.0.0b3 (2019-11-14)

Features

  • Change relative_path from CharField to TextField #4544
  • Add more validation for uploading packages and installer packages. #5377

Deprecations and Removals

  • Change _id, _created, _last_updated, _href to pulp_id, pulp_created, pulp_last_updated, pulp_href #5457

  • Remove “_” from _versions_href, _latest_version_href #5548

  • Removing base field: _type . #5550

  • Sync is no longer available at the {remote_href}/sync/ repository={repo_href} endpoint. Instead, use POST {repo_href}/sync/ remote={remote_href}.

    Creating / listing / editing / deleting deb repositories is now performed on /pulp/api/v3/repositories/deb/apt/ instead of /pulp/api/v3/repositories/. #5698

Bugfixes

  • Fix fields filter. #5543

Misc

  • Depend on pulpcore, directly, instead of pulpcore-plugin. #5580

2.0.0b2 (2019-10-02)

Features

  • Rework Package and InstallerPackage serializers to allow creation from artifact or uploaded file with specifying any metadata. #5379
  • Change generic content serializer to create content units by either specifying an artifact or uploading a file. #5403, #5487

Deprecations and Removals

  • Remove one shot uploader in favor of the combined create endpoint. #5403

Bugfixes

  • Change content serializers to use relative_path instead of _relative_path. #5376

Improved Documentation

  • Change the prefix of Pulp services from pulp-* to pulpcore-* #4554
  • Reflect artifact and upload functionality in the content create endpoint documentation. #5371

Misc

  • PublishedMetadata is now a type of Content. #5304
  • Replace ProgressBar with ProgressReport. #5477

2.0.0b1 (2019-09-06)

Features

  • Add oneshot upload functionality for deb type packages. #5391

Bugfixes

  • Add relative_path to package units natural key to fix uniqueness constraints. #5377
  • Fix publishing of lazy content and add download_policy tests. #5405

Improved Documentation

  • Reference the fact you must have both _relative_path and relative_path. #5376
  • Fix various documentation issues from API changes, plus other misc fixes. #5380

Misc

  • Adopting related names on models. #4681
  • Generate and commit initial migrations. #5401