summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use chef foundation for testing macos builds.gcs-devel/fix-kitchen-testsGregory Schofield2022-12-121-19/+3
| | | | Signed-off-by: Gregory Schofield <grschofi@progress.com>
* Bump version to 18.0.198 by Chef Expeditorv18.0.198Chef Expeditor2022-12-129-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Patch for CVE-2022-29181 and CVS-2022-24836 (#13398)tpowell-progress2022-12-121-1/+1
| | | Signed-off-by: Thomas Powell <powell@progress.com>
* Bump version to 18.0.197 by Chef Expeditorv18.0.197Chef Expeditor2022-12-099-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13421 from chef/jfm/chef18_version_bumpsJohn McCrae2022-12-092-17/+17
|\ | | | | Jfm/chef18 version bumps
| * Overriding dependabot and bumping gem versionsJohn2022-12-092-17/+17
| | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
| * Revert "Overriding dependabot and bumping gem versions"John2022-12-092-17/+96
| | | | | | | | This reverts commit 02ba298206f8d675b05c0eb6f6f5a0457cc11079.
| * Overriding dependabot and bumping gem versionsJohn2022-12-092-96/+17
|/ | | | Signed-off-by: John <john.mccrae@progress.com>
* Bump version to 18.0.196 by Chef Expeditorv18.0.196Chef Expeditor2022-12-099-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13418 from ↵John McCrae2022-12-091-9/+9
|\ | | | | | | | | chef/dependabot/bundler/omnibus/main/omnibus-software-a4f5cff Bump omnibus-software from `57fbed5` to `a4f5cff` in /omnibus
| * Bump omnibus-software from `57fbed5` to `a4f5cff` in /omnibusdependabot[bot]2022-12-091-9/+9
|/ | | | | | | | | | | | | Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `57fbed5` to `a4f5cff`. - [Release notes](https://github.com/chef/omnibus-software/releases) - [Commits](https://github.com/chef/omnibus-software/compare/57fbed5c2d998f9f2e0f28d5ca9f0718f1247e11...a4f5cff0a212c391b0b50ddafc4adbd43ed0cbc2) --- updated-dependencies: - dependency-name: omnibus-software dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump version to 18.0.195 by Chef Expeditorv18.0.195Chef Expeditor2022-12-099-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13405 from chef/neha-p6/INFC-371_remove_16/17_nightliesneha-p62022-12-091-12/+0
|\ | | | | Remove redundant code for chef16/17 nightlies from main branch
| * Remove redundant code for chef16/17 nightlies from main branchNeha Pansare2022-12-071-12/+0
|/ | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Bump version to 18.0.194 by Chef Expeditorv18.0.194Chef Expeditor2022-12-019-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Switch main back to current for kitchen (#13397)tpowell-progress2022-12-011-1/+1
| | | Signed-off-by: Thomas Powell <powell@progress.com>
* Bump version to 18.0.193 by Chef Expeditorv18.0.193Chef Expeditor2022-12-019-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13391 from chef/jfm/chef18_versionJohn McCrae2022-12-012-54/+102
|\ | | | | Updating Gem versions - specifically updating Chef for omnibus
| * Rebuilt the wildly incorrect gemfile.lockJohn2022-11-301-3/+11
| | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
| * Updating Gem versions - and improving the gemfile.lockJohn2022-11-301-7/+25
| | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
| * Updating Gem versions - specifically updating Chef for omnibusJohn2022-11-301-2/+7
| | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
| * Merge branch 'main' into jfm/chef18_versionJohn McCrae2022-11-2815-41/+156
| |\
| * | Correcting for Ruby-ShadowJohn McCrae2022-11-281-7/+9
| | | | | | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
| * | Updating Gem versions - specifically updating Chef for omnibusJohn2022-11-282-132/+101
| | | | | | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
* | | Bump version to 18.0.192 by Chef Expeditorv18.0.192Chef Expeditor2022-11-299-22/+23
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Chef-16 does not appear to have a 'current' channel, falling back to ↵John McCrae2022-11-291-1/+1
| | | | | | | | | | | | | | | | | | 'stable' for testing (#13362) Signed-off-by: John <john.mccrae@progress.com>
* | | Bump version to 18.0.191 by Chef Expeditorv18.0.191Chef Expeditor2022-11-299-22/+23
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Update deprecated "hab sup status" call (#13314)Gene Wood2022-11-298-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes "hab sup status" calls to "hab svc status" calls to avoid this deprecation notice : ``` * ruby_block[wait-for-sup-default-startup] action run 'hab sup status' as an alias for 'hab svc status' is deprecated. Please update your automation and processes accordingly. ``` * Update ruby block names to reference svc instead of sup Signed-off-by: Gene Wood <gene_wood@cementhorizon.com>
* | | Bump version to 18.0.190 by Chef Expeditorv18.0.190Chef Expeditor2022-11-299-22/+23
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | New launchd key for associating a bundle identifier with Login Items (#13288)Joseph Chilcote2022-11-292-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Example of what it will look like in a plist ```xml <key>AssociatedBundleIdentifiers</key> <array> <string>bundle.id.of.app.signed.by.same.team</string> </array> ``` Apple [docs](https://developer.apple.com/documentation/servicemanagement/updating_helper_executables_from_earlier_versions_of_macos) Signed-off-by: Joseph Chilcote <chilcote@gmail.com>
* | | Bump version to 18.0.189 by Chef Expeditorv18.0.189Chef Expeditor2022-11-299-22/+23
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Lock ruby to 3.1.2 for GitHub Actions unit specs (#13393)tpowell-progress2022-11-291-1/+1
| | | | | | | | | | | | | | | in `generate_key!': pkeys are immutable on OpenSSL 3.0 (OpenSSL::PKey::PKeyError) Signed-off-by: Thomas Powell <powell@progress.com>
* | | Bump version to 18.0.188 by Chef Expeditorv18.0.188Chef Expeditor2022-11-299-22/+23
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Added option to set release version when using activation keys (#13352)ianl6782022-11-291-1/+2
| |/ |/| | | | | | | | | | | | | | | | | | | * Added option to set release version when using activation keys Co-authored-by: tpowell-progress <104777878+tpowell-progress@users.noreply.github.com> Signed-off-by: Ian Lochrin <ian@lochrin.me> Signed-off-by: Lochrin, Ian M <ian.lochrin@westpac.com.au> Signed-off-by: Ian Lochrin <ian@lochrin.me> Co-authored-by: Lochrin, Ian M <ian.lochrin@westpac.com.au> Co-authored-by: tpowell-progress <104777878+tpowell-progress@users.noreply.github.com>
* | Bump version to 18.0.187 by Chef Expeditorv18.0.187Chef Expeditor2022-11-289-22/+23
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Update omnibus-software for FIPS issues (#13375)tpowell-progress2022-11-284-2/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update omnibus-software for FIPS issues New version of omnibus-software should have disable-dynamicbase option on for the all DLLs involve with openssl for FIPS build as well as keying off of mingw64 "platform" argument to ./Configure script. Ensure FIPS mode turned off after test Disable all opensuse fips_mode tags, due to broken FIPS build in rubydistros for OpenSUSE. Signed-off-by: Thomas Powell <powell@progress.com>
* | Bump version to 18.0.186 by Chef Expeditorv18.0.186Chef Expeditor2022-11-229-21/+29
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Squashed commit of the following: (#13069)Steve Abatangle2022-11-222-3/+38
| | | | | | | | | | | | | | | | | | Res validation should be aware of action prop reqs. The get and set methods in the Property class (for resource validation) check that a property is required if its value is nil. However, they don't check to see whether the property was required for the specific action the resource is using, so any use of get and set will throw an exception if used with a resource that doesn't use a required property, even when the property is not required for that action. What I'm describing is easier to understand with an example: the current version of the chef-client cookbook has a recipe (cron.rb) with a resource that uses the :delete action. When you try to get that resource, it throws an exception, explaining that :command is a required property—but it's only required for the :create action, not for :delete. Co-authored-by: Steve Abatangle <steve_abatangle@gap.com>
* | Update CHANGELOG.md to reflect the promotion of 18.0.185Chef Expeditor2022-11-172-27/+24
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* 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.