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

Commit

Permalink
Add note for new --kitchen flag for generate cookbook
Browse files Browse the repository at this point in the history
PR: #1517

Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
  • Loading branch information
marcparadise committed Nov 28, 2018
1 parent 8a5f250 commit 3c5153b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Unreleased Version

# ChefDK 3.5 Release Notes

## Chef 14.7.17
## New Functionality

ChefDK now ships with Chef 14.7.17. See <https://docs.chef.io/release_notes.html> for more information on what's new.
* `chef generate cookbook` now supports a `--kitchen CONFIGURATION` flag, which allows you to
specify a `dokken` or `vagrant` kitchen configuration. The default remains `vagrant`.

## Updated Tooling

Expand All @@ -16,11 +15,16 @@ Berkshelf has been updated to 7.0.7 and includes the following enhancements:
* `berks outdated` now supports an `--all` flag which will include outdated dependencies that won't
satisfy version constraints set in the Berksfile.

# ChefDK 3.5 Release Notes

## Chef 14.7.17

ChefDK now ships with Chef 14.7.17. See <https://docs.chef.io/release_notes.html> for more information on what's new.

## Docker image updates

The [chef/chefdk](https://hub.docker.com/r/chef/chefdk) Docker image now includes graphviz (to support `berks viz`) and rsync (to support `kitchen-dokken`) which makes it a little bigger, but also a little more useful in development and test pipelines.


# ChefDK 3.4 Release Notes

## Chef 14.6.47
Expand Down

0 comments on commit 3c5153b

Please sign in to comment.