summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorD Anzorge <d.anzorge@gmail.com>2023-01-04 22:18:00 +0100
committerD Anzorge <d.anzorge@gmail.com>2023-01-07 02:41:39 +0100
commit2d6f90f6679c91ea325660105b75fabf7ddfd3b0 (patch)
tree67839f55753e8ab907d9515ca85cc7fb8693d2d2 /nixos/doc
parentc4682d250d67b4bea93233b6ac7206ac0816e8c6 (diff)
downloadnixpkgs-2d6f90f6679c91ea325660105b75fabf7ddfd3b0.tar
nixpkgs-2d6f90f6679c91ea325660105b75fabf7ddfd3b0.tar.gz
nixpkgs-2d6f90f6679c91ea325660105b75fabf7ddfd3b0.tar.bz2
nixpkgs-2d6f90f6679c91ea325660105b75fabf7ddfd3b0.tar.lz
nixpkgs-2d6f90f6679c91ea325660105b75fabf7ddfd3b0.tar.xz
nixpkgs-2d6f90f6679c91ea325660105b75fabf7ddfd3b0.tar.zst
nixpkgs-2d6f90f6679c91ea325660105b75fabf7ddfd3b0.zip
git-bug-migration: init at 0.3.4
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2305.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2305.section.md2
2 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
index 12e4d490300..46b379262d0 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
@@ -126,6 +126,14 @@
       </listitem>
       <listitem>
         <para>
+          <literal>git-bug</literal> has been updated to at least
+          version 0.8.0, which includes backwards incompatible changes.
+          The <literal>git-bug-migration</literal> package can be used
+          to upgrade existing repositories.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           The EC2 image module no longer fetches instance metadata in
           stage-1. This results in a significantly smaller initramfs,
           since network drivers no longer need to be included, and
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md
index 07ee346c2c8..987446c0517 100644
--- a/nixos/doc/manual/release-notes/rl-2305.section.md
+++ b/nixos/doc/manual/release-notes/rl-2305.section.md
@@ -42,6 +42,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - `podman` now uses the `netavark` network stack. Users will need to delete all of their local containers, images, volumes, etc, by running `podman system reset --force` once before upgrading their systems.
 
+- `git-bug` has been updated to at least version 0.8.0, which includes backwards incompatible changes. The `git-bug-migration` package can be used to upgrade existing repositories.
+
 - The EC2 image module no longer fetches instance metadata in stage-1. This results in a significantly smaller initramfs, since network drivers no longer need to be included, and faster boots, since metadata fetching can happen in parallel with startup of other services.
   This breaks services which rely on metadata being present by the time stage-2 is entered. Anything which reads EC2 metadata from `/etc/ec2-metadata` should now have an `after` dependency on `fetch-ec2-metadata.service`