-
Provide credentials as parameters (#17)
The
resolve_reference
task has newaws_access_key_id
andaws_secret_access_key
parameters for authenticating with AWS.
- Bump maximum Puppet version to include 7.x
-
Add PDK as a gem dependency
PDK is now a gem dependency for the module release pipeline
-
Add missing dependencies to module metadata (#10)
The module metadata now includes
ruby_plugin_helper
andruby_task_helper
as dependencies.
-
Reference tags in target_mapping (#9)
Previously, the tags attribute couldn't be effectively used in target_mapping because it contains an array of maps with "key" and "value" fields. We now convert the tags attribute into a standard key/value map so that tags can be looked up using
tags.Name
syntax.
-
Set
resolve_reference
task to private (#6)The
resolve_reference
task has been set toprivate
so it no longer appears in UI lists.
-
Added
target_mapping
parameter inresolve_reference
task (#1407)The
resolve_reference
task has a newtarget_mapping
parameter that accepts a hash of target attributes and the resource values to populate them with.
-
Expand
credentials
path relative to Boltdir (#1162)The
credentials
option will now be expanded relative to the active Boltdir the user is running bolt with, instead of the current working directory they ran Bolt from. This is part of standardizing all configurable paths in Bolt to be relative to the Boltdir.
This is the initial release.