You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ this is the problem ] Upgrade Terraspace: Are you using the latest version of Terraspace? This allows Terraspace to fix issues fast. There's an Upgrading Guide: https://terraspace.cloud/docs/misc/upgrading/
[ x ] Reproducibility: Are you reporting a bug others will be able to reproduce and not asking a question. If you're unsure or want to ask a question, do so on https://community.boltops.com
[ x ] Code sample: Have you put together a code sample to reproduce the issue and make it available? Code samples help speed up fixes dramatically. If it's an easily reproducible issue, then code samples are not needed. If you're unsure, please include a code sample.
My Environment
Software
Version
Operating System
Windows/WSL/Ubuntu, also normal Ubuntu
Terraform
OpenTofu, but irrelevant
Terraspace
Trying to install 2.2.17, but 2.2.15 is the latest one
Ruby
Embedded
Expected Behaviour
When following the directions for the standalone installer for Debian/Ubuntu, the latest version available is 2.2.15. The actual latest version, 2.2.17, should be available to install.
Checklist
My Environment
Expected Behaviour
When following the directions for the standalone installer for Debian/Ubuntu, the latest version available is 2.2.15. The actual latest version, 2.2.17, should be available to install.
Step-by-step reproduction instructions
# echo "deb https://apt.boltops.com stable main" > /etc/apt/sources.list.d/boltops.list
# curl -s https://apt.boltops.com/boltops-key.public | apt-key add -
# apt-get update
# apt list -a terraspace
# apt-get install -y terraspace
# terraspace version
Additionally, downloading and installing without
apt-get
as described here results in 2.2.15 being installed.Code Sample
Solution Suggestion
The text was updated successfully, but these errors were encountered: