- #58 Add Chef Compliance product
- #57 Content accumulator guard
- #56 Uncomment
use_inline_resources
, this is required for the providers to work properly - #55 Remove unit tests for specifically the custom resources
- #54 Clarify maintainer/support in the README
- #53 Relax version constraints
- Refactor
chef_ingredient
and prepare to handle install/upgrade from omnitruck - Add channel property to
chef_ingredient
- Removed installed state property
- Use
product_name
instead ofpackage_name
- Add not if to skip
ingredient_config
render ifconfig
property isn't used
- Remove
resource_name
from Provider because:facepalm:
- Add
repository
andmaster_token
properties tochef_server_ingredient
shim for compatibility
- #37 use
define_matchers
for ChefSpec
- #35 Add
fqdn_resolves?
method forchef-server
cookbook.
- Add
:add
action toingredient_config
- #30 Supermarket doesn't use supermarket.rb for configuration, it's supermarket.json
- #26 Remove mode, owner, and group properties from
ingredient_config
's resources to prevent resource updates after running ctl commands that manage those file permissions.
- Add sensitive property to
ingredient_config
- Use recipe DSL to set resource name
- Update PRODUCT_MATRIX.md with correct updated Chef Push product names (push-server, push-client). The code was updated but not the document.
- #7 Add
ingredient_config
resource - #10 Add upgrade action for
chef_ingredient
- Test cleanup, various rubocop fixes
- #3 Allow :latest as a version
- Removes the
package_name
property from thechef_ingredient
resource, long liveproduct_name
Breaking changes This version is backwards-incompatible with previous versions. We're still sub-1.0, but those who wish to use the chef_server_ingredient
resource really should pin to version 0.5.0.
- #1 Use product names instead of package names.
- Major refactor and rename. It's fine, this is a new cookbook!
- Add timeout attribute to
chef_server_ingredient
- Use
declare_resource
DSL method to select local package resource - Allow specifying the repository name for the packagecloud repo
- adding proxy support for packagecloud
- Various refactoring and cleanup
- Add ctl command for supermarket
- Add reconfigure property to ingredient resource
- Release this cookbook to Supermarket
- #4: define the installed attribute
- #1, #2, use packagecloud cookbook
- Initial release