Skip to content

Releases: ecdye/zram-config

v1.6.0

26 Jul 00:40
49dc1e1
Compare
Choose a tag to compare

What's Changed

  • Bump actions/cache from 2.1.7 to 3 by @dependabot in #88
  • Fix broken tests from upstream changes by @ecdye in #90
  • Bump actions/upload-artifact from 2 to 3 by @dependabot in #89
  • Bump crazy-max/ghaction-import-gpg from 4.3.0 to 4.4.0 by @dependabot in #92
  • Configure zram devices using sysfs attributes by @ecdye in #93
  • Use shorthand output redirection by @ecdye in #94
  • Bump crazy-max/ghaction-import-gpg from 4.4.0 to 5.3.0 by @dependabot in #101
  • Bump actions/checkout from 3 to 4 by @dependabot in #109
  • Bump actions/cache from 3 to 4 by @dependabot in #108
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #106
  • Bump crazy-max/ghaction-import-gpg from 5.3.0 to 6.1.0 by @dependabot in #107
  • Update GitHub Actions Testing Suite by @ecdye in #110
  • Add support for alternate filesystems by @ecdye in #111
  • Only run workflows once on pull request by @ecdye in #112
  • Add overlayfs-tools back as submodule by @ecdye in #114

Full Changelog: v1.5.0...v1.6.0

v1.5.0

15 Mar 21:29
7c3937f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

07 Feb 04:17
65403f6
Compare
Choose a tag to compare

What's Changed

  • Add testing using a GitHub Actions CI environment by @ecdye in #77
  • Use systemd for start and stop of zram-config by @ecdye in #78

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

v1.3.1

30 Nov 17:38
e1ccec7
Compare
Choose a tag to compare

What's Changed

  • Bump marvinpinto/action-automatic-releases from 1.1.1 to 1.2.1 by @dependabot in #74
  • Bump crazy-max/ghaction-import-gpg from 3 to 4.1.0 by @dependabot in #73

Full Changelog: v1.3.0...v1.3.1

v1.3.0

08 Nov 03:57
486b4d4
Compare
Choose a tag to compare

Commits

  • [7ea4706]: Remove overlayfs-tools as a submodule (Ethan Dye)
  • [dae5602]: Fix overlayfs-tools build (Ethan Dye)
  • [3c1e4fb]: Remove references to libattr1-dev from codebase (Ethan Dye)
  • [04db705]: Use option to ignore prompts from overlayfs-tools (Ethan Dye)
  • [d3d5629]: Try to remove a zram device up to 5 times (Ethan Dye)
  • [486b4d4]: Fix ShellCheck error (Ethan Dye)

v1.2.7

16 Aug 20:58
63132dd
Compare
Choose a tag to compare

Commits

  • [96d39d3]: Add RPi4 8GB compatibility warning to README.md (Ethan Dye)
  • [1d117d2]: Fix behavior on merge script failure (Ethan Dye)
  • [203c82b]: Add note about old kernel versions in README.md (Ethan Dye)
  • [63132dd]: Fix behavior when adding devices while running (Ethan Dye)

v1.2.6

17 May 22:37
f57614c
Compare
Choose a tag to compare

Commits

  • [644479e]: Enable automatic issue closing when stale (Ethan Dye)
  • [6331ced]: Allow 2 attempts to remove a device before return (Ethan Dye)
  • [e6b5b80]: Revert "Allow 2 attempts to remove a device before return" (Ethan Dye)
  • [fb27d31]: Add automatic rebase action for openHAB branches (Ethan Dye)
  • [e3c6d8c]: Attempt to fix rebase action (Ethan Dye)
  • [78faf39]: Simplify zram device creation process (Ethan Dye)
  • [96eb464]: Update logging messages (Ethan Dye)
  • [45e3b11]: Fix rebase action to only run on main branch (Ethan Dye)
  • [4bcae9f]: Fix ShellCheck errors (Ethan Dye)
  • [f57614c]: Fix rebase action syntax errors (Ethan Dye)

v1.2.5

12 May 01:52
d092796
Compare
Choose a tag to compare

Commits

  • [f33b6fa]: Update mantinence scripts output (Ethan Dye)
  • [e410010]: Fix ShellCheck errors in update.bash (Ethan Dye)
  • [698aaa1]: Standardize final output of mantinence scripts (Ethan Dye)
  • [d092796]: Add documentation link to service file (Ethan Dye)

v1.2.4

18 Apr 02:39
047fd98
Compare
Choose a tag to compare

Commits

  • [5c96571]: Lower normal logging verbosity (Ethan Dye)
  • [047fd98]: Update README.md (Ethan Dye)

v1.2.3

28 Mar 19:41
bf0ed3a
Compare
Choose a tag to compare

Commits

  • [eac77a7]: Make installation only install needed packages (Ethan Dye)
  • [75b0b44]: Make uninstall script executable on install (Ethan Dye)
  • [bf0ed3a]: Ensure proper logrotate setup on update (Ethan Dye)