<div dir="ltr">pulp_ansible 0.7.0 has been released. <div>It is compatible with pulpcore 3.10 and pulpcore 3.11 (not yet released)</div><div><div class="gmail-section" id="gmail-features" style="color:rgb(62,67,73)"><h3 style="font-weight:normal;margin:30px 0px 10px;padding:0px"><font face="arial, sans-serif" style=""><font size="4">Features</font><font size="2"><a class="gmail-headerlink" href="https://docs.pulpproject.org/pulp_ansible/changes.html#features" title="Permalink to this headline" style="color:rgb(221,221,221);text-decoration-line:none;padding:0px 4px"></a></font></font></h3><ul class="gmail-simple" style="margin:10px 0px 10px 30px;padding:0px"><li style="line-height:1.4em"><font face="arial, sans-serif">Ansible <b>export/import</b> is now available as a <b>tech preview</b> feature <a class="gmail-reference external" href="https://pulp.plan.io/issues/6738" style="color:rgb(0,75,107);text-decoration-line:none;border-bottom:1px dotted rgb(0,75,107)">#6738</a></font></li><li style="line-height:1.4em"><font face="arial, sans-serif">Expose <b>MANIFEST.json</b> and <b>FILES.json</b> at CollectionVersion endpoint <a class="gmail-reference external" href="https://pulp.plan.io/issues/7572" style="color:rgb(0,75,107);text-decoration-line:none;border-bottom:1px dotted rgb(0,75,107)">#7572</a></font></li><li style="line-height:1.4em"><font face="arial, sans-serif">Introduce a new <code class="gmail-docutils gmail-literal gmail-notranslate" style="background-color:rgb(236,240,243);color:rgb(34,34,34)"><span class="gmail-pre" style="hyphens: none;">v3/</span></code> endpoint returning publication time <a class="gmail-reference external" href="https://pulp.plan.io/issues/7939" style="color:rgb(0,75,107);text-decoration-line:none;border-bottom:1px dotted rgb(0,75,107)">#7939</a></font></li><li style="line-height:1.4em"><font face="arial, sans-serif">Introduces a new <code class="gmail-docutils gmail-literal gmail-notranslate" style="background-color:rgb(236,240,243);color:rgb(34,34,34)"><span class="gmail-pre" style="hyphens: none;"><b>v3/collections/all/</b></span></code> endpoint returning all collections unpaginated. <a class="gmail-reference external" href="https://pulp.plan.io/issues/7940" style="color:rgb(0,75,107);text-decoration-line:none;border-bottom:1px dotted rgb(0,75,107)">#7940</a></font></li><li style="line-height:1.4em"><font face="arial, sans-serif">Introduces a new <code class="gmail-docutils gmail-literal gmail-notranslate" style="background-color:rgb(236,240,243);color:rgb(34,34,34)"><span class="gmail-pre" style="hyphens: none;"><b>v3/collection_versions/all/</b></span></code> endpoint returning all collections versions unpaginated. <a class="gmail-reference external" href="https://pulp.plan.io/issues/7941" style="color:rgb(0,75,107);text-decoration-line:none;border-bottom:1px dotted rgb(0,75,107)">#7941</a></font></li><li style="line-height:1.4em"><font face="arial, sans-serif">Improve sync performance with no-op when possible. To disable the no-op optimization use the <code class="gmail-docutils gmail-literal gmail-notranslate" style="background-color:rgb(236,240,243);color:rgb(34,34,34)"><span class="gmail-pre" style="hyphens: none;">optimize=False</span></code> option on the <code class="gmail-docutils gmail-literal gmail-notranslate" style="background-color:rgb(236,240,243);color:rgb(34,34,34)"><span class="gmail-pre" style="hyphens: none;">sync</span></code> call. <a class="gmail-reference external" href="https://pulp.plan.io/issues/7942" style="color:rgb(0,75,107);text-decoration-line:none;border-bottom:1px dotted rgb(0,75,107)">#7942</a></font></li><li style="line-height:1.4em"><font face="arial, sans-serif">Adds the <code class="gmail-docutils gmail-literal gmail-notranslate" style="background-color:rgb(236,240,243);color:rgb(34,34,34)"><span class="gmail-pre" style="hyphens: none;"><b>requires_ansible</b></span></code> attribute to the Galaxy V3 CollectionVersion APIs. This documents the version of Ansible required to use the collection. <a class="gmail-reference external" href="https://pulp.plan.io/issues/7949" style="color:rgb(0,75,107);text-decoration-line:none;border-bottom:1px dotted rgb(0,75,107)">#7949</a></font></li><li style="line-height:1.4em"><font face="arial, sans-serif">Field <code class="gmail-docutils gmail-literal gmail-notranslate" style="background-color:rgb(236,240,243);color:rgb(34,34,34)"><span class="gmail-pre" style="hyphens: none;"><b>updated_at</b></span></code> from Galaxy v3 Collections endpoint using latest instead of highest version <a class="gmail-reference external" href="https://pulp.plan.io/issues/8012" style="color:rgb(0,75,107);text-decoration-line:none;border-bottom:1px dotted rgb(0,75,107)">#8012</a></font></li><li style="line-height:1.4em"><font face="arial, sans-serif">Efficient sync with unpaginated metadata endpoints if they are available. <a class="gmail-reference external" href="https://pulp.plan.io/issues/8177" style="color:rgb(0,75,107);text-decoration-line:none;border-bottom:1px dotted rgb(0,75,107)">#8177</a></font></li></ul></div><div class="gmail-section" id="gmail-bugfixes" style="color:rgb(62,67,73)"><h3 style="font-weight:normal;margin:30px 0px 10px;padding:0px"><font face="arial, sans-serif"><font size="4">Bugfixes</font><font size="2"><a class="gmail-headerlink" href="https://docs.pulpproject.org/pulp_ansible/changes.html#bugfixes" title="Permalink to this headline" style="color:rgb(221,221,221);text-decoration-line:none;padding:0px 4px"></a></font></font></h3><ul class="gmail-simple" style="margin:10px 0px 10px 30px;padding:0px"><li style="line-height:1.4em"><font face="arial, sans-serif">Make collection namespace max_length consistent in models <a class="gmail-reference external" href="https://pulp.plan.io/issues/8078" style="color:rgb(0,75,107);text-decoration-line:none;border-bottom:1px dotted rgb(0,75,107)">#8078</a></font></li></ul></div><div class="gmail-section" id="gmail-improved-documentation" style="color:rgb(62,67,73)"><h3 style="font-weight:normal;margin:30px 0px 10px;padding:0px"><font face="arial, sans-serif"><font size="4">Improved Documentation</font><font size="2"><a class="gmail-headerlink" href="https://docs.pulpproject.org/pulp_ansible/changes.html#improved-documentation" title="Permalink to this headline" style="color:rgb(221,221,221);text-decoration-line:none;padding:0px 4px"></a></font></font></h3><ul class="gmail-simple" style="margin:10px 0px 10px 30px;padding:0px"><li style="line-height:1.4em"><font face="arial, sans-serif">Move official docs site to <a class="gmail-reference external" href="https://docs.pulpproject.org/pulp_ansible/" style="color:rgb(0,75,107);text-decoration-line:none;border-bottom:1px dotted rgb(0,75,107)">https://docs.pulpproject.org/pulp_ansible/</a>. <a class="gmail-reference external" href="https://pulp.plan.io/issues/7926" style="color:rgb(0,75,107);text-decoration-line:none;border-bottom:1px dotted rgb(0,75,107)">#7926</a></font></li><li style="line-height:1.4em"><font face="arial, sans-serif" style="">Updated Roles and Collections workflows to use Pulp-CLI commands <a class="gmail-reference external" href="https://pulp.plan.io/issues/8076" style="color:rgb(0,75,107);text-decoration-line:none;border-bottom:1px dotted rgb(0,75,107)">#8076</a></font></li></ul></div></div><div>PyPI: <a href="https://pypi.org/project/pulp-ansible/0.7.0/" target="_blank">https://pypi.org/project/pulp-ansible/0.7.0/</a><br>Changelog: <a href="https://docs.pulpproject.org/pulp_ansible/changes.html#id1" target="_blank">https://docs.pulpproject.org/pulp_ansible/changes.html#id1</a><br>Docs: <a href="https://docs.pulpproject.org/pulp_ansible/" target="_blank">https://docs.pulpproject.org/pulp_ansible/</a><br>Python bindings: <a href="https://pypi.org/project/pulp-ansible-client/0.7.0/" target="_blank">https://pypi.org/project/pulp-ansible-client/0.7.0/</a><br><div>Ruby bindings: <a href="https://rubygems.org/gems/pulp_ansible_client/versions/0.7.0" target="_blank">https://rubygems.org/gems/pulp_ansible_client/versions/0.7.0</a></div></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><div dir="ltr">Best regards,</div><div dir="ltr"><span style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-size:14px;font-weight:700;text-transform:capitalize">Fabricio</span><span style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-size:14px;font-weight:700;text-transform:capitalize"> </span><span style="color:rgb(0,0,0);font-family:RedHatText,sans-serif;font-size:14px;font-weight:700;text-transform:capitalize">Aguiar</span><div>Software Engineer, Pulp Project</div><div><a href="https://www.redhat.com/" style="color:rgb(0,136,206);font-family:RedHatText,sans-serif;font-size:12px;margin:0px" target="_blank">Red Hat Brazil - Latam</a><br></div><div>+55 22 999000595</div><div><img src="https://marketing-outfit-prod-images.s3-us-west-2.amazonaws.com/f5445ae0c9ddafd5b2f1836854d7416a/Logo-RedHat-Email.png" width="96" height="22"><br></div></div></div></div></div></div></div></div></div>