diff --git a/.changelog/12329.txt b/.changelog/12329.txt new file mode 100644 index 00000000000..42b910df155 --- /dev/null +++ b/.changelog/12329.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` \ No newline at end of file diff --git a/.teamcity/components/constants.kt b/.teamcity/components/constants.kt index a3a97fcc9f3..bb1bca75d39 100644 --- a/.teamcity/components/constants.kt +++ b/.teamcity/components/constants.kt @@ -16,6 +16,7 @@ const val DefaultStartHour = 4 const val DefaultParallelism = 6 // specifies the default version of Terraform Core which should be used for testing +// this is updated semi-regularly const val DefaultTerraformCoreVersion = "1.8.3" // This represents a cron view of days of the week @@ -47,4 +48,4 @@ const val VcrRecordingProjectId = "VCRRecording" // Artifact rules controls which artifacts are uploaded to S3 // https://www.jetbrains.com/help/teamcity/2024.07/configuring-general-settings.html#Artifact+Paths // The value below lacks a file extension, to allow upload of individual .txt files or a single .tar.gz file -const val ArtifactRules = "%teamcity.build.checkoutDir%/debug*" \ No newline at end of file +const val ArtifactRules = "%teamcity.build.checkoutDir%/debug*"