about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2022-04-18 11:58:34 +0200
committerGitHub <noreply@github.com>2022-04-18 11:58:34 +0200
commit33cf95ef36d9e2e7aec511297de9a845d6b729fe (patch)
tree4b3c1c77b3e120a6a81060ee4debb3f43113a9b0 /nixos
parent790851c44defd6863fd8e9fde62885791d4a2f9e (diff)
parent99fed858bbb77490a70a3e33713b66b4ccae1b03 (diff)
downloadnixlib-33cf95ef36d9e2e7aec511297de9a845d6b729fe.tar
nixlib-33cf95ef36d9e2e7aec511297de9a845d6b729fe.tar.gz
nixlib-33cf95ef36d9e2e7aec511297de9a845d6b729fe.tar.bz2
nixlib-33cf95ef36d9e2e7aec511297de9a845d6b729fe.tar.lz
nixlib-33cf95ef36d9e2e7aec511297de9a845d6b729fe.tar.xz
nixlib-33cf95ef36d9e2e7aec511297de9a845d6b729fe.tar.zst
nixlib-33cf95ef36d9e2e7aec511297de9a845d6b729fe.zip
Merge pull request #168932 from hercules-ci/init-postgresqlTestHook
`postgresqlTestHook`: init
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml7
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index 543853afd5b6..cf5dd6c09163 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -75,6 +75,13 @@
       </listitem>
       <listitem>
         <para>
+          The new
+          <link xlink:href="https://nixos.org/manual/nixpkgs/stable/#sec-postgresqlTestHook"><literal>postgresqlTestHook</literal></link>
+          runs a PostgreSQL server for the duration of package checks.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <link xlink:href="https://kops.sigs.k8s.io"><literal>kops</literal></link>
           defaults to 1.22.4, which will enable
           <link xlink:href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html">Instance
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index da36fbbb2e5b..675a53996efd 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -27,6 +27,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - Systemd has been upgraded to the version 250.
 
+- The new [`postgresqlTestHook`](https://nixos.org/manual/nixpkgs/stable/#sec-postgresqlTestHook) runs a PostgreSQL server for the duration of package checks.
+
 - [`kops`](https://kops.sigs.k8s.io) defaults to 1.22.4, which will enable [Instance Metadata Service Version 2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html) and require tokens on new clusters with Kubernetes 1.22. This will increase security by default, but may break some types of workloads. See the [release notes](https://kops.sigs.k8s.io/releases/1.22-notes/) for details.
 
 - Module authors can use `mkRenamedOptionModuleWith` to automate the deprecation cycle without annoying out-of-tree module authors and their users.