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

Add support for Ubuntu 24.04 "noble" in HashiCorp Apt Repository #26667

Open
gfk opened this issue Apr 26, 2024 · 2 comments
Open

Add support for Ubuntu 24.04 "noble" in HashiCorp Apt Repository #26667

gfk opened this issue Apr 26, 2024 · 2 comments
Assignees

Comments

@gfk
Copy link

gfk commented Apr 26, 2024

Issue Description
I attempted to add the HashiCorp Apt repository on Ubuntu 24.04 "noble" using the recommended installation command, but encountered an error due to the absence of a release file for this distribution.

Steps to Reproduce

  1. Install Ubuntu 24.04 "noble".
  2. Run the recommended command to add the HashiCorp repository:
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
  1. Run sudo apt update and observe the error related to the missing Release file.

Expected Behavior

The HashiCorp repository should support Ubuntu 24.04 "noble", allowing the successful addition of the repository and subsequent installation of HashiCorp packages.

Actual Behavior

The attempt to update the package list from the repository fails with the following error:

Ign:5 https://apt.releases.hashicorp.com noble InRelease
Err:6 https://apt.releases.hashicorp.com noble Release
  404  Not Found [IP: 2600:9000:223d:e800:18:566b:ecc0:93a1 443]
Reading package lists... Done
E: The repository 'https://apt.releases.hashicorp.com noble Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Additional Context
Ubuntu 24.04 "noble" was released on April 25th, and it's not officially supported in repository support. I am opening this issue to inquire about and track the progress of adding "noble" support to the HashiCorp repository.

@stevendpclark
Copy link
Contributor

Hello @gfk,

Thanks for filing the issue, an internal ticket was opened to add support for Fedora 40 along with Ubuntu 24.04 LTS. I'll post back confirmation here once the work has been completed.

@raza707mirza
Copy link

Hi @stevendpclark,

Any Updates on this issue?

Thanks

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

No branches or pull requests

3 participants