This commit is contained in:
Jacob Zaval 2023-10-18 17:45:18 -07:00
Родитель d26b46e492
Коммит 8b9fede9ff
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -10,13 +10,13 @@ Chef resources and recipes for managing and provisioning macOS.
## Officially Supported Chef Versions
- Chef 17
- Chef 18
## Officially Supported OS Versions
- macOS 11 Big Sur
- macOS 12 Monterey
- macOS 13 Ventura
- macOS 14 Sonoma
## Resources
- [`automatic_software_updates`](https://github.com/Microsoft/macos-cookbook/blob/master/documentation/resource_automatic_software_updates.md)

Просмотреть файл

@ -3,7 +3,7 @@ maintainer 'Microsoft'
maintainer_email 'chef@microsoft.com'
license 'MIT'
description 'Resources for configuring and provisioning macOS'
chef_version '>= 14.0'
chef_version '>= 16.0'
version '6.0.0'
source_url 'https://github.com/Microsoft/macos-cookbook'