mpanighetti / install-or-defer

A framework for prompting users of Jamf Pro-managed Macs to install Apple software updates.
Apache License 2.0
147 stars 28 forks source link

validate macOS Ventura compatibility #93

Closed mpanighetti closed 1 year ago

mpanighetti commented 1 year ago

Now that macOS Ventura is out of beta, need to validate that this script works as expected from that environment, including reliable update availability reporting and potentially successful update installation. Once that's done, I'll push an updated build removing the Ventura block.

eltonajmenezes commented 1 year ago

FYI: I was testing this script on Ventura and it doesn't seem to work as intended as on Monterrey

justintrant commented 1 year ago

Wondering if there's an ETA for an official release of v6.0?

mpanighetti commented 1 year ago

I've been testing the update in the ventura branch, feel free to try it out and report back!

justintrant commented 1 year ago

No issues so far, it works great! For Monterey clients, Ventura is hidden in the list of prompted updates, and it works as expected on Ventura (have tested both Apple Silicon and Intel Macs).

The usual caveats apply but we have trained our users to reboot and manually install updates, should Install or Defer not do so automatically due to the issues around softwareupdated.

Thanks as always for your great work!