Skip to content

Commit

Permalink
Merge pull request #254 from lucidworks/release-5.11.0
Browse files Browse the repository at this point in the history
Release 5.11.0
  • Loading branch information
luis-munoz authored Jan 3, 2024
2 parents 2cbae51 + fa08e8e commit 3e5e78e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.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].
|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].
Expand Down
2 changes: 1 addition & 1 deletion customize_fusion_values.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PROVIDER=gke
RESOURCES=false
AFFINITY=false
REPLICAS=false
CHART_VERSION="5.9.2"
CHART_VERSION="5.11.0"
NAMESPACE=default
OUTPUT_SCRIPT=""
ADDITIONAL_VALUES=()
Expand Down
2 changes: 1 addition & 1 deletion setup_f5_aks.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

INSTANCE_TYPE="Standard_D4_v3"
CHART_VERSION="5.9.2"
CHART_VERSION="5.11.0"
NODE_COUNT=3
AKS_MASTER_VERSION="1.27.7"
CERT_CLUSTER_ISSUER="letsencrypt"
Expand Down
6 changes: 3 additions & 3 deletions setup_f5_eks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )"

KUBERNETES_VERSION="1.27"
INSTANCE_TYPE="m5.2xlarge"
CHART_VERSION="5.9.2"
CHART_VERSION="5.11.0"
NODE_POOL="alpha.eksctl.io/nodegroup-name: standard-workers"
SOLR_REPLICAS=1
KAFKA_REPLICAS=1
Expand Down Expand Up @@ -392,7 +392,7 @@ if [ "${DEPLOY_ALB}" == "1" ]; then

#Creating required ALB policy and attaching it to the Cluster Node Group

wget https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.2.1/docs/install/iam_policy.json -O alb-policy.json
wget https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.6.1/docs/install/iam_policy.json -O alb-policy.json

POLICY_ARN=$(aws --profile "${AWS_ACCOUNT}" --region "${REGION}" iam create-policy --policy-name eksctl-${CLUSTER_NAME}-alb-policy --policy-document file://alb-policy.json --query 'Policy.Arn' --output text)

Expand Down Expand Up @@ -437,7 +437,7 @@ api-gateway:
alb.ingress.kubernetes.io/healthy-threshold-count: '2'
enabled: true
host: "${INGRESS_HOSTNAME}"
path: "/*"
path: "/"
END
fi

Expand Down
2 changes: 1 addition & 1 deletion setup_f5_gke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )"

INSTANCE_TYPE=""
CHART_VERSION="5.9.2"
CHART_VERSION="5.11.0"
GKE_MASTER_VERSION="1.27.3-gke.100"
NODE_POOL="cloud.google.com/gke-nodepool: default-pool"
PROMETHEUS="install"
Expand Down
2 changes: 1 addition & 1 deletion setup_f5_k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
CHART_VERSION="5.11.0"
PROVIDER="k8s"
INGRESS_HOSTNAME=""
TLS_ENABLED="0"
Expand Down

0 comments on commit 3e5e78e

Please sign in to comment.