← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~lgp171188/lpci:rebuild-security-fixes-2023-06-07 into lpci:main

 

Guruprasad has proposed merging ~lgp171188/lpci:rebuild-security-fixes-2023-06-07 into lpci:main.

Commit message:
Rebuild the Snap package with security updates to system packages

See https://ubuntu.com/security/notices/USN-6142-1/ for more details.


Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~lgp171188/lpci/+git/lpcraft/+merge/444261
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~lgp171188/lpci:rebuild-security-fixes-2023-06-07 into lpci:main.
diff --git a/NEWS.rst b/NEWS.rst
index 06151a5..82d2ad1 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,11 +2,17 @@
 Version history
 ===============
 
+0.2.2 (2023-06-07)
+==================
+
+- Rebuild the Snap package to include updated system packages with fixes
+  for https://ubuntu.com/security/notices/USN-6142-1/.
+
 0.2.1 (2023-06-06)
 ==================
 
 - Rebuild the Snap package to include updated system packages with fixes
- for the following vulnerabilities.
+  for the following vulnerabilities.
 
   * https://ubuntu.com/security/notices/USN-6112-2/
   * https://ubuntu.com/security/notices/USN-6138-1/
diff --git a/setup.cfg b/setup.cfg
index df6892d..71ead96 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = lpci
-version = 0.2.1
+version = 0.2.2
 description = Runner for Launchpad CI jobs
 long_description = file: README.rst
 long_description_content_type = text/x-rst

Follow ups