A new release of the atomic command: https://github.com/projectatomic/atomic/releases/tag/v1.8 is a git-evtag[1] signed commit for the release of projectatomic/atomic 1.8.
I'm going to list changes since v1.5, which was the last tag, as we weren't tagging releases for a bit. >From Brent Baude, we have reliability changes in the scanner, as well as a shiny new `atomic top` command. There are a variety of bugfixes from a number of people, such as Python 3 fixes, compatiblity with Docker 1.10, etc. Jonathan Lebon fixed the test suite and pylint. Other feature changes: Dusty Mabe (2): Allow additional args to be provided to "stop". Re-enable execution of "stop" label from image. Matthew Barnes (2): host: Proxy new `rpm-ostree deploy` command Update bash completion for all "atomic host" commands Shishir Mahajan (4): Atomic migrate command: This command migrates docker instance (images, containers and volumes) from one backend storage to another e.g. devicemapper to overlayfs. $ git shortlog v1.5..|grep -v 'Merge pull' Alex Jia (3): atomic: fix a typo atomic: fix 'Namespace' object has no attribute 'pulp' Atomic.atomic: fix FD leaks Antonio Murdaca (2): docs: atomic-stop.1.md: remove `--name` flag from example Atomic: top: add optional uid,gid,user,group to ps_args Brent Baude (23): Improve scan out and common input parsing Atomic_scan: add option to override fetching of new CVE data BUG: umount not working when pool and dev names dis-similiar XFS needs 'nouuid' set BUGFIX: Atomic throws exception when no scan_targets are passed Fix XFS error and thinpool races Do not build atomic with an egg file Add bash completion for atomic scan BUGFIXES: fix critical atomic scan bugs related to Mount Do not continue atomic install without INSTALL label Introduce 'atomic diff' RFE: Align output for atomic images (1285461) Move lengthy subfunctions to classes BUGFIX: Atomic diff leaks FD (BZ # 1285006) Atomic TOP: Top-like display for container processes atomic verify: remote inspect and more details Atomic Top Man Atomic Diff: RPMS arent being collected SCAN ERRORS: correct pruning and add unmount timeout Atomic Top: fix repeated process information Add tests for Atomic diff and top Correct blank version names Add -e to docker top to correct TTY issues (BZ 1293063) Charlie Drage (2): Update Debian.md Fix doc error in Debian installation docs Cleber Rosa (4): atomic: simplify exception handling Imports: general reorganization Disable urllib3 warning: move code to a util module function Disable urllib3 warnings: handle imports more gracefully Colin Walters (5): diff: Quiet pylint warning Dan Walsh (30): Bumb version to 1.6 Fix atomic mount bash completion pylint is complaining about super on some fedora Merge branch 'master' of github.com:projectatomic/atomic Return the same message when we fail to connect to the docker daemon Bump version to 1.7 Fix up tab usage for python3 Merge branch 'master' of github.com:projectatomic/atomic Fix up atomic migrate python3 throws exception on no args to atomic Should be export_docker not export_containers test_display.sh should ignore whitespace. Should not prepend dock* Not needed setup for test_display.sh Fix error messages to display correctly in python3 Fix atomic mount on python3 Exit atomic if not run as root Don't output Scanning, user knows that Fix import diff for python3 Fix bogus pylint error I merged Colins patch instead of mine Fix test on XFS on python3 to decode message Fix output of diff to work on python3 Use from . import methods Remove duplicate dbus import and add newline at end of atomic.py CLeanups for running atomic top when no containers are running Update version to 1.8 In docker-1.10 the device/imageIDs are not == to container ID No need for from exceptions line, these are builtin, blows up on python3 Code cleanup and port for python3 Daniel J Walsh (63): Dusty Mabe (2): Allow additional args to be provided to "stop". Re-enable execution of "stop" label from image. Jiri Popelka (1): Atomic.images(): handle 'localhost:5000/test-image:latest' Jonathan Lebon (11): Makefile: remove atomic target test_display.sh: tweak for images with no INSTALL label export/import: don't hardcode paths export/import: fix and simplify logic and make consistent test_migrate.sh: cleanups migrate.sh: more reliably get docker pid Import/Export.py: don't use shell'ed subprocess pylint: disable no-name-in-module for GLib migrate.sh: mount on /run for gotar test.sh: add TEST_INTEGRATION support Martin Preisler (2): Allow GO_MD2MAN path to be configurable via env variable Fixed up atomic-scan.1.md to be consistent with the fetch_cves arg Matthew Barnes (2): host: Proxy new `rpm-ostree deploy` command Update bash completion for all "atomic host" commands Robert Kuska (2): Make pylint check optional Create separate install-only target Shishir Mahajan (4): Atomic migrate command: This command migrates docker instance (images, containers and volumes) from one backend storage to another e.g. devicemapper to overlayfs. Atomic migrate command: Added tests Atomic migrate command: Added bash completion and man pages Atomic migrate command: Fix review comments Tomas Tomecek (3): py3: fix invalid syntax format the actual message py3: fix unmount jandryuk (1): Pass integer to dmsetup [1] https://github.com/cgwalters/git-evtag