summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into jfm/chef18jfm/chef18John McCrae2022-09-0810-46/+33
|\
| * Bump version to 18.0.143 by Chef Expeditorv18.0.143Chef Expeditor2022-09-088-91/+30
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
| * Merge pull request #13171 from chef/fix_expeditor_version_bumpPrajaktaPurohit2022-09-081-0/+1
| |\ | | | | | | The worker container for expeditor needs to use Ruby 3.1.0
| | * The worker container for expeditor needs to use Ruby 3.1.0Prajakta Purohit2022-09-081-0/+1
| | | | | | | | | | | | Signed-off-by: Prajakta Purohit <prajakta@chef.io>
| * | Bundle with for 2.3.7 and cleanup with minimal gem bumps (#13169)tpowell-progress2022-09-082-7/+7
| |/ | | | | | | | | | | * Add ruby cleanup * Disable Amazon 2022 and Windows 8 pipelines Signed-off-by: tpowell-progress <104777878+tpowell-progress@users.noreply.github.com>
* | backing out the update for mixlib-archive, leaving the fix in for mac ↵John McCrae2022-09-062-4/+1
| | | | | | | | | | | | notarization Signed-off-by: John McCrae <john.mccrae@progress.com>
* | Updating the mixlib-archive referenceJohn McCrae2022-09-062-1/+4
| | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* | updating dependenciesJohn McCrae2022-09-061-2/+2
| | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* | updating dependenciesJohn McCrae2022-09-062-63/+34
|/ | | | 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")
| * | | Wording ChangeTerry2022-07-071-3/+3
| | | | | | | | | | | | | | | | Providing better explanation of somewhat confusing error message, which, if misunderstood, could cause issues.
| | | * testCorey Hemminger2022-08-021-10/+1
| | | | | | | | | | | | | | | | Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
| | | * Merge branch 'chef:main' into patch-1Corey Hemminger2022-07-269-21/+23
| | | |\ | |_|_|/ |/| | |
* | | | Bump version to 18.0.136 by Chef Expeditorv18.0.136Chef Expeditor2022-07-268-21/+22
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.