diff --git a/docs/changelog.d/+service-review-automounter.misc.md b/docs/changelog.d/+service-review-automounter.misc.md new file mode 100644 index 0000000..31e5644 --- /dev/null +++ b/docs/changelog.d/+service-review-automounter.misc.md @@ -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`. diff --git a/mise-tasks/service-review b/mise-tasks/service-review index f83b104..d22097f 100755 --- a/mise-tasks/service-review +++ b/mise-tasks/service-review @@ -8,7 +8,7 @@ #USAGE flag "--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)", ] diff --git a/service-versions.yaml b/service-versions.yaml index 419d129..95b9e44 100644 --- a/service-versions.yaml +++ b/service-versions.yaml @@ -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.