Releases: awalsh128/cache-apt-pkgs-action
Releases · awalsh128/cache-apt-pkgs-action
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@v4
rev from deprecated@v3
by @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
v1.3.0
What's Changed
Bugs
Features
- Unify how package name and versions are paired to use = and not : delimiter. This also fixes versioned input packages. Requires a minor bump on the action since it affects the cache filenames. Automatic cache reset will occur.
Enhancements
- More robust checking of age of apt cache by @jondo2010 in #90
- Don't install apt-fast from source by @pascallj in #96
- Clean cache directory after use by @pascallj in #95
- Only install apt-fast from source if not present by @pascallj in #97
New Contributors
- @jondo2010 made their first contribution in #90
- @pascallj made their first contribution in #96
Full Changelog: v1.2.4...v1.3.0