Skip to content

Commit

Permalink
release v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Dec 9, 2015
1 parent 30ce883 commit 27cb830
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# v0.15.1
# v0.16.0

- [#62](https://github.com/chef-cookbooks/chef-ingredient/issues/62) Do not assume connection to the interwebs
- [#62](https://github.com/chef-cookbooks/chef-ingredient/issues/62) Do not assume connection to the internet, allow custom recipe for a local repository
- [#75](https://github.com/chef-cookbooks/chef-ingredient/pull/75) omnitruck handler windows implementation

# v0.15.0

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -42,6 +42,8 @@ This may be removed in a future version.

A "chef ingredient" is the core package itself, or products or add-on components published by Chef Software, Inc. This resource manages the installation, configuration, and running the `ctl reconfigure` of individual packages.

By default, `chef_ingredient` will install using Chef's public package repositories with the `yum-chef` and `apt-chef` cookbooks depending on the platform. However, it can be configured to use a custom repository by setting the `node['chef-ingredient']['custom-repo-recipe']` attribute (nil by default).

#### Actions

- `install` - (default) Configures the package repository and installs the specified package.
@@ -50,6 +52,7 @@ A "chef ingredient" is the core package itself, or products or add-on components
- `reconfigure` - Performs the `ctl reconfigure` command for the package.

#### Properties

- `product_name`: (name attribute) The product name. See the [PRODUCT_MATRIX.md](https://github.com/chef/mixlib-install/blob/master/PRODUCT_MATRIX.md). For example, `chef-server`, `analytics`, `delivery`, `manage`, etc.
- `config`: String content that will be added to the configuration file of the given product.
- `ctl_command`: The "ctl" command, e.g., `chef-server-ctl`. This should be automatically detected by the library helper method `chef_ctl_command`, but may need to be specified if something changes, like a new add-on is made available.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'chef-ingredient'
version '0.15.1'
version '0.16.0'
maintainer 'Chef Software, Inc.'
maintainer_email 'cookbooks@chef.io'
license 'Apache 2.0'

0 comments on commit 27cb830

Please sign in to comment.