$ cat /Library/Managed\ Installs/UpdateNotificationTracking.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppleUpdates</key>
<dict>
<key>macOS Tahoe 26.4</key>
<date>2026-03-24T18:31:49Z</date>
</dict>
<key>StagedOSUpdates</key>
<dict/>
<key>managed_installs</key>
<dict>
<key>GoogleChrome</key>
<date>2026-03-24T15:31:08Z</date>
</dict>
<key>removals</key>
<dict/>
</dict>
</plist>
$ cat /Library/Managed\ Installs/AppleUpdateHistory.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>MSU_UPDATE_25C56_patch_26.2_minor</key>
<dict>
<key>displayName</key>
<string>macOS Tahoe 26.2</string>
<key>firstSeen</key>
<date>2025-12-12T18:39:45Z</date>
<key>version</key>
<string>26.2</string>
</dict>
<key>MSU_UPDATE_25D125_patch_26.3_minor</key>
<dict>
<key>displayName</key>
<string>macOS Tahoe 26.3</string>
<key>firstSeen</key>
<date>2026-02-11T19:31:53Z</date>
<key>version</key>
<string>26.3</string>
</dict>
<key>MSU_UPDATE_25D2128_patch_26.3.1_minor</key>
<dict>
<key>displayName</key>
<string>macOS Tahoe 26.3.1</string>
<key>firstSeen</key>
<date>2026-03-04T21:08:46Z</date>
<key>version</key>
<string>26.3.1</string>
</dict>
<key>MSU_UPDATE_25E246_patch_26.4_minor</key>
<dict>
<key>displayName</key>
<string>macOS Tahoe 26.4</string>
<key>firstSeen</key>
<date>2026-03-24T18:31:49Z</date>
<key>version</key>
<string>26.4</string>
</dict>
</dict>
</plist>



'Gregory Neagle' via munki-dev <munk...@googlegroups.com> kirjoitti 25.3.2026 kello 17.31:
Currently Managed Software Center displays messages like “This update has been pending for 14 days” in red next to updates that have been pending more than two days. This is meant to help encourage updates. With items that come from the Munki repo, this pending days calculation even works if the the updates themselves are updated.
<Option1.png><Option2.png><Option3.png>--
Find related discussion groups here:
https://github.com/munki/munki/wiki/Discussion-Group
---
You received this message because you are subscribed to the Google Groups "munki-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-dev+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/munki-dev/B414F0DF-6F1A-4296-BE91-B614DCB4139C%40mac.com.
To view this discussion visit https://groups.google.com/d/msgid/munki-dev/7B080BA4-B7A9-417B-8D78-5EBBD4DE2BD3%40gmail.com.
'Gregory Neagle' via munki-dev <munk...@googlegroups.com> kirjoitti 25.3.2026 kello 18.15:
The implementation I’m working on only looks at _updates_ and not _upgrades_, so it considers only updates with the same major OS version. (And since Munki 7 only supports back to macOS 10.15, I truly only have to worry about the “10.”, “11.”, … “26.” part)
To view this discussion visit https://groups.google.com/d/msgid/munki-dev/A61B1564-F385-426F-960D-BBA5EF05EE96%40mac.com.
/* macOS out-of-date days message */
"macOS has been out-of-date for %@ days." = "macOS has been out-of-date for %@ days.";
<Option1.png><Option2.png><Option3.png>
/* macOS out-of-date days message */
"macOS has been out-of-date for %@ days." = "macOS har vært utdatert i %@ dager.";
Frank
To view this discussion visit https://groups.google.com/d/msgid/munki-dev/81A9BA56-422D-4093-AB97-4983474830DA%40mac.com.