Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Releases: puetzp/pullconf

v0.5.0

01 Mar 17:25

Choose a tag to compare

  • Update dependencies.
  • Do not descend into directories starting with a dot. Having /etc/pullconfd/conf.d as a git repository worked before, but this avoids some pointless file searching within .git or other dotted directories.
  • Let pullconf return non-zero exit code when at least one resource fails.
  • Let pullconfd shut down gracefully when configuration parsing fails after a systemctl reload and return a non-zero exit code.
  • Add additional JSON log for pullconf.
  • Extend documentation with sections on logging and monitoring.

v0.4.2

17 Feb 16:36

Choose a tag to compare

Update dependencies.

Most importantly the client environment variable PULLCONF_CA_DIR has been removed to encourage users to install custom CA certificates to the system's trusted roots.

v0.4.1

15 Feb 15:14

Choose a tag to compare

Add when parameter to array items in triggers meta-parameter to enable conditional triggering of execute resources.

v0.4.0

10 Feb 20:48

Choose a tag to compare

Implement execute resource and add triggers meta-parameter to every resource.

v0.3.0

03 Feb 19:04

Choose a tag to compare

Remove apt::preference, cron::job and resolv.conf resources. Extend file to cover their use cases (and more).

v0.2.0

13 Jan 17:15

Choose a tag to compare

Replace TOML with StrictYAML.

v0.1.0

11 Aug 11:44

Choose a tag to compare

Initial release