Skip to content

Commit cbfdb27

Browse files
SarahFrenchhao-nan-li
authored andcommitted
Update default TF version used in TeamCity to be "1.8.0-rc1" (GoogleCloudPlatform#10276)
* Update default TF version used in TeamCity to be 1.8.0-rc1 This will be updated to 1.8.0 after the GA release * Update pom.xml to pull in a hardcoded server-api dependency version : 2024.07-SNAPSHOT
1 parent c226deb commit cbfdb27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mmv1/third_party/terraform/.teamcity/components/constants.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const val DefaultStartHour = 4
1616
const val DefaultParallelism = 6
1717

1818
// specifies the default version of Terraform Core which should be used for testing
19-
const val DefaultTerraformCoreVersion = "1.2.5"
19+
const val DefaultTerraformCoreVersion = "1.8.0-rc1" // TODO(SarahFrench) - update to 1.8.0 once it's gone GA
2020

2121
// This represents a cron view of days of the week
2222
const val DefaultDaysOfWeek = "*"

mmv1/third_party/terraform/.teamcity/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<dependency>
137137
<groupId>org.jetbrains.teamcity</groupId>
138138
<artifactId>server-api</artifactId>
139-
<version>${teamcity.dsl.version}</version>
139+
<version>2024.07-SNAPSHOT</version>
140140
<scope>test</scope>
141141
</dependency>
142142
</dependencies>

0 commit comments

Comments
 (0)