Merge pull request #272 from microsoft/feature/12.6.3-setup

Fix autologin for 12.6.3
This commit is contained in:
Sarah Kunkler Jaffe 2023-02-01 12:09:19 -08:00 коммит произвёл GitHub
Родитель bb8c54df21 ff188e9c0e
Коммит fffac938a9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 7 добавлений и 1 удалений

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

@ -1,5 +1,10 @@
# Changelog
## [5.0.4] - 2023-01-31
### Added
- Added key `LastPrivacyBundleVersion` to `macos_user` resource to allow for dimissing more Welcome screens in macOS 12.6.3
## [5.0.3] - 2022-11-16
### Fixed

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

@ -4,7 +4,7 @@ maintainer_email 'chef@microsoft.com'
license 'MIT'
description 'Resources for configuring and provisioning macOS'
chef_version '>= 14.0'
version '5.0.3'
version '5.0.4'
source_url 'https://github.com/Microsoft/macos-cookbook'
issues_url 'https://github.com/Microsoft/macos-cookbook/issues'

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

@ -44,6 +44,7 @@ action_class do
'LastSeenCloudProductVersion' => node['platform_version'],
'LastPreLoginTasksPerformedVersion' => node['platform_version'],
'LastPreLoginTasksPerformedBuild' => node['platform_build'],
'LastPrivacyBundleVersion' => '2',
'LastSeenBuddyBuildVersion' => node['platform_build'],
'LastSeenSiriProductVersion' => node['platform_version'],
}