Releases: awalsh128/cache-apt-pkgs-action
Releases · awalsh128/cache-apt-pkgs-action
v1.6.0
What's Changed
- fix: skip invalid lines by @SMoraisAnsys in #160
- Add if-empty-packages optional input by @tueda in #154
- Fix ls error when no tar files exist in cache restore by @Copilot in #170
- Add support for third-party PPA repositories via add-repository parameter by @Copilot in #173
- Pin actions by @danewilson in #175
New Contributors
- @SMoraisAnsys made their first contribution in #160
- @tueda made their first contribution in #154
- @Copilot made their first contribution in #170
- @danewilson made their first contribution in #175
Full Changelog: v1.5.2...v1.5.4
v1.5.3
What's Changed
- fix: skip invalid lines by @SMoraisAnsys in #160
New Contributors
- @SMoraisAnsys made their first contribution in #160
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- Remove GitHub URL shorteners (git.io) as they no longer work by @kkysen in #164
- Automatically append the OS architecture to the cache key by @mitesch in #150
New Contributors
Full Changelog: v1.5.0...v1.5.2
v1.5.1
v1.5.0
What's Changed
- fix: remove timestamps from loglines by @F2210 in #146
- Update actions/checkout versions in README by @ulgens in #148
- Avoid using xargs when creating package tarballs by @bscott-zebra in #136
- Add support for virtual packages and break out APT logic into common by @awalsh128 in #153
New Contributors
- @F2210 made their first contribution in #146
- @ulgens made their first contribution in #148
- @bscott-zebra made their first contribution in #136
Full Changelog: v1.4.2...v1.5.0
v1.4.3
What's Changed
- Bug fix by upgrading to
actions/upload-artifact@v4rev from deprecated@v3by @maschwenk in #140
New Contributors
- @maschwenk made their first contribution in #140
Full Changelog: v1.4.2...v1.4.3
v1.4.2
v1.4.1
What's Changed
- Use v4 of actions/cache/save too by @HadrienG2 in #123 to address #122
New Contributors
- @HadrienG2 made their first contribution in #123
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- First version of a Golang version for APT package querying. (#118) by @awalsh128 in #119
- Bump actions/cache/restore to v4 by @dpprdan in #120
New Contributors
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
Bugs
- Fixes awk delimiter case in #99.
- Apt cache performance by @stevenh in #104
- Add null field separator so filenames don't get broken up.
- Move upload logs up in the action sequence so it captures data before it gets deleted.
New Contributors
Full Changelog: v1.3.0...v1.3.1