summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJustinas Stankevicius <justinas@justinas.org>2022-04-25 19:06:27 +0300
committerJustinas Stankevicius <justinas@justinas.org>2022-05-09 23:35:46 +0300
commit25cf5ebcd09b155219b11fccff44bd34a61dfb77 (patch)
tree3a8db905f5485d2078e58a6190d82abc37b0576f /nixos
parentbe92d4e1cbb967521c3ff66dbca8d694af3d4abd (diff)
downloadnixpkgs-25cf5ebcd09b155219b11fccff44bd34a61dfb77.tar
nixpkgs-25cf5ebcd09b155219b11fccff44bd34a61dfb77.tar.gz
nixpkgs-25cf5ebcd09b155219b11fccff44bd34a61dfb77.tar.bz2
nixpkgs-25cf5ebcd09b155219b11fccff44bd34a61dfb77.tar.lz
nixpkgs-25cf5ebcd09b155219b11fccff44bd34a61dfb77.tar.xz
nixpkgs-25cf5ebcd09b155219b11fccff44bd34a61dfb77.tar.zst
nixpkgs-25cf5ebcd09b155219b11fccff44bd34a61dfb77.zip
teleport: 8.1.3 -> 9.1.2
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml10
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 12 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index ab0edcebc67..737cd867729 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -1167,6 +1167,16 @@
       </listitem>
       <listitem>
         <para>
+          <literal>teleport</literal> has been upgraded to major version
+          9. Please see upstream
+          <link xlink:href="https://goteleport.com/docs/setup/operations/upgrading/">upgrade
+          instructions</link> and
+          <link xlink:href="https://goteleport.com/docs/changelog/#900">release
+          notes</link>.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           For <literal>pkgs.python3.pkgs.ipython</literal>, its direct
           dependency
           <literal>pkgs.python3.pkgs.matplotlib-inline</literal> (which
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index af65ae46131..90d3393647c 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -488,6 +488,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - The `autorestic` package has been upgraded from 1.3.0 to 1.5.0 which introduces breaking changes in config file, check [their migration guide](https://autorestic.vercel.app/migration/1.4_1.5) for more details.
 
+- `teleport` has been upgraded to major version 9. Please see upstream [upgrade instructions](https://goteleport.com/docs/setup/operations/upgrading/) and [release notes](https://goteleport.com/docs/changelog/#900).
+
 - For `pkgs.python3.pkgs.ipython`, its direct dependency `pkgs.python3.pkgs.matplotlib-inline`
   (which is really an adapter to integrate matplotlib in ipython if it is installed) does
   not depend on `pkgs.python3.pkgs.matplotlib` anymore.