diff --git a/data/release-notes/enterprise-server/3-0/25.yml b/data/release-notes/enterprise-server/3-0/25.yml
new file mode 100644
index 0000000000..76dd1b8d58
--- /dev/null
+++ b/data/release-notes/enterprise-server/3-0/25.yml
@@ -0,0 +1,12 @@
+date: '2022-02-17'
+sections:
+ security_fixes:
+ - Packages have been updated to the latest security versions.
+ known_issues:
+ - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user.
+ - Custom firewall rules are removed during the upgrade process.
+ - Git LFS tracked files [uploaded through the web interface](https://github.com/blog/2105-upload-files-to-your-repositories) are incorrectly added directly to the repository.
+ - Issues cannot be closed if they contain a permalink to a blob in the same repository, where the blob's file path is longer than 255 characters.
+ - When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results.
+ - When a replica node is offline in a high availability configuration, {% data variables.product.product_name %} may still route {% data variables.product.prodname_pages %} requests to the offline node, reducing the availability of {% data variables.product.prodname_pages %} for users.
+ - Resource limits that are specific to processing pre-receive hooks may cause some pre-receive hooks to fail.
diff --git a/data/release-notes/enterprise-server/3-1/17.yml b/data/release-notes/enterprise-server/3-1/17.yml
new file mode 100644
index 0000000000..d49abec3b9
--- /dev/null
+++ b/data/release-notes/enterprise-server/3-1/17.yml
@@ -0,0 +1,15 @@
+date: '2022-02-17'
+sections:
+ security_fixes:
+ - Packages have been updated to the latest security versions.
+ bugs:
+ - Fixes SystemStackError (stack too deep) when getting more than 2^16 keys from memcached.
+ known_issues:
+ - The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues.
+ - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user.
+ - Custom firewall rules are removed during the upgrade process.
+ - Git LFS tracked files [uploaded through the web interface](https://github.com/blog/2105-upload-files-to-your-repositories) are incorrectly added directly to the repository.
+ - Issues cannot be closed if they contain a permalink to a blob in the same repository, where the blob's file path is longer than 255 characters.
+ - When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results.
+ - If {% data variables.product.prodname_actions %} is enabled for {% data variables.product.prodname_ghe_server %}, teardown of a replica node with `ghe-repl-teardown` will succeed, but may return `ERROR:Running migrations`.
+ - Resource limits that are specific to processing pre-receive hooks may cause some pre-receive hooks to fail.
diff --git a/data/release-notes/enterprise-server/3-2/9.yml b/data/release-notes/enterprise-server/3-2/9.yml
new file mode 100644
index 0000000000..2fbe4fec93
--- /dev/null
+++ b/data/release-notes/enterprise-server/3-2/9.yml
@@ -0,0 +1,19 @@
+date: '2022-02-17'
+sections:
+ security_fixes:
+ - It was possible for a user to register a user or organization named "saml".
+ - Packages have been updated to the latest security versions.
+ bugs:
+ - GitHub Packages storage settings could not be validated and saved in the Management Console when Azure Blob Storage was used.
+ - The mssql.backup.cadence configuration option failed ghe-config-check with an invalid characterset warning.
+ - Fixes SystemStackError (stack too deep) when getting more than 2^16 keys from memcached.
+ changes:
+ - Secret scanning will skip scanning ZIP and other archive files for secrets.
+ known_issues:
+ - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user.
+ - Custom firewall rules are removed during the upgrade process.
+ - Git LFS tracked files [uploaded through the web interface](https://github.com/blog/2105-upload-files-to-your-repositories) are incorrectly added directly to the repository.
+ - Issues cannot be closed if they contain a permalink to a blob in the same repository, where the blob's file path is longer than 255 characters.
+ - When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results.
+ - The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues.
+ - Resource limits that are specific to processing pre-receive hooks may cause some pre-receive hooks to fail.
diff --git a/data/release-notes/enterprise-server/3-3/4.yml b/data/release-notes/enterprise-server/3-3/4.yml
new file mode 100644
index 0000000000..e258a1e85a
--- /dev/null
+++ b/data/release-notes/enterprise-server/3-3/4.yml
@@ -0,0 +1,23 @@
+date: '2022-02-17'
+sections:
+ security_fixes:
+ - It was possible for a user to register a user or organization named "saml".
+ - Packages have been updated to the latest security versions.
+ bugs:
+ - GitHub Packages storage settings could not be validated and saved in the Management Console when Azure Blob Storage was used.
+ - The mssql.backup.cadence configuration option failed ghe-config-check with an invalid characterset warning.
+ - Fixes SystemStackError (stack too deep) when getting more than 2^16 keys from memcached.
+ - A number of select menus across the site rendered incorrectly and were not functional.
+ changes:
+ - Dependency Graph can now be enabled without vulnerability data, allowing customers to see what dependencies are in use and at what versions. Enabling Dependency Graph without enabling GitHub Connect will *not* provide vulnerability information.
+ - Secret scanning will skip scanning ZIP and other archive files for secrets.
+ known_issues:
+ - After upgrading to {% data variables.product.prodname_ghe_server %} 3.3, {% data variables.product.prodname_actions %} may fail to start automatically. To resolve this issue, connect to the appliance via SSH and run the `ghe-actions-start` command.
+ - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user.
+ - Custom firewall rules are removed during the upgrade process.
+ - Git LFS tracked files [uploaded through the web interface](https://github.com/blog/2105-upload-files-to-your-repositories) are incorrectly added directly to the repository.
+ - Issues cannot be closed if they contain a permalink to a blob in the same repository, where the blob's file path is longer than 255 characters.
+ - When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results.
+ - The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues.
+ - Resource limits that are specific to processing pre-receive hooks may cause some pre-receive hooks to fail.
+ - '{% data variables.product.prodname_actions %} storage settings cannot be validated and saved in the {% data variables.enterprise.management_console %} when "Force Path Style" is selected, and must instead be configured with the `ghe-actions-precheck` command line utility.'