VERSION 3.11.0 *in this release*
✨ *new features* - Bolt now ships packages for macOS 11 (Big Sur). - Bolt now ships with Puppet 7.7.0. - Several of Bolt's bundled modules have been updated to their latest versions: - pkcs7 0.1.2 <https://forge.puppet.com/puppetlabs/pkcs7/0.1.2/changelog> - puppet_agent 4.7.0 <https://forge.puppet.com/puppetlabs/puppet_agent/4.7.0/changelog> - scheduled_task 3.0.1 <https://forge.puppet.com/puppetlabs/scheduled_task/3.0.1/changelog> - stdlib 7.1.0 <https://forge.puppet.com/puppetlabs/stdlib/7.1.0/changelog> 🔧 *bug fixes* - Bolt no longer errors when printing command or script results that include an error but no output. Previously, Bolt would error with an 'undefined method' message. - Bolt no longer errors when printing command or script results when using the pcp transport. Previously, Bolt would error with an 'undefined method' message. - The Bolt gem no longer errors when installing modules. Previously, Bolt would error with a 'missing parameter' message. VIEW FULL RELEASE NOTES <https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3110-2021-06-21> *in the works* - More readable type errors when running plans. - Support for waiting on all remaining backgrounded tasks using the wait() plan function. *nuts and bolts* Each month, we'll highlight a different Bolt feature and cover the details on what it is, why you might want to use it, and how it can be used in your workflows. June's highlighted feature is: *streaming*! *What is streaming?* Don't worry, the Bolt team isn't releasing *yet another* streaming service. When you run commands and scripts on targets, Bolt gives you the option of streaming the output from these commands and scripts as they are executed on the targets. This lets you see what is happening on every target you run the action on in near real-time, making it easier to debug problems with commands and scripts or to see where in the process of executing an action the target is. *How do I enable streaming?* There are two ways to enable streaming in Bolt. You can either enable it from the command line for a single run with the --stream command-line option, or you can enable it permanently in your configuration with the stream setting. Whenever Bolt streams output, it will print output from stdout and stderr in the order it receives it from each target, and will prepend each line with the name of the target that it came from. To learn more about streaming, check out the documentation below. VIEW THE DOCUMENTATION <https://puppet.com/docs/bolt/latest/experimental_features.html#streaming-output> [image: Tw] <https://twitter.com/puppetize> [image: Yt] <https://www.youtube.com/channel/UCPfMWIY-qNbLhIrbZm2BFMQ> [image: In] <https://www.linkedin.com/company/puppet/> *Bolt Documentation <https://puppet.com/docs/bolt/latest/bolt.html>* -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAGdD-pVMrLZkNut5T2jwi1vGigtevFpR-PEX63A%2BqA5w9r_XOg%40mail.gmail.com.