Track Fly.io proxy component versions in service-versions.yaml
Add flyio-tailscale (v1.94.1), flyio-nginx (1.29.6-alpine), and flyio-alloy (v1.14.1) entries with new `fly` service type so future upgrades go through the service-review workflow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e02305e72d
commit
4fc0192731
2 changed files with 26 additions and 1 deletions
1
docs/changelog.d/+track-fly-versions.infra.md
Normal file
1
docs/changelog.d/+track-fly-versions.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Track Fly.io proxy component versions (Tailscale, nginx, Alloy) in service-versions.yaml with new `fly` service type.
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
# Fields:
|
||||
# name - kebab-case service identifier
|
||||
# type - argocd | ansible | nixos
|
||||
# type - argocd | ansible | nixos | fly
|
||||
# last-reviewed - date (YYYY-MM-DD) or null
|
||||
# current-version - deployed version string or null
|
||||
# upstream-source - URL to upstream releases/changelog
|
||||
|
|
@ -369,3 +369,27 @@ services:
|
|||
current-version: "1.11.0"
|
||||
upstream-source: https://www.pixeleyes.co.nz/automounter/
|
||||
notes: Mac App Store app, no Ansible role. Updates via App Store.
|
||||
|
||||
- name: flyio-tailscale
|
||||
type: fly
|
||||
last-reviewed: "2026-04-10"
|
||||
current-version: "v1.94.1"
|
||||
upstream-source: https://github.com/tailscale/tailscale/releases
|
||||
notes: >-
|
||||
Pinned after v1.96.5 broke MagicDNS in containers. Test DNS resolution
|
||||
inside Fly container before upgrading. COPY --from in fly/Dockerfile.
|
||||
|
||||
- name: flyio-nginx
|
||||
type: fly
|
||||
last-reviewed: "2026-04-10"
|
||||
current-version: "1.29.6-alpine"
|
||||
upstream-source: https://hub.docker.com/_/nginx
|
||||
notes: Base image for Fly proxy (fly/Dockerfile)
|
||||
|
||||
- name: flyio-alloy
|
||||
type: fly
|
||||
parent: flyio-nginx
|
||||
last-reviewed: "2026-04-10"
|
||||
current-version: "v1.14.1"
|
||||
upstream-source: https://github.com/grafana/alloy/releases
|
||||
notes: COPY --from in fly/Dockerfile for log shipping and metrics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue