Skip to content

Commit

Permalink
Update meta files for v0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
flaccid committed Aug 23, 2015
1 parent 42c1c3c commit 71f95f6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,12 @@ This file is used to list changes made in each version of the system cookbook.
- Support for using the name_attribute of the hostname resource for fqdn
- Fix for issue #22 (timezone set idempotency)
- Various minor fixes

0.9.0
-----
- Manage /etc/environment by recipe or system_environment LWRP
- Support optional management of /etc/hosts (e.g. do not add hostname to this file)
- Support optional inclusion of the cron recipe
- Use ohai to determine network IP (pr #26)
- Allow specification primary network interface for hostsfile generation (pr #26)
- Improve/fix templating for system profile (/etc/profile)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
system Cookbook
===============

[![Cookbook Version](https://img.shields.io/badge/cookbook-v0.8.0-blue.svg)](https://supermarket.chef.io/cookbooks/system)
[![Cookbook Version](https://img.shields.io/badge/cookbook-v0.9.0-blue.svg)](https://supermarket.chef.io/cookbooks/system)
[![Dependency Status](https://gemnasium.com/xhost-cookbooks/system.svg)](https://gemnasium.com/xhost-cookbooks/system)
[![Code Climate](https://codeclimate.com/github/xhost-cookbooks/system.png)](https://codeclimate.com/github/xhost-cookbooks/system)
[![Test Coverage](https://codeclimate.com/github/xhost-cookbooks/system/badges/coverage.svg)](https://codeclimate.com/github/xhost-cookbooks/system)
Expand All @@ -14,7 +14,7 @@ Build Status
| | Travis CI |
|-----------|-----------------|
| **Master** |[![Build status](https://secure.travis-ci.org/xhost-cookbooks/system.png?branch=master)](http://travis-ci.org/xhost-cookbooks/system)|
| **Latest Release** ([**0.8.0**](https://github.com/xhost-cookbooks/system/releases/tag/v0.8.0)) |[![Build status](https://secure.travis-ci.org/xhost-cookbooks/system.png?branch=v0.8.0)](https://travis-ci.org/xhost-cookbooks/system/builds/65745148)|
| **Latest Release** ([**0.9.0**](https://github.com/xhost-cookbooks/system/releases/tag/v0.9.0)) |[![Build status](https://secure.travis-ci.org/xhost-cookbooks/system.png?branch=v0.9.0)](https://travis-ci.org/xhost-cookbooks/system/builds/65745148)|

Overview
--------
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
license 'Apache 2.0'
description 'Installs/Configures system elements such as the hostname and timezone.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.8.0'
version '0.9.0'

recipe 'system::default', "Sets the system's hostname and timezone, updates the system's installed packages."
recipe 'system::timezone', "Sets the system's' timezone."
Expand Down

0 comments on commit 71f95f6

Please sign in to comment.