TL;DR
attestations/items/bundle response property is now nullable for the 200 status in the /orgs/{org}/attestations/{subject_digest} endpoint.total_count property has been added to the response of the /organizations/{org}/settings/billing/budgets endpoint with the 200 status.physical_environment request property's minimum length has been decreased from 1 to 0 in the /orgs/{org}/artifacts/metadata/deployment-record endpoint.physical_environment request property's minimum length has also been decreased from 1 to 0 in the /orgs/{org}/artifacts/metadata/deployment-record/cluster/{cluster} endpoint.What Changed
attestations/items/bundle became nullable for the 200 status in the /orgs/{org}/attestations/{subject_digest} endpoint.total_count property was added to the response of the /organizations/{org}/settings/billing/budgets endpoint with the 200 status.physical_environment request property's minimum length was decreased from 1 to 0 in the /orgs/{org}/artifacts/metadata/deployment-record and /orgs/{org}/artifacts/metadata/deployment-record/cluster/{cluster} endpoints.Who's Impacted
If you are currently handling the attestations/items/bundle response property as non-nullable, you will need to update your code to account for its new nullable status. If you are using the /organizations/{org}/settings/billing/budgets endpoint, you can now utilize the optional total_count property in your responses. If you are relying on the physical_environment request property having a minimum length of 1 in the affected endpoints, you will need to adjust your requests accordingly.
Action Checklist
/orgs/{org}/attestations/{subject_digest} endpoint to handle the nullable attestations/items/bundle response property.attestations/items/bundle./organizations/{org}/settings/billing/budgets endpoint to utilize the optional total_count property./orgs/{org}/artifacts/metadata/deployment-record endpoint to accommodate the decreased minimum length of physical_environment./orgs/{org}/artifacts/metadata/deployment-record/cluster/{cluster} endpoint to accommodate the decreased minimum length of physical_environment.Verification
The information in this update brief is based on the following sources:
Last verified at: 2026-02-17T13:04:11.022785+00:00