From 05fd421f0afa6b837d93476d13d94d8b423c0edb Mon Sep 17 00:00:00 2001 From: Ryan Kuba Date: Mon, 22 Apr 2024 12:58:58 -0700 Subject: [PATCH] add notes on noble rebase (#233) --- README.md | 1 + readme-vars.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 62bba739..d43d146a 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **22.04.24:** - Rebase Ubuntu to Noble. * **16.04.24:** - Add docs on PRoot Apps. * **14.04.24:** - Rebase Fedora to 40. * **11.02.24:** - Add PWA icons and title variants properly. diff --git a/readme-vars.yml b/readme-vars.yml index 609efbdd..59db04d8 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -146,6 +146,7 @@ app_setup_block: | # changelog changelogs: + - { date: "22.04.24:", desc: "Rebase Ubuntu to Noble." } - { date: "16.04.24:", desc: "Add docs on PRoot Apps." } - { date: "14.04.24:", desc: "Rebase Fedora to 40." } - { date: "11.02.24:", desc: "Add PWA icons and title variants properly." }