Skip to content

Commit

Permalink
Release Karton 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barisione committed Mar 7, 2018
1 parent 17d540c commit 5a9c46a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Karton 1.0.0 - 2018-03-07 Marco Barisione <[email protected]>

* Add a way of setting the FS consistency on macOS (to make disk access
faster).
* Try harder to sync the image and host clock.
* Add DefinitionProperties.run_command to run a command at various points
during the image lifetime.
* Add DefinitionProperties.copy to copy files and directories into an
image when building it. (#6)
* Add DefinitionProperties.share_whole_home to share the whole home
directory.
* Allow to set environment variables on the command line. (#5)
* Add --no-cache to the build command to avoid using Docker's cached
layers when building an image. (#7)
* Warn the user if they are using outdated images.
* Fix a problem with Fedora images and yum.
* Add DefinitionProperties.uid. (#4)
* Work correctly when stdin is not a TTY. (#8)

Karton 0.1.1 - 2017-08-15 Marco Barisione <[email protected]>

* Remove a stray quote which made image generation fail with recent
Expand Down
2 changes: 1 addition & 1 deletion karton/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from __future__ import print_function


__version__ = '0.1.1'
__version__ = '1.0.0'

#pylint: disable=invalid-name
numeric_version = tuple(int(v) for v in __version__.split('.'))
Expand Down

0 comments on commit 5a9c46a

Please sign in to comment.