From 75ae4b831c1134075b97fd706f99d34fd513bf73 Mon Sep 17 00:00:00 2001 From: aptalca Date: Tue, 28 Apr 2020 13:47:23 -0400 Subject: [PATCH] update changelog --- README.md | 2 +- readme-vars.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1934127..ac0c617 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions -* **28.04.20:** - Add Buster backports repo for Debian. +* **28.04.20:** - Add Buster/Stretch backports repos for Debian. Tested with OMV 5 and OMV 4 (on kernel 4.19.0-0.bpo.8-amd64). * **20.04.20:** - Fix typo in client mode conf existence check. * **13.04.20:** - Fix bug that forced conf recreation on every start. * **08.04.20:** - Add arm32/64 builds and enable multi-arch (rpi4 with ubuntu and raspbian buster tested). Add CoreDNS for `PEERDNS=auto` setting. Update the `add-peer`/`show-peer` scripts to utilize the templates and the `INTERNAL_SUBNET` var (previously missed, oops). diff --git a/readme-vars.yml b/readme-vars.yml index 8444ea2..6e48464 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -78,7 +78,7 @@ app_setup_block: | # changelog changelogs: - - { date: "28.04.20:", desc: "Add Buster backports repo for Debian." } + - { date: "28.04.20:", desc: "Add Buster/Stretch backports repos for Debian. Tested with OMV 5 and OMV 4 (on kernel 4.19.0-0.bpo.8-amd64)." } - { date: "20.04.20:", desc: "Fix typo in client mode conf existence check." } - { date: "13.04.20:", desc: "Fix bug that forced conf recreation on every start." } - { date: "08.04.20:", desc: "Add arm32/64 builds and enable multi-arch (rpi4 with ubuntu and raspbian buster tested). Add CoreDNS for `PEERDNS=auto` setting. Update the `add-peer`/`show-peer` scripts to utilize the templates and the `INTERNAL_SUBNET` var (previously missed, oops)." }