Skip to content

Commit

Permalink
Bump to 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
flaccid committed Feb 26, 2015
1 parent 529d96e commit b9d1a34
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,14 @@ This file is used to list changes made in each version of the system cookbook.
0.4.1
-----
- Revision only to address https://github.com/xhost-cookbooks/system/issues/10

0.5.0
-----
- Add a hostsfile entry for 127.0.0.1 against localhost.localdomain when not using permanent_ip
- Include the FQDN in the hostfile entry for for 127.0.0.1 when not on Debian
- Add resource for the network service in RHEL platform family (restart it on hostname change)
- Use Chef::Util::FileEdit instead of sed to update /etc/sysconfig/network
- permanent_ip is now true by default
- Add support for hostnamectl (mostly for EL 7)
- Fix missing trailing line return for /etc/hostname
- Test Debian and CentOS with test-kitchen
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.4.1'
version '0.5.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 b9d1a34

Please sign in to comment.