From e146c171061ed032f731f321d7f306b3cca5c45f Mon Sep 17 00:00:00 2001 From: Luis Munoz Date: Mon, 11 Dec 2023 12:17:25 -0500 Subject: [PATCH 1/3] Release 5.9.2 --- 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 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/customize_fusion_values.sh b/customize_fusion_values.sh index 96394fa..863cea5 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.10.0" +CHART_VERSION="5.9.2" NAMESPACE=default OUTPUT_SCRIPT="" ADDITIONAL_VALUES=() diff --git a/setup_f5_aks.sh b/setup_f5_aks.sh index 9dc4367..4ad921c 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.10.0" +CHART_VERSION="5.9.2" NODE_COUNT=3 -AKS_MASTER_VERSION="1.26.3" +AKS_MASTER_VERSION="1.27.7" 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 5409bba..44591c2 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.26" +KUBERNETES_VERSION="1.27" INSTANCE_TYPE="m5.2xlarge" -CHART_VERSION="5.10.0" +CHART_VERSION="5.9.2" 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 60f3729..4f713d8 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.10.0" -GKE_MASTER_VERSION="1.26.8-gke.200" +CHART_VERSION="5.9.2" +GKE_MASTER_VERSION="1.27.3-gke.100" 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 0107a90..134576e 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.10.0" +CHART_VERSION="5.9.2" PROVIDER="k8s" INGRESS_HOSTNAME="" TLS_ENABLED="0" From 1ff3cbf07ec605c151e05fee0467c82a5ed01544 Mon Sep 17 00:00:00 2001 From: Luis Munoz Date: Mon, 11 Dec 2023 12:23:48 -0500 Subject: [PATCH 2/3] updated release info --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index 24e1479..83e8ab1 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.2|2023-12-11|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]. |5.9.1|2023-09-05|Fusion 5.9.1 release, see official https://doc.lucidworks.com/fusion/5.9/ht2sax/fusion-5-9-1[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide]. |5.9.0|2023-06-29|Fusion 5.9.0 release, see official http://doc.lucidworks.com/fusion/5.9/kpv8sh/fusion-5-9-0[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide]. From 91cf124b805588726b8cd10dffc25f229c5416c1 Mon Sep 17 00:00:00 2001 From: Luis Munoz Date: Tue, 12 Dec 2023 17:50:29 -0500 Subject: [PATCH 3/3] updated date --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 83e8ab1..4e62e93 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.2|2023-12-11|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.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]. |5.9.1|2023-09-05|Fusion 5.9.1 release, see official https://doc.lucidworks.com/fusion/5.9/ht2sax/fusion-5-9-1[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide]. |5.9.0|2023-06-29|Fusion 5.9.0 release, see official http://doc.lucidworks.com/fusion/5.9/kpv8sh/fusion-5-9-0[release notes]. For upgrades from previous versions of Fusion 5.0.x, see the {migration-guide}[Migration Guide].