Releases: atomic-penguin/cookbook-krb5
Release version 2.3.0
Release version 2.2.1
This is a minor bug fix release to resolve a typo in krb5_keytab
LWRP.
- Typo fix in krb5_keytab LWRP and update testing framework
Release version 2.2.0
This release fixes a potential bug which required the user to know to kinit
prior to using the krb5_keytab
resource. The cookbook now handles this.
- Until rkerberos supports writing keytabs, kinit first (#33)
Release version 2.1.0
Release version 2.0.2
This is a minor bug fix release, mainly to prepare for Chef 13.
- Remove default from name_property for GitHub issue #26
- The execute[create-krb5-db] resource creates the DB file
- Update Gem/cookbook restrictions and rubocop configuration
- Support includedir directive
Release version 2.0.1
This is a minor bug fix release. It does introduce the ability to control service states via attributes, but the default is to do nothing, so there's no change for most users.
- Make execute block sensitive
- Authconfig Execute w/ Test via @joerocklin
- Only use compile_time on chef_gem when defined
- Only use sensitive on execute when defined
- Control expected service state via attribute
- Only close rkerberos objects when defined
- Install build dependencies for rkerberos gem
Release version 2.0.0
This release breaks backwards compatibility with previous versions by removing the legacy attributes supported by cookbook versions prior to 2.0.0
There are no additional code changes in this cookbook. However, all future development will assume that you are using the new attribute layout, so this change was made to "encourage" people to update their wrappers/roles/environments.
Release version 1.1.0
This release adds new krb5_keytab
and krb5_principal
LWRPs to the cookbook.
Version 1.0.4
This fixes an issue introduced in v1.0.2
regarding an improper fix for issue #12 which would cause anyone using this cookbook in chef-solo with the new attributed to fail.
Version 1.0.3
Minor changes... Updated to use CentOS 6.5 for tests.