2018-01-04 - Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com>
ubuntu-image (1.3+18.04ubuntu2) bionic; urgency=medium
* Ignore the E722 error on our bare-except statements as those are intended,
it's a way for us to clean up on errors. (LP: #1741246)
2017-11-27 - Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com>
ubuntu-image (1.3+18.04ubuntu1) bionic; 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)
2017-07-31 - Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com>
ubuntu-image (1.2+18.04ubuntu1) bionic; urgency=medium
[ Łukasz 'sil2100' Zemczak ]
* 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)
2017-07-19 - Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com>
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)
2017-04-21 - Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com>
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)
2017-02-22 - Barry Warsaw <barry@ubuntu.com>
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)