summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 15.15.0 by Chef Expeditorv15.15.0Chef Expeditor2021-01-061-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.14.11 by Chef Expeditorv15.14.11Chef Expeditor2021-01-061-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.14.10 by Chef Expeditorv15.14.10Chef Expeditor2021-01-061-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.14.9 by Chef Expeditorv15.14.9Chef Expeditor2021-01-061-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10844 from chef/locale_15Tim Smith2021-01-051-1/+1
|\ | | | | locale: Update the locale-gen timeout to 1800s
| * locale: Update the locale-gen timeout to 1800sTim Smith2021-01-051-1/+1
| | | | | | | | | | | | This command can take a while to run so let's give it all the time it needs to complete. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10845 from chef/homebrew_backport_15Tim Smith2021-01-051-3/+3
|\ \ | | | | | | Fix homebrew_cask for the new syntax
| * | Fix homebrew_cask for the new syntaxTim Smith2021-01-051-3/+3
| |/ | | | | | | | | | | Also add a CI test for installing a small cask Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.14.8 by Chef Expeditorv15.14.8Chef Expeditor2021-01-061-1/+1
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.14.7 by Chef Expeditorv15.14.7Chef Expeditor2021-01-061-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.14.6 by Chef Expeditorv15.14.6Chef Expeditor2021-01-061-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.14.5 by Chef Expeditorv15.14.5Chef Expeditor2021-01-061-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.14.4 by Chef Expeditorv15.14.4Chef Expeditor2021-01-061-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.14.3 by Chef Expeditorv15.14.3Chef Expeditor2020-12-211-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.14.2 by Chef Expeditorv15.14.2Chef Expeditor2020-12-201-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Fixed cron_d resource ignoring sensitive propertyAxel Amigo Arnold2020-12-191-0/+1
| | | | Signed-off-by: Axel Amigo <axl89@users.noreply.github.com>
* Bump version to 15.14.1 by Chef Expeditorv15.14.1Chef Expeditor2020-11-171-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.14.0 by Chef Expeditorv15.14.0Chef Expeditor2020-09-111-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.13.21 by Chef Expeditorv15.13.21Chef Expeditor2020-09-101-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.13.20 by Chef Expeditorv15.13.20Chef Expeditor2020-09-101-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.13.19 by Chef Expeditorv15.13.19Chef Expeditor2020-09-031-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.13.18 by Chef Expeditorv15.13.18Chef Expeditor2020-09-021-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* inserted rescuedheerajd-msys2020-09-021-2/+5
| | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* remove --ssh-pty with updatedheerajd-msys2020-09-021-11/+13
| | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* Fix knife ssh freeze on windowsdheerajd-msys2020-09-021-1/+11
| | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* Bump version to 15.13.17 by Chef Expeditorv15.13.17Chef Expeditor2020-09-021-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.13.16 by Chef Expeditorv15.13.16Chef Expeditor2020-08-181-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10317 from chef/hostnameTim Smith2020-08-181-18/+18
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use a const for the ec2 config location on windowsTim Smith2020-08-171-4/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add end-to-end hostname testingTim Smith2020-08-171-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use powershell_out vs. powershell_script in hostnameTim Smith2020-08-171-15/+14
| | | | | | | | | | | | | | | | | | This improves the log output and probably speeds up the run since we're not writing out a temporary script file anymore and then executing it. I also removed some delcare_resource uses since we enabled unified_mode for this resource. There's a ton more to remove here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.13.15 by Chef Expeditorv15.13.15Chef Expeditor2020-08-181-1/+1
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10316 from chef/windows_fontTim Smith2020-08-171-1/+2
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * fix second chef run hangdheerajd-msys2020-08-171-1/+2
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Bump version to 15.13.14 by Chef Expeditorv15.13.14Chef Expeditor2020-08-181-1/+1
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10315 from chef/win_featureTim Smith2020-08-171-2/+6
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * optimized codedheerajd-msys2020-08-171-4/+4
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * install removed feature when source is availabledheerajd-msys2020-08-171-1/+5
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * Fix install features when install state is removeddheerajd-msys2020-08-171-2/+2
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Bump version to 15.13.13 by Chef Expeditorv15.13.13Chef Expeditor2020-08-181-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.13.12 by Chef Expeditorv15.13.12Chef Expeditor2020-08-181-1/+1
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10312 from chef/exists_chef15Tim Smith2020-08-1725-38/+38
|\ \ | | | | | | Convert File.exists to File.exist in many places
| * | Convert File.exists to File.exist in many placesTim Smith2020-08-1725-38/+38
| | | | | | | | | | | | | | | | | | Backporting this makes it easier to backport other stuff. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.13.11 by Chef Expeditorv15.13.11Chef Expeditor2020-08-181-1/+1
| |/ |/| | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Use net/http and openssl instead of net/httpsTim Smith2020-08-171-1/+2
| | | | | | | | | | | | | | net/https just calls openssl and net/http. We can just do that ourselves and avoid the extra layer Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.13.10 by Chef Expeditorv15.13.10Chef Expeditor2020-08-181-1/+1
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.13.9 by Chef Expeditorv15.13.9Chef Expeditor2020-08-051-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.13.8 by Chef Expeditorv15.13.8Chef Expeditor2020-07-291-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.13.7 by Chef Expeditorv15.13.7Chef Expeditor2020-07-291-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.13.6 by Chef Expeditorv15.13.6Chef Expeditor2020-07-291-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.