Update dependency pulp-rpm to v3.35.0#940
Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==3.34.0->==3.35.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
pulp/pulp_rpm (pulp-rpm)
v3.35.0Compare Source
Features {: #3.35.0-feature }
#4281
Bugfixes {: #3.35.0-bugfix }
Nest the package URLs in nested_by_digest or nested_by_both repo layout options, improving browsability.
#4268
Reduce the number of directories implicit in the nested_by_digest and nested_by_both repo layouts
Previously many new URL paths could be created:
Packages/by-digest/00/0000/
Packages/by-digest/00/0001/
Packages/by-digest/00/0002/
...
Packages/by-digest/ff/ffff/
While not every one of these possible directories exist, enough of them did to meaningfully increase the number of requests that scrapers generate. And since directory listings are not very cacheable, these requests all filtered down to the DB, resulting in very meaningful increase in DB load.
Instead let's make the by-digest URLs use a very similar (and manageable) directory structure to the alphabetical nesting, and prepend the digest to the filename.
Packages/f/by-digest/xxxxxx-foo-1.0.0-1.noarch.rpm
#4287
Fixed problems with the prune operation. Additional remediation may be required: see pulp/pulpcore#7272
Made the
relative_pathargument to package upload no-op. In #4073 we started enforcing that the value oflocation_hrefandrelative_pathshould be the canonicalized filename of the package.Misc {: #3.35.0-misc }
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.
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.