Releases: jrwesolo/limits
Releases · jrwesolo/limits
v2.3.0
- Add support for Chef Infra Client 18
- Update Chef Workstation to 22.10.1013
- Update platform versions for Test Kitchen
- Update Chef Infra Client versions for Test Kitchen
- Move to policy files for Test Kitchen
- Cookstyle-recommended fixes
What's Changed
- Added testing for Chef Infra Client 18 by @tc5746 in #21
- Add support for Chef Infra Client 18 by @jrwesolo in #22
New Contributors
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.1
v2.1.0
v2.0.0
This cookbook has been completely refactored. It is not backwards compatible. Please see the README.md
for usage details. The code has been uplifted to the latest best practices. The LWRP and definition was removed in favor of the new custom resource syntax introduced in Chef 12.
- Add
limit
custom resource for managing individual limits - Add
limits_file
custom resource for managing a limits file - Remove attributes in favor of default values in custom resources
- Remove
set_limit
definition andlimits_config
LWRP - Replace ChefDK with Chef Workstation
- Replace RuboCop with Cookstyle
- Replace Serverspec with InSpec
- Replace Vagrant with Dokken
- Test support on Chef 12-15
v1.0.0
This cookbook has changed to be an LWRP-only usage. No longer will limits be able to be specified using attributes. Please see the README.md
for usage details.
- Development and testing using ChefDK
- Add ChefSpec tests
- Add Serverspec tests
- Change license from Apache to MIT