Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 0.2.0 release. #50

Merged
merged 1 commit into from
Feb 4, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prepare 0.2.0 release.
  • Loading branch information
Ashley Penney committed Feb 4, 2014
commit ac2309dd05d0cda76854055b91fb54dc34e06dc3
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