Releases: yext/terraform-provider-teamcity
Releases · yext/terraform-provider-teamcity
v0.2.18
v0.2.17
What's Changed
- Avoid conflicts when renaming archived projects & build_configs by @atavakoliyext in #22
Full Changelog: v0.2.16...v0.2.17
v0.2.16
This release adds pre-built binaries for each release.
v0.2.15
Add ability to add project features (#20) Changing the artifact storage for a project is done through project features, add support to our Terraform provider to allow specifying project features when creating a teamcity_project This was based on existing code to manage build features TEST=manual Built a new version of the Terraform provider and used it to apply some pipelines in a local TeamCity with some random project feature
v0.2.14
Avoid destructive actions when deleting projects and buildconfigs (#19) Instead of deleting buildconfigs: - Pause buildconfig - Remove all build steps - Rename to have an (Archived) suffix Instead of deleting projects: - Archive project - Rename to have an (Archived) suffix
v0.2.13
Migrate to Go modules
v0.2.12
support BuildTriggerCustomization: env_params
v0.2.11
v0.2.10
Fixes syntax errors
v0.2.9
Require weekday when schedule is "weekly" in teamcity_resource_build_trigger_schedule.