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

Choose a tag to compare

@puetzp puetzp released this 01 Mar 17:25
  • 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

Choose a tag to compare

@puetzp puetzp released this 17 Feb 16:36

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

Choose a tag to compare

@puetzp puetzp released this 15 Feb 15:14

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

v0.4.0

Choose a tag to compare

@puetzp puetzp released this 10 Feb 20:48

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

v0.3.0

Choose a tag to compare

@puetzp puetzp released this 03 Feb 19:04

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

v0.2.0

Choose a tag to compare

@puetzp puetzp released this 13 Jan 17:15

Replace TOML with StrictYAML.

v0.1.0

Choose a tag to compare

@puetzp puetzp released this 11 Aug 11:44

Initial release