summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add 14.12 release notesruby255Tim Smith2019-04-031-0/+19
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update omnibus-software to the latestTim Smith2019-04-031-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Make sure we install Chef 14 in the kitchen testsTim Smith2019-04-031-1/+1
| | | | | | We want to install chef over a Ruby 2.5 install not Chef 15 with Ruby 2.6 Signed-off-by: Tim Smith <tsmith@chef.io>
* Update Ruby to 2.5.5 and nokogiri to 1.10.2Tim Smith2019-04-032-3/+3
| | | | | | Ruby and nokogiri bugfixes. We're not impacted by the rubygems CVE fixes since we already bump rubygems ourselves. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.12.0 by Chef Expeditorv14.12.0Chef Expeditor2019-04-035-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8327 from chef/jsinha/remove_windows-api_depTim Smith2019-04-034-46/+45
|\ | | | | Remove windows-api pin and update InSpec to 3.9.0
| * Repin kitchen-dokken now that we have TK 2 compat releaseTim Smith2019-04-031-1/+1
| | | | | | | | | | | | I did a branch release to get this working Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update inspec-core to 3.9.0Tim Smith2019-04-032-17/+17
| | | | | | | | | | | | This adds some new functionality and resolves build failures on Solaris. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove test-kitchen pinsjsinha/remove_windows-api_depJaymala Sinha2019-03-283-17/+17
| | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
| * Remove windows-api pin and update GemsJaymala Sinha2019-03-283-21/+20
|/ | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Bump version to 14.11.25 by Chef Expeditorv14.11.25Chef Expeditor2019-03-205-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8315 from chef/updatesTim Smith2019-03-196-130/+95
|\ | | | | Remove travis gem dep and bump versions of multiple components
| * Pull in mixlib-cli 2.0.3 for Ruby 2.4 compatTim Smith2019-03-191-1/+1
| | | | | | | | | | | | mixlib-cli 2.0.3 adds back Ruby 2.4 compatibility. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove travis gem dep and bump versions of multiple componentsTim Smith2019-03-195-100/+65
| | | | | | | | | | | | Bring in many newly released gems that loosen mixlib gem deps. This allows us to bring in the new major releases of these gems. The major version bumps were done to allow for the dropping of Ruby 2.1/2.2 so this is not a breaking change for Chef 14. It does get us some bug fixes we've made since the major bumps though. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test on Ruby 2.6.2 in travisTim Smith2019-03-191-3/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test on Ruby 2.5 in TravisTim Smith2019-03-191-27/+27
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.11.24 by Chef Expeditorv14.11.24Chef Expeditor2019-03-195-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8295 from chef/loosen_win32_depsTim Smith2019-03-192-6/+6
|\ | | | | Loosen the win32-cerstore and win32-service dependencies
| * Loosen the win32-cerstore and win32-service dependenciesloosen_win32_depsTim Smith2019-03-132-6/+6
| | | | | | | | | | | | Bring in the updated win32-certstore gem and allow bringing in the updated service gem later on. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.11.23 by Chef Expeditorv14.11.23Chef Expeditor2019-03-195-12/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8303 from jasonwbarnett/backport-windows_service-fixTim Smith2019-03-182-16/+44
|\ \ | |/ |/| Backport fix for #8080
| * Backport fix to chef-14 for #8080Jason Barnett2019-03-152-16/+44
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as Indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* Bump version to 14.11.22 by Chef Expeditorv14.11.22Chef Expeditor2019-03-095-11/+19
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8274 from chef/more_windows_cert_14Tim Smith2019-03-083-18/+111
|\ | | | | windows_certificate: Import nested certificates while importing P7B certs
| * Adding support to import nested certificates through PFX certificatemore_windows_cert_14Nimesh-Msys2019-03-041-1/+6
| | | | | | | | | | | | | | | | - The following case was also identified in case of PFX certificate - Minor changes to allow import of ca_certs if they are present - Supporting changes have been sent in PR: https://github.com/chef/win32-certstore/pull/53 Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
| * windows_certificate: Import root/nested certificates while importing P7B ↵Nimesh-Msys2019-03-043-17/+105
| | | | | | | | | | | | | | | | | | | | certificates - P7B might contain multiple certificates and we should not miss the internal one while import. - Added test cases and ensured chef-style - Fixes: MSYS-977 Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
* | Add 13.9 - 13.12 to the changelogTim Smith2019-03-081-1/+81
| |
* | Add the missing Chef 13 release notesTim Smith2019-03-081-3/+253
| |
* | Update CHANGELOG.md to reflect the promotion of 14.11.21Chef Expeditor2019-03-072-33/+30
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 14.11.21 by Chef Expeditorv14.11.21Chef Expeditor2019-03-065-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8272 from chef/14_11_release_notesTim Smith2019-03-062-1/+55
|\ \ | | | | | | Update Rubygems to 2.7.9 + Add release notes for Chef 14.11
| * | Bump Rubygems to 2.7.9 and add that to the release notesTim Smith2019-03-062-3/+12
| | | | | | | | | | | | | | | | | | Use the latest / greatest Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add release notes for Chef 14.11Tim Smith2019-03-061-0/+45
| |/ | | | | | | | | | | There may be more to add here, but this is 90% complete at least. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.11.20 by Chef Expeditorv14.11.20Chef Expeditor2019-03-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8273 from chef/aix_mountTim Smith2019-03-042-2/+10
|\ \ | |/ |/| mount: Add proper new lines when on AIX to prevent failures
| * Ensure that a new blank line `\n\n` is added when appending a new mount ↵Gavin Reynolds2019-03-042-2/+10
| | | | | | | | | | | | | | | | point for AIX. Add existing mount to enable spec Signed-off-by: Gavin Reynolds <gavin@chef.io>
| * fix aix mount bugShaun Mouton2019-03-041-1/+1
|/ | | | | | | | | Without a newline separating entries, AIX will not allow the entry preceding the one managed by Chef to be mounted anymore - this appears not to be an issue for already-mounted filesystems. See Zendesk ticket 20952 for more details. Signed-off-by: Shaun Mouton <smouton@chef.io>
* Bump version to 14.11.19 by Chef Expeditorv14.11.19Chef Expeditor2019-03-045-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8270 from chef/cacert_14Tim Smith2019-03-041-1/+1
|\ | | | | Update cacerts to 2019-01-22 file
| * Update cacerts to 2019-01-22 fileTim Smith2019-03-041-1/+1
|/ | | | | | | | | | | | | | Adds these new roots: GTS Root R1 GTS Root R2 GTS Root R3 GTS Root R4 UCA Global G2 Root UCA Extended Validation Root Certigna Root CA Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.11.18 by Chef Expeditorv14.11.18Chef Expeditor2019-03-045-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8268 from chef/inspec-core_371_14Tim Smith2019-03-042-13/+17
|\ | | | | Update InSpec to 3.7.1
| * Update InSpec to 3.7.1Tim Smith2019-03-042-13/+17
| | | | | | | | | | | | Bump all other deps as well Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.11.17 by Chef Expeditorv14.11.17Chef Expeditor2019-03-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8267 from chef/cert_14_moreTim Smith2019-03-043-28/+73
|\ \ | | | | | | windows_certificate: Add support to import Base 64 encoded CER certificates
| * | Fetching OpenSSL::X509::Certificate object without shell interactions.Nimesh-Msys2019-03-042-38/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Previously, we were building a new OpenSSL::X509::Certificate object with PEM string contents. - To get this content, we were using openssl utility and were converting all certificate types into PEM - And were extracting the PEM contents out of resulting data. - It could directly be done via correct usage of applicable classes. - Reverted using Open3. It uses shell hence did not solved the purpose. Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
| * | Minor fixes as per the review comments.Nimesh-Msys2019-03-041-17/+20
| | | | | | | | | | | | | | | | | | - Checking file formats by uisng ruby itself, instead of shelling it out. Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
| * | Windows Certificate: Add support to import Base 64 encoded CER certificatesNimesh-Msys2019-03-043-1/+46
| |/ | | | | | | | | | | | | | | | | | | - Till now, cer certificates were only considered to be in binary format (DER) - They can also be base-64 encoded(PEM) - We should only append "inform DER" only if it is a binary certificate, otherwise, default ("inform PEM") would support base64 encoded certificates. - Added test caes - Ensured Chef style Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
* | Bump version to 14.11.16 by Chef Expeditorv14.11.16Chef Expeditor2019-03-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8266 from chef/openssl_cve_bump_14Tim Smith2019-03-041-1/+1
|\ \ | | | | | | Update openssl to 1.0.2r