Skip to content

Releases: yext/terraform-provider-teamcity

v0.2.16

25 Mar 15:43
8e5d265
Compare
Choose a tag to compare

This release adds pre-built binaries for each release.

v0.2.15

20 Sep 18:24
3c2be26
Compare
Choose a tag to compare
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

03 Aug 15:18
9e47499
Compare
Choose a tag to compare
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

06 Jun 13:25
589a558
Compare
Choose a tag to compare

Migrate to Go modules

v0.2.12

23 Mar 16:48
01f5307
Compare
Choose a tag to compare

support BuildTriggerCustomization: env_params

v0.2.11

07 Dec 19:00
b9be503
Compare
Choose a tag to compare

Fix teamcity_build_trigger_schedule failing to create when weekday is missing from non-weekly schedules (#16)

v0.2.10

06 Dec 19:00
13ffc9a
Compare
Choose a tag to compare

Fixes syntax errors

v0.2.9

06 Dec 15:46
e8756c8
Compare
Choose a tag to compare

Require weekday when schedule is "weekly" in teamcity_resource_build_trigger_schedule.

v0.2.8

12 Jul 18:17
95dcbb4
Compare
Choose a tag to compare

support update to cron_schedule in teamcity_build_trigger_schedule

v0.2.7

19 Aug 17:16
211ff08
Compare
Choose a tag to compare
  • Apply VCS checkout rule changes (#11)