From 955d39f0852704ddd2d6ab2d65ac1bdca9e083ad Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 12 Jul 2019 09:47:23 -0700 Subject: [PATCH] bugfix to support multiple CLI variables --- README.md | 1 + readme-vars.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 99a7e82..ac3a709 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **12.07.19:** - Bugfix to support multiple CLI variables. * **28.06.19:** - Rebasing to alpine 3.10. * **03.06.19:** - Adding custom cli vars to options. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. diff --git a/readme-vars.yml b/readme-vars.yml index 87563ab..882ea11 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -49,6 +49,7 @@ app_setup_block: | https://hub.docker.com/r/linuxserver/{{ project_name }}/tags # changelog changelogs: + - { date: "12.07.19:", desc: "Bugfix to support multiple CLI variables." } - { date: "28.06.19:", desc: "Rebasing to alpine 3.10." } - { date: "03.06.19:", desc: "Adding custom cli vars to options." } - { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }