Skip to content

chore(deps): update dependency pulpcore to v3.110.0#1070

Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/pulpcore-3.x
Open

chore(deps): update dependency pulpcore to v3.110.0#1070
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/pulpcore-3.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux Bot commented Apr 20, 2026

This PR contains the following updates:

Package Change Age Confidence
pulpcore (changelog) ==3.108.0==3.110.0 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

pulp/pulpcore (pulpcore)

v3.110.0

Compare Source

REST API {: #​3.110.0-rest-api }
Bugfixes {: #​3.110.0-rest-api-bugfix }
  • Replace use of the deprecated distutils. The module has been removed in Python 3.12 .
    #​7571
  • Fixed RedisWorker stalling when more than 20 tasks are waiting on the same resource.
    The worker now doubles its fetch limit and retries until a runnable task is found or the
    entire queue has been examined.
    #​7612
  • Fixed RedisWorker not always respecting FIFO order of tasks with shared resources.
    #​7616
  • Fixed an issue where gpg_verify() was rejecting some valid PGP signatures after changes made in pulpcore 3.108.
Plugin API {: #​3.110.0-plugin-api }
Features {: #​3.110.0-plugin-api-feature }
  • Added task_args and task_kwargs fields to TaskSchedule, allowing plugins to store positional
    and keyword arguments that are forwarded to tasks when they are dispatched on schedule. Both fields
    are encrypted at rest. TaskSchedule and TaskScheduleSerializer are now exposed via the plugin
    API.
    #​7608
  • Allow plugins to access pulp_plugin_configs and get_plugin_config from pulpcore.app.apps via pulpcore.plugin.apps
    #​7650
Pulp File {: #​3.110.0-pulp-file }

No significant changes.

Pulp Cert Guard {: #​3.110.0-pulp-cert-guard }

No significant changes.


v3.109.3

Compare Source

REST API {: #​3.109.3-rest-api }
Bugfixes {: #​3.109.3-rest-api-bugfix }
  • Replace use of the deprecated distutils. The module has been removed in Python 3.12 .
    #​7571
Plugin API {: #​3.109.3-plugin-api }

No significant changes.

Pulp File {: #​3.109.3-pulp-file }

No significant changes.

Pulp Cert Guard {: #​3.109.3-pulp-cert-guard }

No significant changes.


v3.109.2

Compare Source

REST API {: #​3.109.2-rest-api }
Bugfixes {: #​3.109.2-rest-api-bugfix }
  • Fixed an issue where gpg_verify() was rejecting some valid PGP signatures after changes made in pulpcore 3.108.
Plugin API {: #​3.109.2-plugin-api }

No significant changes.

Pulp File {: #​3.109.2-pulp-file }

No significant changes.

Pulp Cert Guard {: #​3.109.2-pulp-cert-guard }

No significant changes.


v3.109.1

Compare Source

REST API {: #​3.109.1-rest-api }
Bugfixes {: #​3.109.1-rest-api-bugfix }
  • Fixed RedisWorker stalling when more than 20 tasks are waiting on the same resource.
    The worker now doubles its fetch limit and retries until a runnable task is found or the
    entire queue has been examined.
    #​7612
  • Fixed RedisWorker not always respecting FIFO order of tasks with shared resources.
    #​7616
Plugin API {: #​3.109.1-plugin-api }

No significant changes.

Pulp File {: #​3.109.1-pulp-file }

No significant changes.

Pulp Cert Guard {: #​3.109.1-pulp-cert-guard }

No significant changes.


v3.109.0

Compare Source

REST API {: #​3.109.0-rest-api }
Features {: #​3.109.0-rest-api-feature }
  • Added support for serving superseded publications for a configurable retention period.
    #​7514
  • Added ability for non-admin users to update their personal account fields
Bugfixes {: #​3.109.0-rest-api-bugfix }
  • Added option to pulpcore-content and pulpcore-api to configure the gunicorn control socket path.
    The default path could cause permission errors on certain deployments setups.

    This feature was added in gunicorn>=25.1 and is ignored for lower version.
    #​7574

  • Optimized cleanup_old_versions() by rewriting protected_versions() to avoid expensive JOINs
    on large databases and deferring the content_ids field during version deletion.
    #​7594

  • Added new setting TASK_PREFER_DEFER to always defer immediate tasks to a task worker. Useful for systems with slow databases that frequently timeout immediate tasks.

Plugin API {: #​3.109.0-plugin-api }

No significant changes.

Pulp File {: #​3.109.0-pulp-file }
Bugfixes {: #​3.109.0-pulp-file-bugfix }
  • Fixed double publish when performing file replication.
    #​7557
Pulp Cert Guard {: #​3.109.0-pulp-cert-guard }

No significant changes.


v3.108.2

Compare Source

REST API {: #​3.108.2-rest-api }
Bugfixes {: #​3.108.2-rest-api-bugfix }
  • Fixed an issue where gpg_verify() was rejecting some valid PGP signatures after changes made in pulpcore 3.108.
Plugin API {: #​3.108.2-plugin-api }

No significant changes.

Pulp File {: #​3.108.2-pulp-file }

No significant changes.

Pulp Cert Guard {: #​3.108.2-pulp-cert-guard }

No significant changes.


v3.108.1

Compare Source

REST API {: #​3.108.1-rest-api }
Bugfixes {: #​3.108.1-rest-api-bugfix }
  • Optimized cleanup_old_versions() by rewriting protected_versions() to avoid expensive JOINs
    on large databases and deferring the content_ids field during version deletion.
    #​7594
  • Added new setting TASK_PREFER_DEFER to always defer immediate tasks to a task worker. Useful for systems with slow databases that frequently timeout immediate tasks.
Plugin API {: #​3.108.1-plugin-api }

No significant changes.

Pulp File {: #​3.108.1-pulp-file }

No significant changes.

Pulp Cert Guard {: #​3.108.1-pulp-cert-guard }

No significant changes.



Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/pulpcore-3.x branch from 9e257f2 to cb6f763 Compare April 21, 2026 14:28
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency pulpcore to v3.108.1 chore(deps): update dependency pulpcore to v3.109.0 Apr 21, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/pulpcore-3.x branch from cb6f763 to 1a161f0 Compare April 23, 2026 01:44
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency pulpcore to v3.109.0 chore(deps): update dependency pulpcore to v3.109.1 Apr 23, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/pulpcore-3.x branch from 1a161f0 to 7b2b332 Compare April 24, 2026 18:01
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency pulpcore to v3.109.1 chore(deps): update dependency pulpcore to v3.109.2 Apr 24, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/pulpcore-3.x branch from 7b2b332 to e96beb5 Compare April 28, 2026 22:02
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency pulpcore to v3.109.2 chore(deps): update dependency pulpcore to v3.110.0 Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants