terraspace icon indicating copy to clipboard operation
terraspace copied to clipboard

Latest standalone version is 2.2.15

Open maggie-weber opened this issue 5 months ago • 0 comments

Checklist

  • [ 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.

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
    • Top version: terraspace/stable,now 2.2.15-1 amd64
  • # apt-get install -y terraspace
  • # terraspace version
    • 2.2.15

Additionally, downloading and installing without apt-get as described here results in 2.2.15 being installed.

Code Sample

Solution Suggestion

maggie-weber avatar Sep 09 '24 19:09 maggie-weber