BACKWARDS INCOMPATIBILITIES / NOTES:
FEATURES:
IMPROVEMENTS:
BUG FIXES:
IMPROVEMENTS:
- Upgrade to Current version of Master for teamcity-go-sdk
- Upgrade to Terraform v0.12.5 as refrence
BUG FIXES:
- teamcity-go-sdk: Add 2 second API timeout
IMPROVEMENTS:
- Migrate from
govendor
togo mod
- Add Support for Terraform
v0.12.0
BUG FIXES:
- Renaming of Teamcity Project without ForceNew (#25)
BUG FIXES:
- Suppress diff due to trailing line returns (#22)
IMPROVEMENTS:
- Renaming of Teamcity Build Configuration without ForceNew
BUG FIXES:
- Build Configuration no longer forces a new resource on Name change.
BUG FIXES:
- underlying go provider had a typo for buildTypes creation (Seen Here)
BACKWARDS INCOMPATIBILITIES / NOTES:
api_version
is set to10.0
if your using a version different then10.0
or below please set theapi_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)
IMPROVEMENTS:
- Resource:
parameter
Now Supports display types (#12)
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
- Now uses id for
BACKWARDS INCOMPATIBILITIES / NOTES:
FEATURES:
- Resource:
agent_pool_project_attachment
(#10)
IMPROVEMENTS:
- Resource:
build_configuration
andbuild_template
Now support Settings (#6) - Resource:
vcs_root
Now support Propeties on Read (#5) parameter
Now supportsread_only = true/false
(#7)Step
Now ignores the constantteamcity.step.mode
on read (#8)
BUG FIXES:
parameter
andparameter_value
replaces single element not all elements (#9)- Project Root is not defined in TF breaking compare (#4)
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