nixos/mattermost: update release notes

This commit is contained in:
Morgan Jones 2022-01-16 22:32:55 -07:00
parent e6415e1dc2
commit 9db1fb4772
3 changed files with 22 additions and 7 deletions

View file

@ -32,10 +32,14 @@
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Mattermost has been updated to version 6.2. Migrations may Mattermost has been updated to extended support release 6.3,
take a while, see the as the previously packaged extended support release 5.37 is
<link xlink:href="https://docs.mattermost.com/install/self-managed-changelog.html#release-v6.2-feature-release">upgrade <link xlink:href="https://docs.mattermost.com/upgrade/extended-support-release.html">reaching
notes</link>. its end of life</link>. Migrations may take a while, see the
<link xlink:href="https://docs.mattermost.com/install/self-managed-changelog.html#release-v6-3-extended-support-release">changelog</link>
and
<link xlink:href="https://docs.mattermost.com/upgrade/important-upgrade-notes.html">important
upgrade notes</link>.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
@ -517,6 +521,13 @@
<literal>programs.starship.settings</literal>. <literal>programs.starship.settings</literal>.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
<literal>services.mattermost.plugins</literal> has been added
to allow the declarative installation of Mattermost plugins.
Plugins are automatically repackaged using autoPatchelf.
</para>
</listitem>
</itemizedlist> </itemizedlist>
</section> </section>
</section> </section>

View file

@ -13,8 +13,9 @@ In addition to numerous new and upgraded packages, this release has the followin
- PHP 8.1 is now available - PHP 8.1 is now available
- Mattermost has been updated to version 6.2. Migrations may take a while, - Mattermost has been updated to extended support release 6.3, as the previously packaged extended support release 5.37 is [reaching its end of life](https://docs.mattermost.com/upgrade/extended-support-release.html).
see the [upgrade notes](https://docs.mattermost.com/install/self-managed-changelog.html#release-v6.2-feature-release). Migrations may take a while, see the [changelog](https://docs.mattermost.com/install/self-managed-changelog.html#release-v6-3-extended-support-release)
and [important upgrade notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html).
## New Services {#sec-release-22.05-new-services} ## New Services {#sec-release-22.05-new-services}
@ -177,3 +178,6 @@ In addition to numerous new and upgraded packages, this release has the followin
- A new module was added for the [Starship](https://starship.rs/) shell prompt, - A new module was added for the [Starship](https://starship.rs/) shell prompt,
providing the options `programs.starship.enable` and `programs.starship.settings`. providing the options `programs.starship.enable` and `programs.starship.settings`.
- `services.mattermost.plugins` has been added to allow the declarative installation of Mattermost plugins.
Plugins are automatically repackaged using autoPatchelf.

View file

@ -181,7 +181,7 @@ in
description = '' description = ''
Plugins to add to the configuration. Overrides any installed if non-null. Plugins to add to the configuration. Overrides any installed if non-null.
This is a list of paths to .tar.gz files or derivations evaluating to This is a list of paths to .tar.gz files or derivations evaluating to
.tar.gz files. All entries will be passed to `mattermost plugin add`. .tar.gz files.
''; '';
}; };