Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

53 lines (31 loc) · 1.08 KB

Unreleased

0.4.1

  • Set unified_mode to true

0.4.0

  • Improved matching process for package versions in locks file
  • Removed dependency on "line" cookbook
  • Removed CentOS 6 support

0.3.1

  • Remove duplicated entries from lock file

0.3.0

  • Use line cookbook instead of Chef::Util::FileEdit for idempotency (chef/chef#7043)
  • Add idempotency testing suite
  • Cleanup README
  • Cookstyle fixes for Chef 16

0.2.2

0.2.1

  • Fixed constraints error

0.2.0

  • Migrated to Chef custom resource

  • Added test-kitchen tests for LWRP functionality

0.1.2

  • Virender Khatri - Added travis ci

  • Virender Khatri - Added lint style check

  • Virender Khatri - Added specs

  • Virender Khatri - #1 install package yum-plugin-versionlock

  • Virender Khatri - #3, fix template variable listfile

  • Virender Khatri - #4, disable versionlock.list template in favor of lwrp

  • Virender Khatri - #2, add lwrp resource yum_version_lock

0.1.0

Initial release of yum-plugin-versionlock