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 / Yum repository is missing version 2.3.6 #13168

Closed gtirloni closed 1 year ago

gtirloni 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 Yum repository after release.

Actual behavior

2.3.4 is installed.

Reproduction information

Vagrant version

2.3.4

Host operating system

Fedora 38

Guest operating system

generic/rocky9

Steps to reproduce

  1. dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
  2. dnf install -y vagrant
  3. vagrant version
$ dnf info vagrant
Last metadata expiration check: 0:00:05 ago on Sun 21 May 2023 01:40:40 PM -03.
Available Packages
Name         : vagrant
Version      : 2.3.4
Release      : 1
Architecture : x86_64
Size         : 103 M
Source       : vagrant-2.3.4-1.src.rpm
Repository   : hashicorp
Summary      : Vagrant is a tool for building and distributing development environments. Please submit issues to https://github.com/hashicorp/vagrant/issues
URL          : https://www.vagrantup.com
License      : MIT
Description  : Vagrant is a tool for building and distributing development environments. Please submit issues to https://github.com/hashicorp/vagrant/issues

Name         : vagrant
Version      : 2.2.19
Release      : 10.fc38
Architecture : noarch
Size         : 763 k
Source       : vagrant-2.2.19-10.fc38.src.rpm
Repository   : fedora
Summary      : Build and distribute virtualized development environments
URL          : http://vagrantup.com
License      : MIT
Description  : Vagrant is a tool for building and distributing virtualized development
             : environments.
chrisroberts commented 1 year ago

Topic updated. This is affecting both apt and yum repositories.

chrisroberts commented 1 year ago

Packages are now available in both apt and yum repositories. Thank you for the report!