Skip to content

Instantly share code, notes, and snippets.

@danielsdeleo
Last active December 19, 2015 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielsdeleo/5976964 to your computer and use it in GitHub Desktop.
Save danielsdeleo/5976964 to your computer and use it in GitHub Desktop.
Updated Chef 11.6 Release Candidate Available

Hi Chefs,

Since we announced the 11.6 Release Candidate, we've been busy running test scenarios to verify new features and bug fixes. This round of testing is complete, and we've released a new RC with a handful of fixes. Unless any new issues are found, this RC will become the 11.6.0 release. If you've been wondering how you can contribute to Chef, testing this release in your environment is a great way to help out.

For the full list of changes in this release, please see the draft release notes:

http://docs.opscode.com/release_notes.html

If you encounter any bugs in this RC, please create a bug report on our tracker: http://tickets.opscode.com

Installation/Upgrade

Installation and upgrade instructions for various platforms/installation methods are below.

Installing the RC w/ rubygems:

gem install chef ohai mixlib-shellout --pre

Installing the RC w/ Installer Script

curl -L "https://www.opscode.com/chef/install.sh" | sudo bash -s -- -p

Omnibus Package Links

Links for most platforms are below. Only the 64-bit versions are shown for Intel-based platforms. If you need a 32-bit package, use the shell script installer, or see the "omnitruck API" instructions.

Ubuntu 13.04

Ubuntu 12.04

Ubuntu 10.04

RHEL/CentOS 6, OpenSuSE 12

RHEL/CentOS 5, SuSE Enterprise 11

Debian

Windows MSI

Solaris (Intel)

Solaris (SPARC)

Omnitruck API

To fetch a package URL and checksums, you can use the Omnitruck metadata API:

curl 'https://www.opscode.com/chef/metadata?p=ubuntu&pv=13.04&m=x86_64&prerelease=true'

Valid values for platform, platform version, and architecture are defined here: https://github.com/opscode/omnibus-chef/blob/master/jenkins/chef.json

@adamedx
Copy link

adamedx commented Jul 11, 2013

Tried Windows link and it works for me, so looks good. I'm curious about the order in which platforms are listed -- is there a particular reason for the order (e.g. most popular distribution), or was it just arbitrary?

Are there any caveats to gem install approach? They'll still end up with the same gems as if they had installed via Omnibus, correct?

@danielsdeleo
Copy link
Author

Order is sorta popularity based, I haven't looked at the metrics in a while.

The gem install command will get you all 3 of the RCs we have in-flight right now. Dependency gems might differ from omnibus, but that's the same caveat as always with gem installs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment