Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

47 lines (34 loc) · 2.47 KB

v0.2.4 (Unreleased)

Improvements

  • Upgrade Terraform Plugin SDK to v2 (#67

Bug fixes

  • Fixed data source not showing in Terraform Registry. (#66)
  • Fixed broken tgz provider artifact. (#67)

v0.2.3 (August 14, 2020)

Bug fixes

  • Fixed validation errors if the user uses deprecated application for spinnaker_application resource. #63

v0.2.2 (August 12, 2020)

Improvements

  • Add spinnaker_canary_config resource/data source for defining canary config. (#55)
    • Note that this currently supports only Cloud Monitoring.
  • Introduce Terraform Plugin SDK. (#56)

Bug fixes

  • Fixed gate_endpoint attribute is not loaded. (#52)

Breaking change

  • Add prefix v from next release(#59

0.2.1 (July 27, 2020)

Bug fixes

  • Fixed crash on changes when using deprecated argument name for spinnaker_application. (#47)

0.2.0 (July 22, 2020)

Improvements

  • Add cloud_providers, instance_port to spinnaker_applicaiton resource (#12)
  • Add data resources for these resources (#12)
    • spinnaker_application
    • spinnaker_pipeline
  • Add application permission(#22)
  • Migrate legacy provider docs(#24)
  • Add spinnaker_project resource/data source(#25)

Breaking changes

  • Removed spinnaker_pipeline_template_config resources. (#11)

0.1.0 (March 23th, 2020)