Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

85 lines (54 loc) · 1.88 KB

v0.3.1

Correct LWRP behavior for empty exports file via @bryanwb

Corrected lint warnings:

FC043: Prefer new notification syntax: ./recipes/default.rb:40
FC043: Prefer new notification syntax: ./recipes/server.rb:35

v0.3.0

@someara exports LWRP refactor

  • Breaking changes
    • Deprecated nfs['exports'] attribute
    • remove exports recipe hack
  • refactored provider to execute in new run_context
  • update notification timings on exports resources
  • add service status to recipes
  • dependency and integration with line editing cookbook

v0.2.8

Debian family attribute correction

Use portmap service when using the portmap package

v0.2.7

Documentation corrections

  • correct node.nfs.port references
  • correct run_list symtax

v0.2.6

Force float in platform_version conditional

v0.2.5

Ubutntu service names

  • Fix Ubuntu 11.10 edge-case reported by Andrea Campi
  • Update test cases

v0.2.4

Attribute typo for Debian

  • Correct typo in attributes
  • Add attribute testing for config templates
  • Add /etc/exports grep for better idempotency guard

v0.2.3

  • Fix service action typo in nfs::undo

v0.2.2

  • [annoyance] Add run once nfs::undo recipe to stop and remove all nfs components
  • Correct export duplication check in LWRP
  • Re-factor attributes, and introduce Ubuntu 12+ edge cases
  • Add testing artefacts for Travis CI integration

v0.2.0

  • Add nfs_export LWRP, thanks Michael Ivey from Riot Games for the contribution
  • Update README documentation, and add CHANGELOG

v0.1.0

  • Re-factor NFS cookbook
  • Add edge cases for RHEL6, thanks Bryan Berry for reporting and testing
  • Filter-branched into cookbook-nfs repo

v0.0.6

  • Add NFS export support
  • Update documentation
  • First community site release

v0.0.4

  • Initial version with RHEL/CentOS/Debian/Ubuntu support
  • Thanks to Glenn Pratt for testing on Debian family distros