From ba5c5c90e86c8d24d569af72da7b9681e50558b6 Mon Sep 17 00:00:00 2001 From: Andre Smart Date: Tue, 7 Jan 2025 16:15:20 -0500 Subject: [PATCH] Updates release notes for 5.9.8 --- README.adoc | 1 + customize_fusion_values.sh | 2 +- setup_f5_aks.sh | 2 +- setup_f5_eks.sh | 2 +- setup_f5_gke.sh | 2 +- setup_f5_k8s.sh | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index f940c67..511c5a9 100644 --- a/README.adoc +++ b/README.adoc @@ -15,6 +15,7 @@ We assume that you'll want to control how your production clusters are provision [width="100%",cols="1,2,7",options="header"] |========================================================= |Version|Date|Notes +|5.9.8|2025-01-07|Fusion 5.9.8 release, see official https://doc.lucidworks.com/fusion/5.9/en43zu/fusion-5-9-8[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide]. |5.9.7|2024-12-10|Fusion 5.9.7 release, see official https://doc.lucidworks.com/fusion/5.9/cpx717/fusion-5-9-7[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide]. |5.9.6|2024-12-02|Fusion 5.9.6 release, see official https://doc.lucidworks.com/fusion/5.9/0j9qej/fusion-5-9-6[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide]. |5.9.5|2024-11-04|Fusion 5.9.5 release, see official https://doc.lucidworks.com/fusion/5.9/5wtdd9/fusion-5-9-5[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide]. diff --git a/customize_fusion_values.sh b/customize_fusion_values.sh index e8fa0b0..e044c35 100755 --- a/customize_fusion_values.sh +++ b/customize_fusion_values.sh @@ -10,7 +10,7 @@ PROVIDER=gke RESOURCES=false AFFINITY=false REPLICAS=false -CHART_VERSION="5.9.7" +CHART_VERSION="5.9.8" NAMESPACE=default OUTPUT_SCRIPT="" ADDITIONAL_VALUES=() diff --git a/setup_f5_aks.sh b/setup_f5_aks.sh index 892af1e..71c1d14 100755 --- a/setup_f5_aks.sh +++ b/setup_f5_aks.sh @@ -1,7 +1,7 @@ #!/bin/bash INSTANCE_TYPE="Standard_D4_v3" -CHART_VERSION="5.9.7" +CHART_VERSION="5.9.8" NODE_COUNT=3 AKS_MASTER_VERSION="1.29.6" CERT_CLUSTER_ISSUER="letsencrypt" diff --git a/setup_f5_eks.sh b/setup_f5_eks.sh index f0b4d98..27a60a0 100755 --- a/setup_f5_eks.sh +++ b/setup_f5_eks.sh @@ -3,7 +3,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )" KUBERNETES_VERSION="1.29" INSTANCE_TYPE="m5.2xlarge" -CHART_VERSION="5.9.7" +CHART_VERSION="5.9.8" NODE_POOL="alpha.eksctl.io/nodegroup-name: standard-workers" SOLR_REPLICAS=1 KAFKA_REPLICAS=1 diff --git a/setup_f5_gke.sh b/setup_f5_gke.sh index 4512ebc..29a2900 100755 --- a/setup_f5_gke.sh +++ b/setup_f5_gke.sh @@ -2,7 +2,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )" INSTANCE_TYPE="" -CHART_VERSION="5.9.7" +CHART_VERSION="5.9.8" GKE_MASTER_VERSION="1.29.4-gke.1043002" NODE_POOL="cloud.google.com/gke-nodepool: default-pool" PROMETHEUS="install" diff --git a/setup_f5_k8s.sh b/setup_f5_k8s.sh index 219ce1e..c4508f2 100755 --- a/setup_f5_k8s.sh +++ b/setup_f5_k8s.sh @@ -4,7 +4,7 @@ # This script assumes kubectl is pointing to the right cluster and that the user is already authenticated. SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )" -CHART_VERSION="5.9.7" +CHART_VERSION="5.9.8" PROVIDER="k8s" INGRESS_HOSTNAME="" TLS_ENABLED="0"