summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump omnibus-software from `a4fab5f` to `4653e83` in /omnibusdependabot/bundler/omnibus/master/omnibus-software-4653e83dependabot[bot]2021-08-181-3/+3
| | | | | | | | | | | | | Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `a4fab5f` to `4653e83`. - [Release notes](https://github.com/chef/omnibus-software/releases) - [Commits](https://github.com/chef/omnibus-software/compare/a4fab5f0c2314f73fc79dfb77bde63e45588dfc0...4653e837544b9cf3b4580b2ad6b25e73005da1a2) --- updated-dependencies: - dependency-name: omnibus-software dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump version to 17.4.23 by Chef Expeditorv17.4.23Chef Expeditor2021-08-178-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11925 from chef/mac_userTim Smith2021-08-171-3/+3
|\ | | | | Fix failures in mac_user when not all user fields are present
| * Fix failures in mac_userTim Smith2021-08-171-3/+3
| | | | | | | | | | | | After merging https://github.com/chef/chef/pull/11731 our functional tests started failing. It turns out we're not being defensive about data missing when we parse the dscl -> plist -> current resource. On my mac after creating a single user 'foo' with all defaults the shell data is nil as is the is_hidden data. The way we try to get the first item in the array fails on a method missing error for nilclass. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Add missing changelog entriesTim Smith2021-08-171-0/+7
| | | | | | | | | | | | Expeditor wasn't bumping for a while Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.4.22 by Chef Expeditorv17.4.22Chef Expeditor2021-08-178-20/+21
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11935 from chef/revert-11731Tim Smith2021-08-171-32/+32
|\ | | | | Revert 11731
| * Revert "fix mac_user create_user for running without full disk access"Marc A. Paradise2021-08-171-32/+32
| | | | | | | | This reverts commit d4dc1129c3589af97a20f2002a3b54e62e8138ac.
| * Revert "Signed-off-by: Gilbert Liu <zpak@fb.com>"Marc A. Paradise2021-08-171-17/+17
|/ | | | This reverts commit fcf6a7eceecff78b11bffda41200db06536f6641.
* Bump version to 17.4.21 by Chef Expeditorv17.4.21Chef Expeditor2021-08-168-21/+22
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11676 from ↵Tim Smith2021-08-162-49/+132
|\ | | | | | | | | jasonwbarnett/feature/allow-bypassing-checking-deps Optionally check for cookbook dependencies when using knife cookbook upload
| * Optionally check for cookbook dependencies when using knife cookbook uploadJason Barnett2021-08-162-49/+132
| | | | | | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | Merge pull request #11927 from chef/fix-group-creation-gid-errorTim Smith2021-08-161-1/+1
|\ \ | | | | | | group: fix gid in use error on macOS
| * | fix(resource/group): group id comparisonrishichawda2021-08-161-1/+1
| | | | | | | | | | | | Signed-off-by: rishichawda <rishichawda@users.noreply.github.com>
* | | Merge pull request #11917 from chef/bundler_deprecated_warningTim Smith2021-08-165-30/+58
|\ \ \ | | | | | | | | Replace deprecated --without flag with bundle config
| * | | Adding local config optionjayashri garud2021-08-165-30/+30
| | | | | | | | | | | | | | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
| * | | Replace deprecated --without flag with bundle configjayashri garud2021-08-134-28/+56
| | | | | | | | | | | | | | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* | | | Merge pull request #11534 from ↵Tim Smith2021-08-162-8/+55
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | jasonwbarnett/flush-cache-after-subscription-is-added Flush package cache after attaching to rhsm subscription
| * | | | Flush package cache after attaching to rhsm subscriptionJason Barnett2021-08-112-8/+55
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | | | Merge pull request #11923 from chef/lcg/yell-louderTim Smith2021-08-131-1/+3
|\ \ \ \ | | | | | | | | | | Make the stacktrace.out message more visible
| * | | | Make the stacktrace.out message more visibleLamont Granquist2021-08-131-1/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | Nobody ever reads this. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Chefstyle fixesTim Smith2021-08-131-15/+15
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #11922 from chef/docsTim Smith2021-08-139-36/+133
|\ \ \ \ | | | | | | | | | | Add more descriptions to actions for documentation
| * | | | Format examples betterTim Smith2021-08-131-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Add less bad ruby_block examplesTim Smith2021-08-131-0/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I deleted 1/2 of them. Signed-off-by: Tim Smith <tsmith@chef.io>1
| * | | | Add more descriptionsTim Smith2021-08-133-11/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Add more descriptions to actions for documentationTim Smith2021-08-135-25/+26
|/ / / / | | | | | | | | | | | | | | | | | | | | Improve the automatically generated docs. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #11920 from chef/bump_all_depsTim Smith2021-08-132-25/+25
|\ \ \ \ | | | | | | | | | | Update all deps to current
| * | | | Update all deps to currentTim Smith2021-08-132-25/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Merge pull request #11909 from chef/docs_improvementsTim Smith2021-08-136-18/+15
|\ \ \ \ \ | |/ / / / |/| | | | Improve docs generation + update property / action descriptions
| * | | | Improve docs generation + update property / action descriptionsTim Smith2021-08-136-18/+15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify how we remove the sensitive properties so we don't have to do it multiple times. Add missing action descriptions Improve formatting on some property descriptions Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #11908 from chef/mp/11841Tim Smith2021-08-137-33/+98
|\ \ \ \ | |_|/ / |/| | | Add support for provider action description
| * | | Add support for provider action descriptionMarc A. Paradise2021-08-117-33/+98
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Often actions are defined on the provider and not on the resource. This change updates Provider to support a description opt when declaring the action, which lets us improve our generated documentation. This also updates ResourceInspector to look at the provider if the resource itself does not offer an action description for a given action. Example: action :foo, description: "bar" do ... end Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | | Merge pull request #11912 from ↵Tim Smith2021-08-121-8/+8
|\ \ \ | |/ / |/| | | | | | | | chef/dependabot/bundler/omnibus/master/omnibus-999a4e0 Bump omnibus from `9ffcd89` to `999a4e0` in /omnibus
| * | Bump omnibus from `9ffcd89` to `999a4e0` in /omnibusdependabot[bot]2021-08-111-8/+8
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [omnibus](https://github.com/chef/omnibus) from `9ffcd89` to `999a4e0`. - [Release notes](https://github.com/chef/omnibus/releases) - [Commits](https://github.com/chef/omnibus/compare/9ffcd89d078b3467be0480b138841ee82dd2d5d4...999a4e0cb8b5aad5490f01c3ef25489883087cd6) --- updated-dependencies: - dependency-name: omnibus dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump version to 17.4.20 by Chef Expeditorv17.4.20Chef Expeditor2021-08-058-22/+22
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11903 from chef/x25519_againTim Smith2021-08-051-2/+1
|\ \ | | | | | | Add x25519 dependency back to knife
| * | Add x25519 dependency back to knifeTim Smith2021-08-041-2/+1
|/ / | | | | | | | | | | The failures in this gem have been resolved. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.4.19 by Chef Expeditorv17.4.19Chef Expeditor2021-08-038-19/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11731 from bunnypak/mac_user_fixTim Smith2021-08-021-32/+32
|\ \ | | | | | | fix mac_user create_user for running without full disk access
| * | Signed-off-by: Gilbert Liu <zpak@fb.com>Gilbert Liu2021-08-021-17/+17
| | | | | | | | | | | | fixing quotes
| * | fix mac_user create_user for running without full disk accessGilbert Liu2021-08-021-32/+32
| | | | | | | | | | | | Signed-off-by: Gilbert Liu <zpak@fb.com>
* | | Update CHANGELOG.md with details from pull request #11895Chef Expeditor2021-08-031-3/+4
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11895 from chef/unbreak_usersTim Smith2021-08-021-1/+1
|\ \ | | | | | | Pin users cookbook in testing
| * | Pin users cookbook in testingTim Smith2021-08-021-1/+1
|/ / | | | | | | | | | | Changes here broke running this cookbook on macOS / opensuse Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.4.18 by Chef Expeditorv17.4.18Chef Expeditor2021-08-028-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #11658 from ↵Tim Smith2021-08-022-3/+3
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/smriti/11367_knife_bootstrap_against_windows_does_not_respect_config_log_level knife bootstrap windows: log_level should be updated as in client.rb
| * | knife bootstrap window: log_level should be updated as in client.rbsmriti2021-06-102-3/+3
| | | | | | | | | | | | Signed-off-by: smriti <sgarg@msystechnologies.com>
* | | Bump version to 17.4.17 by Chef Expeditorv17.4.17Chef Expeditor2021-08-028-21/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #11654 from ↵Tim Smith2021-08-022-0/+16
|\ \ \ | | | | | | | | | | | | | | | | MsysTechnologiesllc/smriti/11359_knife_bootstrap_sudo_password_broken Bootstrap: Fix for performing sudo operations once sudo password ente…