<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/scripts, branch ruby27_testing</title>
<subtitle>github.com: opscode/chef.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/'/>
<entry>
<title>Run Test Kitchen tests on Ruby 2.7</title>
<updated>2020-04-25T18:23:19+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-04-25T18:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=38cdc95e1fb47321194c1bfbee0d33c51869c9dc'/>
<id>38cdc95e1fb47321194c1bfbee0d33c51869c9dc</id>
<content type='text'>
Let's see all the warnings

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let's see all the warnings

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9607 from chef/cache_gems</title>
<updated>2020-04-07T16:23:00+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2020-04-07T16:23:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=96406e06f0eb06281c6eb62a2bed9ebd0b3d5a8e'/>
<id>96406e06f0eb06281c6eb62a2bed9ebd0b3d5a8e</id>
<content type='text'>
Cache gems in the verify pipeline to speed up tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cache gems in the verify pipeline to speed up tests</pre>
</div>
</content>
</entry>
<entry>
<title>Download and verify the Ruby installer, then move into place</title>
<updated>2020-04-06T14:59:44+00:00</updated>
<author>
<name>Bryan McLellan</name>
<email>btm@loftninjas.org</email>
</author>
<published>2020-04-06T00:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=aa7277fa9749f71e0702a5016abed6cc7b69b158'/>
<id>aa7277fa9749f71e0702a5016abed6cc7b69b158</id>
<content type='text'>
This should reduce or remove race conditions while downloading the same
file on multiple container instances.

Signed-off-by: Bryan McLellan &lt;btm@loftninjas.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should reduce or remove race conditions while downloading the same
file on multiple container instances.

Signed-off-by: Bryan McLellan &lt;btm@loftninjas.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move all the config version stuff to it's own section</title>
<updated>2020-04-06T01:18:05+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-04-06T01:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=ce128b6409305bab27565f5c33facd8c946499cf'/>
<id>ce128b6409305bab27565f5c33facd8c946499cf</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve folding and don't install gem docs</title>
<updated>2020-04-06T00:26:25+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-04-06T00:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=f6475a376f45731b38b59392c5551b5fe83f2e6a'/>
<id>f6475a376f45731b38b59392c5551b5fe83f2e6a</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved Ruby download/install for functional tests</title>
<updated>2020-04-05T20:38:52+00:00</updated>
<author>
<name>Bryan McLellan</name>
<email>btm@loftninjas.org</email>
</author>
<published>2020-04-05T18:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=f3294aecd475ade104ee1294bc1e4e9c0b672a5c'/>
<id>f3294aecd475ade104ee1294bc1e4e9c0b672a5c</id>
<content type='text'>
Adds more error checking and avoids trying to download Ruby if for some
reason it already exists on disk and matches the SHA256 hash.

The primary issue discovered when troubleshooting this script was that
aws.exe was running asynchronous. That was 'fixed' with '| Out-Null'.

Signed-off-by: Bryan McLellan &lt;btm@loftninjas.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds more error checking and avoids trying to download Ruby if for some
reason it already exists on disk and matches the SHA256 hash.

The primary issue discovered when troubleshooting this script was that
aws.exe was running asynchronous. That was 'fixed' with '| Out-Null'.

Signed-off-by: Bryan McLellan &lt;btm@loftninjas.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use $env:temp instead of c:/</title>
<updated>2020-04-03T21:35:21+00:00</updated>
<author>
<name>Bryan McLellan</name>
<email>btm@loftninjas.org</email>
</author>
<published>2020-04-03T20:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=697dd67554a8eb7cb79d840d4e86fbe5ebf90d9c'/>
<id>697dd67554a8eb7cb79d840d4e86fbe5ebf90d9c</id>
<content type='text'>
The drive root has more restrictive permissions

Signed-off-by: Bryan McLellan &lt;btm@loftninjas.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The drive root has more restrictive permissions

Signed-off-by: Bryan McLellan &lt;btm@loftninjas.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Ruby to 2.7.1 / bundler to 2.1.4</title>
<updated>2020-04-02T03:48:39+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-04-02T02:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=319a71071c5d1ae1d2dacca5fcd817d117c8382f'/>
<id>319a71071c5d1ae1d2dacca5fcd817d117c8382f</id>
<content type='text'>
This resolves 2 CVEs in Ruby

https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-7-1-released/

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This resolves 2 CVEs in Ruby

https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-7-1-released/

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>If we can't remove the Ruby installer in windows tests that's cool</title>
<updated>2020-03-21T06:28:45+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-03-21T06:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3a25a58ad9198d37854829ead5892f251e70eccd'/>
<id>3a25a58ad9198d37854829ead5892f251e70eccd</id>
<content type='text'>
We're failing a lot when we try to remove this file. Just move on with
life.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're failing a lot when we try to remove this file. Just move on with
life.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Trying to get buildkite output more readable / navigable.</title>
<updated>2020-03-16T18:57:24+00:00</updated>
<author>
<name>Ryan Davis</name>
<email>ryand-ruby@zenspider.com</email>
</author>
<published>2020-03-07T04:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=ac15d58615b79b65557b7da839703c4761a5fe77'/>
<id>ac15d58615b79b65557b7da839703c4761a5fe77</id>
<content type='text'>
Signed-off-by: Ryan Davis &lt;zenspider@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ryan Davis &lt;zenspider@chef.io&gt;
</pre>
</div>
</content>
</entry>
</feed>
