2020-06-04 08:44:03 +00:00
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com ](http://keepachangelog.com/ ).
2020-09-24 17:45:25 +00:00
## [0.3.0] - Upcoming
### Added
- [#25 ](https://github.com/javahippie/clj-test-containers/issues/25 ): Add support for a container wait stategy
2020-10-08 06:52:19 +00:00
- [#35 ](https://github.com/javahippie/clj-test-containers/issues/35 ): Add support for docker version 2.4.0 - upgrading testcontainers-java version
2020-09-24 17:45:25 +00:00
### Changed
- [#29 ](https://github.com/javahippie/clj-test-containers/issues/29 ): init-network should be called create-network!
2020-08-05 20:49:04 +00:00
## [0.2.0] - 2020-08-05
2020-08-05 10:16:29 +00:00
### Added
2020-08-05 20:49:04 +00:00
- [#2 ](https://github.com/javahippie/clj-test-containers/issues/2 ): Enable configuration of networking
- [#8 ](https://github.com/javahippie/clj-test-containers/issues/8 ): Improve Documentation for cljdoc
2020-08-05 10:16:29 +00:00
- [#15 ](https://github.com/javahippie/clj-test-containers/issues/15 ): Add a way to create an Image from a Dockerfile
- [#17 ](https://github.com/javahippie/clj-test-containers/issues/17 ): Enable the library to use predefined Containers
- [#18 ](https://github.com/javahippie/clj-test-containers/issues/18 ): Reuse more code between `create` , `init` and `create-from-dockerfile`
- [#19 ](https://github.com/javahippie/clj-test-containers/issues/19 ): Add Code of Conduct
2020-06-04 08:44:03 +00:00
### Changed
2020-08-05 10:16:29 +00:00
- [#9 ](https://github.com/javahippie/clj-test-containers/issues/9 ): using `:keys [......]`
- [#13 ](https://github.com/javahippie/clj-test-containers/issues/13 ): Update Git Configuration
2020-08-05 20:49:04 +00:00
- [#20 ](https://github.com/javahippie/clj-test-containers/issues/20 ): Release Milestone 0.2.0
2020-06-04 08:44:03 +00:00
2020-08-05 10:16:29 +00:00
## [0.1.0] - 2020-06-06
2020-06-04 08:44:03 +00:00
### Added
2020-08-05 10:16:29 +00:00
- [#1 ](https://github.com/javahippie/clj-test-containers/issues/1 ): Enable minimal GenericContainer usage - Set up a test pipeline
- [#3 ](https://github.com/javahippie/clj-test-containers/issues/3 ): Enable configuration of volumes
- [#4 ](https://github.com/javahippie/clj-test-containers/issues/4 ): Set up a test pipeline
- [#5 ](https://github.com/javahippie/clj-test-containers/issues/5 ): Set up clojars deployment
- [#6 ](https://github.com/javahippie/clj-test-containers/issues/6 ): Enable command execution in a running container
- [#7 ](https://github.com/javahippie/clj-test-containers/issues/7 ): Switch from Boot to Leiningen
2020-06-04 08:44:03 +00:00