<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/.expeditor, branch https</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>Introduce EXPEDITOR_VERSION for docker image tag</title>
<updated>2020-07-29T19:05:48+00:00</updated>
<author>
<name>Nathaniel Kierpiec</name>
<email>nkierpiec@chef.io</email>
</author>
<published>2020-07-29T19:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=05811ac9e860ac5a0bc1e94ebbfaafce8e2154da'/>
<id>05811ac9e860ac5a0bc1e94ebbfaafce8e2154da</id>
<content type='text'>
Chef used to use the EXPEDITOR_VERSION from the workload's metadata
when building images, reintroduce that so we can keep the same
functionality as before so that the VERSION of the repo can be bumped
but the docker images can be built off of the version being promoted.
Signed-off-by: Nathaniel Kierpiec &lt;nkierpiec@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Chef used to use the EXPEDITOR_VERSION from the workload's metadata
when building images, reintroduce that so we can keep the same
functionality as before so that the VERSION of the repo can be bumped
but the docker images can be built off of the version being promoted.
Signed-off-by: Nathaniel Kierpiec &lt;nkierpiec@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 16.3.46 by Chef Expeditor</title>
<updated>2020-07-29T18:27:58+00:00</updated>
<author>
<name>Chef Expeditor</name>
<email>chef-ci@chef.io</email>
</author>
<published>2020-07-29T18:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=8a31712502d76208c5b8fef9a09ff564301319cd'/>
<id>8a31712502d76208c5b8fef9a09ff564301319cd</id>
<content type='text'>
Obvious fix; these changes are the result of automation not creative thinking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obvious fix; these changes are the result of automation not creative thinking.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add further clarifications to usage of docker/build pipeline</title>
<updated>2020-07-28T15:54:01+00:00</updated>
<author>
<name>Tom Duffield</name>
<email>tom@chef.io</email>
</author>
<published>2020-07-24T18:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=b604456f87fe99247a4af1b97fb3ef6c6e410bf2'/>
<id>b604456f87fe99247a4af1b97fb3ef6c6e410bf2</id>
<content type='text'>
* Add the new `built_in:promote_docker_images` action
* Replace `built_in:build_docker_image` with `trigger_pipeline:docker/build`
* Remove unnecessary logic from Dockerfile
* Add inline comment context for dobi.yaml

Signed-off-by: Tom Duffield &lt;tom@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add the new `built_in:promote_docker_images` action
* Replace `built_in:build_docker_image` with `trigger_pipeline:docker/build`
* Remove unnecessary logic from Dockerfile
* Add inline comment context for dobi.yaml

Signed-off-by: Tom Duffield &lt;tom@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added dobi to the chef project</title>
<updated>2020-07-28T15:53:20+00:00</updated>
<author>
<name>Nathaniel Kierpiec</name>
<email>nkierpiec@chef.io</email>
</author>
<published>2020-07-20T20:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=80237aea6ac8e21a22ca23973ac6583aee681058'/>
<id>80237aea6ac8e21a22ca23973ac6583aee681058</id>
<content type='text'>
Dobi will take care of building/tagging/pushing docker images.
- Added dobi.yaml with specs for how to build
- Added build.docker.yml file which expeditor uses to build out
`docker_build.pipeline.yml`
- Added .envrc for local development to be able to utilize dobi
- Updated relevant files that use expeditor/dobi
Signed-off-by: Nathaniel Kierpiec &lt;nkierpiec@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dobi will take care of building/tagging/pushing docker images.
- Added dobi.yaml with specs for how to build
- Added build.docker.yml file which expeditor uses to build out
`docker_build.pipeline.yml`
- Added .envrc for local development to be able to utilize dobi
- Updated relevant files that use expeditor/dobi
Signed-off-by: Nathaniel Kierpiec &lt;nkierpiec@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable docker in Expeditor for now</title>
<updated>2020-07-27T16:20:34+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-07-27T16:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=d953d146403f1b2672b02e538daab3e2d6b435e4'/>
<id>d953d146403f1b2672b02e538daab3e2d6b435e4</id>
<content type='text'>
This functionality currently does not work so we need to disable it.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This functionality currently does not work so we need to disable it.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix extra quote in habitat test pipeline config</title>
<updated>2020-07-14T00:47:17+00:00</updated>
<author>
<name>Christopher A. Snapp</name>
<email>csnapp@chef.io</email>
</author>
<published>2020-07-14T00:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=0513d297128e4a0d7ac6bf7834b4fca8c3f7fd82'/>
<id>0513d297128e4a0d7ac6bf7834b4fca8c3f7fd82</id>
<content type='text'>
Signed-off-by: Christopher A. Snapp &lt;csnapp@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Christopher A. Snapp &lt;csnapp@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable promotion of habitat artifacts to stable</title>
<updated>2020-07-13T19:33:48+00:00</updated>
<author>
<name>Christopher A. Snapp</name>
<email>csnapp@chef.io</email>
</author>
<published>2020-07-01T20:01:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c796162de76b205abbb28d83be4350a424dea8bd'/>
<id>c796162de76b205abbb28d83be4350a424dea8bd</id>
<content type='text'>
Signed-off-by: Christopher A. Snapp &lt;csnapp@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Christopher A. Snapp &lt;csnapp@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Linux support to habitat test pipeline</title>
<updated>2020-07-13T19:33:48+00:00</updated>
<author>
<name>Christopher A. Snapp</name>
<email>csnapp@chef.io</email>
</author>
<published>2020-07-02T20:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=f09e84428d9f426768d074d0b8e68309172a5763'/>
<id>f09e84428d9f426768d074d0b8e68309172a5763</id>
<content type='text'>
Signed-off-by: Christopher A. Snapp &lt;csnapp@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Christopher A. Snapp &lt;csnapp@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add windows + linux hab tests to verify pipeline</title>
<updated>2020-07-13T19:33:47+00:00</updated>
<author>
<name>Christopher A. Snapp</name>
<email>csnapp@chef.io</email>
</author>
<published>2020-06-30T16:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=1638ab05fe4170d248fd99d3c91ac2a7bbda8e37'/>
<id>1638ab05fe4170d248fd99d3c91ac2a7bbda8e37</id>
<content type='text'>
This removes the verify/habitat pipeline by bringing windows and linux
verification tests into the default verify pipeline.

Signed-off-by: Christopher A. Snapp &lt;csnapp@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes the verify/habitat pipeline by bringing windows and linux
verification tests into the default verify pipeline.

Signed-off-by: Christopher A. Snapp &lt;csnapp@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Refer to specific rake file to avoid needing bundler to use rake in CI.</title>
<updated>2020-07-10T20:27:07+00:00</updated>
<author>
<name>Pete Higgins</name>
<email>pete@peterhiggins.org</email>
</author>
<published>2020-07-10T20:15:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=39cb2e6f9bcfddbcbce179aa3161f7cafeb9b409'/>
<id>39cb2e6f9bcfddbcbce179aa3161f7cafeb9b409</id>
<content type='text'>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
