Skip to content

Commit

Permalink
Release 0.7: {reboot,upgrade}-remote-system improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Apr 10, 2019
1 parent 954103e commit 24658ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ to `semantic versioning`_.
.. _Keep a Changelog: http://keepachangelog.com/
.. _semantic versioning: http://semver.org/

`Release 0.7`_ (2019-04-10)
---------------------------

- Improved ``upgrade-remote-system`` (reboot when running old kernel).
- Bug fix for ``reboot-remote-system`` (always confirm SSH connectivity).
- Updated the remote root disk encryption how to (Ubuntu 18.04 compatibility).

.. _Release 0.7: https://github.com/xolox/python-debuntu-tools/compare/0.6.4...0.7

`Release 0.6.4`_ (2018-11-17)
-----------------------------

Expand Down
4 changes: 2 additions & 2 deletions debuntu_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Debian and Ubuntu system administration tools.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: November 17, 2018
# Last Change: April 10, 2019
# URL: https://debuntu-tools.readthedocs.io

"""The top level :mod:`debuntu_tools` module."""
Expand All @@ -18,7 +18,7 @@
)

# Semi-standard module versioning.
__version__ = '0.6.4'
__version__ = '0.7'
"""The global version number of the `debuntu-tools` package (a string)."""

# Initialize a logger for this module.
Expand Down

0 comments on commit 24658ae

Please sign in to comment.