<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib/chef/mixin, branch https_shell</title>
<subtitle>github.com: opscode/chef.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/'/>
<entry>
<title>More Opscode -&gt; Chef updates</title>
<updated>2016-10-20T15:18:22+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2016-10-20T15:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=04431f74a815fa9a9e6bb51291893a536ab3db92'/>
<id>04431f74a815fa9a9e6bb51291893a536ab3db92</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>Fixed double quotes issue in powershell_out</title>
<updated>2016-10-07T10:11:35+00:00</updated>
<author>
<name>NimishaS</name>
<email>nimisha.sharad@msystechnologies.com</email>
</author>
<published>2016-10-07T10:03:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=8bbbe695e3a8042c2dc0514182fe60abf2bc102a'/>
<id>8bbbe695e3a8042c2dc0514182fe60abf2bc102a</id>
<content type='text'>
Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert Handling double quotes in powershell_out</title>
<updated>2016-10-06T05:23:36+00:00</updated>
<author>
<name>Matt Wrock</name>
<email>matt@mattwrock.com</email>
</author>
<published>2016-10-06T05:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=5517ddce30d5c84b01039db3d7a29e5fab8f9367'/>
<id>5517ddce30d5c84b01039db3d7a29e5fab8f9367</id>
<content type='text'>
Signed-off-by: Matt Wrock &lt;matt@mattwrock.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Matt Wrock &lt;matt@mattwrock.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Raising Mixlib::ShellOut::ShellCommandFailed exception</title>
<updated>2016-10-03T09:27:36+00:00</updated>
<author>
<name>NimishaS</name>
<email>nimisha.sharad@msystechnologies.com</email>
</author>
<published>2016-10-03T09:27:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=af13c7a425e990232d6ff0a1739ff81ed12b55cd'/>
<id>af13c7a425e990232d6ff0a1739ff81ed12b55cd</id>
<content type='text'>
Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Handling double quotes. Added specs</title>
<updated>2016-09-30T12:42:03+00:00</updated>
<author>
<name>NimishaS</name>
<email>nimisha.sharad@msystechnologies.com</email>
</author>
<published>2016-09-26T12:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=31c04a1338e1c2dd0e1332a4e4af7bca4fa2f82a'/>
<id>31c04a1338e1c2dd0e1332a4e4af7bca4fa2f82a</id>
<content type='text'>
Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed undefined short_cksum method issue and checksum in uppercase issue for windows_package resource. (#5332)</title>
<updated>2016-09-21T01:32:58+00:00</updated>
<author>
<name>Aliasgar16</name>
<email>aliasgar.batterywala@msystechnologies.com</email>
</author>
<published>2016-09-21T01:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=555abc008946f8b239a79809104b07062f9082ae'/>
<id>555abc008946f8b239a79809104b07062f9082ae</id>
<content type='text'>
* Fixed undefined short_cksum method issue and checksum in uppercase issue for windows_package resource.

* Added RSpecs for the changes done here.

* Fixed RSpecs issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixed undefined short_cksum method issue and checksum in uppercase issue for windows_package resource.

* Added RSpecs for the changes done here.

* Fixed RSpecs issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow flagging a resource property as sensitive</title>
<updated>2016-08-25T14:28:16+00:00</updated>
<author>
<name>Adam Leff</name>
<email>adam@leff.co</email>
</author>
<published>2016-08-10T03:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3baa2c1abc07a21acf9dd1430d4b97700c2835a1'/>
<id>3baa2c1abc07a21acf9dd1430d4b97700c2835a1</id>
<content type='text'>
Some properties in custom resources may include sensitive data, such as a
password for a database server. When the Resource's state is built for use by
Data Collector or similar auditing tool, `Chef::Resource#state_for_resource_reporter`
builds a hash of all state properties for that resource and their values. This
leads to sensitive data being transmitted and potentially stored in the clear.

This change enhances properties with the ability to set an individual property
as sensitive and then have the value of that property suppressed when exporting
the Resource's state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some properties in custom resources may include sensitive data, such as a
password for a database server. When the Resource's state is built for use by
Data Collector or similar auditing tool, `Chef::Resource#state_for_resource_reporter`
builds a hash of all state properties for that resource and their values. This
leads to sensitive data being transmitted and potentially stored in the clear.

This change enhances properties with the ability to set an individual property
as sensitive and then have the value of that property suppressed when exporting
the Resource's state.
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up everything</title>
<updated>2016-08-24T01:10:25+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-08-24T01:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3f840999e60ea8974d2875d9a653241a49b655c8'/>
<id>3f840999e60ea8974d2875d9a653241a49b655c8</id>
<content type='text'>
Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using obsolete URI.escape; use Addressable::URI instead.</title>
<updated>2016-08-22T20:44:20+00:00</updated>
<author>
<name>John Keiser</name>
<email>john@johnkeiser.com</email>
</author>
<published>2016-08-22T19:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=28a00bdf0511969215920f47c7338f4d214c8337'/>
<id>28a00bdf0511969215920f47c7338f4d214c8337</id>
<content type='text'>
See http://stackoverflow.com/questions/2824126/whats-the-difference-between-uri-escape-and-cgi-escape#answer-13059657 for details on why.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See http://stackoverflow.com/questions/2824126/whats-the-difference-between-uri-escape-and-cgi-escape#answer-13059657 for details on why.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgrade</title>
<updated>2016-08-17T20:25:02+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-08-17T19:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a0c32511bc6634538374ca4b433032b8acd05f96'/>
<id>a0c32511bc6634538374ca4b433032b8acd05f96</id>
<content type='text'>
Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
