Skip to content

Latest commit

 

History

History
84 lines (47 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

84 lines (47 loc) · 2.79 KB

0.1.6 (Unreleased)

BACKWARDS INCOMPATIBILITIES / NOTES:

FEATURES:

IMPROVEMENTS:

BUG FIXES:

0.1.5 (January 16, 2018)

BUG FIXES:

  • underlying go provider had a typo for buildTypes creation (Seen Here)

0.1.4 (December 21, 2017)

BACKWARDS INCOMPATIBILITIES / NOTES:

  • api_version is set to 10.0 if your using a version different then 10.0 or below please set the api_version in the provider to your supported version.
  • Currently Multiple Templates attached to a single Build Configuration is not supported.

FEATURES:

BUG FIXES / IMPROVEMENTS:

  • API has been pinned to 10.0 because of build template api changes (#16)

0.1.3 (December 6, 2017)

IMPROVEMENTS:

  • Resource: parameter Now Supports display types (#12)

0.1.2 (November 20, 2017)

BACKWARDS INCOMPATIBILITIES / NOTES:

  • agent_pool_project_attachemnt pool now uses ID of the agent pool not Name. Please use the new Datasource to lookup the agent id.

FEATURES:

  • Datasource: agent_pool (#11)

BUG FIXES / IMPROVEMENTS:

  • Resource: agent_pool_project_attachment (#10)
    • Now uses id for pool not name

0.1.1 (November 17, 2017)

BACKWARDS INCOMPATIBILITIES / NOTES:

FEATURES:

  • Resource: agent_pool_project_attachment (#10)

IMPROVEMENTS:

  • Resource: build_configuration and build_template Now support Settings (#6)
  • Resource: vcs_root Now support Propeties on Read (#5)
  • parameter Now supports read_only = true/false (#7)
  • Step Now ignores the constant teamcity.step.mode on read (#8)

BUG FIXES:

  • parameter and parameter_valuereplaces single element not all elements (#9)
  • Project Root is not defined in TF breaking compare (#4)

0.1.0 (October 19, 2017)

BACKWARDS INCOMPATIBILITIES / NOTES:

FEATURES:

  • New Resource: vcs_root (#1)

IMPROVEMENTS:

  • Support for Importing States on All Objects
  • Added Website Docs

BUG FIXES:

  • Vendored Go to keep changes at a minimum