Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

69 lines (39 loc) · 1.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.7.0] - 2022-02-26

Added

  • Linux support.

[1.6.0] - 2021-12-19

Added

  • Added -Remove parameter to New-Container.

Changed

  • Fixed timeout issue.

[1.5.0] - 2019-11-02

Added

  • Added argument completions for image name, tag, repository, container name.

Changed

  • Adopted changes from the Docker CLI.

[1.4.0] - 2019-03-02

Changed

  • Fixed output issue with volumes.
  • Fixed pipeline processing with multiple items.
  • Fixed ErrorAction parameter.
  • Unit test refactoring.

[1.3.0] - 2019-02-24

Added

  • Support for Linux clients.
  • Support for Linux containers.
  • Support von container volumes.

Changed

  • Refactoring.

[1.2.0] - 2019-02-23

Added

  • Pipeline support for the commandlet.
  • New cmdlet Uninstall-Image.
  • Types for Image, Repository and Container used as output.

Changed

  • Refactoring.