From ee7fcb10dcc2f0fb5716e2aa30cc368dcd51fbe3 Mon Sep 17 00:00:00 2001 From: Greg Schueler Date: Thu, 2 Jan 2025 09:20:18 -0800 Subject: [PATCH 1/4] Update signing key details --- docs/.vuepress/setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/setup.js b/docs/.vuepress/setup.js index 3f411a746..c142c9376 100644 --- a/docs/.vuepress/setup.js +++ b/docs/.vuepress/setup.js @@ -7,7 +7,7 @@ const API_DEP_REL='6.0.0' const API_DEP_VER='17' const API_MIN_VER='14' const CLI_VERSION='2.0.8' -const GPG_KEY_DATE='20240108' +const GPG_KEY_DATE='20250102' const REPO_BRANCH='4.0.x' const rundeckVersionFull = process.env.RUNDECK_VERSION_FULL || RUNDECK_VERSION_FULL From 3f22833d0f9d2615bfc9cfa9f2490f54dab4f093 Mon Sep 17 00:00:00 2001 From: Greg Schueler Date: Thu, 2 Jan 2025 09:21:30 -0800 Subject: [PATCH 2/4] Update signingkeys.md --- docs/administration/install/signingkeys.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/administration/install/signingkeys.md b/docs/administration/install/signingkeys.md index e9467f68f..a6bac9282 100644 --- a/docs/administration/install/signingkeys.md +++ b/docs/administration/install/signingkeys.md @@ -10,7 +10,8 @@ Older releases may use one of the following keys. | Rundeck Versions | Key | |------------------|-------------------| -| 4.17.5 - 4.17.6, 5.0.1 - Current | [BUILD-GPG-KEY-20240108.key](https://docs.rundeck.com/keys/BUILD-GPG-KEY-20240108.key) +| 5.9.0 - Current | [BUILD-GPG-KEY-20250102.key](https://docs.rundeck.com/keys/BUILD-GPG-KEY-20250102.key) +| 4.17.5 - 4.17.6, 5.0.1 - 5.8.0 | [BUILD-GPG-KEY-20240108.key](https://docs.rundeck.com/keys/BUILD-GPG-KEY-20240108.key) | 4.9.0 - 4.17.4, 5.0.0 | [BUILD-GPG-KEY-20230105.key](https://docs.rundeck.com/keys/BUILD-GPG-KEY-20230105.key) | 3.3.11 - 4.8.0 | [BUILD-GPG-KEY-20210426.key](https://docs.rundeck.com/keys/BUILD-GPG-KEY-20210426.key) | Earlier than 3.3.11 | [BUILD-GPG-KEY-Rundeck.org.key](https://docs.rundeck.com/keys/BUILD-GPG-KEY-Rundeck.org.key) From d9323008d08ebc7e60c95b506a30b0beeea0c69c Mon Sep 17 00:00:00 2001 From: Greg Schueler Date: Mon, 6 Jan 2025 14:50:55 -0800 Subject: [PATCH 3/4] add json for signingkeys --- docs/.vuepress/public/files/signingkeys.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/.vuepress/public/files/signingkeys.json diff --git a/docs/.vuepress/public/files/signingkeys.json b/docs/.vuepress/public/files/signingkeys.json new file mode 100644 index 000000000..9531ebb55 --- /dev/null +++ b/docs/.vuepress/public/files/signingkeys.json @@ -0,0 +1,7 @@ +{ + "latest": { + "href": "https://docs.rundeck.com/keys/BUILD-GPG-KEY-20250102.key", + "name": "BUILD-GPG-KEY-20250102.key", + "althref": "https://github.com/rundeck/packaging/blob/34013dc95e61c04b2c57b34d066a43c6be56b685/pubring.gpg" + } +} \ No newline at end of file From a2457a32a7bc4834efdac92d6ab84ba363d43282 Mon Sep 17 00:00:00 2001 From: Greg Schueler Date: Mon, 6 Jan 2025 14:55:43 -0800 Subject: [PATCH 4/4] add description --- docs/.vuepress/public/files/signingkeys.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/public/files/signingkeys.json b/docs/.vuepress/public/files/signingkeys.json index 9531ebb55..6e7647bd8 100644 --- a/docs/.vuepress/public/files/signingkeys.json +++ b/docs/.vuepress/public/files/signingkeys.json @@ -2,6 +2,7 @@ "latest": { "href": "https://docs.rundeck.com/keys/BUILD-GPG-KEY-20250102.key", "name": "BUILD-GPG-KEY-20250102.key", - "althref": "https://github.com/rundeck/packaging/blob/34013dc95e61c04b2c57b34d066a43c6be56b685/pubring.gpg" + "althref": "https://github.com/rundeck/packaging/blob/34013dc95e61c04b2c57b34d066a43c6be56b685/pubring.gpg", + "description": "Version 5.9.0 and later" } } \ No newline at end of file