Skip to content

Releases: jrwesolo/limits

v2.3.0

04 Nov 19:42
91a4a08
Compare
Choose a tag to compare
  • 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

30 Dec 17:22
5c78f60
Compare
Choose a tag to compare
  • Add support for Chef 17
  • Update Chef Workstation to 20.12.205
  • Cookstyle-recommended fixes
  • Test kitchen will test more platforms
  • Test kitchen will perform two converges and ensure idempotency
  • Add TESTING.md file

v2.1.1

30 Dec 17:22
3b7623e
Compare
Choose a tag to compare
  • Chef 16.2.x had a backwards-incompatible change related to custom resources. This version supports the new style while maintaining backwards-compatibility.
  • Update Chef Workstation to 20.6.62

v2.1.0

30 Dec 17:21
2983f63
Compare
Choose a tag to compare
  • Add support for Chef 16.x
  • Update Chef Workstation to 0.18.3

v2.0.0

30 Dec 17:21
a5bb053
Compare
Choose a tag to compare

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 and limits_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

30 Dec 17:20
Compare
Choose a tag to compare

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

v0.2.0

30 Dec 17:18
Compare
Choose a tag to compare
  • Initial Release