git: 1dbd879271 - main - 14.4/relnotes: Cloud section restored

From: Vladlen Popolitov <vladlen_at_FreeBSD.org>
Date: Thu, 19 Feb 2026 16:34:56 UTC
The branch main has been updated by vladlen:

URL: https://cgit.FreeBSD.org/doc/commit/?id=1dbd879271e7dc1604b4615f455dc982603c654e

commit 1dbd879271e7dc1604b4615f455dc982603c654e
Author:     Vladlen Popolitov <vladlen@FreeBSD.org>
AuthorDate: 2026-02-19 16:34:18 +0000
Commit:     Vladlen Popolitov <vladlen@FreeBSD.org>
CommitDate: 2026-02-19 16:34:18 +0000

    14.4/relnotes: Cloud section restored
    
    Approved by: re (implicit)
    Differential Revision: https://reviews.freebsd.org/D55375
---
 website/archetypes/release/relnotes.adoc        |  5 +++++
 website/content/en/releases/14.4R/relnotes.adoc | 16 ++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/website/archetypes/release/relnotes.adoc b/website/archetypes/release/relnotes.adoc
index 896dbd0158..c3748908af 100644
--- a/website/archetypes/release/relnotes.adoc
+++ b/website/archetypes/release/relnotes.adoc
@@ -127,6 +127,11 @@ This section covers changes and additions to userland applications, contributed
 [[userland-libraries]]
 === Runtime Libraries and API
 
+[[cloud]]
+== Cloud Support
+
+This section covers changes in support for cloud environments.
+
 [[kernel]]
 == Kernel
 
diff --git a/website/content/en/releases/14.4R/relnotes.adoc b/website/content/en/releases/14.4R/relnotes.adoc
index 22c210d80a..507d804b1f 100644
--- a/website/content/en/releases/14.4R/relnotes.adoc
+++ b/website/content/en/releases/14.4R/relnotes.adoc
@@ -323,6 +323,22 @@ gitref:b4871be3490d[repository=src].
 The PAM library now searches for modules in [.filename]#${LOCALBASE}/lib/security#, in addition to [.filename]#${LOCALBASE}/lib#. This allows PAM modules installed by ports that follow the Linux directory convention to be found and used.
 gitref:65808459e21b[repository=src].
 
+[[cloud]]
+== Cloud Support
+
+This section covers changes in support for cloud environments.
+
+man:nuageinit[7] receives multiple improvements: execution is now logged; uses a fully compliant YAML parser; improves cloud-init compatibility (adds 'runcmd', 'packages', 'fqdn', 'hostname', 'sudo', 'write_files', 'nameservers', 'tzsetup', 'doas'); improves network support with many fixes, adds support for 'wakeonlan', 'set-name', and 'match.driver'; uses man:resolvconf[8]; and only creates the default user when needed. Also adds support for cloud-init, configuration over the network, and package management.
+gitref:548d4b2af90b[repository=src],
+gitref:5444803b745e[repository=src],
+gitref:3a680e954469[repository=src],
+gitref:cbd62452bff6[repository=src],
+gitref:d056f72c358b[repository=src],
+gitref:823f1076c7cd[repository=src],
+gitref:bb3bc92f4df6[repository=src].
+{{< sponsored "OVHCloud" >}}
+
+
 [[kernel]]
 == Kernel