Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

50 lines (27 loc) · 1.8 KB

APT Buildpack Changelog

Unreleased

2024-03-28

  • Warn when Aptfile contains no packages (#126)
  • Support sources parts directory for Heroku-24 compatibility (#119)

2024-03-14

  • Shell hardening (#115)
  • Handle multi-package lines when capturing buildpack metadata (#112)

2024-03-01

  • Add bin/report script to capture buildpack metadata (#110)

2021-03-10

  • Output a helpful error message when no Aptfile is found (#87).

2021-01-15

  • Fail the build if apt-get or curl errors (#79).
  • Only try to add custom repositories when some are defined in Aptfile (#79).

2019-10-17

  • Flush the cache on stack change (#58).

2019-09-06

  • Stop using force-yes with newer version of apt-get (#51).

2019-06-11

  • Prevent APT using source lists from /etc/apt/sources.list.d/ (#46).

2019-06-10

  • Add support for comments in Aptfile (#24).

2017-09-13

  • Add support for custom repositories (#18).

2016 and earlier

See the Git log.