bolt icon indicating copy to clipboard operation
bolt copied to clipboard

release bolt version with latest facter

Open vchepkov opened this issue 1 year ago • 1 comments

Please consider release a bolt package with updated facter. The fix for Apple silicon is included in facter 4.5.2, that comes with puppet agent, but 4.5.0 that comes with bolt detects architecture wrong:

$ uname -m
arm64
$ /opt/puppetlabs/bolt/bin/facter --version
4.5.0
$ /opt/puppetlabs/bolt/bin/facter os.architecture
x86_64

$ /opt/puppetlabs/bin/facter --version
4.5.2
$ /opt/puppetlabs/bin/facter os.architecture
arm64

vchepkov avatar Feb 13 '24 00:02 vchepkov

Thanks for reporting this. Generally I would like to update the runtime we ship in bolt packages as it could use a refresh. Not to mention figuring out what a puppet 8 based bolt package will be.

donoghuc avatar Feb 13 '24 15:02 donoghuc