Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

33 lines (26 loc) · 1.33 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.

Changed

  • Update dependencies to use tonic for gRPC.

0.1.0-alpha.2 - 2020-01-26

Changed

  • Use host SSH Agent when available (exactly, when --ssh=default flag is passed for docker build).
  • Reduce logging verbosity.

0.1.0-alpha.1 - 2019-12-01

Added

  • Advanced output image metadata (Dockerfile's VOLUME, EXPOSE, LABEL, STOPSIGNAL).
  • Custom image setup commands (Dockerfile's RUN).
  • Support staticlib dependencies.

Changed

  • README and usage guide.
  • Switched to stable Rust channel.

0.1.0-alpha.0 - 2019-11-07

Added

  • The frontend itself: first public release.