From d3cc256e3907f3c0e0a3b19ec174ca3ad0737616 Mon Sep 17 00:00:00 2001 From: Richard Vowles Date: Tue, 21 Jan 2025 17:43:09 +1300 Subject: [PATCH] 1.8.2 release changes --- current-rc.txt | 2 +- docs/antora-playbook.yml | 1 + docs/antora.yml | 2 +- infra/api-bucket/files/mrapi/releases.json | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/current-rc.txt b/current-rc.txt index ced8bb364..53adb84c8 100644 --- a/current-rc.txt +++ b/current-rc.txt @@ -1 +1 @@ -1.8.2-rc +1.8.2 diff --git a/docs/antora-playbook.yml b/docs/antora-playbook.yml index 70a6b09ad..35ae378d7 100644 --- a/docs/antora-playbook.yml +++ b/docs/antora-playbook.yml @@ -28,6 +28,7 @@ content: - v1.7.1 - v1.8.0 - v1.8.1 + - v1.8.2 start_path: docs - url: https://github.com/featurehub-io/featurehub-saas-docs branches: diff --git a/docs/antora.yml b/docs/antora.yml index f4f230c19..2d56ab629 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -2,7 +2,7 @@ name: featurehub version: 1.8.2 start_page: ROOT:index.adoc title: FeatureHub -prerelease: -rc +#prerelease: -rc # comment nav: - modules/ROOT/nav.adoc diff --git a/infra/api-bucket/files/mrapi/releases.json b/infra/api-bucket/files/mrapi/releases.json index 104abf80d..9f5f96390 100644 --- a/infra/api-bucket/files/mrapi/releases.json +++ b/infra/api-bucket/files/mrapi/releases.json @@ -1,5 +1,5 @@ { - "latest" : "1.2.1", + "latest" : "1.2.3", "versions" : [ "1.1.5", "1.1.6", "1.1.8", "1.1.9", "1.1.10", "1.1.11", "1.1.12", "1.1.14", "1.2.0", "1.2.1", "1.2.2", "1.2.3" ], - "published" : [ "1.1.5", "1.1.6", "1.1.8", "1.1.9", "1.1.10", "1.1.11", "1.1.12", "1.2.0", "1.2.1" ] + "published" : [ "1.1.5", "1.1.6", "1.1.8", "1.1.9", "1.1.10", "1.1.11", "1.1.12", "1.2.0", "1.2.1", "1.2.3" ] } \ No newline at end of file