Skip to content

0.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Feb 18:21
· 124 commits to refs/heads/main since this release

πŸš€ New features and improvements

  • Allow setting short-name-mode and set mode to enforcing by default (like podman / CRI-IO) (#560) @jonesbusy
  • Store resolve registry when probing descriptor and use it for copy operation (#557) @jonesbusy
  • Optimize copy by passing stream with known size and digest (#552) @jonesbusy
  • Rewrite any prefix subdomain like *.example.com (#545) @jonesbusy
  • Add support for registry table prefix and location rewrite (without *, tag or digest yet) (#542) @jonesbusy
  • Support for registry (insecure / blocked) from registries.conf (#541) @jonesbusy
  • Support for alias in registries.conf (#540) @jonesbusy
  • Support of unqualified-search-registries in registries.conf (#434) @jonesbusy

πŸ› Bug fixes

πŸ“ Documentation updates

πŸ‘» Maintenance

  • Ensure to pass resolved target registries for pushArtifact (#566) @jonesbusy
  • Use streaming copy for config during copy and ensure to set target (2) and extract to copy method (#559) @jonesbusy
  • Use streaming copy for config during copy and ensure to set target (#558) @jonesbusy
  • Only try to parse Error if we get JSON content type (#555) @jonesbusy
  • Ensure HTTP status code is not lost when catching exception (#550) @jonesbusy

🚦 Tests

πŸ“¦ Dependency updates