Skip to content

Releases: awalsh128/cache-apt-pkgs-action

v1.1.3

20 Nov 03:42
d93c95e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.3

v1.1.2

30 Oct 18:52
677fd9b
Compare
Choose a tag to compare

What's Changed

Features

n/a

Bugs

Full Changelog

v1.1.0...v1.1.2

v1.1.1

01 Sep 21:50
09f9c08
Compare
Choose a tag to compare

What's Changed

Bugs

  • Address issue #47 with Redis server installs and permission denied.

Full Changelog

v1.0.3...v1.1.1

v1.1.0

03 Aug 17:27
fc1d3ef
Compare
Choose a tag to compare

What's Changed

Features

Optimized installs with apt-fast.

Bugs

  • Fixed CLI usage warnings.
  • Improved logging readability.
  • Report disk usage of cached files.
  • Fixed dependency reporting reported in #36 and #37.

Full Changelog

v1.0.3...v1.1.0

v1.0.3

20 Jul 18:04
9713373
Compare
Choose a tag to compare

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

04 Jun 04:23
d7e83f6
Compare
Choose a tag to compare

Omit fully qualified pathing for cut command. (PR #19).

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

19 Mar 06:39
4cc899c
Compare
Choose a tag to compare

Bug fix special characters in package names. (PR #11).

What's Changed

  • g++ install is failing because + is treated as a regex control character by @jroddev in #10

New Contributors

Full Changelog: v1...v1.0.1