summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-01-17 18:32:23 +0100
committerFlorian Klink <flokli@flokli.de>2020-01-17 23:11:26 +0100
commitb9182529b42dcc5e5edf7efa4a37cd0f98580206 (patch)
tree589ca6f2a0e515e7d2203f771a6c1c3a693a9e3e
parent63c310c07eb04837130c26bc1149e9a19dd2b559 (diff)
downloadnixpkgs-b9182529b42dcc5e5edf7efa4a37cd0f98580206.tar
nixpkgs-b9182529b42dcc5e5edf7efa4a37cd0f98580206.tar.gz
nixpkgs-b9182529b42dcc5e5edf7efa4a37cd0f98580206.tar.bz2
nixpkgs-b9182529b42dcc5e5edf7efa4a37cd0f98580206.tar.lz
nixpkgs-b9182529b42dcc5e5edf7efa4a37cd0f98580206.tar.xz
nixpkgs-b9182529b42dcc5e5edf7efa4a37cd0f98580206.tar.zst
nixpkgs-b9182529b42dcc5e5edf7efa4a37cd0f98580206.zip
nixos/buildkite: add release notes
-rw-r--r--nixos/doc/manual/release-notes/rl-2003.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2003.xml b/nixos/doc/manual/release-notes/rl-2003.xml
index 51f91268eff..b5385f151f5 100644
--- a/nixos/doc/manual/release-notes/rl-2003.xml
+++ b/nixos/doc/manual/release-notes/rl-2003.xml
@@ -401,6 +401,44 @@ users.users.me =
      the type to <literal>either path (submodule ...)</literal>.
     </para>
    </listitem>
+   <listitem>
+    <para>
+      The <link linkend="opt-services.buildkite-agent.enable">Buildkite Agent</link>
+      module and corresponding packages have been updated to 3.x.
+      While doing so, the following options have been changed:
+    </para>
+    <itemizedlist>
+      <listitem>
+       <para>
+         <literal>services.buildkite-agent.meta-data</literal> has been renamed to
+         <link linkend="opt-services.buildkite-agent.tags">services.buildkite-agent.tags</link>,
+         to match upstreams naming for 3.x.
+         Its type has also changed - it now accepts an attrset of strings.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         The<literal>services.buildkite-agent.openssh.publicKeyPath</literal> option
+         has been removed, as it's not necessary to deploy public keys to clone private
+         repositories.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         <literal>services.buildkite-agent.openssh.privateKeyPath</literal>
+         has been renamed to
+         <link linkend="opt-services.buildkite-agent.privateSshKeyPath">buildkite-agent.privateSshKeyPath</link>,
+         as the whole <literal>openssh</literal> now only contained that single option.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         <link linkend="opt-services.buildkite-agent.shell">services.buildkite-agent.shell</link>
+         has been introduced, allowing to specify a custom shell to be used.
+       </para>
+      </listitem>
+    </itemizedlist>
+   </listitem>
   </itemizedlist>
  </section>