Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
correct chef12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mburns committed Mar 18, 2018
1 parent ae1e6c2 commit 456bdf8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
driver_plugin: vagrant
driver_config:
require_chef_omnibus: 12.4.1
require_chef_omnibus: 12.7.2
network:
- ["forwarded_port", {guest: 8080, host: 8080, auto_correct: true}]

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3:
* Further test fixes
* Run unit tests on multiple platforms (@mburns)

## 0.2.2:
* Update to fix travis runs for CentOS7 and Ubuntu 16.04. #102 (@drenalin23)
* Update `ark` #103 (@drenalin23)
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
source_url 'https://github.com/realityforge/chef-kibana'
issues_url 'https://github.com/realityforge/chef-kibana/issues'

chef_version '>= 12' if respond_to?(:chef_version)
chef_version '>= 12.7.2' if respond_to?(:chef_version)

supports 'ubuntu'
supports 'debian'
Expand Down

0 comments on commit 456bdf8

Please sign in to comment.