mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-29 02:44:35 +00:00
Update docs for main
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
<p class="caption" role="heading"><span class="caption-text">General</span></p>
|
<p class="caption" role="heading"><span class="caption-text">General</span></p>
|
||||||
<ul class="current">
|
<ul class="current">
|
||||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
|
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="#v1-1-0-devel">v1.1.0-devel</a><ul>
|
<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="#major-changes">Major Changes</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="#minor-changes">Minor Changes</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><a class="reference internal" href="#kubevirt-collection-for-ansible-release-notes" id="id1">KubeVirt Collection for Ansible Release Notes</a></p>
|
<li><p><a class="reference internal" href="#kubevirt-collection-for-ansible-release-notes" id="id1">KubeVirt Collection for Ansible Release Notes</a></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><a class="reference internal" href="#v1-1-0-devel" id="id2">v1.1.0-devel</a></p>
|
<li><p><a class="reference internal" href="#v1-1-0" id="id2">v1.1.0</a></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><p><a class="reference internal" href="#major-changes" id="id3">Major Changes</a></p></li>
|
<li><p><a class="reference internal" href="#major-changes" id="id3">Major Changes</a></p></li>
|
||||||
<li><p><a class="reference internal" href="#minor-changes" id="id4">Minor Changes</a></p></li>
|
<li><p><a class="reference internal" href="#minor-changes" id="id4">Minor Changes</a></p></li>
|
||||||
@@ -118,18 +118,21 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<p>This changelog describes changes after version 1.0.0.</p>
|
<p>This changelog describes changes after version 1.0.0.</p>
|
||||||
<section id="v1-1-0-devel">
|
<section id="v1-1-0">
|
||||||
<h2><a class="toc-backref" href="#id2" role="doc-backlink">v1.1.0-devel</a><a class="headerlink" href="#v1-1-0-devel" title="Link to this heading"></a></h2>
|
<h2><a class="toc-backref" href="#id2" 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">
|
<section id="major-changes">
|
||||||
<h3><a class="toc-backref" href="#id3" role="doc-backlink">Major Changes</a><a class="headerlink" href="#major-changes" title="Link to this heading"></a></h3>
|
<h3><a class="toc-backref" href="#id3" role="doc-backlink">Major Changes</a><a class="headerlink" href="#major-changes" title="Link to this heading"></a></h3>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p>Add kubevirt_vm_info module to describe existing VirtualMachines</p></li>
|
<li><p>Add kubevirt_vm_info module to describe existing VirtualMachines</p></li>
|
||||||
|
<li><p>Add kubevirt_vm_info module to describe existing VirtualMachines</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section id="minor-changes">
|
<section id="minor-changes">
|
||||||
<h3><a class="toc-backref" href="#id4" role="doc-backlink">Minor Changes</a><a class="headerlink" href="#minor-changes" title="Link to this heading"></a></h3>
|
<h3><a class="toc-backref" href="#id4" role="doc-backlink">Minor Changes</a><a class="headerlink" href="#minor-changes" title="Link to this heading"></a></h3>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p>inventory: Allow to control creation of additional groups</p></li>
|
<li><p>inventory: Allow to control creation of additional groups</p></li>
|
||||||
|
<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>
|
||||||
<li><p>inventory: Drop creation of the namespace_vmis_group as it is redundant</p></li>
|
<li><p>inventory: Drop creation of the namespace_vmis_group as it is redundant</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -6,18 +6,21 @@ KubeVirt Collection for Ansible Release Notes
|
|||||||
|
|
||||||
This changelog describes changes after version 1.0.0.
|
This changelog describes changes after version 1.0.0.
|
||||||
|
|
||||||
v1.1.0-devel
|
v1.1.0
|
||||||
============
|
======
|
||||||
|
|
||||||
Major Changes
|
Major Changes
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
- Add kubevirt_vm_info module to describe existing VirtualMachines
|
||||||
- Add kubevirt_vm_info module to describe existing VirtualMachines
|
- Add kubevirt_vm_info module to describe existing VirtualMachines
|
||||||
|
|
||||||
Minor Changes
|
Minor Changes
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
- inventory: Allow to control creation of additional groups
|
- inventory: Allow to control creation of additional groups
|
||||||
|
- inventory: Allow to control creation of additional groups
|
||||||
|
- inventory: Drop creation of the namespace_vmis_group as it is redundant
|
||||||
- inventory: Drop creation of the namespace_vmis_group as it is redundant
|
- inventory: Drop creation of the namespace_vmis_group as it is redundant
|
||||||
|
|
||||||
v1.0.0
|
v1.0.0
|
||||||
|
|||||||
@@ -137,7 +137,7 @@
|
|||||||
<p class="caption" role="heading"><span class="caption-text">General</span></p>
|
<p class="caption" role="heading"><span class="caption-text">General</span></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="toctree-l1"><a class="reference internal" href="CHANGELOG.html">Changelog</a><ul>
|
<li class="toctree-l1"><a class="reference internal" href="CHANGELOG.html">Changelog</a><ul>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#v1-1-0-devel">v1.1.0-devel</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#v1-1-0">v1.1.0</a></li>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#v1-0-0">v1.0.0</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#v1-0-0">v1.0.0</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user