Skip to content

Commit

Permalink
Start Chef 15 development
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Oct 26, 2018
1 parent ecd1a09 commit 8f97c84
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ github:
# for building.
release_branch:
- master:
version_constraint: 15*
- chef-14:
version_constraint: 14*
- chef-13:
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,5 +1,9 @@
This file holds "in progress" release notes for the current release under development and is intended for consumption by the Chef Documentation team. Please see <https://docs.chef.io/release_notes.html> for the official Chef release notes.

# UNRELEASED (Chef 15)

Chef 15 release notes will be added here as development progresses.

# Chef Client Release Notes 14.6:

## Smaller Package and Install Size
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.6.47
15.0.0
2 changes: 1 addition & 1 deletion chef-config/lib/chef-config/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
VERSION = "14.6.47".freeze
VERSION = "15.0.0".freeze
end

#
Expand Down
4 changes: 2 additions & 2 deletions lib/chef/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright:: Copyright 2010-2016, Chef Software, Inc.
# Copyright:: Copyright 2010-2018, Chef Software, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -23,7 +23,7 @@

class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
VERSION = Chef::VersionString.new("14.6.47")
VERSION = Chef::VersionString.new("15.0.0")
end

#
Expand Down

0 comments on commit 8f97c84

Please sign in to comment.