From 052bdefcd45270f0a57a175053938586d30d2460 Mon Sep 17 00:00:00 2001 From: Oliver Howell Date: Mon, 29 Jul 2024 10:55:53 +0100 Subject: [PATCH 1/3] Update 5.5 refs for release (#1202) --- antora-playbook.yml | 2 +- docs/antora.yml | 2 +- docs/modules/ROOT/pages/whats-new.adoc | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index b16e9bd7a..71c3f1f90 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -25,7 +25,7 @@ antora: trace: true componentversions: - name: hazelcast - version: '5.5-snapshot' + version: '5.5.0' mappings: - module: maintain-cluster family: attachment diff --git a/docs/antora.yml b/docs/antora.yml index 7eb49734d..e94e8ee58 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -19,7 +19,7 @@ asciidoc: # All page-latest attributes are used as a variable in the docs for things like download links and search results page-latest-cli: '5.2021.09' # Must be lowercase because this is how the version appears in the docs - page-latest-supported-mc: '5.5-snapshot' + page-latest-supported-mc: '5.5.0' page-latest-supported-java-client: '5.5.0' page-latest-supported-go-client: '1.4.0' page-latest-supported-cplusplus-client: '5.3.0' diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index 4912a8614..71607eb84 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -32,7 +32,7 @@ Before 5.5, Hazelcast clients could only have one of two types of connection to image:ROOT:client-routing.png[Hazelcast Cluster Routing diagram] -For more info, see xref:clients:java.adoc#java-client-cluster-routing-modes[]. +For more info, see xref:clients:java.adoc#java-client-cluster-routing-modes[Java client cluster routing modes]. == Introduction of Long-term Support (LTS) releases @@ -73,10 +73,10 @@ For more info, see xref:integrate:cdc-connectors.adoc[]. == Release Notes -For detailed release notes that include new features and enhancements, breaking changes, deprecations and other fixes, see * xref:release-notes:5-5-0.adoc[5.5 Release Notes]. +For detailed release notes that include new features and enhancements, breaking changes, deprecations and other fixes, see xref:release-notes:5-5-0.adoc[5.5 Release Notes]. -To evaluate Hazelcast {Enterprise Edition} features, you can https://hazelcast.com/trial-request/?utm_source=docs-website[request a trial license key]. -To install Hazelcast {Enterprise Edition}, see xref:getting-started:install-hazelcast.adoc[]. +To evaluate Hazelcast {enterprise-product-name} features, you can https://hazelcast.com/trial-request/?utm_source=docs-website[request a trial license key]. +To install Hazelcast {enterprise-product-name}, see xref:getting-started:install-hazelcast.adoc[]. == Hazelcast Command Line Client (CLC) From 35dd59c171991fc1e4889082a6455a15fd430158 Mon Sep 17 00:00:00 2001 From: Oliver Howell Date: Mon, 29 Jul 2024 12:04:24 +0100 Subject: [PATCH 2/3] 5.5 WN fixes (#1203) --- docs/modules/ROOT/pages/whats-new.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index 71607eb84..b144d39f2 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -5,8 +5,6 @@ {description} -NOTE: For new and improved features in Hazelcast Management Center, see xref:{page-latest-supported-mc}@management-center:ROOT:whats-new.adoc[What's New in Management Center 5.5]. - == New Vector Collection for building semantic search (BETA) [.enterprise]*Enterprise* From 05e0178d67923970cee3a0d1ff4b26ab377784ec Mon Sep 17 00:00:00 2001 From: Oliver Howell Date: Mon, 29 Jul 2024 12:56:49 +0100 Subject: [PATCH 3/3] 5.5 swagger fix (#1205) --- antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 71c3f1f90..053c72491 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -35,7 +35,7 @@ antora: - '**/hazelcast/hazelcast-mono' branch: includes: - - 'master' + - '5.5.0' asciidoc: attributes: # Download images from kroki at build time (does not work for inline images)