nixos/buildkite-agents: update release notes
This commit is contained in:
parent
f003810989
commit
e242eccb0b
@ -440,15 +440,19 @@ users.users.me =
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The <link linkend="opt-services.buildkite-agent.enable">Buildkite Agent</link>
|
The <link linkend="opt-services.buildkite-agents">Buildkite
|
||||||
module and corresponding packages have been updated to 3.x.
|
Agent</link> module and corresponding packages have been updated to
|
||||||
While doing so, the following options have been changed:
|
3.x, and to support multiple instances of the agent running at the
|
||||||
|
same time. This means you will have to rename
|
||||||
|
<literal>services.buildkite-agent</literal> to
|
||||||
|
<literal>services.buildkite-agents.<name></literal>. Furthermore,
|
||||||
|
the following options have been changed:
|
||||||
</para>
|
</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<literal>services.buildkite-agent.meta-data</literal> has been renamed to
|
<literal>services.buildkite-agent.meta-data</literal> has been renamed to
|
||||||
<link linkend="opt-services.buildkite-agent.tags">services.buildkite-agent.tags</link>,
|
<link linkend="opt-services.buildkite-agents">services.buildkite-agents.<name>.tags</link>,
|
||||||
to match upstreams naming for 3.x.
|
to match upstreams naming for 3.x.
|
||||||
Its type has also changed - it now accepts an attrset of strings.
|
Its type has also changed - it now accepts an attrset of strings.
|
||||||
</para>
|
</para>
|
||||||
@ -464,13 +468,13 @@ users.users.me =
|
|||||||
<para>
|
<para>
|
||||||
<literal>services.buildkite-agent.openssh.privateKeyPath</literal>
|
<literal>services.buildkite-agent.openssh.privateKeyPath</literal>
|
||||||
has been renamed to
|
has been renamed to
|
||||||
<link linkend="opt-services.buildkite-agent.privateSshKeyPath">buildkite-agent.privateSshKeyPath</link>,
|
<link linkend="opt-services.buildkite-agents">buildkite-agents.<name>.privateSshKeyPath</link>,
|
||||||
as the whole <literal>openssh</literal> now only contained that single option.
|
as the whole <literal>openssh</literal> now only contained that single option.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<link linkend="opt-services.buildkite-agent.shell">services.buildkite-agent.shell</link>
|
<link linkend="opt-services.buildkite-agents">services.buildkite-agents.<name>.shell</link>
|
||||||
has been introduced, allowing to specify a custom shell to be used.
|
has been introduced, allowing to specify a custom shell to be used.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -267,6 +267,6 @@ in
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
(mkRemovedOptionModule [ "services" "buildkite-agent"] "services.buildkite-agent has been moved to an attribute set at services.buildkite-agents")
|
(mkRemovedOptionModule [ "services" "buildkite-agent"] "services.buildkite-agent has been upgraded from version 2 to version 3 and moved to an attribute set at services.buildkite-agents. Please consult the 20.03 release notes for more information.")
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user