All Versions
8
Latest Version
Avg Release Cycle
59 days
Latest Release
2136 days ago

Changelog History

  • v0.3.1 Changes

    June 20, 2018
    • βž• Add tests and fix Pipeline#ec2_resource.
  • v0.3.0 Changes

    June 14, 2018
    • πŸ‘‰ Use AWS SDK v3.
    • Separate appending activities from initializing pipeline with config.
    • βž• Add helper methods to provide a more hierarchical builder API.
    • 0️⃣ Provide default settings for a pipeline EC2 resource.
  • v0.2.4 Changes

    May 24, 2017
    • βž• Add ShellCommandActivity optional parameters.
  • v0.2.3 Changes

    May 24, 2017
    • Don’t include unpopulated optional fields when converting PipelineObject#to_hash.
  • v0.2.2 Changes

    May 24, 2017
    • βž• Add CsvDataFormat.
  • v0.2.1 Changes

    May 16, 2017
    • Allow either S3 directory_path or file_path.
    • βž• Add ShellCommandActivity.
  • v0.2.0 Changes

    May 06, 2017
    • [FIX] Handle array values, e.g. 'securityGroups' => ['group1', 'group2']
    • Separate SourceWriter class.
    • πŸ— Simplify build vs. new.
    • 0️⃣ Default id value based on pipeline object name.
    • βœ… Unit tests, eg. PipelineSerializer.
    • Travis.
  • v0.1.0 Changes

    May 03, 2017
    • ⚑️ Proof of concept: get and put pipeline definitions, marshal and unmarshal into ruby objects and generate working update script output.