Releases: awalsh128/cache-apt-pkgs-action
Releases · awalsh128/cache-apt-pkgs-action
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
v1.1.3
What's Changed
- Update deprecated set-output command #58 by @awalsh128 in #59
- Skip apt-fast installation on cache hit by @BoboTiG in #61
Full Changelog: v1.1.0...v1.1.3
v1.1.2
What's Changed
Features
n/a
Bugs
- Update deprecated set-output command #58 by @awalsh128 in #59
Full Changelog
v1.1.1
What's Changed
Bugs
- Address issue #47 with Redis server installs and permission denied.
Full Changelog
v1.1.0
v1.0.3
What's Changed
- New
all-package-version-list
output, including dependencies. - Fixed symlink file support.
- Fixed package dependency caching.
- Update to actions/cache from v2 to v3.
- Add log function to record timestamps for performance debugging.
- Cleaned up syntax and made Bash code more idiomatic.
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Omit fully qualified pathing for cut
command. (PR #19).
What's Changed
- Drop path to
cut
command by @PeterBowman in #17
New Contributors
- @PeterBowman made their first contribution in #17
Full Changelog: v1.0.1...v1.0.2