Puppet 8.5.0
Released February 2024.
On this page:
Enhancements
Debian 12 (x86_64) support
Added support for Debian 12 (x86_64). PA-5549
Debian 12 (ARM) support
Added support for Debian 12 (ARM). PA-5747
Support for Amazon
Linux 2023 (ARM, x86_64), Debian 11 (ARM) and
macOS 14 (ARM, x86_64) was added in Puppet
8.4.0.
Resolved issues
Syntactically incorrect types cause nil types in Puppet::InfoService::ClassInformationService
Previously, when a type was incorrectly specified, Puppet’s class_information_service
ignored the error and produced an empty
type
specification. Puppet now
produces a warning and assigns a default type
in the nil
case. PUP-11981.