Category:

announcements


Opscode Community Summit – Remote Participation

The Opscode Community Summit kicks off this week in Seattle. The Summit is an annual gathering of community members for two days of Open Spaces discussing the topics that are most important to the people in the community. Participants share their ideas, triumphs, and challenges with Chef and other personal projects.

Read more

Release: Chef Client 11.8.0 & Ohai 6.20.0

Hey Chefs, Today is an exciting day. We are announcing Chef Client 11.8.0 & Ohai 6.20.0. Here are the biggest highlights of these releases: Chef Client Local Mode Chef Client now has a local mode in which it can run 100% locally using a chef repository.

Read more

Awesome Chefs – CustomInk Unites Dev & Ops, Codes Their Business

Our close friends at CustomInk make it easy for anyone to create customized T-shirts, sweatshirts, and much more online. (Sidenote: We work with them to make all our Opscode and Chef T-Shirts). CustomInk employs proprietary, primarily Ruby-based software applications running on both virtualized and cloud servers to manage everything from its website to its printers.

Read more

Let’s #learnchef!

Opscode and our partners have a bunch of opportunities coming up to help you #learnchef. We’ve recently announced a weekly webinar series that kicks off next Thursday. It’s free to attend so sign-up and put it on your calendar today. We also have a number of instructor-led classes coming up in the next few months.

Read more

Release: Chef Client 11.6.2 & 10.28.2

Hello Chefs. Today we are announcing two releases for Chef Client: Chef Client 11.6.2 Chef Client 10.28.2 The highlight of the release is the fix for CHEF-4489 reported by Jeff Blaine which prevented the creation of necessary symlinks in Solaris packages.  MVP With his awesome help finding and testing the Solaris packaging issues Jeff Blaine is this release’s MVP.

Read more

Awesome Chefs – Encyclopedia Life Uses Chef for Global DevOps

Our friends at the Encyclopedia of Life (EOL) began their mission with this idea – humans’ knowledge of the many life-forms on Earth (of animals, plants, fungi, protists and bacteria) is scattered around the world in books, journals, databases, websites, specimen collections, and in the minds of people everywhere.

Read more

Community, Bacon, and Giving Back

We’re only about a month away from this year’s Opscode Community Summit. The Opscode Community Summit is a unique opportunity for open-source contributors, Opscode engineers, and Chef users of all experience levels to come together and share their passion and excitement for Chef. The Opscode Community Summit is a facilitated Open Space event.

Read more

Register for the Free Chef Fundamentals Training Webinar Series

Are you ready to #learnchef? We’re launching a free weekly webinar series aimed at guiding you down the learning path for Chef. Join us next Thursday for the first webinar in the series. This series aims to prepare key development, engineering, and operations staff to use Chef to write infrastructure.

Read more

Awesome Community Chef: Fletcher Nichol – “Drumming Up Test Kitchen”

One could argue there are major similarities between bands and open source communities, especially a community built around code.

Read more

mixlib-config 2.0

mixlib-config is getting an update! We use mixlib-config in Chef to drive the knife.rb and client.rb files (as well as Omnibus config). For a quick overview, to use mixlib-config in your project, you do something like this: [sourcecode language=”ruby”] require ‘mixlib/config’ module MyConfig extend Mixlib::Config default :log_level, ‘debug’ default :max_files, 10 end MyConfig.from_file(‘~/myconfig.

Read more

announcements