arrproxy: bump images to v0.5.0 (per-token method scoping) #443

Merged
benvin merged 1 commits from benvin/arrproxy-0.5.0 into main 2026-08-30 14:23:44 +10:00

1 Commits

Author SHA1 Message Date
unkin-agent ba947c92ad arrproxy: bump images to v0.5.0 (per-token method scoping)
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
arrproxy v0.5.0 adds per-token HTTP method scoping for machine tokens, so a
minted token can be limited to e.g. GET only. Existing tokens keep an empty
methods list and stay unrestricted.

- Bump arrproxy-api and arrproxy-ui pins to v0.5.0
- Mirror migrations 0002_tier_tokens.sql and 0003_token_methods.sql into the
  migrations ConfigMap, which had drifted at 0001 while v0.4.0 already queried
  tier/read_only and v0.5.0 queries methods
- Have the wave-1 migrate Job apply all three files in order (every statement
  is idempotent, so a resync over a migrated database is a no-op)
2026-08-30 14:20:47 +10:00