Skip to content

Commit

Permalink
Merge pull request #1277 from chef/prep-15
Browse files Browse the repository at this point in the history
Update master branch for Ohai 15 development
  • Loading branch information
tas50 authored Oct 26, 2018
2 parents a890a16 + 84ff1a2 commit 8f22c3f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ github:
# for building.
release_branch:
- master:
version_constraint: 15.*
- 14-stable:
version_constraint: 14.*
- 13-stable:
version_constraint: 13.*
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Unreleased (Ohai 15)

This will be updated as the development of Ohai 15 progresses.

# Ohai Release Notes 14.6

## Filesystem Plugin on AIX and Solaris
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.6.2
15.0.0
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
VERSION = "14.6.2".freeze
VERSION = "15.0.0".freeze
end
2 changes: 1 addition & 1 deletion ohai.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency "ipaddress"
s.add_dependency "wmi-lite", "~> 1.0"
s.add_dependency "ffi", "~> 1.9"
s.add_dependency "chef-config", ">= 12.8", "< 15"
s.add_dependency "chef-config", ">= 12.8", "< 16"
# Note for ohai developers: If chef-config causes you grief, try:
# bundle install --with development
# this should work as long as chef is a development dependency in Gemfile.
Expand Down

0 comments on commit 8f22c3f

Please sign in to comment.