From cee629ff59f486e876d8a68de461496c04319e3f Mon Sep 17 00:00:00 2001 From: Pavlo Romanenko Date: Mon, 16 Oct 2023 11:21:10 +0200 Subject: [PATCH 1/7] MC 5.3.3 release notes --- docs/modules/release-notes/pages/5-3-3.adoc | 19 +++++++++++++++++++ docs/modules/release-notes/partials/nav.adoc | 1 + 2 files changed, 20 insertions(+) create mode 100644 docs/modules/release-notes/pages/5-3-3.adoc diff --git a/docs/modules/release-notes/pages/5-3-3.adoc b/docs/modules/release-notes/pages/5-3-3.adoc new file mode 100644 index 00000000..82330d65 --- /dev/null +++ b/docs/modules/release-notes/pages/5-3-3.adoc @@ -0,0 +1,19 @@ += 5.3.3 Release Notes +:description: These release notes list any new features, enhancements, and fixes that were made between version 5.3.2 and 5.3.3 of Hazelcast Management Center (MC). + +{description} + +[[enh-533]] +== Enhancements + +* MC no longer sends `scope` parameter on an authorization code `access_token` exchange request. [MC-2347] + + +[[fixes-533]] +== Fixes + +* **SQL Browser:** +** Fixed a problem with streaming queries running in the background after a query stop. [MC-2371] +** MC no longer fails on `SELECT literal` query execution. [MC-2336] +* Fixed clustered JMX metrics exposure under PID. [MC-2370] +* MC no longer stops loading member config after an initial load failure. [MC-2346] \ No newline at end of file diff --git a/docs/modules/release-notes/partials/nav.adoc b/docs/modules/release-notes/partials/nav.adoc index 62346380..8de960ca 100644 --- a/docs/modules/release-notes/partials/nav.adoc +++ b/docs/modules/release-notes/partials/nav.adoc @@ -1,3 +1,4 @@ +** xref:release-notes:5-3-3.adoc[5.3.3] ** xref:release-notes:5-3-2.adoc[5.3.2] ** xref:release-notes:5-3-1.adoc[5.3.1] ** xref:release-notes:5-3-0.adoc[5.3.0] From f5c70677c155c9db24a20aa2d41cc56022aa61c3 Mon Sep 17 00:00:00 2001 From: Pavlo Romanenko Date: Mon, 16 Oct 2023 11:49:03 +0200 Subject: [PATCH 2/7] add CL source --- check-links-playbook.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/check-links-playbook.yml b/check-links-playbook.yml index 87db034e..f9c3a707 100644 --- a/check-links-playbook.yml +++ b/check-links-playbook.yml @@ -146,6 +146,9 @@ content: - url: https://github.com/hazelcast-guides/hazelcast-platform-operator-external-backup-restore branches: master start_path: docs + - url: https://github.com/hazelcast/hazelcast-commandline-client + branches: main + start_path: docs ui: bundle: url: https://github.com/hazelcast/hazelcast-docs-ui/releases/download/v2.2/ui-bundle.zip #../hazelcast-docs-ui/build/ui-bundle.zip From ec91fab4434fe9efcbe2027bb2e66309745d1c67 Mon Sep 17 00:00:00 2001 From: Serdar Ozmen Date: Mon, 16 Oct 2023 13:24:08 +0300 Subject: [PATCH 3/7] Test commit for the build errors. --- check-links-playbook.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/check-links-playbook.yml b/check-links-playbook.yml index f9c3a707..36ccb38b 100644 --- a/check-links-playbook.yml +++ b/check-links-playbook.yml @@ -146,9 +146,7 @@ content: - url: https://github.com/hazelcast-guides/hazelcast-platform-operator-external-backup-restore branches: master start_path: docs - - url: https://github.com/hazelcast/hazelcast-commandline-client - branches: main - start_path: docs + ui: bundle: url: https://github.com/hazelcast/hazelcast-docs-ui/releases/download/v2.2/ui-bundle.zip #../hazelcast-docs-ui/build/ui-bundle.zip @@ -158,4 +156,4 @@ asciidoc: page-pagination: true page-survey: https://www.surveymonkey.co.uk/r/NYGJNF9 idprefix: '' - idseparator: '-' \ No newline at end of file + idseparator: '-' From 8da90964959954413ac14e0a59dbbded61a4c535 Mon Sep 17 00:00:00 2001 From: Serdar Ozmen Date: Mon, 16 Oct 2023 13:27:18 +0300 Subject: [PATCH 4/7] Updating OpenAPI path for MC master branch. --- antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 28ef6398..49eee645 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -15,7 +15,7 @@ content: start_path: docs - url: https://github.com/hazelcast/management-center branches: [master] - start_path: src/openapi/external + start_path: hazelcast-management-center/src/openapi/external ui: bundle: url: https://github.com/hazelcast/hazelcast-docs-ui/releases/latest/download/ui-bundle.zip From ea5233d20094904f4571f9158a6f2d8f1a0d7a9c Mon Sep 17 00:00:00 2001 From: Serdar Ozmen Date: Mon, 16 Oct 2023 13:27:39 +0300 Subject: [PATCH 5/7] Readding CLC content source. --- check-links-playbook.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/check-links-playbook.yml b/check-links-playbook.yml index 36ccb38b..f21adde8 100644 --- a/check-links-playbook.yml +++ b/check-links-playbook.yml @@ -146,6 +146,9 @@ content: - url: https://github.com/hazelcast-guides/hazelcast-platform-operator-external-backup-restore branches: master start_path: docs + - url: https://github.com/hazelcast/hazelcast-commandline-client + branches: main + start_path: docs ui: bundle: From 0c232ff83061a3267bbd8600acc69e61bc45f11c Mon Sep 17 00:00:00 2001 From: Pavlo Romanenko Date: Mon, 16 Oct 2023 13:28:50 +0200 Subject: [PATCH 6/7] add OIDC --- docs/modules/release-notes/pages/5-3-3.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/release-notes/pages/5-3-3.adoc b/docs/modules/release-notes/pages/5-3-3.adoc index 82330d65..eb80cfd3 100644 --- a/docs/modules/release-notes/pages/5-3-3.adoc +++ b/docs/modules/release-notes/pages/5-3-3.adoc @@ -6,7 +6,7 @@ [[enh-533]] == Enhancements -* MC no longer sends `scope` parameter on an authorization code `access_token` exchange request. [MC-2347] +* MC no longer sends `scope` parameter on an OIDC authorization code `access_token` exchange request. [MC-2347] [[fixes-533]] From fe714f864c4c3ddc7dd3eb65befc85e1e24d1e53 Mon Sep 17 00:00:00 2001 From: Pavlo Romanenko Date: Tue, 17 Oct 2023 09:45:34 +0200 Subject: [PATCH 7/7] remove unnecessary space --- docs/modules/release-notes/pages/5-3-3.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/release-notes/pages/5-3-3.adoc b/docs/modules/release-notes/pages/5-3-3.adoc index eb80cfd3..f8322388 100644 --- a/docs/modules/release-notes/pages/5-3-3.adoc +++ b/docs/modules/release-notes/pages/5-3-3.adoc @@ -6,7 +6,7 @@ [[enh-533]] == Enhancements -* MC no longer sends `scope` parameter on an OIDC authorization code `access_token` exchange request. [MC-2347] +* MC no longer sends `scope` parameter on an OIDC authorization code `access_token` exchange request. [MC-2347] [[fixes-533]]