From 1474f069278ec1312a24912aed51771d57cebf35 Mon Sep 17 00:00:00 2001 From: William Hirigoyen Date: Wed, 5 Jun 2024 15:42:16 +0200 Subject: [PATCH] lxc-solr: update solr9 version + fix URL in README --- CHANGELOG.md | 1 + lxc-solr/README.md | 2 +- lxc-solr/defaults/main.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 349fc298..93405182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The **patch** part is incremented if multiple releases happen the same month ### Changed * log2mail: task log2mail.yml of evolinux-base converted to a role +* lxc-solr: update solr9 version + fix URL in README ### Fixed diff --git a/lxc-solr/README.md b/lxc-solr/README.md index 6fb31c40..18ad3d8d 100644 --- a/lxc-solr/README.md +++ b/lxc-solr/README.md @@ -15,7 +15,7 @@ Since this role depend on the lxc role, please refer to it for a full variable l * `lxc_containers`: list of LXC containers to create. Default: `[]` (empty). * `name`: name of the LXC container to create. * `release`: Debian version to install - * `solr_version`: Solr version to install *(refer to https://archive.apache.org/dist/lucene/solr/ for a full version list)* + * `solr_version`: Solr version to install *(refer to https://archive.apache.org/dist/solr/solr/ for a full version list)* * `solr_port`: port for Solr to listen on Eg.: ``` diff --git a/lxc-solr/defaults/main.yml b/lxc-solr/defaults/main.yml index 18144daa..a177148f 100644 --- a/lxc-solr/defaults/main.yml +++ b/lxc-solr/defaults/main.yml @@ -16,7 +16,7 @@ # solr_port: 8985 # - name: solr9 # release: bullseye -# solr_version: 9.0.0 +# solr_version: 9.6.1 # solr_port: 8985 lxc_containers: []