Skip to content

feat: Support Signed-By option for apt repository#14890

Closed
tpowell-progress wants to merge 1 commit intomainfrom
tp/tmccombs/apt-key-deprecated
Closed

feat: Support Signed-By option for apt repository#14890
tpowell-progress wants to merge 1 commit intomainfrom
tp/tmccombs/apt-key-deprecated

Conversation

@tpowell-progress
Copy link
Copy Markdown
Contributor

@tpowell-progress tpowell-progress commented Mar 10, 2025

If it is used, it will avoid using the deprecated apt-key command.

Fixes: #13168

Description

Picking @tmccombs #14131 up to rebase

Related Issue

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (non-breaking change that does not add functionality or fix an issue)

Checklist:

  • I have read the CONTRIBUTING document.
  • I have run the pre-merge tests locally and they pass.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • If Gemfile.lock has changed, I have used --conservative to do it and included the full output in the Description above.
  • All new and existing tests passed.
  • All commits have been signed-off for the Developer Certificate of Origin.

If it is used, it will avoid using the deprecated apt-key command.

Fixes: #13168
Signed-Off-By: Thayne Mccombs <thayne@lucid.co>
@tpowell-progress tpowell-progress requested review from a team as code owners March 10, 2025 17:17
@github-actions github-actions bot added the documentation How do we use this project? label Mar 10, 2025
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation How do we use this project?

Projects

None yet

Development

Successfully merging this pull request may close these issues.

apt-key is deprecated since Ubuntu 22.04 and Debian 11

2 participants