libredb / libredb/libredb-studio
fly.toml's default image tag is several releases behind the latest tag
- Dominant language
- TypeScript
- Stars
- 726
- Forks
- 119
- Avg merge
- 7h 47m
- Merged PRs (30d)
- 265
Description
## What
fly.toml's default image tag is several releases behind the latest tagged release.
## Where
fly.toml:11:
```
image = 'ghcr.io/libredb/libredb-studio:0.14.1'
```
The latest tagged release at the time of filing is `0.15.0`. Product releases are bare semver tags on main, check `git tag | grep -vE '^v|^libredb-studio-' | sort -V | tail -1` for the current one, since more may have shipped by the time this is picked up. docs/FLY.md itself tells users to "bump the image tag in fly.toml to the latest release" when updating an existing deployment, so the template a new user starts from should itself be current.
## Expected
fly.toml's pinned tag matches the latest tagged release on main.
## How to fix
Update the tag in fly.toml:11 to the current latest release tag, using the command above to find it.
## How to check
The tag in fly.toml matches the newest bare semver tag on main.
Contributor guide
Research direction
Open fly.toml at line 11 and use the command in the issue to find the newest bare semver tag on main. Update the pinned image tag, then verify it matches that tag and review docs/FLY.md for the deployment context.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, git
- Domain
- devops, release
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 95/100