This commit is contained in:
felixfontein 2025-11-02 11:32:09 +00:00
parent 83bc010348
commit 4e0e412dae
2 changed files with 11 additions and 10 deletions

View File

@ -74,7 +74,7 @@
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">Community.Docker Release Notes</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#v5-0-0-a1">v5.0.0-a1</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#v5-0-0">v5.0.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#release-summary">Release Summary</a></li>
<li class="toctree-l3"><a class="reference internal" href="#minor-changes">Minor Changes</a></li>
<li class="toctree-l3"><a class="reference internal" href="#breaking-changes-porting-guide">Breaking Changes / Porting Guide</a></li>
@ -664,7 +664,7 @@
<ul class="simple">
<li><p><a class="reference internal" href="#community-docker-release-notes" id="id226">Community.Docker Release Notes</a></p>
<ul>
<li><p><a class="reference internal" href="#v5-0-0-a1" id="id227">v5.0.0-a1</a></p>
<li><p><a class="reference internal" href="#v5-0-0" id="id227">v5.0.0</a></p>
<ul>
<li><p><a class="reference internal" href="#release-summary" id="id228">Release Summary</a></p></li>
<li><p><a class="reference internal" href="#minor-changes" id="id229">Minor Changes</a></p></li>
@ -1256,16 +1256,17 @@
</li>
</ul>
</nav>
<section id="v5-0-0-a1">
<h2><a class="toc-backref" href="#id227" role="doc-backlink">v5.0.0-a1</a><a class="headerlink" href="#v5-0-0-a1" title="Link to this heading"></a></h2>
<section id="v5-0-0">
<h2><a class="toc-backref" href="#id227" role="doc-backlink">v5.0.0</a><a class="headerlink" href="#v5-0-0" title="Link to this heading"></a></h2>
<section id="release-summary">
<h3><a class="toc-backref" href="#id228" role="doc-backlink">Release Summary</a><a class="headerlink" href="#release-summary" title="Link to this heading"></a></h3>
<p>First alpha release of community.docker 5.0.0.</p>
<p>The main changes are that the collection dropped support for some ansible-core versions that are End of Life, and thus dropped support for Python 2.7.
<p>New major release.</p>
<p>The main changes are that the collection dropped support for some ansible-core
versions that are End of Life, and thus dropped support for Python 2.7.
This allowed to modernize the Python code, in particular with type hints.
Also all module and plugin utils are now private to the collection, which makes it easier to refactor code.
All these changes should have no effect on end-users.</p>
<p>The current plan is to release 5.0.0 in time for Ansible 13s feature freeze, so in roughly one week.</p>
Also all module and plugin utils are now private to the collection, which
makes it easier to refactor code. All these changes should have no effect on
end-users.</p>
</section>
<section id="minor-changes">
<h3><a class="toc-backref" href="#id229" role="doc-backlink">Minor Changes</a><a class="headerlink" href="#minor-changes" title="Link to this heading"></a></h3>

File diff suppressed because one or more lines are too long