Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 11:46

0.15.0 (2023-03-17)

⚠ BREAKING CHANGES

  • do not crash if reading auth tokens fail
  • store registry auth tokens as a map
  • remove support for newline separated auth file

Features

  • automatically update auth tokens on auth file changes (e3d406e)
  • remove support for newline separated auth file (8fce7d7)
  • store registry auth tokens as a map (6294753)

Bug Fixes

  • do not crash if reading auth tokens fail (40354e6)
  • remove unimplemented login service definition (b9e0ff0)