Change logs for ubuntu-image source package in Artful

  • ubuntu-image (1.3+17.10ubuntu1) artful; urgency=medium
    
      * Remove the snapcraft dependency by moving the gadget tree priming step away
        from ubuntu-image.  (LP:1734655)
      * Add support for defining the livecd-rootfs configuration path through
        an environment variable.  (LP:1734949)
      * SRU tracking number LP: #1729531
    
    ubuntu-image (1.2+17.10ubuntu1) artful; urgency=medium
    
      [ Łukasz 'sil2100' Zemczak ]
      * SRU tracking number LP: #1729531
      * Add a generic hook mechanism and add our first supported snap-image hook:
        post-populate-rootfs.  (LP:1672436)
      * Document the newly added hook API in the ubuntu-image manpage.
        (LP:1715849)
      * Make sure ubuntu-image has 100% code-coverage after getting the classic
        image support added.
    
      [ Gary Wang ]
      * Add classic image creation support.  (LP:1726391)
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Mon, 27 Nov 2017 11:12:08 +0100
  • ubuntu-image (1.1+17.10ubuntu5) artful; urgency=medium
    
      * Do not run the Python 3.5 coverage test in autopkgtest either.
    
     -- Michael Hudson-Doyle <email address hidden>  Fri, 11 Aug 2017 10:01:01 +1200
  • ubuntu-image (1.1+17.10ubuntu4) artful; urgency=medium
    
      * Do not run the Python 3.5 tests in autopkgtest now that this is no longer
        a supported version.
    
     -- Michael Hudson-Doyle <email address hidden>  Mon, 07 Aug 2017 21:20:43 +1200
  • ubuntu-image (1.1+17.10ubuntu3) artful; urgency=medium
    
      * Only run the snap.sh test on github PRs as it doesn't make sense to run it
        as part of regular deb package migration.  (LP: #1704979)
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 19 Jul 2017 15:31:06 +0200
  • ubuntu-image (1.1+17.10ubuntu2) artful; urgency=medium
    
      * Only run the snap.sh test on github PRs as it doesn't make sense to run it
        as part of regular deb package migration.  (LP: #1704979)
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Wed, 19 Jul 2017 15:31:06 +0200
  • ubuntu-image (1.1+17.10ubuntu1) artful; urgency=medium
    
      [ Łukasz 'sil2100' Zemczak ]
      * Fix snapcraft.yaml for classic snappage.  (LP: #1673576)
      * Add a new step in the builder that generates .manifest files listing all
        snaps installed in the resulting image.  (LP: #1680574)
      * Further fixes to snapcraft.yaml, making sure that we only have one
        ubuntu-image version installed in the snap.  (LP: #1692901)
      * Move files around during snap build to have all needed libraries and python
        files in common accessible paths, install missing dependencies into the
        snap.  (LP: #1694982, LP: #1694993)
    
      [ Michael Vogt ]
      * Use fakeroot when running mkfs.ext4.  (LP: #1702628)
    
      [ Steve Langasek ]
      * Add fakeroot to the snapcraft.yaml and as a test dep.  (LP: #1702628)
    
     -- Łukasz 'sil2100' Zemczak <email address hidden>  Fri, 21 Apr 2017 19:35:00 +0200
  • ubuntu-image (1.0+17.04ubuntu1) zesty; urgency=medium
    
      * Exit with a console message instead of crashing when the contents of a
        partition does not fit within the specified size.  (LP: #1666580)
      * Don't install an unusable global flake8 extension.  (LP: #1631156)
      * Fix the autopkgtests to use --output-dir instead of the obsolete
        --output command line switch.  (LP: #1667140)
      * Added ``--image-file-list`` command line argument to record the paths
        of all the disk image files written.
      * Added an autopkgtest to prove that generated images can be
        successfully booted (on amd64 only).  (LP: #1625732)
      * Add an autopkgtest for ensuring each PR has a changelog entry and a bug
        linked to it.  (LP: #1655671)
      * Make ubuntu-image a classic confinement snap.  (LP: #1638645)
    
     -- Barry Warsaw <email address hidden>  Wed, 22 Feb 2017 11:30:01 -0500