2.12.0 release
Add support for environment groups
Release 2.11.1
Fixes #26018 - Log HTTP requests at debug level
3.11.0 release
Refs #25576 - allow passing "subdir" to PuppetInstallDistributor
The relevant pulp-puppet feature was added in 2.13 [1].It allows pulp-puppet to better clean up the distributor.
[1] https://pulp.plan.io/issues/2108
2.10.1 release
Fixes uninitialized constant Errata
2.10.0 release
Add modulemd applicability type
Provide singular form of unit for errata
Version Bump
Add modularity content types
Also includes tests and newly generated zoo5 fixtures repository which is module ready
Fixes #24105 - Add deb_importer options
for verifying repository signatures
refs #24051 - add docker tags whitelist
fixes #24370 - don't log binary upload contents
2.8.1 release
Avoid RestClient logger
The RestClient logger is not thread safe and can cause problems due toits use in threaded applications.
Bump version to 2.8.0
Fixes #22802 - Add 'skip' option to yum
Yum importer offers a "skip" option to skip certain unit types whilesyncing (like rpms, drpms etc )This commit is to make that available to katello and other projects
Bump version to 2.7.0
refs #22446 - use relative_url for iso repo path
2.6.0 release
Fixes #21844 - Add Docker Blob unit type
2.5.0 release
Fixes #21661 - Retrieve All for consumers
This commit adds a couple of methods to retrieve all consumers in onego.
2.4.0 release
refs #10478 - add option publish_default_release
refs #10478 - Add deb extensions
refs #10478 - add deb repository type
2.3.0 release
Srpm support
2.2.0 release
Fix rubocop
Fixes #21161 - Docker manifest list model bindings
Deprecate oauth
Runcible 2.1.0 release
Allow cancelling of task groups
2.0.1 version bump
handle to_hash on null responses
Support rest_client 2.0
Runcible was built around being able to take arest client response body, pull out relevant detailsand craft a new rest client response object with the boybeing the parsed json rather than the raw json. Rest Client2.0 makes this impossible by making the Response object extend...
Bump version to 1.11.0
Fixes #19055 - add new call for generate applicability
The previous applicability call would 'lock' on a single worker. This call doesnot pin to a single worker, so applicability regeneration can spread across allworkers.
Note that this does not change any functionality, it just exposes a new call...
1.10.0 release
fixes #18993 - Set depth for ostree distributor
Prior to this commit one could only set depth for ostree importer.This one enables one to set it for the distributor also.This will enable pulp to selectively publish what its synced fromupstream feed.
1.9.3 release
adding download repository support
Updated pulp docs urls
Version bump
Fixes #18076 - Can set OSTree repo depth
Enables one to set the importer depth value for the ostree repo.look at http://projects.theforeman.org/issues/18076 for more info.
1.9.1 release
Fixes #17404: Configure CA cert properly
bumping version to 1.9.0
Fixes #16466 - Add support for applicable rpms
Bump version to 1.8.0
Fixes #15617: Add ISO repository support (#179)
Fixes #15016 - Upgrade rubocop (#177)
1.7.2 version bump
1.7.1 version bump
Fixes #13700 - Updating to support rest-client 1.8.0
Bump version to 1.7.0
Fixes #14032 - Ostree branches now searchable in a Repo
Fixes #13681 - Remove unnecessary param in puppet_distributor
Bump version to 1.6.0
Merge pull request #167 from parthaa/tasker
Fixes #13284 - Enables Taskgroups for Applicablity
The regenerate applicable errata call for a repository can returneither a Task Group or a list of spawned tasks. This commit enablesthe use of that.This is an important change in pulp 2.8.Look athttps://github.com/pulp/pulp/blob/master/docs/dev-guide/integration/rest-api/consumer/applicability.rst#generate-content-applicability-for-updated-repositories...
Fixes #13543 - allow for repo group publishing
This commit adds the "publish" API for pulp repo group publishing, and allowsfor the export distributor on repo groups.
Additionally, it adds support for the 'relative_url' parameter on the exportdistributor config.
fixes #13512 - docker v2 - pulp 2.8 - add support for tag content unit
With the pulp 2.8 support for docker v2, the docker tag implementationhas been updated to be a content type, similar to manifest, rpm...etc.This commit adds that unit.
Fixes #13452 - Support download_policy for importer
Bump version to 1.5.0
fixes #13460 - docker v2 - disable v1 support & introduce docker_manifest unit type
This commit makes 2 changes:1. update the docker importer to support the 'enable_v1' flag2. introduce the docker_manifest unit which is being added with docker v2
Fixes #13187 - Adds certification authentication to runcible
Bump version to 1.4.1
Fixes #11927: Move common importer attributes to base class
Fixes #11030: Add Python support.
Fixes #11925 - Adding SSL attributes for Ostree
To connect with the CDN
fixes #11773 - allow false values for :include_repos
Fixes #11613 - Create ostree content unit model
Fixes #11027 - Remove copyright notices
Version bump to 1.4.0
Fixes #10866 - changes 404 exceptions from error to info
Version bump to 1.3.5
Fixes #10594: Don't try to parse "null" responses.
Fixes #10036 - CRUD bindings for rpm ostree repositories
bumping version to 1.3.3
bumping version for release
Refs #7617 - Fixed a docker distributor issue
The docker distributor previously didnot properly communicateprotected/redirect_url/repo-registry-id attributes to pulp.This commit aims to fix that
Bumped the version for docker tag changes
Fixes #8079 - Can update docker tags in repository
fixing runcible errors caused by rubocop changes
when we turned on rubocop, we converted unused method argumentsto start with underscores. This broke any method that relied onbinding.send(:local_variables). This disables that cop and fixesall of those instances....
Ref #7880: Rubocop fixes update
Fixes #7880 - Add rubocop to runcible
Bumped the version for docker changes
Fixes #7765 - Add docker methods to repo
Fixes #7617 - CRUD docker repo bindings
Added docker repo bindings to runcibleIncludes CRUD for docker repo related operations along the same lines of puppetand yum repo types.
Bumping runcible version to 1.1.0