Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.76 KB

release.md

File metadata and controls

45 lines (36 loc) · 1.76 KB

Release v0.5.5

New Features:

  • Add OpenSSF Best Practices Badge. (PR 607)
  • Adding OpenSSF Scorecard badge and GHA workflow. (PR 609)

Fixes:

  • Validate references in regclient methods. (PR 595)
  • Data race in the reghttp fallback timeout handling. (PR 599)
  • HTTP proxy using environment variables. (PR 615)

Chores:

  • Reorder descriptor fields. (PR 594)
  • Add test for ocidir throttle race. (PR 601)
  • Add gomajor utility to Makefile. (PR 602)
  • Add commands to Makefile for managing releases. (PR 604)
  • Pin GitHub actions. (PR 605)
  • Use full semver on dependencies where available. (PR 605)
  • Adjust token permissions on GitHub actions. (PR 606)
  • Include disclosure timeline in security policy. (PR 608)
  • Improve contributor guidelines. (PR 612)
  • Improve BlobPut tests. (PR 613)

Contributors:

  • @peusebiu
  • @sudo-bmitch