Skip to content

Latest commit

 

History

History
92 lines (42 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

92 lines (42 loc) · 3.66 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.10 (2021-03-09)

Bug Fixes

0.5.9 (2021-03-09)

Features

  • explicitly use nodejs12 runtime (0e82d55)

0.5.8 (2021-02-06)

0.5.7 (2020-12-10)

0.5.6 (2020-11-20)

0.5.5 (2020-11-18)

Bug Fixes

  • Repo prefix has not been used in sync (ef04119)

0.5.4 (2020-11-18)

Features

  • ability to prefix ECR repositories (30e38d6), closes #414

Bug Fixes

  • Ignore tags where no matching manifest exists for linux/amd64 (a41716d)

0.5.3 (2020-10-09)

0.5.2 (2020-10-09)

Bug Fixes

  • only exclude filters were not applied (a102bba)

0.5.1 (2020-10-07)

0.5.0 (2020-10-07)

Features

  • Support multiple include and exclude tags (db684c7)

0.4.2 (2020-10-02)

Bug Fixes

  • log image tag and digest properly (d5d1d36)
  • write tags to trigger file (de10af4)

0.4.1 (2020-10-02)

Bug Fixes

  • Pagination with ECR and digest comparison (af452ae), closes #331

0.4.0 (2020-10-01)

Features

  • Better support for official images from Docker (c2f1af0), closes #321
  • Useful option to reduce number of tags (e2ced6b), closes #73

0.3.2 (2020-09-06)

0.3.1 (2020-09-06)

Bug Fixes

  • wrong dependency in example (e3bcf71)