Category → Blog
Puppet Camp – San Francisco 2010
Puppet 2.6.0 is here! It’s alive!
The journey was long and arduous and many fell along the way but Puppet
Labs is proud to announce the 2.6.0 release!
The 2.6.0 release is a major feature release and includes a huge variety
of new features, fixes, updates and enhancements. These include the
complete cut-over from XMLRPC to the REST API, numerous language
enhancements, a complete rewrite of the events and reporting system, an
internal Ruby DSL, a single binary, Windows support, a new HTTP report
processor, and a myriad of other enhancements.
We’ve included release notes below that you can also see at:
http://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes
The release is available for download at:
http://puppetlabs.com/downloads/puppet/puppet-2.6.0.tar.gz
And I am sure packagers will be hard at work in the not to distant future!
Puppet RC4 nearly almost production out
Okay Puppeteers …. we’re almost there with 2.6.0rc4. We’re hoping that this time this will really be the last RC – so please more testing!
The 2.6.0 release is a major feature release and includes a huge variety of new features, fixes, updates and enhancements. These include the complete cut-over from XMLRPC to the REST API, basic Windows support, numerous language enhancements, a complete rewrite of the events and reporting system, an internal Ruby DSL, a single binary, a new HTTP report processor, and a myriad of other enhancements.
You can read the full release notes at:
http://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes.
And download RC4 at:
http://puppetlabs.com/downloads/puppet/puppet-2.6.0rc4.tar.gz
Puppet 2.6.0 RC3 out of the gates…
Okay Puppeteers …. we’re off and running again with 2.6.0rc3. We’re hoping this is the last RC – so please get testing.
The 2.6.0 release is a major feature release and includes a huge variety of new features, fixes, updates and enhancements. These include the complete cut-over from XMLRPC to the REST API, basic Windows support, numerous language enhancements, a complete rewrite of the events and reporting system, an internal Ruby DSL, a single binary, a new HTTP report processor, and a myriad of other enhancements.
You can read the full release notes at:
http://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes.
And download RC3 at:
http://puppetlabs.com/downloads/puppet/puppet-2.6.0rc3.tar.gz
Puppet 2.6.0RC2 now available…
Okay Puppeteers …. more testing needed – we’re almost to release with 2.6.0RC2 release being minted.
The 2.6.0 release is a major feature release and includes a huge variety of new features, fixes, updates and enhancements. These include the complete cut-over from XMLRPC to the REST API, basic Windows support, numerous language enhancements, a complete rewrite of the events and reporting system, an internal Ruby DSL, a single binary, a new HTTP report processor, and a myriad of other enhancements.
You can read the full release notes at:
http://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes.
And download RC2 at:
http://puppetlabs.com/downloads/puppet/puppet-2.6.0rc2.tar.gz
Puppet 2.6.0 Release Candidate 1 available!
Okay Puppeteers …. please get testing the new and much anticipated 2.6.0 release of Puppet.
The 2.6.0 release is a major feature release and includes a huge variety of new features, fixes, updates and enhancements. These include the complete cut-over from XMLRPC to the REST API, basic Windows support, numerous language enhancements, a complete rewrite of the events and reporting system, an internal Ruby DSL, a single binary, a new HTTP report processor, and a myriad of other enhancements.
You can read the full release notes at:
http://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes
And download the RC at:
http://puppetlabs.com/downloads/puppet/puppet-2.6.0rc1.tar.gz
Neat Git Reference
Rather than you having to wade through the Git documentation the nice people at GitHub have produced a neat reference for Git.
Status of Puppet on Windows
Lots of people are aware that we’re porting Puppet to Windows. David Schmitt and Markus are doing all the hard work for it and David has just provided an update on his status.
If you’re interested in helping out checkout his repository on GitHub to see the current efforts and do some testing.
Puppet Module Repository isn’t just for modules
You can store more than just your modules at the Forge.
I just added my types and providers to my collection of modules at the new Puppet Module Forge. I’d love to all those people maintaining types and providers, functions, and facts add theirs to the Forge also. It’s a cool way to share your code (and the site allows you to provide links back to your code repository and ticketing system so user’s can report bugs). In time I hope most people’s environments will consist of the core types and providers bundled with Puppet and a selection of cool code generated by the community and sourced from the Puppet Forge.
Puppet Forge in beta!
The Puppet Forge AKA the Puppet Module Repository is live and operational. It’s a store of Puppet modules (and types and providers) that allows you to share your awesome code and modules with others.
It also comes with the puppet-module tool that allows you to build modules for, manage and install modules from the forge. You can install puppet-module via a gem:
$ sudo gem install puppet-module
Both the site and tool are in public beta right now so hammer away at it and tell us what you think!