C0: service-review automounter (1.13.0, healthy); fix tracking-file path in script
AutoMounter on indri auto-updated to 1.13.0 via the App Store, matching the latest upstream release; all seven sifaka SMB mounts are live and the app + helper are running. The service-review script's guidance text pointed at docs/reference/services/service-versions.yaml, but the file lives at the repo root (where the script actually reads it). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
db0512b5d4
commit
ccbc2ff0a9
3 changed files with 5 additions and 4 deletions
1
docs/changelog.d/+service-review-automounter.misc.md
Normal file
1
docs/changelog.d/+service-review-automounter.misc.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Service review: AutoMounter on indri is current at 1.13.0 (App Store auto-updated from the tracked 1.11.0); all sifaka SMB mounts verified healthy. Fixed the stale tracking-file path shown by `mise run service-review`.
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
#USAGE flag "--type <type>" help="Filter by service type (argocd, ansible, nixos, fly, mise)"
|
||||
"""Review the most stale service for version freshness.
|
||||
|
||||
Reads ``docs/reference/services/service-versions.yaml`` and sorts services
|
||||
Reads ``service-versions.yaml`` (repo root) and sorts services
|
||||
by the ``last-reviewed`` field. Services without the field (or null) are
|
||||
treated as never-reviewed and float to the top. Displays a staleness table
|
||||
and then shows the most stale service with a review checklist.
|
||||
|
|
@ -210,7 +210,7 @@ def main(
|
|||
"• Verify the service is running and healthy\n",
|
||||
"• Check logs for errors or warnings\n",
|
||||
"\n[bold]After Review:[/bold]\n",
|
||||
"• Update the tracking file: [cyan]docs/reference/services/service-versions.yaml[/cyan]\n",
|
||||
"• Update the tracking file: [cyan]service-versions.yaml[/cyan] (repo root)\n",
|
||||
f"• Set [cyan]last-reviewed: {today}[/cyan] and [cyan]current-version[/cyan]\n",
|
||||
"• Commit the change (along with any upgrades)",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -452,8 +452,8 @@ services:
|
|||
|
||||
- name: automounter
|
||||
type: ansible
|
||||
last-reviewed: 2026-03-17
|
||||
current-version: "1.11.0"
|
||||
last-reviewed: 2026-06-09
|
||||
current-version: "1.13.0"
|
||||
upstream-source: https://www.pixeleyes.co.nz/automounter/
|
||||
notes: Mac App Store app, no Ansible role. Updates via App Store.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue