Commit 669067ed authored by panda2134's avatar panda2134
Browse files

netlify-cli: update release note for updating netlify-cli

parent b04fe397
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1237,6 +1237,14 @@ services.github-runner.serviceOverrides.SupplementaryGroups = [
          for more details.
        </para>
      </listitem>
      <listitem>
        <para>
          The <literal>netlify-cli</literal> package has been updated
          from 6.13.2 to 12.2.4, see the
          <link xlink:href="https://github.com/netlify/cli/releases">changelog</link>
          for more details.
        </para>
      </listitem>
      <listitem>
        <para>
          <literal>dockerTools.buildImage</literal> deprecates the
+2 −0
Original line number Diff line number Diff line
@@ -382,6 +382,8 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).

- The `guake` package has been updated from 3.6.3 to 3.9.0, see the [changelog](https://github.com/Guake/guake/releases) for more details.

- The `netlify-cli` package has been updated from 6.13.2 to 12.2.4, see the [changelog](https://github.com/netlify/cli/releases) for more details.

- `dockerTools.buildImage` deprecates the misunderstood `contents` parameter, in favor of `copyToRoot`.
  Use `copyToRoot = buildEnv { ... };` or similar if you intend to add packages to `/bin`.