Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Latest commit

 

History

History
93 lines (74 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

93 lines (74 loc) · 2.48 KB

users Cookbook CHANGELOG

This file is used to list changes made in each version of the users cookbook.

UNRELEASED (v1.8.6)

  • Fix getting gid bug, again...

UNRELEASED (v1.8.5)

  • Fix getting gid bug

UNRELEASED (v1.8.4)

  • Just a version bump

UNRELEASED (v1.8.3)

  • More fine grained control over groups and theirs ids

v1.8.2 (2015-03-18)

  • No changes, just republishing 1.8.1

v1.8.1 (2015-03-12)

  • Add source_url and issues_url to the metadata.rb so Supermarket can display appropriate links

v1.8.0 (2015-03-09)

  • Expose LWRP state attributes
  • [COOK-4401] - Add unit tests with ChefSpec
  • [COOK-4404] - Determine file system and add manage_nfs_home_dirs attribute to disable managing NFS mounted home directories
  • Remove converge_by when creating home directory, the directory resource already handles this
  • Do not manage home directory if the path does not exist
  • Add integration with TravisCI
  • "Opscode" to "Chef" replacements
  • Retire unsupported Ruby 1.9.3 and add Ruby 2.2 to the Travis integration tests
  • Updates for RSpec 3

v1.7.0 (2014-02-14)

  • [COOK-4139] - users_manage resource always notifies
  • [COOK-4078] - users cookbook fails in why-run mode for .ssh directory
  • [COOK-3959] - Add support for Mac OS X to users cookbook

v1.6.0

Bug

  • COOK-3744 - Allow passing an action option via the data_bag to the user resource

v1.5.2

Bug

v1.5.0

  • [COOK-2427] - Mistakenly released instead of sudo :-).

v1.4.0

  • [COOK-2479] - Permit users cookbook to work with chef-solo if edelight/chef-solo-search is installed
  • [COOK-2486] - specify precedence when setting node attribute

v1.3.0

  • [COOK-1842] - allow specifying private SSH keys
  • [COOK-2021] - Empty default recipe for including users LWRPs

v1.2.0

  • [COOK-1398] - Provider manage.rb ignores username attribute
  • [COOK-1582] - ssh_keys should take an array in addition to a string separated by new lines

v1.1.4

  • [COOK-1396] - removed users get recreated
  • [COOK-1433] - resolve foodcritic warnings
  • [COOK-1583] - set passwords for users

v1.1.2

  • [COOK-1076] - authorized_keys template not found in another cookbook

v1.1.0

  • [COOK-623] - LWRP conversion