UNPKG

1.31 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/)
6and this project adheres to [Semantic Versioning](http://semver.org/).
7
8## [Unreleased](https://github.com/atomist/sdm-pack-docker/compare/1.0.2...HEAD)
9
10### Added
11
12- Allow docker config to be passed to DockerBuild. [8bff456](https://github.com/atomist/sdm-pack-docker/commit/8bff45672582ac2b57a03edd1149a08c088dd0f9)
13
14### Changed
15
16- Remove deprecation warnings. [83d443d](https://github.com/atomist/sdm-pack-docker/commit/83d443dc4f09191c5eb9f248168858ed82b056db)
17
18## [1.0.2](https://github.com/atomist/sdm-pack-docker/compare/1.0.1...1.0.2) - 2018-12-10
19
20### Fixed
21
22- Docker push failures. [#19](https://github.com/atomist/sdm-pack-docker/issues/19)
23
24## [1.0.1](https://github.com/atomist/sdm-pack-docker/compare/1.0.0-RC.2...1.0.1) - 2018-11-09
25
26## [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
27
28## [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
29
30## [1.0.0-M.5](https://github.com/atomist/sdm-pack-docker/tree/1.0.0-M.5) - 2018-09-26
31
32### Added
33
34- Make docker builds restartable. [#10](https://github.com/atomist/sdm-pack-docker/issues/10)