hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.16k stars 4.43k forks source link

APT repository is missing version 2.3.6 #13169

Closed hswong3i closed 1 year ago

hswong3i commented 1 year ago

2.3.6 was released but repository only seems to have up to version 2.3.4

Expected behavior

2.3.6 is available in APT repository after release.

Actual behavior

2.3.4 is installed.

Reproduction information

Vagrant version

2.3.4

Host operating system

Ubuntu 22.04

Steps to reproduce

$ sudo -E podman run -ti --rm ubuntu:22.04 bash

root@23b928ef8ddc:/# apt update && apt -y full-upgrade && apt -y install wget sudo gpg lsb-release

root@23b928ef8ddc:/# wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg

root@23b928ef8ddc:/# 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

root@23b928ef8ddc:/# sudo apt update && sudo apt install vagrant

root@23b928ef8ddc:/# vagrant --version
Vagrant 2.3.4

root@23b928ef8ddc:/# apt-cache policy vagrant
vagrant:
  Installed: 2.3.4
  Candidate: 2.3.4
  Version table:
 *** 2.3.4 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
        100 /var/lib/dpkg/status
     2.3.3 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
     2.3.2 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
     2.3.1 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
     2.3.0 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
     2.2.19+dfsg-1ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
     2.2.19 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
     2.2.18 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
     2.2.17 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
     2.2.16 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
     2.2.15 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
     2.2.14 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
     2.2.13 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
     2.2.12 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
     2.2.11 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
     2.2.10-4 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages
     2.2.9 500
        500 https://apt.releases.hashicorp.com jammy/main amd64 Packages

root@23b928ef8ddc:/# apt-cache show vagrant=2.3.4
Package: vagrant
Version: 2.3.4
License: MIT
Vendor: none
Architecture: amd64
Maintainer: HashiCorp <support@hashicorp.com>
Installed-Size: 252261
Section: default
Priority: optional
Homepage: https://www.vagrantup.com/
Description: Vagrant is a tool for building and distributing development environments.
Description-md5: 2bef0c3fc60e83db8996e2e5a37d9365
Filename: pool/amd64/main/vagrant_2.3.4_amd64.deb
SHA1: 3e36d85585139e52143fdf2fe3c81e8c5c2f67b9
SHA256: 975e7162cc6380629b49c81a4d3479f344935f1e2e33317e71d1645afa6e0251
Size: 107396836

Also see https://github.com/hashicorp/vagrant/issues/13168

nsrderooy commented 1 year ago

Not just 2.3.6, but also 2.3.5 is missing, Similarly for Debian BTW.

chrisroberts commented 1 year ago

Hi there,

Thanks for the report. I'm going to close this and use #13168 for tracking this.

Cheers!