Skip to content

Releases: awalsh128/cache-apt-pkgs-action

v1.4.2

09 Mar 02:03
a6c3917
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.4.2

v1.4.1

14 Feb 20:29
2555a37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

13 Feb 19:39
a9d9258
Compare
Choose a tag to compare
v1.4.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

30 Oct 18:22
44c33b3
Compare
Choose a tag to compare

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

24 Mar 12:05
Compare
Choose a tag to compare

What's Changed

Bugs

  • Fixes issue #98 and #99 by enclosing filenames in single quotes to capture path node literals.

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

New Contributors

Full Changelog: v1.2.4...v1.3.0

v1.2.4

05 Feb 20:28
Compare
Choose a tag to compare

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

03 Feb 20:58
Compare
Choose a tag to compare

What's Changed

Bugs

New Contributors

  • @lihop made their first contribution in #87

Full Changelog: v1.2.2...v1.2.3

v1.2.2

03 Jan 02:51
Compare
Choose a tag to compare

What's Changed

  • Fix Tar error with package files that contain spaces #79.

Full Changelog: v1.2.1...v1.2.2

v1.2.1

08 Dec 06:39
d07fc5d
Compare
Choose a tag to compare

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

24 Nov 17:42
9bc3e21
Compare
Choose a tag to compare

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