Skip to content

Commit

Permalink
Prepare 0.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Penney committed Feb 4, 2014
1 parent 1fa9a26 commit ac2309d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
2014-02-04 - Version 0.2.0

Summary:

It's been a long time since the previous release and the LVM module has seen a
lot of community development. It now supports AIX, thanks to Craig Dunn, and
grew an enormous number of facts, properties, and parameters. There's a
fistful of bugfixes too which should help RHEL5 users.

Features:
- A new `lvm_support` fact was added.
- A new `lvm_vgs` fact was added.
- A new `lvm_pvs` fact was added.
- Dynamic facts were added for lvm_vg_N and lvm_pv_N.
- Support for lvcreate -l argument (extents)
- Added AIX providers for logical_volume and filesystem types.
- Use ensure_resources to handle multiple physical_volume in a volume_group.
- Add XFS online resizing support.
- Add `initial_size` property.
- Add `extents` property.
- Add `stripes` property.
- Add `stripsize` property.
- Huge number of parameters were added, most AIX only.

Bugfixes:
- Fix messages with new_size variables in logical_volume/lvm.rb
- size 'undef' doesn't work when creating a new logical volume
- resize2fs isn't called during resizing on ruby>1.
- Allow for physical_volumes and volume_groups that change as system lives.
- On RHEL 5 family systems ext4 filesystems can not be resized using resize2fs.
- Suppress facter warnings on systems that don't support LVM.
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'puppetlabs-lvm'
version '0.1.2'
version '0.2.0'
license 'GPLv2'
summary 'Puppet types and providers to manage LVM'
project_page 'https://github.com/puppetlabs/puppetlabs-lvm'
Expand Down

0 comments on commit ac2309d

Please sign in to comment.