v1.1.2
Download binaries at https://chalkproject.io/download/
Bug Fixes
- Build context upload to ECR no longer fails for blobs larger than one chunk. ECR stores each PATCH chunk correctly but reports a stale
Rangeheader that does not advance, causing spec-compliant clients to re-send chunks at the wrong offset and receive a416. Chalk now detects a non-advancingRangeafter one retry and switches to tracking position by what was sent rather than what the registry reports. (#682, aws/containers-roadmap#2831)
Commits since the previous tag: v1.1.1...v1.1.2