This file is used to list changes made in each version of the example cookbook.
- Convert LWRP → Custom Resource & update for Chef >= 14 compatibility
- Use built-in
cron_d
resource from Chef >= 14.4.0- Drop test assertions covered by the
cron_d
resource’s own testing
- Drop test assertions covered by the
- Rename
cronner::install
→cronner::default
to simplify things - Update metadata per current standards
- Swap Policyfile for Berksfile
- Six of one, but it’s what @jeffbyrnes is more familiar with & he did this refactor so 🤷
- Simplify testing using kitchen-dokken
- Add ChefSpec tests
- Use community cookbook Delivery config
- Add testing using Chef 16
- Satisfy
cookstyle
- install
cronner
v0.6.1
by default
- make sure the
predefined_value
property is passed to thecron_d
resource
- When invoking the
cronner
LWRP with action:create
, always make sure to include thecronner::default
recipe. Otherwise, thecronner
binary may not be installed.
- update
README.md
to include information about thepassthru
anduse_parent
properties
- install
cronner
v0.5.0 by default - add support for
--passthru
and--use-parent
flags
- fix issue with invalid flags being rendered
- fix source and issues URL in the metadata
- remove unnecessary
format_string()
call
- increase default cronner version from
0.4.1
to0.4.2
- add a detailed README file for the supermarket
- add
cronner
LWRP which wraps thecron_d
LWRP but usescronner
to run the command
Initial release.
- support installation of
cronner
to/usr/local/bin