Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RUN-3041: Update signing key details #1608

Merged
merged 4 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/.vuepress/public/files/signingkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"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",
"description": "Version 5.9.0 and later"
}
}
2 changes: 1 addition & 1 deletion docs/.vuepress/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/administration/install/signingkeys.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading