<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker-py.git/docs, branch main</title>
<subtitle>github.com: dotcloud/docker-py.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/'/>
<entry>
<title>docs: update changelog (#3127)</title>
<updated>2023-05-11T19:35:42+00:00</updated>
<author>
<name>Milas Bowman</name>
<email>milas.bowman@docker.com</email>
</author>
<published>2023-05-11T19:35:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=14e8d07d4515eb893c35926aca75ecd521781baf'/>
<id>14e8d07d4515eb893c35926aca75ecd521781baf</id>
<content type='text'>
Signed-off-by: Milas Bowman &lt;milas.bowman@docker.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Milas Bowman &lt;milas.bowman@docker.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/main' into patch-1</title>
<updated>2022-08-12T13:43:20+00:00</updated>
<author>
<name>Milas Bowman</name>
<email>milas.bowman@docker.com</email>
</author>
<published>2022-08-12T13:43:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=45bf9f9115e6a3a455d8cc947790b64f8c7101a7'/>
<id>45bf9f9115e6a3a455d8cc947790b64f8c7101a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: add changelog for 6.0.0 (#3019)</title>
<updated>2022-08-11T21:20:13+00:00</updated>
<author>
<name>Milas Bowman</name>
<email>milas.bowman@docker.com</email>
</author>
<published>2022-08-11T21:20:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=ff0b4ac60bdc61392c4b543c3be8ae97dc8cd191'/>
<id>ff0b4ac60bdc61392c4b543c3be8ae97dc8cd191</id>
<content type='text'>
Signed-off-by: Milas Bowman &lt;milas.bowman@docker.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Milas Bowman &lt;milas.bowman@docker.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>ci: add workflow for releases (#3018)</title>
<updated>2022-07-30T16:14:27+00:00</updated>
<author>
<name>Milas Bowman</name>
<email>milas.bowman@docker.com</email>
</author>
<published>2022-07-30T16:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=cd2c35a9b699522b282cc4f024efa5699df24896'/>
<id>cd2c35a9b699522b282cc4f024efa5699df24896</id>
<content type='text'>
GitHub Actions workflow to create a release: will upload to PyPI
and create a GitHub release with the `sdist` and `bdist_wheel`
as well.

The version code is switched to `setuptools_scm` to work well
with this flow (e.g. avoid needing to write a script that does
a `sed` on the version file and commits as part of release).

Signed-off-by: Milas Bowman &lt;milas.bowman@docker.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitHub Actions workflow to create a release: will upload to PyPI
and create a GitHub release with the `sdist` and `bdist_wheel`
as well.

The version code is switched to `setuptools_scm` to work well
with this flow (e.g. avoid needing to write a script that does
a `sed` on the version file and commits as part of release).

Signed-off-by: Milas Bowman &lt;milas.bowman@docker.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix TLS server verify example (#2574)</title>
<updated>2022-07-29T19:54:27+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2022-07-29T19:54:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=55f47299c45b0c12531a68e233ea98617b1f7928'/>
<id>55f47299c45b0c12531a68e233ea98617b1f7928</id>
<content type='text'>
Leaving out the verify parameter means verification will not be done.

Signed-off-by: Ville Skyttä &lt;ville.skytta@iki.fi&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Leaving out the verify parameter means verification will not be done.

Signed-off-by: Ville Skyttä &lt;ville.skytta@iki.fi&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix markdown rendering (#3020)</title>
<updated>2022-07-28T20:38:57+00:00</updated>
<author>
<name>Milas Bowman</name>
<email>milas.bowman@docker.com</email>
</author>
<published>2022-07-28T20:38:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=ab43018b027e48c53f3cf6d71ce988358e3c204e'/>
<id>ab43018b027e48c53f3cf6d71ce988358e3c204e</id>
<content type='text'>
Follow instructions at https://www.sphinx-doc.org/en/master/usage/markdown.html.

This switches from `recommonmark` (deprecated) to `myst-parser`
(recommended).

Only impacts the changelog page, which was broken after recent upgrades
to Sphinx for Python 3.10 compatibility.

Signed-off-by: Milas Bowman &lt;milas.bowman@docker.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow instructions at https://www.sphinx-doc.org/en/master/usage/markdown.html.

This switches from `recommonmark` (deprecated) to `myst-parser`
(recommended).

Only impacts the changelog page, which was broken after recent upgrades
to Sphinx for Python 3.10 compatibility.

Signed-off-by: Milas Bowman &lt;milas.bowman@docker.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>deps: test on Python 3.10 by default  (#3010)</title>
<updated>2022-07-27T18:44:36+00:00</updated>
<author>
<name>Milas Bowman</name>
<email>milas.bowman@docker.com</email>
</author>
<published>2022-07-27T18:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=da62a2883715e15f8b83ab0e9a073b3655a2d456'/>
<id>da62a2883715e15f8b83ab0e9a073b3655a2d456</id>
<content type='text'>
* Upgrade to latest Sphinx / recommonmark
* Small CSS fix for issue in new version of Alabaster theme
* Fix `Makefile` target for macOS

Signed-off-by: Milas Bowman &lt;milas.bowman@docker.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Upgrade to latest Sphinx / recommonmark
* Small CSS fix for issue in new version of Alabaster theme
* Fix `Makefile` target for macOS

Signed-off-by: Milas Bowman &lt;milas.bowman@docker.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Post-release changelog update</title>
<updated>2021-10-07T22:58:26+00:00</updated>
<author>
<name>Anca Iordache</name>
<email>anca.iordache@docker.com</email>
</author>
<published>2021-10-07T22:58:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=ecace769f5d81b5ea1a25befed8eebe2c723d33e'/>
<id>ecace769f5d81b5ea1a25befed8eebe2c723d33e</id>
<content type='text'>
Signed-off-by: Anca Iordache &lt;anca.iordache@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anca Iordache &lt;anca.iordache@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Post-release changelog update</title>
<updated>2021-09-01T17:23:59+00:00</updated>
<author>
<name>Anca Iordache</name>
<email>anca.iordache@docker.com</email>
</author>
<published>2021-09-01T17:23:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=a9265197d262302d34846e26886347f68c83bb5d'/>
<id>a9265197d262302d34846e26886347f68c83bb5d</id>
<content type='text'>
Signed-off-by: Anca Iordache &lt;anca.iordache@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anca Iordache &lt;anca.iordache@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog for 5.0.1 release</title>
<updated>2021-08-31T14:39:50+00:00</updated>
<author>
<name>Anca Iordache</name>
<email>anca.iordache@docker.com</email>
</author>
<published>2021-08-31T14:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=c5fc19385765b2724285689a94c408cfd486f210'/>
<id>c5fc19385765b2724285689a94c408cfd486f210</id>
<content type='text'>
Signed-off-by: Anca Iordache &lt;anca.iordache@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anca Iordache &lt;anca.iordache@docker.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
