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

Remove key rotation banner from weekly release page #402

Merged
merged 1 commit into from
May 31, 2023
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
6 changes: 0 additions & 6 deletions templates/header.debian.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

{% block distribution_instruction %}

<div class="alert alert-danger">
<b>Important Notice:</b> Beginning with LTS 2.387.2 and weekly 2.397, releases will be signed with a new GPG key. <br>
Administrators <b>must</b> install the new key on their servers <b>before</b> attempting to update Jenkins. <br>
<a target="_blank" href="https://jenkins.io/blog/2023/03/27/repository-signing-keys-changing/">Read more about the key rotation on the blog</a>.
</div>

<p>
This is the Debian package repository of {{product_name}} to automate installation and upgrade.

Expand Down
6 changes: 0 additions & 6 deletions templates/header.redhat.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

{% block distribution_instruction %}

<div class="alert alert-danger">
<b>Important Notice:</b> Beginning with LTS 2.387.2 and weekly 2.397, releases will be signed with a new GPG key. <br>
Administrators <b>must</b> install the new key on their servers <b>before</b> attempting to update Jenkins. <br>
<a target="_blank" href="https://jenkins.io/blog/2023/03/27/repository-signing-keys-changing/">Read more about the key rotation on the blog</a>.
</div>

<p>
To use this repository, run the following command:

Expand Down