From a84f76c253dae295d9f123943524e87113c08978 Mon Sep 17 00:00:00 2001 From: Jesus Bermudez Date: Sat, 20 Aug 2022 21:46:46 -0500 Subject: [PATCH 1/2] Added port and protocol params into extension.yml --- CHANGELOG.md | 4 ++++ extension.yaml | 14 ++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b67bd7..46c8529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 0.4.1 + +- Added params to set typesense protocol and port + ## Version 0.4.0 - Sync ref.path to Typesense diff --git a/extension.yaml b/extension.yaml index 1f6f061..2926313 100644 --- a/extension.yaml +++ b/extension.yaml @@ -81,6 +81,20 @@ params: please be sure to mention all hostnames. example: xyz-1.a1.typesense.net,xyz-2.a1.typesense.net,xyz-3.a1.typesense.net required: true + - param: TYPESENSE_PORT + label: Typesense Port + description: >- + Typesense cluster Port + example: 8108 + required: true + default: 443 + - param: TYPESENSE_PROTOCOL + label: Typesense protocol + description: >- + Typesense cluster Protocol + example: http + default: https + required: true - param: TYPESENSE_API_KEY label: Typesense API Key type: secret From 74b7ca169516811accfa785d094ffc89d9aa8a54 Mon Sep 17 00:00:00 2001 From: Jesus Bermudez Date: Sat, 20 Aug 2022 21:55:09 -0500 Subject: [PATCH 2/2] Removed changelog line --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c8529..8b67bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ -## Version 0.4.1 - -- Added params to set typesense protocol and port - ## Version 0.4.0 - Sync ref.path to Typesense