@atomist/sdm-pack-docker
Version:
Extension Pack for an Atomist SDM to integrate Docker
56 lines (29 loc) • 2.12 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased](https://github.com/atomist/sdm-pack-docker/compare/2.0.1...HEAD)
### Added
- Add Docker ports and file path features. [#57](https://github.com/atomist/sdm-pack-docker/issues/57)
## [2.0.1](https://github.com/atomist/sdm-pack-docker/compare/2.0.0...2.0.1) - 2019-07-10
## [2.0.0](https://github.com/atomist/sdm-pack-docker/compare/1.2.0...2.0.0) - 2019-07-09
### Changed
- Add support for multiple registries. [#49](https://github.com/atomist/sdm-pack-docker/issues/49)
## [1.2.0](https://github.com/atomist/sdm-pack-docker/compare/1.1.0...1.2.0) - 2019-04-08
### Added
- Add builderPath option. [#43](https://github.com/atomist/sdm-pack-docker/issues/43)
## [1.1.0](https://github.com/atomist/sdm-pack-docker/compare/1.0.2...1.1.0) - 2019-03-20
### Added
- Allow docker config to be passed to DockerBuild. [8bff456](https://github.com/atomist/sdm-pack-docker/commit/8bff45672582ac2b57a03edd1149a08c088dd0f9)
- Add support for using kaniko as docker builder. [#40](https://github.com/atomist/sdm-pack-docker/issues/40)
### Changed
- Remove deprecation warnings. [83d443d](https://github.com/atomist/sdm-pack-docker/commit/83d443dc4f09191c5eb9f248168858ed82b056db)
## [1.0.2](https://github.com/atomist/sdm-pack-docker/compare/1.0.1...1.0.2) - 2018-12-10
### Fixed
- Docker push failures. [#19](https://github.com/atomist/sdm-pack-docker/issues/19)
## [1.0.1](https://github.com/atomist/sdm-pack-docker/compare/1.0.0-RC.2...1.0.1) - 2018-11-09
## [1.0.0-RC.2](https://github.com/atomist/sdm-pack-docker/compare/1.0.0-RC.1...1.0.0-RC.2) - 2018-10-30
## [1.0.0-RC.1](https://github.com/atomist/sdm-pack-docker/compare/1.0.0-M.5...1.0.0-RC.1) - 2018-10-15
## [1.0.0-M.5](https://github.com/atomist/sdm-pack-docker/tree/1.0.0-M.5) - 2018-09-26
### Added
- Make docker builds restartable. [#10](https://github.com/atomist/sdm-pack-docker/issues/10)