← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~tushar5526/lpci:0.2.12 into lpci:main

 

Tushar Gupta has proposed merging ~tushar5526/lpci:0.2.12 into lpci:main.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~tushar5526/lpci/+git/lpcraft/+merge/484596
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~tushar5526/lpci:0.2.12 into lpci:main.
diff --git a/NEWS.rst b/NEWS.rst
index 978f0c6..1b73ea4 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,13 @@
 Version history
 ===============
 
+0.2.12 (2025-04-16)
+==================
+
+- Reverts changes in 0.2.11 and 0.2.10
+- Use "secuirty.nesting=true" for GPU LPCI builds to workaround LPCI Noble failures
+  when running on a focal host due to apparmor permission issues. 
+
 0.2.11 (2025-04-11)
 ==================
 
diff --git a/setup.cfg b/setup.cfg
index 27e6f3b..98ec575 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = lpci
-version = 0.2.11
+version = 0.2.12
 description = Runner for Launchpad CI jobs
 long_description = file: README.rst
 long_description_content_type = text/x-rst

Follow ups