From 5b7d344da00f4fe12321e7616bfba2c5fc9de53c Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Thu, 8 Mar 2018 15:34:12 +0000 Subject: [PATCH] Update changelog for 1.3.0 --- CHANGELOG.md | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82bb96a..1c7f132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,43 @@ # Change Log -## [1.2.1](https://github.com/ferrarimarco/pxe/tree/1.2.1) (2017-10-11) -[Full Changelog](https://github.com/ferrarimarco/pxe/compare/1.2.0...1.2.1) +## [1.3.0](https://github.com/ferrarimarco/docker-pxe/tree/1.3.0) (2018-03-08) +[Full Changelog](https://github.com/ferrarimarco/docker-pxe/compare/1.2.1...1.3.0) **Implemented enhancements:** -- Add Docker hub badges to README [\#10](https://github.com/ferrarimarco/pxe/issues/10) -- Unclear documentation about pxe container IP [\#9](https://github.com/ferrarimarco/pxe/issues/9) +- Do not depend on packages [\#13](https://github.com/ferrarimarco/docker-pxe/issues/13) +- Base off alpine [\#12](https://github.com/ferrarimarco/docker-pxe/issues/12) +- Disable dnsmasq service instead of stopping it [\#11](https://github.com/ferrarimarco/docker-pxe/issues/11) -## [1.2.0](https://github.com/ferrarimarco/pxe/tree/1.2.0) (2017-04-19) -[Full Changelog](https://github.com/ferrarimarco/pxe/compare/1.1.0...1.2.0) +## [1.2.1](https://github.com/ferrarimarco/docker-pxe/tree/1.2.1) (2017-10-11) +[Full Changelog](https://github.com/ferrarimarco/docker-pxe/compare/1.2.0...1.2.1) **Implemented enhancements:** -- Implement the support to add additional boot menu entries without the need to overwrite the contents of default configuration [\#7](https://github.com/ferrarimarco/pxe/issues/7) +- Add Docker hub badges to README [\#10](https://github.com/ferrarimarco/docker-pxe/issues/10) +- Unclear documentation about pxe container IP [\#9](https://github.com/ferrarimarco/docker-pxe/issues/9) -## [1.1.0](https://github.com/ferrarimarco/pxe/tree/1.1.0) (2017-04-08) -[Full Changelog](https://github.com/ferrarimarco/pxe/compare/1.0.0...1.1.0) +## [1.2.0](https://github.com/ferrarimarco/docker-pxe/tree/1.2.0) (2017-04-19) +[Full Changelog](https://github.com/ferrarimarco/docker-pxe/compare/1.1.0...1.2.0) **Implemented enhancements:** -- Remove Ubuntu 16.04 boot option [\#6](https://github.com/ferrarimarco/pxe/issues/6) -- Show the boot menu [\#5](https://github.com/ferrarimarco/pxe/issues/5) +- Implement the support to add additional boot menu entries without the need to overwrite the contents of default configuarion [\#7](https://github.com/ferrarimarco/docker-pxe/issues/7) -## [1.0.0](https://github.com/ferrarimarco/pxe/tree/1.0.0) (2017-03-30) +## [1.1.0](https://github.com/ferrarimarco/docker-pxe/tree/1.1.0) (2017-04-08) +[Full Changelog](https://github.com/ferrarimarco/docker-pxe/compare/1.0.0...1.1.0) + +**Implemented enhancements:** + +- Remove Ubuntu 16.04 boot option [\#6](https://github.com/ferrarimarco/docker-pxe/issues/6) +- Show the boot menu [\#5](https://github.com/ferrarimarco/docker-pxe/issues/5) + +## [1.0.0](https://github.com/ferrarimarco/docker-pxe/tree/1.0.0) (2017-03-30) **Implemented enhancements:** -- Move the configuration out of the Dockerfile [\#3](https://github.com/ferrarimarco/pxe/issues/3) -- Write details about the test environment using Vagrant [\#2](https://github.com/ferrarimarco/pxe/issues/2) -- Add Ubuntu 16.04 to the bootable OSes list [\#1](https://github.com/ferrarimarco/pxe/issues/1) +- Move the configuration out of the Dockerfile [\#3](https://github.com/ferrarimarco/docker-pxe/issues/3) +- Write details about the test environment using Vagrant [\#2](https://github.com/ferrarimarco/docker-pxe/issues/2) +- Add Ubuntu 16.04 to the bootable OSes list [\#1](https://github.com/ferrarimarco/docker-pxe/issues/1)