This file is used to list changes made in each version of the lvm cookbook.
- Update chef-ruby-lvm-attrib gem to 0.4.0
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
- Update chef-ruby-lvm-attrib gem to 0.3.15
- Update chef-ruby-lvm-attrib gem to 0.3.14
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
- Update chef-ruby-lvm-attrib gem to 0.3.11
- Fix parsing of output from
blkid
inlibraries/provider_lvm_logical_volume.rb
due to different behavior under busybox (e.g., running in hab effortless)
- Fix
pvcreate
andlvcreate
to return an error if a valid signature was found on the device instead of waiting interactivly for confirmation.
- CI: Remove use of Vagrant boxes from OSUOSL
- CI: Fix loop file creation on Ubuntu 20.04
- Update chef-ruby-lvm-attrib gem to 0.3.10
Standardise files with files in sous-chefs/repo-management
- Standardise files with files in sous-chefs/repo-management
- Remove Gemfile and the community cookbook releaser
- Always turn on unfied_mode so we get consistent behaviour
- Require Chef 15.3 for unified_mode
- Turn on unified_mode
- Remove delivery folder
- Add CentOS Stream 8 to CI pipeline
- Update chef-ruby-lvm-attrib gem to 0.3.9
- Use default Chef source for gems
- Sous Chefs adoption
- Standardise files with files in sous-chefs/repo-management
- Enable
unified_mode
if supported - resolved cookstyle error: test/fixtures/cookbooks/test/resources/loop_devices.rb:1:1 refactor:
Chef/Deprecations/ResourceWithoutUnifiedTrue
- Move resource documentation into individual files out of README
- Migrate to InSpec tests
- Install thin-provisioning-tools on Debian-based systems
- Add GitHub CI
- Update the attributes gem version from 0.3.6 to 0.3.7 @wheatevo
- Need to add explicit parameters for super called from action methods - @b-dean
- Update the attributes gem version from 0.3.5 to 0.3.6 @gaelik
- Standardise files with files in chef-cookbooks/repo-management - @xorimabot
- Chase upstream chef-ruby-lvm-attrib version - @jflemer-ndp
- Support Chef Infra Client 16 and ubuntu 20.04 - @duncaan
- resolved cookstyle error: libraries/provider_lvm_logical_volume.rb:45:7 refactor:
ChefModernize/ActionMethodInResource
- resolved cookstyle error: libraries/provider_lvm_logical_volume.rb:129:7 refactor:
ChefModernize/ActionMethodInResource
- resolved cookstyle error: libraries/provider_lvm_logical_volume.rb:221:7 refactor:
ChefModernize/ActionMethodInResource
- resolved cookstyle error: libraries/provider_lvm_thin_pool.rb:36:7 refactor:
ChefModernize/ActionMethodInResource
- resolved cookstyle error: libraries/provider_lvm_thin_pool.rb:41:7 refactor:
ChefModernize/ActionMethodInResource
- resolved cookstyle error: libraries/provider_lvm_thin_pool_meta_data.rb:41:7 refactor:
ChefModernize/ActionMethodInResource
- resolved cookstyle error: libraries/provider_lvm_volume_group.rb:43:7 refactor:
ChefModernize/ActionMethodInResource
- resolved cookstyle error: libraries/provider_lvm_volume_group.rb:66:7 refactor:
ChefModernize/ActionMethodInResource
- Cookstyle fixes including Chef Infra Client 16 fixes - @xorimabot
- resolved cookstyle error: libraries/provider_lvm_logical_volume.rb:21:1 refactor:
ChefModernize/IncludingMixinShelloutInResources
- resolved cookstyle error: libraries/provider_lvm_logical_volume.rb:32:7 refactor:
ChefModernize/IncludingMixinShelloutInResources
- resolved cookstyle error: libraries/provider_lvm_thin_pool_meta_data.rb:21:1 refactor:
ChefModernize/IncludingMixinShelloutInResources
- resolved cookstyle error: libraries/provider_lvm_thin_pool_meta_data.rb:31:7 refactor:
ChefModernize/IncludingMixinShelloutInResources
- resolved cookstyle error: libraries/provider_lvm_volume_group.rb:21:1 refactor:
ChefModernize/IncludingMixinShelloutInResources
- resolved cookstyle error: libraries/provider_lvm_volume_group.rb:31:7 refactor:
ChefModernize/IncludingMixinShelloutInResources
- resolved cookstyle error: libraries/resource_lvm_logical_volume.rb:28:7 warning:
ChefDeprecations/ResourceUsesOnlyResourceName
- resolved cookstyle error: libraries/resource_lvm_thin_pool.rb:29:7 warning:
ChefDeprecations/ResourceUsesOnlyResourceName
- resolved cookstyle error: libraries/resource_lvm_thin_pool_meta_data.rb:29:7 warning:
ChefDeprecations/ResourceUsesOnlyResourceName
- resolved cookstyle error: libraries/resource_lvm_thin_volume.rb:29:7 warning:
ChefDeprecations/ResourceUsesOnlyResourceName
- resolved cookstyle error: libraries/resource_lvm_volume_group.rb:29:7 warning:
ChefDeprecations/ResourceUsesOnlyResourceName
- resolved cookstyle error: test/fixtures/cookbooks/test/resources/loop_devices.rb:1:1 warning:
ChefDeprecations/ResourceUsesOnlyResourceName
- resolved cookstyle error: libraries/provider_lvm_logical_volume.rb:21:1 refactor:
- Update the attributes gem version from 0.3.1 to 0.3.2
The 5.0 release of this cookbook no longer cleans up the legacy di-ruby-lvm-attrib and di-ruby-lvm gems. These gems were replaced and the cleanup was added ~3 years ago. Any upgrade to this cookbook or to the Chef Infra Client would remove the legacy gems. If you are trying to upgrade from a VERY old version of this cookbook to current you'll either need to perform that cleanup by hand in a wrapper cookbook or you'll want to use the 4.x release first to perform the cleanup.
- Require the chef-ruby-lvm-attrib 0.3.1 gem - @tas50
- Remove extra metadata from the metadata.rb - @tas50
- Remove the foodcritic config - @tas50
- Update copyrights - @tas50
- Use ::File not File in the conditionals - @tas50
- Simplify types in the resources - @tas50
- Switch testing to Github actions - @tas50
- Require Chef 12.15+ - @tas50
- Fix the failing specs - @tas50
- Update the attributes gem version from 0.2.6 to 0.2.8
- Add support for the ignore_skipped_cluster property, fixes #170 - msgarbossa
- Update the attributes gem version from 0.2.5 to 0.2.6
- Update the attributes gem version from 0.2.3 to 0.2.5
- Added the ability to remove a logical volume, fixes #124
- Added documentation on :remove action for lvm_logical_volume resource within the readme
- Documented integration tests unable to function unless minimal Chef 13.x due to ruby 2.4.x dependency (development impact only, not operational impact)
- Added 'lv_params' to be handled as part of lvm_logical_volume :resize, as it was available only for :create - to resolve GH-159
- Added logic to not pass '--resizefs' if the filesystem is 'RAW'
- Added missing documentation on the hidden option of sending 'lv_params' to the resource for both :create and :resize
- Added new lvm_thin_pool_meta_data resource
- Convert physical_volume to a custom resource
- Add support for the ignore_skipped_cluster property, fixes #156
- Fix resources so ChefSpec matchers are auto-generated
- Fix wording in the readme
- Add specs
- Remove the ChefSpec matchers which are autogenerated by ChefSpec now
- Resolve Chef 12 resource cloning deprecation warning
- Update chef-ruby-lvm-attrib to 0.2.3
- Fix passing nils to Chef 14
- Correct raise syntax to remove the invalid second argument, fixes #141
- updating to version 0.2.2 of chef-ruby-lvm-attrib
- Remove end.run_action resource declaration from e2fsprogs package installation on SUSE platform.
- Raise on errors instead of calling Application fatal so we can ignore failures on the LVM resources
- Require latest lvm-attrib gem
- Fix for size in extents --extents should be used
- Add missing matchers for lvm thin pools and volumes
- Require the latest lvm gem which allows for the latest attrib gem
- Require the latest chef-ruby-lvm-attrib gem to support recent distros like RHEL 7.2/7.3
- Ensure metadata parsing doesn't fail on older chef 12 releases
- Adding source for the air gaped environment use case.
- Don't start lvm2-lvmetad on amazon linux when on Chef < 13
- Fix invalid platform sles in metadata
- Allowing a different source for gem install
- Only cleanup gems once in a chef run
- fix false coerce float error
- Remove deprecation notices introduced in 4.0.1
- Include platformintrospection dsl to fix suse check failures
- Warn if the attributes are set vs. a hard failure
- Document the new gem changes in the readme
- Uninstall the previous lvm gems to prevent failures installing the new chef forks
- This cookbook has switched from the di-ruby-lvm/di-ruby-lvm-attrib gems to chef-ruby-lvm/chef-ruby-lvm-attrib forks. This was done to ensure that the latest lvm releases are always supported by the cookbooks and brings with it support for RHEL 7.3. If you have previously pinned gem versions you will need to update to the new attributes.
- Added "yes_flag" also to PV and LV create"
- Format and reword the readme
- Remove need for apt for testing
- Fix Suse support if using ext filesystems by installing the e2fsprogs package if necessary
- Remove chef 11 compatibility from chef_gem install
- Update to di-ruby-lvm-attrib 0.0.27
- Testing updates
- update to add chefspec runner methods
- Require Chef 12.1+
- Prevent failures in other cookbooks utilizing the lvm resources
- Update di-ruby-lvm-attrib to 0.0.26
- Added lvm_thin_pool and lvm_thin_volume resources
- The gems are now installed when the provider is first used instead of in the default recipe. For users that already have the LVM package installed there is no need to include the default recipe on their run_list now
- Due to how the gem is installed now this recipe now requires Chef 12.0+
- Added RHEL 7.0 specs for the default recipe
- Fixed compile time installs of di-ruby-lvm
- Add a wipe_signatures option to LVM volume group
- Update di-ruby-lvm-attrib to 0.0.25
- Added attributes to allow installing the lvm gems at compile time
- Removed yum cookbook from the Berksfile as it wasn't being used
- Improved testing with chefspec and test kitchen
- Update the di-ruby-lvm and di-ruby-lvm-attrib gems to the latest release to improve speed and the supported versions of LVM
- Add testing of the resizing to Travis CI and the Kitchen config
- Resolve issues when running under Chefspec
- Change chef_gem installs to not install at compile_time on Chef 12 to avoid warnings
- Updated the minimum supported Chef release from 10 -> 11 in the readme
- Updated di-ruby-lvm-attrib gem from 0.0.16 -> 0.0.21
- Added Chef 11 compatibility to the source_url and issues_url in the metadata
- Added support for additional RHEL deritivites to the metadata
- Added additional Chefspec matchers
- Added chefignore file to limit what files are uploaded to the Chef server
- Added Test Kitchen config
- Updated .gitignore
- Updated to use Chef standard rubocop config
- Updated Travis config to test using ChefDK vs. Gems
- Updated contributing and testing docs
- Added maintainers.md and maintainers.toml files
- Updated development dependencies in the Gemfile
- Added cookbook version badge to the readme
- Allow users to specify the exact versions of the lvm gems (#49)
- Start/enable the lvmetad service on RHEL7. (#52)
- Allow arbitrary parameters to be passed to lvcreate.
- Reverting chef_gem compile_time work
- Fixing chef_gem with Chef::Resource::ChefGem.method_defined?(:compile_time)
- Fixing chef_gem for Chef below 12.1.0
- Being explicit about usage of the chef_gem's compile_time property.
- Eliminating future deprecation warning in Chef 12.1.0
- 46 - Unbreak cookbook on Chef Client 12
- 34 - Add ability to specify optional filesystem parameters when formatting
- 32 - add support for resizing logical and physical volumes
- 33 - [COOK-4701]: add ability to extend volume groups
No changes. Bumping for toolchain
- [COOK-2992] add support for resizing logical and physical volumes
- [COOK-4609] Enable the logical volume if it is disabled
- [COOK-4539] - Change default mount mode to 0755
No change. Bumping version for toolchain
- [COOK-4486] - Add ChefSpec matchers for LVM resources
- [COOK-4481] - The lvm_volume_group resource is not convergent
- COOK-3987 - Volumes are created with the wrong # of extents. Size = '2%VG' is treated as a size of 2 extents.
- COOK-3935 - fix minor typo
- Fixing up style
- Updating test harness
- COOK-3357 - Complete refactor into a heavy-weight provider with tests
- COOK-2991 - Add SLES support
- COOK-2348 - Fix
lvm_logical_volume
whenmount_point
parameter is a String
- [COOK-3031]:
ruby_block
to create logical volume is improperly named, causing collisions
- [COOK-2283] - lvm version mismatch on fresh amazon linux install
- [COOK-2733] - Fix invalid only_if command in lvm cookbook
- [COOK-2822] - install, don't upgrade, lvm2 package
- [COOK-2348] - lvm
logical_volume
doesn't work withmount_point
parameter as String
- [COOK-1977] - Typo "stripesize" in LVM cookbook
- [COOK-1994] - Cannot create a logical volume if fstype is not given
- [COOK-1857] -
lvm_logical_volume
resource callback conflicts with code in provider.
- Added providers for managing the creation of LVM physical volumes, volume groups, and logical volumes.
- Current public release