mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
Update docs for main
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
This commit is contained in:
@@ -77,7 +77,6 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#v1-1-0">v1.1.0</a><ul>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#major-changes">Major Changes</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#minor-changes">Minor Changes</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -142,13 +141,12 @@
|
||||
</li>
|
||||
<li><p><a class="reference internal" href="#v1-1-0" id="id14">v1.1.0</a></p>
|
||||
<ul>
|
||||
<li><p><a class="reference internal" href="#major-changes" id="id15">Major Changes</a></p></li>
|
||||
<li><p><a class="reference internal" href="#minor-changes" id="id16">Minor Changes</a></p></li>
|
||||
<li><p><a class="reference internal" href="#minor-changes" id="id15">Minor Changes</a></p></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><p><a class="reference internal" href="#v1-0-0" id="id17">v1.0.0</a></p>
|
||||
<li><p><a class="reference internal" href="#v1-0-0" id="id16">v1.0.0</a></p>
|
||||
<ul>
|
||||
<li><p><a class="reference internal" href="#id4" id="id18">Release Summary</a></p></li>
|
||||
<li><p><a class="reference internal" href="#id4" id="id17">Release Summary</a></p></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -186,24 +184,19 @@
|
||||
</section>
|
||||
<section id="v1-1-0">
|
||||
<h2><a class="toc-backref" href="#id14" role="doc-backlink">v1.1.0</a><a class="headerlink" href="#v1-1-0" title="Link to this heading"></a></h2>
|
||||
<section id="major-changes">
|
||||
<h3><a class="toc-backref" href="#id15" role="doc-backlink">Major Changes</a><a class="headerlink" href="#major-changes" title="Link to this heading"></a></h3>
|
||||
<section id="minor-changes">
|
||||
<h3><a class="toc-backref" href="#id15" role="doc-backlink">Minor Changes</a><a class="headerlink" href="#minor-changes" title="Link to this heading"></a></h3>
|
||||
<ul class="simple">
|
||||
<li><p>Add kubevirt_vm_info module to describe existing VirtualMachines</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="minor-changes">
|
||||
<h3><a class="toc-backref" href="#id16" role="doc-backlink">Minor Changes</a><a class="headerlink" href="#minor-changes" title="Link to this heading"></a></h3>
|
||||
<ul class="simple">
|
||||
<li><p>inventory: Allow to control creation of additional groups</p></li>
|
||||
<li><p>inventory: Drop creation of the namespace_vmis_group as it is redundant</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
<section id="v1-0-0">
|
||||
<h2><a class="toc-backref" href="#id17" role="doc-backlink">v1.0.0</a><a class="headerlink" href="#v1-0-0" title="Link to this heading"></a></h2>
|
||||
<h2><a class="toc-backref" href="#id16" role="doc-backlink">v1.0.0</a><a class="headerlink" href="#v1-0-0" title="Link to this heading"></a></h2>
|
||||
<section id="id4">
|
||||
<h3><a class="toc-backref" href="#id18" role="doc-backlink">Release Summary</a><a class="headerlink" href="#id4" title="Link to this heading"></a></h3>
|
||||
<h3><a class="toc-backref" href="#id17" role="doc-backlink">Release Summary</a><a class="headerlink" href="#id4" title="Link to this heading"></a></h3>
|
||||
<p>Initial release</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
@@ -67,6 +67,7 @@
|
||||
<li class="toctree-l2"><a class="reference internal" href="#code-of-conduct">Code of Conduct</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#contributing-to-this-collection">Contributing to this collection</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#collection-maintenance">Collection maintenance</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#release-policy">Release policy</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#governance">Governance</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#licensing">Licensing</a></li>
|
||||
</ul>
|
||||
@@ -207,6 +208,10 @@ ansible-galaxy<span class="w"> </span>collection<span class="w"> </span>install<
|
||||
<p>The current maintainers are listed in the <a class="reference internal" href="#OWNERS"><span class="xref myst">OWNERS</span></a> file. If you have questions or need help, feel free to mention them in the proposals.</p>
|
||||
<p>To learn how to maintain / become a maintainer of this collection, refer to the <a class="reference external" href="https://docs.ansible.com/ansible/devel/community/maintainers.html">Maintainer guidelines</a>.</p>
|
||||
</section>
|
||||
<section id="release-policy">
|
||||
<h2>Release policy<a class="headerlink" href="#release-policy" title="Link to this heading"></a></h2>
|
||||
<p>The release policy of the collection can be found at <a class="reference internal" href="#docs/releasing.md"><span class="xref myst">docs/releasing.md</span></a>.</p>
|
||||
</section>
|
||||
<section id="governance">
|
||||
<h2>Governance<a class="headerlink" href="#governance" title="Link to this heading"></a></h2>
|
||||
<p>The process of decision making in this collection is based on discussing and finding consensus among participants.</p>
|
||||
|
||||
@@ -41,14 +41,10 @@ Not released due to issues in the release process
|
||||
v1.1.0
|
||||
======
|
||||
|
||||
Major Changes
|
||||
-------------
|
||||
|
||||
- Add kubevirt_vm_info module to describe existing VirtualMachines
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- Add kubevirt_vm_info module to describe existing VirtualMachines
|
||||
- inventory: Allow to control creation of additional groups
|
||||
- inventory: Drop creation of the namespace_vmis_group as it is redundant
|
||||
|
||||
|
||||
@@ -96,6 +96,10 @@ The current maintainers are listed in the [OWNERS](OWNERS) file. If you have que
|
||||
|
||||
To learn how to maintain / become a maintainer of this collection, refer to the [Maintainer guidelines](https://docs.ansible.com/ansible/devel/community/maintainers.html).
|
||||
|
||||
## Release policy
|
||||
|
||||
The release policy of the collection can be found at [docs/releasing.md](docs/releasing.md).
|
||||
|
||||
## Governance
|
||||
|
||||
The process of decision making in this collection is based on discussing and finding consensus among participants.
|
||||
|
||||
@@ -98,6 +98,7 @@
|
||||
<li class="toctree-l2"><a class="reference internal" href="README.html#code-of-conduct">Code of Conduct</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="README.html#contributing-to-this-collection">Contributing to this collection</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="README.html#collection-maintenance">Collection maintenance</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="README.html#release-policy">Release policy</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="README.html#governance">Governance</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="README.html#licensing">Licensing</a></li>
|
||||
</ul>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user