Bug #32553
remove md5 from allowed content types for pulpcore
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
Fixed in Releases:
Found in Releases:
Related issues
Associated revisions
History
#1
Updated by Justin Sherrill about 1 year ago
- Related to Bug #32552: run pulpcore db migration before collectstatic added
#2
Updated by The Foreman Bot about 1 year ago
- Assignee set to Justin Sherrill
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-foreman_proxy_content/pull/356 added
#3
Updated by The Foreman Bot 12 months ago
- Fixed in Releases 3.0.0 added
#4
Updated by Ewoud Kohl van Wijngaarden 12 months ago
- Triaged changed from No to Yes
- Target version set to 2.5.1
- Category set to Foreman modules
#5
Updated by Justin Sherrill 12 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy_content|fb401944723c5b93941aa98d16f377bded5627c0.
#6
Updated by Ewoud Kohl van Wijngaarden 11 months ago
- Fixed in Releases 2.5.1 added
Fixes #32553 - Remove md5 from allowed content types
Previously we had added md5 to maintain md5 across upgrades
such that the upgrade would pass, but it turns out pulpcore 3.11
includes a migration which would handle this for us, if we were
running the db migration before collectstatic