summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add rake task to generate data for each knife subcommandim/knife_docsIan Maddaus2022-11-15138-7/+1910
| | | | Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
* Add rake task to output knife common options yamlIan Maddaus2022-11-153-0/+139
| | | | Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
* Bump version to 18.0.185 by Chef Expeditorv18.0.185Chef Expeditor2022-11-159-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13285 from tnir/tnir-awesome-chef-awardsJohn McCrae2022-11-141-0/+10
|\
| * Add recipients of Awesome Chef Awards 2021/2022Takuya Noguchi2022-11-081-0/+10
| | | | | | | | | | | | Congratulations, Jeff, Ben, Lamont, Lance, Brittany, and Takuya. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Bump version to 18.0.184 by Chef Expeditorv18.0.184Chef Expeditor2022-11-159-22/+23
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #13166 from gene1wood/fix_package_allowed_actionsJohn McCrae2022-11-1415-0/+30
|\ \
| * \ Merge branch 'main' into fix_package_allowed_actionsGene Wood2022-11-0146-337/+773
| |\ \
| * | | Add allowed_actions for each package typeGene Wood2022-09-1615-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will override the allowed_actions setting in the inherited package resource so that the allowed_actions reflects the actual supported actions of each package type. This should enable a better error message from Chef when an unsupported action is called for a given package type as well as enabling the correct automatic generation of Chef documentation for each package type, listing the actual supported actions (instead of all actions). Currently this difference between the rake generated documentation and the real action list is hand corrected after rake generates it as mentioned in #13123. This should remove the need for that. The allowed_actions for each package in this commit is derived from the methods supported by each of the associated Chef providers for each package resource. Fixes #13123 Signed-off-by: Gene Wood <gene_wood@cementhorizon.com>
* | | | Bump version to 18.0.183 by Chef Expeditorv18.0.183Chef Expeditor2022-11-159-22/+23
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #13361 from chef/jfm/hab_testJohn McCrae2022-11-141-4/+8
|\ \ \ \ | | | | | | | | | | This update corrects the adhoc and release pipeline errors but not the habitat-test errors. Those are being investigated by Releng
| * | | | updating the hab test to properly check for Windows PowerShell and set a TLS ↵John2022-11-141-4/+8
|/ / / / | | | | | | | | | | | | | | | | | | | | security value appropriately Signed-off-by: John <john.mccrae@progress.com>
* | | | Bump version to 18.0.182 by Chef Expeditorv18.0.182Chef Expeditor2022-11-119-22/+23
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Bump version to 18.0.181 by Chef Expeditorv18.0.181Chef Expeditor2022-11-119-22/+23
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #13349 from Stromweld/mainJohn McCrae2022-11-111-2/+2
|\ \ \ \
| * | | | linting fixCorey Hemminger2022-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
| * | | | fix bug in log_location directory creation when property is not a directoryCorey Hemminger2022-11-101-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
* | | | | Merge pull request #13340 from chef/jfm/chef18_hab_test2John McCrae2022-11-113-37/+49
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Updating the the hab script to account for a missing env variableJohn McCrae2022-11-101-9/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
| * | | | Updating the the hab script to account for a missing env variableJohn McCrae2022-11-101-6/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
| * | | | Updating the the hab script to account for a missing env variableJohn McCrae2022-11-091-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
| * | | | Updating the the hab script to account for a missing env variableJohn McCrae2022-11-091-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
| * | | | Updating the the hab script to account for a missing env variableJohn McCrae2022-11-091-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
| * | | | Updating the the hab script to account for a missing env variableJohn McCrae2022-11-091-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
| * | | | Updating the Hab installer and gemsJohn McCrae2022-11-092-32/+40
| | |_|/ | |/| | | | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* | | | Bump version to 18.0.180 by Chef Expeditorv18.0.180Chef Expeditor2022-11-109-22/+23
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #13344 from gene1wood/address_deprecation_noticesJohn McCrae2022-11-102-11/+8
|\ \ \ \
| * \ \ \ Merge branch 'main' into address_deprecation_noticesGene Wood2022-11-0914-29/+71
| |\ \ \ \ | |/ / / / |/| | | | | | | | | Signed-off-by: Gene Wood <gene_wood@cementhorizon.com>
* | | | | Bump version to 18.0.179 by Chef Expeditorv18.0.179Chef Expeditor2022-11-099-22/+23
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #13338 from Stromweld/mainJohn McCrae2022-11-094-6/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix knife train-core dep for latest supporting net-ssh 7.x depCorey Hemminger2022-11-084-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
* | | | | Bump version to 18.0.178 by Chef Expeditorv18.0.178Chef Expeditor2022-11-089-22/+23
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Fix false updates on cron resource when using integers (#13147)Jeremy Kimber2022-11-082-1/+41
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix false updates on cron resource when using integers Signed-off-by: Jeremy Kimber <kimbernator@state.local> * move new cron idempotency test to provider spec and coerce data to string in provider Signed-off-by: Jeremy Kimber <kimbernator@state.local> * Compare cron variables by class Signed-off-by: Jeremy Kimber <kimbernator@state.local> Signed-off-by: Jeremy Kimber <kimbernator@state.local> Co-authored-by: Jeremy Kimber <kimbernator@state.local>
| * | | Upgrade GitHub Actions checkout from v2 to v3Gene Wood2022-11-082-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This switches the action to Node.js 16 from Node.js 12 which went out of support April 2022. This will remove the warning messages in GitHub Action runs : > Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16 Signed-off-by: Gene Wood <gene_wood@cementhorizon.com>
| * | | Upgrade GitHub Action download-file-actionGene Wood2022-11-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This upgrades the download-file-action from v1.0.3 to v2.0.0. This swiches the action to Node.js 16 from Node.js 12 which went out of support April 2022. This will remove the warning messages in GitHub Action runs : > Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16 Signed-off-by: Gene Wood <gene_wood@cementhorizon.com>
| * | | Replace deprecated cspell-action with streetsidesoftware/cspell-actionGene Wood2022-11-081-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cspell-action GitHub Actions spell checker from zwaldowski [has been deprecated](https://github.com/zwaldowski/cspell-action/commit/8d04e085cc0ce2bb8d5305fca42e39dd71cb1959). This replaces it with the streetsidesoftware GitHub Action Signed-off-by: Gene Wood <gene_wood@cementhorizon.com>
| * | | Add space before YAML commentGene Wood2022-11-081-1/+1
|/ / / | | | | | | | | | | | | | | | This conforms more closely to default linting behavior for YAML requiring 2 spaces before inline comments. https://yamllint.readthedocs.io/en/latest/rules.html#module-yamllint.rules.comments Signed-off-by: Gene Wood <gene_wood@cementhorizon.com>
* | | Bump version to 18.0.177 by Chef Expeditorv18.0.177Chef Expeditor2022-11-089-22/+23
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #13315 from gene1wood/remove_missing_buildkite_commandJohn McCrae2022-11-081-1/+0
|\ \ \
| * | | Remove "free" command from buildkite run as it's not supportedGene Wood2022-11-011-1/+0
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | This removes the call to run "free" in the buildkite environment as that binary isn't present. The call to "free" gives this error ``` C:/bk018435762483229395ad/.buildkite/hooks/pre-command: line 9: free: command not found ``` Signed-off-by: Gene Wood <gene_wood@cementhorizon.com>
* | | Bump version to 18.0.176 by Chef Expeditorv18.0.176Chef Expeditor2022-11-089-22/+23
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #13330 from chef/seansimmons/powershellUpdateJohn McCrae2022-11-081-4/+23
|\ \ \
| * | | Signed-off-by: Sean <sean.simmons@progress.com>Sean Simmons2022-11-071-1/+1
| | | |
| * | | adding choco functionSean Simmons2022-11-041-3/+22
|/ / / | | | | | | | | | idea here is not to install it if it already exists.
* | | Bump version to 18.0.175 by Chef Expeditorv18.0.175Chef Expeditor2022-11-049-22/+23
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #13025 from gene1wood/fix_install_snaps_callJohn McCrae2022-11-043-6/+29
|\ \ \
| * | | Change snap_package tests to use "expect" instead of "black"Gene Wood2022-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | As there is no release of the "black" snap in the "stable" channel, this switches to "expect" which is in the "stable" channel and is also a small package. Signed-off-by: Gene Wood <gene_wood@cementhorizon.com>
| * | | Merge branch 'main' into fix_install_snaps_callGene Wood2022-11-0146-337/+773
| |\ \ \ | | |/ /
| * | | Merge branch 'main' into fix_install_snaps_callGene Wood2022-09-1651-397/+395
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'upstream/main' into fix_install_snaps_callGene Wood2022-08-2341-76/+247
| |\ \ \ | | | | | | | | | | | | | | | Signed-off-by: Gene Wood <gene_wood@cementhorizon.com>