This file is used to list changes made in each version of the ssh_known_hosts cookbook.
- Resolve foodcritic warnings
- Update apache2 license string
- Add supports metadata
- Remove class_eval usage and require Chef 12.7+
- add support for hashed entries when using keyscan
- Test with Local Delivery instead of Rake
- add a "deprecated" recipe for back-compat-ish behavior
- Require Chef 12.5+ and remove compat_resource dependency
- Do not write port number if it is 22
- Convert entry LWRP to a custom_resource with a delayed accumulator pattern
- Resolve sort ordering issues
- Fix for non-port-22 issues
- Add helper correctly in the recipe DSL
- Require chef 12+
- Testing updates
- Remove chef 10 compatibility code
- [#59] adds mode, owner, group attributes to the entry resource
- [#58] Fix issues brought in with v3.0.0 with ssh-keyscan
- [#58] Add timeout parameter to entry resource associated with ssh-keyscan
- [#58] Cleaned up some extraneous old chef-solo code
- [#55] Remove deprecated cookbook dependency on partial_search making cookbook Chef 12+ only
- [#51] Add support for ECDSA and ED25519 keys josacar
- [#42] Check for nil FQDN realloc
- [#36] Fix the way keys are rendered
- [#22] Update to README
- [#32] Clean up logging
- [#23] Do not hash public keys
- [#34] Serverspec updates
- [#28] Add data bag caching option
- [#20] Add checspec matchers
- [#33] Add test to verify chefspec matcher
- [COOK-4579] - Do not use ssh-keyscan stderr
- [COOK-4489] Updated ssh-keyscan to include -t type
- COOK-3453 - ssh_known_hosts cookbook ruby block executes on every chef run
[COOK-3765] - support ssh-keyscan using an alternative port number
- COOK-3113 - Use empty string when result is
nil
This is a major release because it requires a server that supports the partial search feature.
- Chef Software Hosted Chef
- Chef Software Private Chef
- Open Source Chef 11
- [COOK-830]: uses an inordinate amount of RAM when running exception handlers
- [COOK-2440] -
ssh_known_hosts
fails to use data bag entries, doesn't grab items
- [COOK-2364] - Wrong LWRP name used in recipe
- [COOK-2320] - Merge
known_host
LWRP intossh_known_hosts
- [COOK-2268] - Allow to run with chef-solo
- [COOK-1077] - allow adding arbitrary host keys from a data bag
- COOK-493: include fqdn
- COOK-721: corrected permissions