summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump win32-certstore to 0.6.13expeditor/_win32-certstore_0.6.13Chef Expeditor2022-05-151-9/+9
| | | | | | This pull request was triggered automatically via Expeditor when win32-certstore 0.6.13 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Bump version to 17.10.12 by Chef Expeditorv17.10.12Chef Expeditor2022-05-108-24/+25
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12856 from jasonwbarnett/jwb/backport-default-secret-apiMarc A. Paradise2022-05-104-24/+272
|\ | | | | Backport #12140 to chef-17
| * Add support for default secret serviceJason Barnett2022-05-064-24/+272
| | | | | | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | Merge pull request #12870 from chef/jsnapp/IPACK-126-add-platforms-to-chef-17Jeremiah Snapp2022-05-093-8/+6
|\ \ | |/ |/| IPACK-126 Add platforms to chef-17
| * Update Gemfile.lockJeremiah Snapp2022-05-091-4/+4
| | | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
| * Build on FreeBSD 12 and remove FreeBSD 11Jeremiah Snapp2022-05-092-4/+2
|/ | | | | | FreeBSD 11 is EOL Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Bump version to 17.10.11 by Chef Expeditorv17.10.11Chef Expeditor2022-04-298-25/+26
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* bugfix: remove duplicate ohai params (#12826)Jason Barnett2022-04-291-2/+0
| | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* Bump version to 17.10.10 by Chef Expeditorv17.10.10Chef Expeditor2022-04-208-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update all dependencipes with bundle update (#12799)neha-p62022-04-202-18/+20
| | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Merge pull request #12800 from ↵Jeremiah Snapp2022-04-191-9/+9
|\ | | | | | | | | chef/dependabot/bundler/omnibus/chef-17/omnibus-software-7d5c535 Bump omnibus-software from `91fa13c` to `7d5c535` in /omnibus
| * Bump omnibus-software from `91fa13c` to `7d5c535` in /omnibusdependabot[bot]2022-04-191-9/+9
|/ | | | | | | | | | | | | Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `91fa13c` to `7d5c535`. - [Release notes](https://github.com/chef/omnibus-software/releases) - [Commits](https://github.com/chef/omnibus-software/compare/91fa13cf3b248254b5b4549b1bdff000f243d618...7d5c5359c25ced333216e036b166ddbdb0b763fc) --- updated-dependencies: - dependency-name: omnibus-software dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump version to 17.10.9 by Chef Expeditorv17.10.9Chef Expeditor2022-04-128-21/+22
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12772 from ↵PrajaktaPurohit2022-04-122-11/+39
|\ | | | | | | | | sanjain-progress/fix/sanjain/2505-fix-pem-generation Fix pem generation when user created
| * Add test & modify test casessachin007jain2022-04-081-8/+34
| | | | | | | | Signed-off-by: sachin007jain <sachin.jain@chef.io>
| * Fix pem file generation when user is createdsachin007jain2022-04-081-3/+5
|/ | | | Signed-off-by: sachin007jain <sachin.jain@chef.io>
* Bump version to 17.10.8 by Chef Expeditorv17.10.8Chef Expeditor2022-04-078-22/+24
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12768 from chef/jgarud/pin-libxslt-to-old-version-windowsJeremiah Snapp2022-04-071-2/+2
|\ | | | | pin libxml2 to 2.9.13 and libxslt to 1.1.34 on windows
| * pin libxml2 to 2.9.13 and libxslt to 1.1.34jayashri garud2022-04-061-2/+2
|/ | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* Bump version to 17.10.7 by Chef Expeditorv17.10.7Chef Expeditor2022-03-318-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12743 from chef/lcg/fix-attribute-performance-issues2Lamont Granquist2022-03-303-7/+32
|\
| * Convert the deep merge cache to an ImmutableMashLamont Granquist2022-03-303-45/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it so that callers can call the deep merge cache more or less directly so that we're not hanging onto a weird Hash-of-ImmutableMashes structure. Care still needs to be taken to consider the fact that: - the deep merge cache may not be merged for a given keys since it is lazily created, so we need to hit the top level accessor once to make sure the key is merged before we access it. - the top-level "give me it all" case where the path is totally empty is still handled by doing a manual deep merge of everything. Once that is done we can call APIs like read/read!/exist? directly on the ImmutableMash and have fewer edge cases to deal with. This has the same perf speedup that the prior approach does and keeps attribute mangling down to 1% of my runtime on my own cookbooks Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Fix attribute performance issues in node.readLamont Granquist2022-03-301-4/+47
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 17.10.6 by Chef Expeditorv17.10.6Chef Expeditor2022-03-308-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12741 from chef/chef-17-libxml2_bump_againJohn McCrae2022-03-303-32/+36
|\ \ | |/ |/|
| * Updating Gemfile.locks to corroborate the libxml2 version updateJohn McCrae2022-03-303-32/+36
|/ | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Bump version to 17.10.5 by Chef Expeditorv17.10.5Chef Expeditor2022-03-308-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12740 from chef/chef17_remove_server_2016PrajaktaPurohit2022-03-301-1/+1
|\ | | | | Removed Windows Server 2016 from testing per Github
| * Removed Windows Server 2016 from testing per GithubJohn McCrae2022-03-301-1/+1
| | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* | Bump version to 17.10.4 by Chef Expeditorv17.10.4Chef Expeditor2022-03-288-21/+22
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12731 from chef/jfm/libxml-chef17-2.9.12John McCrae2022-03-281-1/+1
|\ \ | | | | | | See INFC-40
| * | update libxml2 to 2.9.12 - CHEF17John McCrae2022-03-281-1/+1
| |/ | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* | Bump version to 17.10.3 by Chef Expeditorv17.10.3Chef Expeditor2022-03-268-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12720 from ↵John McCrae2022-03-261-6/+6
|\ \ | | | | | | | | | | | | chef/dependabot/bundler/omnibus/chef-17/omnibus-software-769445f Ran and Ad-hoc build and this passed cleanly
| * | Bump omnibus-software from `5947560` to `769445f` in /omnibusdependabot[bot]2022-03-251-6/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `5947560` to `769445f`. - [Release notes](https://github.com/chef/omnibus-software/releases) - [Commits](https://github.com/chef/omnibus-software/compare/5947560ea75ff76243d39243ede62fa45f979895...769445f0a0b2a06356d70524ab922f7ce88761a3) --- updated-dependencies: - dependency-name: omnibus-software dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump version to 17.10.2 by Chef Expeditorv17.10.2Chef Expeditor2022-03-258-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12721 from chef/chef17/relativityJohn McCrae2022-03-252-2/+2
|\ \ | |/ |/|
| * Package resource was calling a non-existent error methodJohn McCrae2022-03-252-2/+2
|/ | | | Signed-off-by: John McCrae <jmccrae@chf.io>
* updating versionsJohn McCrae2022-03-241-7/+7
| | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Merge pull request #12705 from chef/jsnapp/chef-17/IPACK-136Lamont Granquist2022-03-243-8/+3
|\
| * Update bk_win_integration.ps1 script to allow for different ruby versionsJeremiah Snapp2022-03-231-2/+1
| | | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
| * Update bk_win_functional.ps1 in verify pipelineJeremiah Snapp2022-03-232-6/+2
|/ | | | | | | Remove some unnecessary things from the script and update the verify pipeline to show that the test is using ruby 2.7. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Bump version to 17.10.1 by Chef Expeditorv17.10.1Chef Expeditor2022-03-238-19/+27
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12701 from ↵Lamont Granquist2022-03-231-1/+1
|\ | | | | | | chef/jsnapp/chef-17/minor-fix-to-promote-docker-images.sh
| * Minor fix to conditional in promote-docker-images.shJeremiah Snapp2022-03-231-1/+1
|/ | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Update CHANGELOG.md to reflect the promotion of 17.10.0Chef Expeditor2022-03-222-21/+18
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.10.0 by Chef Expeditorv17.10.0Chef Expeditor2022-03-178-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12688 from chef/march_16_2022_releaseLamont Granquist2022-03-1711-49/+71
|\
| * Updating win32.gemspec and releasing a new build. Also backporting Ruby 3.0 ↵John McCrae2022-03-171-0/+1
| | | | | | | | | | | | rspec updates Signed-off-by: John McCrae <jmccrae@chf.io>