about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-01-19 14:23:49 +0100
committerGitHub <noreply@github.com>2020-01-19 14:23:49 +0100
commiteba10dcbcb798c393c896f932b9ba07b5ca34c00 (patch)
tree44a6f8066db80c5a3a78bd0fc2b041f4b86f5f32 /nixos/doc
parent7af0438ab5c3ea47a34fac83cd6ca57b829ce511 (diff)
parentb9182529b42dcc5e5edf7efa4a37cd0f98580206 (diff)
downloadnixlib-eba10dcbcb798c393c896f932b9ba07b5ca34c00.tar
nixlib-eba10dcbcb798c393c896f932b9ba07b5ca34c00.tar.gz
nixlib-eba10dcbcb798c393c896f932b9ba07b5ca34c00.tar.bz2
nixlib-eba10dcbcb798c393c896f932b9ba07b5ca34c00.tar.lz
nixlib-eba10dcbcb798c393c896f932b9ba07b5ca34c00.tar.xz
nixlib-eba10dcbcb798c393c896f932b9ba07b5ca34c00.tar.zst
nixlib-eba10dcbcb798c393c896f932b9ba07b5ca34c00.zip
Merge pull request #77950 from flokli/buildkite-3
nixos/buildkite-agent: move to v3
Diffstat (limited to 'nixos/doc')
-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 ef689c5cbad4..1eef4f08c4fd 100644
--- a/nixos/doc/manual/release-notes/rl-2003.xml
+++ b/nixos/doc/manual/release-notes/rl-2003.xml
@@ -407,6 +407,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>