Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@MikaelSmith MikaelSmith released this 23 May 22:50
c78ac3d

New + Improved

  • Wash now reads a config file at ~/.puppetlabs/wash/wash.yaml that can be used to configure the Wash daemon. See Config docs. (#132)
  • Reworked the external plugin interface to fix some bugs and make it simpler to write. Configuring external plugins is rolled into the new config file.
  • The wash command now supports all the same configuration options as wash server.
  • Added a -fullmeta option to wash find to request full metadata from resources (which may involve extra API requests per resource). (#275)
  • Added a --attribute flag to wash meta to show just meta attribute available when enumerating resources. (#281)
  • Added a -daystart option to wash find to make time queries compare to the start of today. This is analogous to the 'daystart' option in GNU find. A query can use find <path> -daystart -m .time -{1d}, which translates to "within a day from today" => "today". (#277)

Fixes

  • Introducing wash history -f broke wash tail -f. That has been fixed. (#272)
  • Lowered the wash command's default log level to warn to silence verbose startup/shutdown logging.

Operations