Skip to content

Releases: atomic-penguin/cookbook-krb5

Release version 2.3.0

06 Aug 19:44
Compare
Choose a tag to compare
  • Conditionally restart KDC on config change
  • Update how we default kadmind and KDC services

Release version 2.2.1

17 Feb 00:10
Compare
Choose a tag to compare

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

20 Oct 22:39
Compare
Choose a tag to compare

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

16 Sep 17:13
Compare
Choose a tag to compare

This release includes the ntp cookbook, unless krb5['include_ntp'] is false.

  • Include ntp::default in default recipe (#31)
  • Remove extra whitespace to appease the almighty Rubocop (#32)

Release version 2.0.2

13 Sep 01:33
Compare
Choose a tag to compare

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

10 Jun 01:05
Compare
Choose a tag to compare

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

29 Apr 01:31
Compare
Choose a tag to compare

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

07 Jan 02:59
Compare
Choose a tag to compare

This release adds new krb5_keytab and krb5_principal LWRPs to the cookbook.

Version 1.0.4

25 Sep 23:53
Compare
Choose a tag to compare

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

25 Sep 23:20
Compare
Choose a tag to compare

Minor changes... Updated to use CentOS 6.5 for tests.