Enhancements¶
The list of the enhancements in MSR 3.1.11 includes:
[FIELD-5075] Ability to control redirects on pull¶
Users can now enable and disable redirect on pull by setting
the redirect
flag in the Helm values.yaml
file to true
.
[FIELD-7548] Improved error handling and API behavior for artifact references¶
MSR improved error handling by adding:
ARTIFACT_SCANNER_REPORT_UNAVAILABLE
error, to indicate that a report export failed due to missing layer details for the specified artifact. This replaces the previously used genericNO_SUCH_TAG
error.NO_DIGEST_PERMITTED
error, to indicate that digest-based references are not supported for report exports.