summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't spin in powershell module that launches chef processesksubrama/SUSTAIN-731Kartik Null Cating-Subramanian2017-10-062-10/+38
| | | | Signed-off-by: Kartik Null Cating-Subramanian <ksubramanian@chef.io>
* Merge pull request #6479 from chef/tm/chefstylinateThom May2017-10-052-2/+2
|\ | | | | fix chefstyle violations
| * fix chefstyle violationstm/chefstylinateThom May2017-10-052-2/+2
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version to 13.5.12 by Chef Expeditorv13.5.12Chef Expeditor2017-10-055-11/+12
|
* Merge pull request #6469 from sanditiffin/CHEF-3058Thom May2017-10-054-0/+96
|\ | | | | Prevent creation of data bags named node, role, client or environment
| * Don't allow creation of data bags named node, role, client or environment ↵Sandra Tiffin2017-10-042-0/+84
| | | | | | | | | | | | | | | | via 'knife upload'. (Fixes the ChefFS code path for data bag creation, for https://github.com/chef/chef/issues/3058). Signed-off-by: Sandra Tiffin <sandi.tiffin@gmail.com>
| * Don't allow creation of data bags named node, role, client or environment.Sandra Tiffin2017-10-042-0/+12
|/ | | | Signed-off-by: Sandra Tiffin <sandi.tiffin@gmail.com>
* Bump version to 13.5.11 by Chef Expeditorv13.5.11Chef Expeditor2017-10-045-11/+12
|
* Merge pull request #6435 from NaomiReeves/fix_dnf_resourceThom May2017-10-032-2/+7
|\ | | | | dnf_resource: be more specific for rhel packages
| * fix testsNaomi Reeves2017-09-291-1/+4
| | | | | | | | Signed-off-by: Naomi Reeves <naomi.c.reeves@gmail.com>
| * dnf_resource: be more specific for rhel packagesNaomi Reeves2017-09-291-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | With #6351 and #6377, the DNF package provider was fixed to use yum by default on RHEL 7, but the resource was still calling the DNF provider if it happened to be installed. We want to use the default of yum for RHEL 7, and only use DNF if we call `set_priority_map` directly. Signed-off-by: Naomi Reeves <naomi.c.reeves@gmail.com> Resolves: Unexpectedly switching package managers
* | Bump version to 13.5.10 by Chef Expeditorv13.5.10Chef Expeditor2017-10-035-11/+12
| |
* | Merge pull request #6470 from chef/tm/route_testsThom May2017-10-032-1/+3
|\ \ | | | | | | [Route unit tests]: Ensure we go down the new file path
| * | [Route unit tests]: Ensure we go down the new file pathtm/route_testsThom May2017-10-032-1/+3
| | | | | | | | | | | | | | | | | | This should make us more robust in the face of the enemy Signed-off-by: Thom May <thom@chef.io>
* | | Bump version to 13.5.9 by Chef Expeditorv13.5.9Chef Expeditor2017-10-035-11/+12
| | |
* | | Merge pull request #6466 from coderanger/help-commasLamont Granquist2017-10-036-6/+6
|\ \ \ | |/ / |/| | Tweak the knife banners for multi-arg commands.
| * | Tweak the knife banners for multi-arg commands.Noah Kantrowitz2017-10-026-6/+6
| | | | | | | | | | | | | | | | | | We don't actually use commas in command lines. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | Bump version to 13.5.8 by Chef Expeditorv13.5.8Chef Expeditor2017-10-035-11/+12
| | |
* | | Merge pull request #6428 from chef/jcowie_package_upgrade_fixesJon Cowie2017-10-0310-24/+111
|\ \ \ | | | | | | | | Fixes to package upgrade behaviour
| * | | Change version_requirement_already_satisfied method to call ↵jcowie_package_upgrade_fixesJon Cowie2017-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | target_version_already_installed Signed-off-by: Jon Cowie <jcowie@chef.io>
| * | | Add version_equals? method to windows providerJon Cowie2017-09-221-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jon Cowie <jcowie@chef.io>
| * | | Cater for Windows package managers using the version string "latest"Jon Cowie2017-09-222-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | Some windows package managers use the version string "latest" - when this happens, have version_compare always return 0, as we can't reliably tell what version number we're looking at. Signed-off-by: Jon Cowie <jcowie@chef.io>
| * | | Fixes to package upgrade behaviourJon Cowie2017-09-228-25/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit introduces fixes to the behaviour of the various providers of the "package" resource (and subtypes like dnf_package etc) when a more recent version of the package has been installed than that present in an available repository or file source and "action :upgrade" is called against the package. Currently, a number of package providers will attempt to downgrade a package under this scenario, where the desired action should be to recognise that a more up to date version is already installed and do nothing. I've introduced a ```version_compare``` method to the package superclass which by default uses ```Gem::Version``` comparison with spaceship-operator semantics to ensure that an upgrade is attempted only when the candidate version is not older than the current version. Additionally, this commit introduces a method called ```version_equals?``` which is functionally identical to ```target_version_already_installed?``` (and that method now in fact calls ```version_equals?```. This has been done to clarify the purpose and functionality of that method, but since it's a public API, deprecation of the old method name will have to be done more gradually. Signed-off-by: Jon Cowie <jcowie@chef.io>
* | | | Bump version to 13.5.7 by Chef Expeditorv13.5.7Chef Expeditor2017-10-035-11/+12
| | | |
* | | | Merge pull request #6410 from chef/zypper_gpg_keyTim Smith2017-10-034-21/+236
|\ \ \ \ | | | | | | | | | | Import the zypper GPG key before templating the repo
| * | | | Add more specszypper_gpg_keyTim Smith2017-09-281-9/+65
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Allow specifying the cookbook for the source templateTim Smith2017-09-283-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix the cookbook_file lookup logic missing a method it needed for file based keys Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | shell_out -> shell_out!Tim Smith2017-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Install the key using the cached copyTim Smith2017-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid double downloading the key Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Remove run_command usage in shell_outTim Smith2017-09-281-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Use apt-like gpg key management to avoid notificationsTim Smith2017-09-282-5/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Download the key to the cache Grab the key's fingerprint Check to see if that fingerprint is in the RPM database Add it if it's not Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Add a few yard commentsTim Smith2017-09-281-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Run everything with --quiet and --non-interactive and move gpg importTim Smith2017-09-281-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GPG import doesn't actually work here. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Update the spec for the platform based provider matchingTim Smith2017-09-281-9/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Import the zypper GPG key before templating the repoTim Smith2017-09-281-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents failures when the key is unknown. This way is *simple*, but I'm not a fan of the way the :before notification results in double template logging. I'm open to a better way that provides some idempotency to the key import. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Update CHANGELOG.md to reflect the promotion of 13.5.3 to stableChef Expeditor2017-10-032-16/+20
| |_|/ / |/| | |
* | | | Bump version to 13.5.6 by Chef Expeditorv13.5.6Chef Expeditor2017-09-295-11/+12
| | | |
* | | | Merge pull request #6460 from chef/adamleff/bump-inspecTim Smith2017-09-291-1/+2
|\ \ \ \ | | | | | | | | | | Bump InSpec to v1.40.0
| * | | | Bump InSpec to v1.40.0Adam Leff2017-09-281-1/+2
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Adam Leff <adam@leff.co>
* | | | Bump version to 13.5.5 by Chef Expeditorv13.5.5Chef Expeditor2017-09-295-11/+12
| | | |
* | | | Merge pull request #6447 from chef/encodingLamont Granquist2017-09-291-0/+2
|\ \ \ \ | | | | | | | | | | Force encoding to UTF_8 in chef-shell to prevent failures
| * | | | Force encoding to UTF_8 in chef-shell to prevent failuresencodingTim Smith2017-09-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently on some distros where the default isn't UTF (SUSE/omnios/probably others) chef-shell fails to launch with a nasty rb-readline error. It's not the best user experience. Lifting this line from Berkshelf fixes it and makes it easier to troubleshoot on those platforms. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 13.5.4 by Chef Expeditorv13.5.4Chef Expeditor2017-09-295-12/+13
| | | | |
* | | | | Merge pull request #6454 from Happycoil/fix-spammy-warningLamont Granquist2017-09-292-4/+32
|\ \ \ \ \ | |_|/ / / |/| | | | only warn about skipping sync once
| * | | | consistent formattingTor Magnus Rakvåg2017-09-281-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
| * | | | only warn about skipping sync onceTor Magnus Rakvåg2017-09-282-4/+30
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
* | | | Bump version to 13.5.3 by Chef Expeditorv13.5.3Chef Expeditor2017-09-284-8/+8
| | | |
* | | | Merge pull request #6457 from chef/tduffield/expeditor/13-glob-matchingThom May2017-09-281-2/+2
|\ \ \ \ | |_|_|/ |/| | | [Expeditor] Use new glob-style version matching
| * | | [Expeditor] Use new glob-style version matchingtduffield/expeditor/13-glob-matchingTom Duffield2017-09-281-2/+2
|/ / / | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | | Bump version to 13.5.2 by Chef Expeditorv13.5.2Chef Expeditor2017-09-284-8/+8
| | |