Different Tailscale versions across platforms is pain (Linux 1.96.4, Windows 1.96.3, macOS 1.96.5)
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Idoneità per principianti
- 28/100
Direzione di ricerca
La issue riguarda tailscale/github-action e i workflow di GitHub Actions, ma non indica alcun file del repository, test o punto di ingresso dell’implementazione. Inizia individuando come l’action seleziona e scarica le versioni di Tailscale e come vengono coordinate le release; il lavoro sarebbe completo quando esisterà un modo definito per permettere a tutte le piattaforme di condividere una versione utilizzabile senza pin specifici della piattaforma.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
Hey folks 👋
So I'm trying to use Tailscale in my GitHub Actions workflows and I keep running into this annoying issue where each
platform has a different "latest" version. This is not great.
Right now if I check the stable releases:
- Linux: 1.96.4 (https://pkgs.tailscale.com/stable/#static)
- Windows: 1.96.3 (https://pkgs.tailscale.com/stable/#windows)
- macOS: 1.96.5 (https://pkgs.tailscale.com/stable/#macos)
I can't just pin to a single version in my CI because it'll work on some platforms and fail on others. Here's what I get
when I try to use the macOS version (1.96.5) on Windows:
Run tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8
with:
version: 1.96.5
...
▶️ curl https://pkgs.tailscale.com/stable/tailscale-setup-1.96.5-amd64.msi.sha256
curl: (22) The requested URL returned error: 404
Yep, 404 because Windows only goes up to 1.96.3.
I ended up having to add platform-specific logic to my GitHub Action:
- name: Set Tailscale version
id: set-version
shell: bash
run: |
case "${{ runner.os }}" in
Linux) echo "version=1.96.4" >> $GITHUB_OUTPUT ;;
macOS) echo "version=1.96.5" >> $GITHUB_OUTPUT ;;
Windows) echo "version=1.96.3" >> $GITHUB_OUTPUT ;;
esac
This works but it's kinda ridiculous that I have to do this.
This affects anyone running cross-platform CI/CD, such as GitHub Actions with multiple runners, who legitimately avoid using latest for security and stability reasons. I understand that coordinating releases across platforms is challenging, but requiring users to maintain platform-specific version matrices adds unnecessary friction for those using Tailscale in automated deployments.
Couldn't you release all platforms at the same time with the same version number? This seems like the obvious solution.
- Lingua principale
- TypeScript
- Stelle
- 938
- Fork
- 137
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di tailscale/github-action
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 68/100
tailscale/github-action#283 · 1 commento · 1 reazione ·
-
fr
Difficoltà 3/5 1-2 giorni Idoneità per principianti 68/100
tailscale/github-action#317 ·
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 48/100
tailscale/github-action#316 · 2 commenti ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 52/100
tailscale/github-action#315 ·
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 76/100
tailscale/github-action#313 · 1 reazione ·
Tutte le issue di tailscale/github-action
Issue simili
-
Browser Waiting for: Product Owner
Difficoltà 2/5 1-3 ore Idoneità per principianti 85/100
getsentry/sentry-javascript#24577 · 1 commento ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 78/100
agilepathway/label-checker#640 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 84/100
copse-dev/agent-pane#2953 ·
-
[aw] Upgrade available Apertaagentic-workflows
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 85/100
githubnext/rig#534 ·
-
automation missing-model model-sync provider:pioneer
Difficoltà 2/5 1-3 ore Idoneità per principianti 76/100
anomalyco/models.dev#7701 ·