Skip to content

Commit

Permalink
docs(changelog): version 1.14.0 [citest skip]
Browse files Browse the repository at this point in the history
Update changelog and .README.html for version 1.14.0

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Nov 9, 2023
1 parent c141303 commit 1f99696
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,11 @@ <h2 id="storage_volumes"><code>storage_volumes</code></h2>
<li><p><code>fs_type</code></p>
<p>This indicates the desired file system type to use, e.g.: "xfs",
"ext4", "swap". The default is determined according to the OS and
release (currently <code>xfs</code> for all the supported
systems).</p></li>
release (currently <code>xfs</code> for all the supported systems). Use
"unformatted" if you do not want file system to be present.
<strong>WARNING</strong>: Using "unformatted" file system type on an
existing filesystem is a destructive operation and will destroy all data
on the volume.</p></li>
<li><p><code>fs_label</code></p>
<p>The <code>fs_label</code> is a string to be used for a file system
label.</p></li>
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

[1.14.0] - 2023-11-09
--------------------

### New Features

- feat: Support for creating volumes without a FS (#400)

[1.13.0] - 2023-11-06
--------------------

Expand Down

0 comments on commit 1f99696

Please sign in to comment.