Network maintenance. Planio will be observing two scheduled maintenance windows this Tuesday, March 2 and Wednesday, March 3 from 02:00 UTC until 06:00 UTC each in order to perform maintenance on access routers in our primary datacenter. Your account might observe short downtimes during these periods up to several minutes at a time.
Issue #7283
new ruby bindings send default checksum types
Description
new bindings send a default checksum type when creating a publication.
Previously the 3.4 ruby bindings when creating a publication resulted in a publication request body of:
{"repository_version":"/pulp/api/v3/repositories/rpm/rpm/03b20f89-a2a3-4a02-8ea5-9af641623d15/versions/0/"}
after updating to pulp_rpm_client (3.6.0.dev01596557138), we now get a request body of:
{"repository_version":"/pulp/api/v3/repositories/rpm/rpm/7fcae337-d94c-4422-bd35-295943f48533/versions/0/","metadata_checksum_type":"sha256","package_checksum_type":"sha256"}
This might be fine, but i wanted to make sure it was intentional.
History
#1
Updated by jsherril@redhat.com 7 months ago
and to be clear, this is not an issue necessarily and this issue can be closed if the change is decided to be expected
Please register to edit this issue