summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reverted the gemspecs, mostly, to pre chef18. Forgot to rebuild the ↵jfm/chef18_mixlibJohn McCrae2022-09-081-1/+1
| | | | | | gemfile.lock. Also forgot to add the updated gemspec. Also forgot to save the corrected Rakefile. UGH Signed-off-by: John McCrae <john.mccrae@progress.com>
* Reverted the gemspecs, mostly, to pre chef18. Forgot to rebuild the ↵John McCrae2022-09-081-0/+22
| | | | | | gemfile.lock. Also forgot to add the updated gemspec Signed-off-by: John McCrae <john.mccrae@progress.com>
* Reverted the gemspecs, mostly, to pre chef18. Forgot to rebuild the gemfile.lockJohn McCrae2022-09-081-16/+3
| | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Reverted the gemspecs, mostly, to pre chef18John McCrae2022-09-081-2/+0
| | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Reverted the gemspecs, mostly, to pre chef18John McCrae2022-09-082-39/+18
| | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Refactored the rest-client gem and updated gemfile.lock here to account for ↵John McCrae2022-09-071-6/+1
| | | | | | that. Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the platform to correctly apply the ucrt versionJohn McCrae2022-09-071-3/+1
| | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the platform to correctly apply the ucrt versionJohn McCrae2022-09-072-19/+27
| | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the platform to correctly apply the ucrt versionJohn McCrae2022-09-071-1/+1
| | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the platform to correctly apply the ucrt versionJohn McCrae2022-09-071-1/+1
| | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the platform to correctly apply the ucrt versionJohn McCrae2022-09-072-30/+30
| | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the platform to correctly apply the ucrt versionJohn McCrae2022-09-073-6/+41
| | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Updated the platform to correctly apply the ucrt version. Also added my own ↵John McCrae2022-09-075-88/+70
| | | | | | version of the mixlib-archive in which also has the correct platform in it Signed-off-by: John McCrae <john.mccrae@progress.com>
* Merge pull request #13144 from chef/tp/ruby-revert-to-ruby31tpowell-progress2022-08-3141-312/+359
|\ | | | | Integrate ruby 3.1 into builds
| * Merge branch 'main' into tp/ruby-revert-to-ruby31John McCrae2022-08-3110-20/+60
| |\ | |/ |/|
* | Bump version to 18.0.142 by Chef Expeditorv18.0.142Chef Expeditor2022-08-308-23/+24
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #13152 from chef/vkarve/universal-pkgtpowell-progress2022-08-302-0/+5
|\ \ | | | | | | Add empty pipeline for macos universal package
| * | start with empty pipeline as recommendedVikram Karve2022-08-262-55/+1
| | | | | | | | | | | | Signed-off-by: Vikram Karve <vikram.karve@progress.com>
| * | update macos version per expeditor conformanceVikram Karve2022-08-261-1/+1
| | | | | | | | | | | | Signed-off-by: Vikram Karve <vikram.karve@progress.com>
| * | fix typo in expeditor configVikram Karve2022-08-261-1/+1
| | | | | | | | | | | | Signed-off-by: Vikram Karve <vikram.karve@progress.com>
| * | Add pipeline for macos universal pkg. Initial commit, version hardcoded.Vikram Karve2022-08-263-0/+59
| | | | | | | | | | | | Signed-off-by: Vikram Karve <vikram.karve@progress.com>
| | * Windows 8 removed from adhoc buildThomas Powell2022-08-301-1/+0
| | | | | | | | | | | | Signed-off-by: Thomas Powell <powell@progress.com>
| | * Fix quote style for gem branch specThomas Powell2022-08-291-1/+1
| | | | | | | | | | | | Signed-off-by: Thomas Powell <powell@progress.com>
| | * Update signing identity for msiThomas Powell2022-08-291-1/+1
| | | | | | | | | | | | Signed-off-by: Thomas Powell <powell@progress.com>
| | * Refresh omnibus Gemfile.lock for the branch forceThomas Powell2022-08-251-2/+7
| | | | | | | | | | | | Signed-off-by: Thomas Powell <powell@progress.com>
| | * Force omnibus-software to patch branchThomas Powell2022-08-251-1/+5
| | |
| | * Use proper branch for macOS and Linux kitchen on GHAThomas Powell2022-08-251-4/+1
| | | | | | | | | | | | Signed-off-by: Thomas Powell <powell@progress.com>
| | * INFC-257 add atomic_update falseThomas Powell2022-08-241-7/+5
| | | | | | | | | | | | Signed-off-by: Thomas Powell <powell@progress.com>
| | * Integrate ruby 3.1 into buildsJohn McCrae2022-08-2340-338/+348
| |/ |/| | | | | | | | | | | | | | | This is a combination of 64 commits, the originals were mostly repeating one-line messages so that history has not been kept here. Signed-off-by: Thomas Powell <thomas.powell@progress.com> Signed-off-by: Marc Paradise <marc@chef.io> Signed-off-by: John McCrae <john.mccrae@progress.com>
* | Merge pull request #13139 from chef/tp/INFC-253-badssl-testtpowell-progress2022-08-224-12/+72
|\ \ | |/ |/| Update expired cert for kitchen tests
| * Fix SSL, git error, disable resolv conf testThomas Powell2022-08-224-12/+72
|/ | | | Signed-off-by: Thomas Powell <powell@progress.com>
* Bump version to 18.0.141 by Chef Expeditorv18.0.141Chef Expeditor2022-08-168-21/+22
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13118 from tmccombs/sysctl-newlineMarc A. Paradise2022-08-162-3/+3
|\ | | | | | | | | Add newline to end of sysctl files Current pipeline failures are environmental and not related to this change. Failing tests are kitchen, which does not have coverage for this resource.
| * Add newline to end of sysctl filesThayne McCombs2022-08-052-3/+3
| | | | | | | | | | | | | | | | | | | | If the sysctl file doesn't end with a newline, then Ubuntu's CIS audit won't correctly detect the sysctl configuration. Also, it is UNIX best practice to include a newline at the end of the last line of text files. Obvious fix. Signed-off-by: Thayne McCombs <thayne@lucid.co>
* | Bump version to 18.0.140 by Chef Expeditorv18.0.140Chef Expeditor2022-08-098-22/+23
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #13095 from Stromweld/patch-1Marc A. Paradise2022-08-098-5/+20
|\ \ | |/ |/| fix chef_client_scheduled_task splay to accept 0
| * fix linting errorCorey Hemminger2022-08-021-1/+1
| | | | | | | | Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
| * add splay 0 test to chef_client_scheduled_taskCorey Hemminger2022-08-021-0/+5
| | | | | | | | Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
| * Update chef_client_systemd_timer_spec.rbCorey Hemminger2022-08-021-5/+0
| |
| * Merge branch 'chef:main' into patch-1Corey Hemminger2022-08-0211-27/+59
| |\ | |/ |/|
* | Bump version to 18.0.139 by Chef Expeditorv18.0.139Chef Expeditor2022-08-028-23/+24
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #13104 from Stromweld/patch-2John McCrae2022-08-021-1/+1
|\ \
| * | add reference to :add action for new urlCorey Hemminger2022-07-291-41/+2
| | | | | | | | | | | | Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
| * | add list of principal namesCorey Hemminger2022-07-291-2/+41
|/ /
* | Bump version to 18.0.138 by Chef Expeditorv18.0.138Chef Expeditor2022-07-288-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 18.0.137 by Chef Expeditorv18.0.137Chef Expeditor2022-07-288-22/+23
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #13046 from chef/neha-p6/how_to_client_documentationPrajaktaPurohit2022-07-281-0/+29
|\ \ | | | | | | Added how to doc with details about documentation for infra client resources
| * | Fix linting issuesNeha Pansare2022-07-041-3/+3
| | | | | | | | | | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
| * | Add how to doc with details about documentation for infra client resourcesNeha Pansare2022-07-041-0/+29
| | | | | | | | | | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* | | Merge pull request #13061 from c-drive/am_error_grammarJohn McCrae2022-07-281-3/+3
|\ \ \ | | | | | | | | Wording change in error for missing recipe dependency ("Obvious Fix")