← Back to team overview

launchpad-reviewers team mailing list archive

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

 

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

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

See the following vulnerabilities for more details.
* https://ubuntu.com/security/notices/USN-6112-2/
* https://ubuntu.com/security/notices/USN-6138-1/
* https://ubuntu.com/security/notices/USN-6139-1/


Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

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