Releases: awalsh128/cache-apt-pkgs-action
Releases · awalsh128/cache-apt-pkgs-action
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
v1.2.4
What's Changed
- Provide support for literal and folded block scalar multiline packages #84
- Fix upload logs artifact name to only use valid characters (swapped with cache key) #89
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
Bugs
- Introduce a force update value for reloading cache #82
- Fix if condition for upload-logs step by @lihop in #87
New Contributors
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Fix Tar error with package files that contain spaces #79.
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Workaround for #71. Due to a bug in the runner actions/runner#716. Credit to @emiliencartesoft for finding the fix.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
Features
- Skip apt-fast installation on cache hit. #61
- Add
execute_install_scripts
parameter for installation scripts feature, which tries to address APT install artifacts not covered by file capture. #57 - Add
debug
parameter for debugging mode, that executes scripts in verbose and upload action logs. - Remove compression from file caching. #53
- Obsolete
refresh
parameter which has been non-functional for awhile.
Bugs
- Cover no packages edge case when writing manifest.
- Migrate to new action output set (info).
New Contributors
Full Changelog: v1.1.2...v1.2.0