Skip to content

Commit 45adc0d

Browse files
committed
fixed broken tests
1 parent e78cadb commit 45adc0d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.changelog/3958.changed.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
added a changelog entry to fix PR build failure

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
<!-- towncrier release notes start -->
9-
- chore: Bumped the sumologic/sumologic provider to 3.0.12 [#3958]
109

1110
## [v4.14.0]
1211

deploy/helm/sumologic/conf/setup/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
sumologic = {
44
source = "sumologic/sumologic"
5-
version = "3.0.12"
5+
version = ">= 3.0.0, <= 3.1.0"
66
}
77
kubernetes = {
88
source = "hashicorp/kubernetes"

tests/helm/testdata/goldenfile/terraform/custom.output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ data:
229229
required_providers {
230230
sumologic = {
231231
source = "sumologic/sumologic"
232-
version = ">= 2.31.0, < 3.0.0"
232+
version = ">= 3.0.0, <= 3.1.0"
233233
}
234234
kubernetes = {
235235
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)