dev/provisioning/modules/datacat/Changes
changeset 28 b0b56e0f8c7f
equal deleted inserted replaced
27:a2342f26c9de 28:b0b56e0f8c7f
       
     1 0.6.2 Sunday 16th August, 2015
       
     2     Corrected `template_body` error message when template is missing
       
     3     (Github #26 - Robin Bowes)
       
     4     Converted Metadata to metadata.json (Github #23 - Bram Vogelaar)
       
     5 
       
     6 0.6.1 Tuesday 23rd September, 2014
       
     7     Fix usage with the future parser (Github #16 - Oscar Ferrer)
       
     8 
       
     9 0.6.0 Monday 16th June, 2014
       
    10     Add ensure to the datacat define (Github #13 - Igor Galić)
       
    11 
       
    12 0.5.0 Saturday 10th May, 2014
       
    13     Add show_diff to the datacat define for parity with the file
       
    14     type in puppet 3.2 and onwards (Github #10 - Sebastian Schmidt)
       
    15 
       
    16 0.4.3 Saturday 5th April, 2014
       
    17     Change the README.md back to github-flavoured markdown as the forge
       
    18     supports this now (Github #6 - Igor Galić)
       
    19     Fix for compatibilty with puppet 3.5.0 (Github #7 - Daniel Beyer)
       
    20 
       
    21 0.4.2 Thursday 26th September, 2013
       
    22     Fix for catalog changes in 3.3.0 when using master/agent (Github #4)
       
    23 
       
    24 0.4.1 Thursday 8th August, 2013
       
    25     Changes `datacat` define to name the wrapped `file` resource with the
       
    26     $title of the resource itself.
       
    27 
       
    28 0.4.0 Thursday 25th July, 2013
       
    29     Added `source_key` parameter to datacat_collector, to allow bypassing the
       
    30     templating step.
       
    31 
       
    32 0.3.0 Tuesday 9th July, 2013
       
    33     Add collects parameter to the datacat_collector type, for acts-as
       
    34     relationships.
       
    35 
       
    36 0.2.1 Monday 8th July, 2013
       
    37     Bugfix - when modifying the datacat_collector map on path the File should
       
    38     still match to $path
       
    39 
       
    40 0.2.0 Monday 8th July, 2013
       
    41     Allow the target parameter of a datacat_fragment to be an array to target
       
    42     multiple collectors.
       
    43     The datacat_collector wrapped by the datacat type will now be named for the
       
    44     resource rather than the file path.
       
    45 
       
    46 0.1.0 Friday 5th July, 2013
       
    47     Add a order parameter to the datacat_fragment type for relative ordering
       
    48     of fragment merging.
       
    49     Exposed the datacat_collector type and allow it to be used for updating
       
    50     more than just the file type's content parameter.
       
    51 
       
    52 0.0.3 Wednesday 26th June, 2013
       
    53     Reworked the behaviour of datacat_collector to only refresh the resource
       
    54     when the output from the template evaluation changes. (Github #3)
       
    55 
       
    56 0.0.2 Tuesday 16th April, 2013
       
    57     Changed README.md from Github flavored markup to standard markdown to make
       
    58     the forge happier.
       
    59 
       
    60 0.0.1 Tuesday 16th April, 2013
       
    61     Initial forge release