summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow passing array to supports in mount againarray_mountTim Smith2018-10-301-2/+2
| | | | | | | We try to coerce the array into a Hash, but we don't allow the Array value. This makes this actually work as we documented it. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #7821 from chef/fix_kitchen_testsTim Smith2018-10-301-1/+1
|\ | | | | Pull ohai from the 14-stable branch in kitchen tests
| * Pull ohai from the 14-stable branch in kitchen testsfix_kitchen_testsTim Smith2018-10-301-1/+1
|/ | | | | | This fixes our kitchen tests Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #7810 from chef/properly_requireLamont Granquist2018-10-301-0/+1
|\ | | | | Require mixin::shellout where we use it
| * Require mixin::shellout where we use itproperly_requireTim Smith2018-10-291-0/+1
|/ | | | | | We're not requiring it here even though we extend it below. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 14.6.47Chef Expeditor2018-10-262-59/+56
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Add ohai 14.6 release notesTim Smith2018-10-251-0/+21
|
* Add mention of macOS Mojave to the release notesTim Smith2018-10-251-0/+4
| | | We have the tester now
* Merge pull request #7781 from chef/notesTim Smith2018-10-251-0/+68
|\ | | | | Add release notes for Chef 14.6
| * Add release notes for Chef 14.6Tim Smith2018-10-251-0/+68
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.6.47 by Chef Expeditorv14.6.47Chef Expeditor2018-10-255-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7782 from chef/fix_localeTim Smith2018-10-251-1/+1
|\ \ | | | | | | Fix locale on RHEL 6 / Amazon Linux
| * | Fix locale on RHEL 6 / Amazon LinuxTim Smith2018-10-251-1/+1
|/ / | | | | | | | | | | There was a double source in the command, which would fail. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.6.46 by Chef Expeditorv14.6.46Chef Expeditor2018-10-255-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7779 from chef/rakeTim Smith2018-10-252-3/+6
|\ \ | | | | | | Pin rake to 12.3.0 to prevent installing 2 copies in our install
| * | Pin rake to 12.3.0 to prevent installing 2 copies in our installTim Smith2018-10-252-3/+6
|/ / | | | | | | | | | | We install 12.3.0 from the ruby 2.5 source. This prevents us from installing both 12.3.0 and 12.3.1 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.6.45 by Chef Expeditorv14.6.45Chef Expeditor2018-10-255-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7780 from chef/schisamo/macos-mojaveTim Smith2018-10-252-4/+4
|\ \ | |/ |/| Add some retry/delay in HTTP functional tests
| * Add some retry/delay in HTTP functional testsSeth Chisamore2018-10-252-4/+4
| | | | | | | | | | | | | | | | We are seeing some failures when running the functional tests on our new Anka-based macOS testers. This small tweaks to the `Chef::Config` used in the specs fix the issues. Signed-off-by: Seth Chisamore <schisamo@chef.io>
* | Bump version to 14.6.44 by Chef Expeditorv14.6.44Chef Expeditor2018-10-255-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7778 from chef/iso8601Tim Smith2018-10-254-5/+4
|\ \ | |/ |/| Move iso8601 gem to windows only gemspec
| * Move iso8601 gem to windows only gemspecTim Smith2018-10-254-5/+4
|/ | | | | | We only use this in the windows_task resource. No need to ship it on *nix. This also brings in the latest release where I trimmed the files in the gem down. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #7775 from chef/travisTim Smith2018-10-241-3/+3
|\ | | | | Test on Ruby 2.4.5 in Travis not 2.4.4
| * Test on Ruby 2.4.5 in Travis not 2.4.4Tim Smith2018-10-241-3/+3
| | | | | | | | | | | | Get the latest bugfix release in Travis Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.6.43 by Chef Expeditorv14.6.43Chef Expeditor2018-10-255-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7774 from chef/slim_more++Tim Smith2018-10-242-6/+6
|\ \ | |/ |/| Update chef-vault and serverspec to the latest
| * Update specinfra and chef-vault to the latestTim Smith2018-10-242-6/+6
|/ | | | | | Each of these trims the included files a bit. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.6.42 by Chef Expeditorv14.6.42Chef Expeditor2018-10-255-12/+13
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7773 from chef/inspec_bumpTim Smith2018-10-242-4/+4
|\ | | | | Update InSpec to 3.0
| * Update InSpec to 3.0Tim Smith2018-10-242-4/+4
|/ | | | | | This gets us some nice new functionality in InSpec. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.6.41 by Chef Expeditorv14.6.41Chef Expeditor2018-10-245-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7772 from chef/slim++Tim Smith2018-10-243-5/+11
|\ | | | | Switch back to chefstyle from git and use the updated chef omnibus def
| * Switch back to chefstyle from git and use the updated chef omnibus defTim Smith2018-10-243-5/+11
|/ | | | | | Turns out if we switch to non-git chefstyle we just end up with 2 copies and that's not smaller. Keep it as git since everything else pulls it from git. This does pull in the updated definition that should slim our install by about 400k. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.6.40 by Chef Expeditorv14.6.40Chef Expeditor2018-10-245-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7770 from chef/chefstyle_gemTim Smith2018-10-243-15/+8
|\ | | | | Use the Chefstyle gem instead of a git checkout
| * Use the Chefstyle gemchefstyle_gemTim Smith2018-10-243-15/+8
| | | | | | | | | | | | | | This reduces the size of the install artifact since the gem has fewer files than the whole repo. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.6.39 by Chef Expeditorv14.6.39Chef Expeditor2018-10-245-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7767 from josh-barker/fix-registry-key-sensitiveTim Smith2018-10-242-6/+89
|\ \ | |/ |/| Fix registry key bug when sensitive is true
| * Fix the registry_key resource so the correct value is set when sensitive is trueJosh Barker2018-10-242-6/+89
| | | | | | | | Signed-off-by: Josh Barker <josh.barker.developer@gmail.com>
* | Bump version to 14.6.38 by Chef Expeditorv14.6.38Chef Expeditor2018-10-245-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7769 from chef/slimTim Smith2018-10-241-2/+2
|\ \ | |/ |/| Don't ship contributing.md and VERSION file in the gem
| * Don't ship contributing.md and VERSION file in the gemslimTim Smith2018-10-231-2/+2
| | | | | | | | | | | | Neither of these are needed in the gem. Gets us back 16k on disk. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.6.37 by Chef Expeditorv14.6.37Chef Expeditor2018-10-235-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7729 from chef/better_error2Tim Smith2018-10-231-1/+3
|\ \ | | | | | | Throw better error on invalid resources actions
| * | Update per lamonts commentbetter_error2Tim Smith2018-10-111-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Throw better error on invalid resources actionsTim Smith2018-10-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now if a user enters an incorrect action they get a message like this that doesn't print the actions as being symbols. That's super confusing to new users and results in random cookbook bugs from time to time. [2018-10-07T13:26:39-07:00] FATAL: Chef::Exceptions::ValidationFailed: Option action must be equal to one of: nothing, create, remove, modify, manage, lock, unlock! You passed :whatever. With this change we properly print out symbols as symbols so it's clear what the available values are. [2018-10-07T13:24:09-07:00] FATAL: Chef::Exceptions::ValidationFailed: Option action must be equal to one of: :nothing, :create, :remove, :modify, :manage, :lock, :unlock! You passed :whatever. It's a small thing, but I think this will have a pretty big impact on first time users. This one tripped me up when I first started. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.6.36 by Chef Expeditorv14.6.36Chef Expeditor2018-10-235-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7698 from ↵Lamont Granquist2018-10-231-1/+1
|\ \ \ | |_|/ |/| | | | | | | | MsysTechnologiesllc/dh/MSYS-887_fix_dup_logger_chef [chef/chef]Fix duplicate logs
| * | fixed review commentsdheerajd-msys2018-10-232-4/+1
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | fix duplicate logsdheerajd-msys2018-10-232-1/+4
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>