Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Releases: SUSE/zypper-docker

v2.0.0

13 Jun 07:41
v2.0.0
Compare
Choose a tag to compare

Features

  • Allow inspection of stopped containers #137
    Using zypper-docker luc,lpc or pchkc on a stopped container is now possible.
  • Analyze container instead of base image by default #148
    Note: This is a backwards incompatible change. If the base image of a container
    needs to be analyzed, which was the former default a new --base flag can be used.
    e.g. zypper-docker pchkc --base <Container-ID>

Minor Improvements / Fixes

  • Add short forms of commands to help section #143
  • Fix bug that caused images not to be removed properly in some cases #137
  • Fix bug that caused lpc command to log to stdout #140
  • Fix bug that caused force flag not to work with zypper-docker images #141
  • Fix zypper-docker ps command #146
  • Fix bug with zypper-docker up/patch --no-recommends #150
  • Fix update behavior when getting a zypper update #134

Other

  • Update integration tests #142
  • Move from docker/engine-api to docker/docker #138
  • Update and use zypper exit codes #122

Note to packagers

  • Removed Go 1.5 and 1.6 support 1.9 and 1.10.x are supported now #139

v1.2.0

26 Apr 13:14
v1.2.0
Compare
Choose a tag to compare

Features

  • The list-patches command has gained the --severity flag.

Minor Improvements

  • The --help flag is now more specific on commands arguments.
  • The cache file is now safe from concurrent accesses.
  • Clean zypper's cache after patch or update.
  • Display error message when image does not exist.
  • Run all zypper commands as root.

Other

  • Migrated client from samalba/dockerclient to docker/engine-api.

Note to packagers

  • Removed Go 1.4 support. Only 1.5 and 1.6 are supported now.

v1.1.2

04 Dec 09:48
Compare
Choose a tag to compare
  • The patch and the update commands no longer pollute the resulting image. See PR #81.
  • Parse the image name:tag with distribution's reference package. See PR #83.