From 1f08c207cc8c91a0e4bef0da15b9183f2f6e337f Mon Sep 17 00:00:00 2001 From: Luis Munoz Date: Thu, 22 Feb 2024 17:15:28 -0500 Subject: [PATCH 1/2] Release 5.9.3 --- README.adoc | 1 + customize_fusion_values.sh | 2 +- setup_f5_aks.sh | 4 ++-- setup_f5_eks.sh | 4 ++-- setup_f5_gke.sh | 4 ++-- setup_f5_k8s.sh | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.adoc b/README.adoc index a12d46e..d1dfebc 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.3|2024-02-27|Fusion 5.9.3 release, see official https://doc.lucidworks.com/fusion/5.9/lqgbgi/fusion-5-9-3[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide]. |5.11.0|2024-01-03|Fusion 5.11.0 release, see official https://doc.lucidworks.com/fusion/5.11/dmayvi/fusion-5-11-0[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide]. |5.9.2|2023-12-12|Fusion 5.9.2 release, see official https://doc.lucidworks.com/fusion/5.9/39hg5n/fusion-5-9-2[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide]. |5.10.0|2023-09-28|Fusion 5.10.0 release, see official https://doc.lucidworks.com/fusion/5.10/ce6szc/fusion-5-10-0[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 6ca3351..ce5d42e 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.11.0" +CHART_VERSION="5.9.3" NAMESPACE=default OUTPUT_SCRIPT="" ADDITIONAL_VALUES=() diff --git a/setup_f5_aks.sh b/setup_f5_aks.sh index ee4d1cc..8cade53 100755 --- a/setup_f5_aks.sh +++ b/setup_f5_aks.sh @@ -1,9 +1,9 @@ #!/bin/bash INSTANCE_TYPE="Standard_D4_v3" -CHART_VERSION="5.11.0" +CHART_VERSION="5.9.3" NODE_COUNT=3 -AKS_MASTER_VERSION="1.27.7" +AKS_MASTER_VERSION="1.28.5" CERT_CLUSTER_ISSUER="letsencrypt" AKS_KUBE_CONFIG="${KUBECONFIG:-~/.kube/config}" SCRIPT_CMD="$0" diff --git a/setup_f5_eks.sh b/setup_f5_eks.sh index f028c05..55bc9ee 100755 --- a/setup_f5_eks.sh +++ b/setup_f5_eks.sh @@ -1,9 +1,9 @@ #!/bin/bash SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )" -KUBERNETES_VERSION="1.27" +KUBERNETES_VERSION="1.28" INSTANCE_TYPE="m5.2xlarge" -CHART_VERSION="5.11.0" +CHART_VERSION="5.9.3" 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 cc6ba92..190fbd6 100755 --- a/setup_f5_gke.sh +++ b/setup_f5_gke.sh @@ -2,8 +2,8 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )" INSTANCE_TYPE="" -CHART_VERSION="5.11.0" -GKE_MASTER_VERSION="1.27.3-gke.100" +CHART_VERSION="5.9.3" +GKE_MASTER_VERSION="1.28.6-gke.1369000" NODE_POOL="cloud.google.com/gke-nodepool: default-pool" PROMETHEUS="install" SCRIPT_CMD="$0" diff --git a/setup_f5_k8s.sh b/setup_f5_k8s.sh index b60325d..33b173f 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.11.0" +CHART_VERSION="5.9.3" PROVIDER="k8s" INGRESS_HOSTNAME="" TLS_ENABLED="0" From af877440e5854369cae231c5f4d71fa3a7db0e17 Mon Sep 17 00:00:00 2001 From: Luis Munoz Date: Mon, 26 Feb 2024 15:17:50 -0500 Subject: [PATCH 2/2] updated date --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index d1dfebc..a355b55 100644 --- a/README.adoc +++ b/README.adoc @@ -15,7 +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.3|2024-02-27|Fusion 5.9.3 release, see official https://doc.lucidworks.com/fusion/5.9/lqgbgi/fusion-5-9-3[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide]. +|5.9.3|2024-02-26|Fusion 5.9.3 release, see official https://doc.lucidworks.com/fusion/5.9/lqgbgi/fusion-5-9-3[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide]. |5.11.0|2024-01-03|Fusion 5.11.0 release, see official https://doc.lucidworks.com/fusion/5.11/dmayvi/fusion-5-11-0[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide]. |5.9.2|2023-12-12|Fusion 5.9.2 release, see official https://doc.lucidworks.com/fusion/5.9/39hg5n/fusion-5-9-2[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide]. |5.10.0|2023-09-28|Fusion 5.10.0 release, see official https://doc.lucidworks.com/fusion/5.10/ce6szc/fusion-5-10-0[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide].