** Description changed:

- This will track an SRU of curtin back to Cosmic, Bionic and Xenial.
+ == Begin SRU Template ==
+ [Impact]
+ This release sports both bug-fixes and new features and we would like to
+ make sure all of our supported customers have access to these improvements.
+ The notable ones are:
+ 
+    * <TODO: Create list with LP: # included>
+     - dname: relax dname req for disk serial/wwn presence for compatibility  
+       (LP: #1735839)
+     - clear-holders: handle FileNotFound when probing for bcache device slaves
+       (LP: #1811117)
+     - Adjust helpers/common to edit GRUB_CMDLINE_LINUX_DEFAULT in place.     
+       (LP: #1527664)
+     - dname: persistent names based on serial or wwn (LP: #1735839)
+     - Fix bug in is_swap_device if a device was smaller than page_size.      
+       (LP: #1803672)
+     - Add clear-holders to meta-simple (LP: #1786736)
+     - block_meta: use wipe config when clearing partitions (LP: #1800153)
+     - apt: Use new format apt config when writing preserve_sources_list.     
+       (LP: #1735950)
+ 
+ See the changelog entry below for a full list of changes and bugs.
+ 
+ [Test Case]
+ The following development and SRU process was followed:
+ https://wiki.ubuntu.com/CurtinUpdates
+ 
+ Curtin now contains an extensive integration test suite that is ran using
+ the SRU package for each releases. These suite has documentation here:
+ https://curtin.readthedocs.io/en/latest/topics/integration-testing.html
+ 
+ In order to avoid regression to existing MAAS product, the MAAS team will
+ run their continuous integration test against the curtin that is in
+ -proposed.  A successful run will be required before the proposed curtin
+ can be let into -updates.
+ 
+ The curtin team will be in charge of attaching the artifacts and console
+ output of the appropriate run to the bug.  Curtin team members will not
+ mark ‘verification-done’ until this has happened.
+ 
+ [Regression Potential]
+ In order to mitigate the regression potential, the results of the
+ aforementioned integration tests are attached to this bug.
+ 
+ <TODO: attach curtin-proposed test artifacts from vmtest for every SRU 
release, not a link as links expire>
+ <TODO: attach maas-proposed test artifacts from vmtest for every SRU release, 
not a link as links expire>
+ 
+ [Discussion]
+ <TODO: other background>
+ 
+ == End SRU Template ==
+ 
+ <TODO: Paste in change log entry>

** Also affects: curtin (Ubuntu Bionic)
   Importance: Undecided
       Status: New

** Also affects: curtin (Ubuntu Disco)
   Importance: Undecided
       Status: New

** Also affects: curtin (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: curtin (Ubuntu Cosmic)
   Importance: Undecided
       Status: New

** Changed in: curtin (Ubuntu Disco)
       Status: New => Fix Committed

** Description changed:

  == Begin SRU Template ==
  [Impact]
  This release sports both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these improvements.
  The notable ones are:
  
-    * <TODO: Create list with LP: # included>
-     - dname: relax dname req for disk serial/wwn presence for compatibility  
-       (LP: #1735839)
-     - clear-holders: handle FileNotFound when probing for bcache device slaves
-       (LP: #1811117)
-     - Adjust helpers/common to edit GRUB_CMDLINE_LINUX_DEFAULT in place.     
-       (LP: #1527664)
-     - dname: persistent names based on serial or wwn (LP: #1735839)
-     - Fix bug in is_swap_device if a device was smaller than page_size.      
-       (LP: #1803672)
-     - Add clear-holders to meta-simple (LP: #1786736)
-     - block_meta: use wipe config when clearing partitions (LP: #1800153)
-     - apt: Use new format apt config when writing preserve_sources_list.     
-       (LP: #1735950)
+    * <TODO: Create list with LP: # included>
+     - dname: relax dname req for disk serial/wwn presence for compatibility
+       (LP: #1735839)
+     - clear-holders: handle FileNotFound when probing for bcache device slaves
+       (LP: #1811117)
+     - Adjust helpers/common to edit GRUB_CMDLINE_LINUX_DEFAULT in place.
+       (LP: #1527664)
+     - dname: persistent names based on serial or wwn (LP: #1735839)
+     - Fix bug in is_swap_device if a device was smaller than page_size.
+       (LP: #1803672)
+     - Add clear-holders to meta-simple (LP: #1786736)
+     - block_meta: use wipe config when clearing partitions (LP: #1800153)
+     - apt: Use new format apt config when writing preserve_sources_list.
+       (LP: #1735950)
  
  See the changelog entry below for a full list of changes and bugs.
  
  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/CurtinUpdates
  
  Curtin now contains an extensive integration test suite that is ran using
  the SRU package for each releases. These suite has documentation here:
  https://curtin.readthedocs.io/en/latest/topics/integration-testing.html
  
  In order to avoid regression to existing MAAS product, the MAAS team will
  run their continuous integration test against the curtin that is in
  -proposed.  A successful run will be required before the proposed curtin
  can be let into -updates.
  
  The curtin team will be in charge of attaching the artifacts and console
  output of the appropriate run to the bug.  Curtin team members will not
  mark ‘verification-done’ until this has happened.
  
  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned integration tests are attached to this bug.
  
  <TODO: attach curtin-proposed test artifacts from vmtest for every SRU 
release, not a link as links expire>
  <TODO: attach maas-proposed test artifacts from vmtest for every SRU release, 
not a link as links expire>
  
  [Discussion]
  <TODO: other background>
  
  == End SRU Template ==
  
  <TODO: Paste in change log entry>
+ 
+ curtin (18.2-10-g7afd77fa-0ubuntu1) disco; urgency=medium                     
 
+                                                                               
 
+   * New upstream snapshot.                                                    
 
+     - Support for multi-layers images fsimage-layered:// URI                  
 
+       [Jean-Baptiste Lallement]                                               
 
+     - dname: relax dname req for disk serial/wwn presence for compatibility   
 
+       (LP: #1735839)                                                          
 
+     - flake8: fix some E117 over-indented issues [Paride Legovini]            
 
+     - bcache: ensure partitions on bcache devices are detected as partition   
 
+     - vmtest: bump skip_by_date out a year for trusty bcache bug              
 
+     - Fix typo in doc/topics/integration-testing.rst. [Paride Legovini]       
 
+     - flake8: Fix two issues found with new version of flake8                 
 
+     - clear-holders: handle FileNotFound when probing for bcache device 
slaves 
+       (LP: #1811117)                                                          
 
+     - vmtests: network mtu fix-by bump to post 19.04 release                  
 
+     - vmtest: Fix bug preventing explicit disabling of system_upgrade.        
 
+                                                                               
 
+  -- Ryan Harper <ryan.har...@canonical.com>  Wed, 27 Feb 2019 16:43:21 -0600  
 
+                                                                               
 
+ curtin (18.2-0ubuntu1) disco; urgency=medium                                  
 
+                                                                               
 
+   * New upstream release (18.2).                                              
 
+     - Release 18.2                                                            
 
+     - Adjust helpers/common to edit GRUB_CMDLINE_LINUX_DEFAULT in place.      
 
+       (LP: #1527664)                                                          
 
+     - dname: persistent names based on serial or wwn (LP: #1735839)           
 
+     - Fix bug in is_swap_device if a device was smaller than page_size.       
 
+       (LP: #1803672)                                                          
 
+     - vmtest: add disco tests [Joshua Powers]                                 
 
+     - unittest: change directory to tmpdir for testing relative files.        
 
+     - Add clear-holders to meta-simple (LP: #1786736)                         
 
+     - vmtests: check install log for Out of memory kernel messages and fail   
 
+     - unittest: correctly use tmpdir for my.img [Joshua Powers] (LP: 
#1803611) 
+     - block_meta: use wipe config when clearing partitions (LP: #1800153)     
 
+     - tests: fix vmtests for apt perserve_source_list changes                 
 
+     - apt: Use new format apt config when writing preserve_sources_list.      
 
+       (LP: #1735950)                                                          
 
+     - vmtests: multipath mount /home with nofail and validate in unittest     
 
+     - vmtests: fix common collect scripts to not exit failure.                
 
+     - vmtest: handle collect disk unpack failure                              
 
+     - vmtests: dont use multiple subclasses in uefi 4k tests                  
 
+     - vmtests: disable snapd/seeding to avoid boot hang                       
 
+     - jenkins-runner: fix when using --filter only                            
 
+                                                                               
 
+  -- Ryan Harper <ryan.har...@canonical.com>  Thu, 06 Dec 2018 12:11:01 -0600

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1817964

Title:
  sru curtin 2019-02-27 - 18.2-10-g7afd77fa-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/1817964/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to