Releases: wesbarnett/snap-pac
Releases · wesbarnett/snap-pac
Release 3.0.1
- Update for new version of sphinx
- Install config file directly to
/etc/snap-pac.ini
Release 3.0
Final release for version 3.0.
- Renamed hooks (#45). Note the name change if you depend on user-written hooks to be executed before or after the pre hook.
This release includes all changes lists in 3.0 beta 1 and 3.0 beta 0. Note specifically the changes to the configuration file if you have created one. Your existing configuration file will no longer be used.
Release 3.0 beta 1
This is a beta release.
In addition to 3.0 beta 0 changes:
- Fix error when installing snap-pac for first time. snap-pac would install successfully still but the error would be confusing to users. Just take a single snapshot in that case since pre number is not available.
Release 3.0 beta 0
This is a beta release.
- Rewrite of script to Python (#39). Includes unit tests, updated documentation, and Github actions to automate those. This is a breaking change when it comes to users who have set up configuration files. Previously each snapper configuration would require its own snap-pac configuration file. Now these are all combined into a single configuration file located at
/etc/snap-pac.ini
with each snapper configuration having its own section. See the configuration section of the documentation for more information. - Adds a couple of new options for the configuration files including
important_packages
andimportant_commands
. Both of these should be arrays of strings. These are used to specify when theimportant=yes
userdata is added to a snapshot. Resolves #38. See the configuration section of the documentation for more information. - Additional userdata can now be added by using the
userdata
configuration option. This is an array of strings, with each string containing key-value pairs. See the configuration section of the documentation for more information.
Release 2.3.3
Fix Makefile to reflect rename of README to README.md (#37)
Release 2.3.2
- Remove unused variables from example configuration (#34)
- Update manpage to mention snapper filters
Release 2.3.1
Fix bash test error.
Release 2.3
Release 2.2
Release 2.1
- Add
SNAP_PAC_SKIP
environment variable. - Don't print when broken module symlinks are removed.