- Fix gem dependencies to depend on aws-sdk version 1.x. This fixes the installation of hiera-aws on a clean system. Thanks to @gdhbashton for reporting the bug.
- Added
cloudformation
in order to allow querying CloudFormation outputs.
- Change
redis_cluster_nodes_for_cfn_stack
,memcached_cluster_nodes_for_cfn_stack
, andredis_cluster_replica_groups_for_cfn_stack
to only return resources that are in state "available". - Change
redis_cluster_replica_groups_for_cfn_stack
response to includelatest_cache_cluster_create_time
, which is the creation time unix timestamp of the most current cache cluster in each replication group.
- Disable real HTTP connections in RSpec tests by using WebMock.
- Change
redis_cluster_nodes_for_cfn_stack
to return endpoint address and port as a hash, which is the same format used elsewhere. - Update to latest RuboCop version.