Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Add changelog entry for #217 #219

Merged
merged 1 commit into from
Nov 5, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Chef Development Kit Changelog

# Unreleased

* [**Martin Smith**](https://github.com/martinb3): Add the ability to
specify arbitrary context attributes in generators from the command
line. Attributes are specified by passing the `--generator-arg` option
to a `chef generate` command with arguments of the form `key=value`. For
example, if you pass the option `--generator-arg database=mysql`, you
can access this in generator recipes with
`ChefDK::Generator.context.database` (which will return `"mysql"` in
this example).

# Last Release: 0.3.2

* Revert the packaged certificate bundle to the '2014.08.20' version.
Expand Down