From 5577707ce153198a2dacbdfc6baa8db349cac944 Mon Sep 17 00:00:00 2001 From: Dominik Rosiek <58699848+sumo-drosiek@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:46:32 +0200 Subject: [PATCH] chore: upgrade terraform providers versions in setup (#3791) Signed-off-by: Dominik Rosiek --- .changelog/3791.changed.txt | 1 + deploy/helm/sumologic/conf/setup/main.tf | 4 ++-- .../helm/testdata/goldenfile/terraform/all_fields.output.yaml | 4 ++-- .../goldenfile/terraform/collector_fields.output.yaml | 4 ++-- .../goldenfile/terraform/conditional_sources.output.yaml | 4 ++-- tests/helm/testdata/goldenfile/terraform/custom.output.yaml | 4 ++-- tests/helm/testdata/goldenfile/terraform/default.output.yaml | 4 ++-- .../goldenfile/terraform/disable_default_metrics.output.yaml | 4 ++-- .../goldenfile/terraform/disabled_dashboards.output.yaml | 4 ++-- .../goldenfile/terraform/disabled_monitors.output.yaml | 4 ++-- .../testdata/goldenfile/terraform/logs_fields.output.yaml | 4 ++-- .../terraform/monitors_with_email_notifications.output.yaml | 4 ++-- .../terraform/monitors_with_single_email.output.yaml | 4 ++-- .../goldenfile/terraform/strip_extrapolation.output.yaml | 4 ++-- tests/helm/testdata/goldenfile/terraform/traces.output.yaml | 4 ++-- .../goldenfile/terraform/tracing-metrics-disabled.output.yaml | 4 ++-- 16 files changed, 31 insertions(+), 30 deletions(-) create mode 100644 .changelog/3791.changed.txt diff --git a/.changelog/3791.changed.txt b/.changelog/3791.changed.txt new file mode 100644 index 0000000000..6948683955 --- /dev/null +++ b/.changelog/3791.changed.txt @@ -0,0 +1 @@ +chore: upgrade terraform providers versions in setup \ No newline at end of file diff --git a/deploy/helm/sumologic/conf/setup/main.tf b/deploy/helm/sumologic/conf/setup/main.tf index 1e697faadf..0b2c14e9c6 100644 --- a/deploy/helm/sumologic/conf/setup/main.tf +++ b/deploy/helm/sumologic/conf/setup/main.tf @@ -2,11 +2,11 @@ terraform { required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/all_fields.output.yaml b/tests/helm/testdata/goldenfile/terraform/all_fields.output.yaml index 67bf2bd55d..d0da22310d 100644 --- a/tests/helm/testdata/goldenfile/terraform/all_fields.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/all_fields.output.yaml @@ -229,11 +229,11 @@ data: required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/collector_fields.output.yaml b/tests/helm/testdata/goldenfile/terraform/collector_fields.output.yaml index 8205b895ab..31e93f72a5 100644 --- a/tests/helm/testdata/goldenfile/terraform/collector_fields.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/collector_fields.output.yaml @@ -229,11 +229,11 @@ data: required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/conditional_sources.output.yaml b/tests/helm/testdata/goldenfile/terraform/conditional_sources.output.yaml index 177848755c..ab0ec7e48a 100644 --- a/tests/helm/testdata/goldenfile/terraform/conditional_sources.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/conditional_sources.output.yaml @@ -229,11 +229,11 @@ data: required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/custom.output.yaml b/tests/helm/testdata/goldenfile/terraform/custom.output.yaml index 177848755c..ab0ec7e48a 100644 --- a/tests/helm/testdata/goldenfile/terraform/custom.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/custom.output.yaml @@ -229,11 +229,11 @@ data: required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/default.output.yaml b/tests/helm/testdata/goldenfile/terraform/default.output.yaml index 97ffa2ca2f..26f5d72c9f 100644 --- a/tests/helm/testdata/goldenfile/terraform/default.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/default.output.yaml @@ -229,11 +229,11 @@ data: required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/disable_default_metrics.output.yaml b/tests/helm/testdata/goldenfile/terraform/disable_default_metrics.output.yaml index 6227f1a988..05f53e6028 100644 --- a/tests/helm/testdata/goldenfile/terraform/disable_default_metrics.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/disable_default_metrics.output.yaml @@ -229,11 +229,11 @@ data: required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/disabled_dashboards.output.yaml b/tests/helm/testdata/goldenfile/terraform/disabled_dashboards.output.yaml index 97ffa2ca2f..26f5d72c9f 100644 --- a/tests/helm/testdata/goldenfile/terraform/disabled_dashboards.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/disabled_dashboards.output.yaml @@ -229,11 +229,11 @@ data: required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/disabled_monitors.output.yaml b/tests/helm/testdata/goldenfile/terraform/disabled_monitors.output.yaml index 97ffa2ca2f..26f5d72c9f 100644 --- a/tests/helm/testdata/goldenfile/terraform/disabled_monitors.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/disabled_monitors.output.yaml @@ -229,11 +229,11 @@ data: required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/logs_fields.output.yaml b/tests/helm/testdata/goldenfile/terraform/logs_fields.output.yaml index 08b956ad1a..e2a526c39e 100644 --- a/tests/helm/testdata/goldenfile/terraform/logs_fields.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/logs_fields.output.yaml @@ -229,11 +229,11 @@ data: required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/monitors_with_email_notifications.output.yaml b/tests/helm/testdata/goldenfile/terraform/monitors_with_email_notifications.output.yaml index 97ffa2ca2f..26f5d72c9f 100644 --- a/tests/helm/testdata/goldenfile/terraform/monitors_with_email_notifications.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/monitors_with_email_notifications.output.yaml @@ -229,11 +229,11 @@ data: required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/monitors_with_single_email.output.yaml b/tests/helm/testdata/goldenfile/terraform/monitors_with_single_email.output.yaml index 97ffa2ca2f..26f5d72c9f 100644 --- a/tests/helm/testdata/goldenfile/terraform/monitors_with_single_email.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/monitors_with_single_email.output.yaml @@ -229,11 +229,11 @@ data: required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/strip_extrapolation.output.yaml b/tests/helm/testdata/goldenfile/terraform/strip_extrapolation.output.yaml index ea6ee01256..dc3f212aa3 100644 --- a/tests/helm/testdata/goldenfile/terraform/strip_extrapolation.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/strip_extrapolation.output.yaml @@ -229,11 +229,11 @@ data: required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/traces.output.yaml b/tests/helm/testdata/goldenfile/terraform/traces.output.yaml index 90b18554a4..790d531edf 100644 --- a/tests/helm/testdata/goldenfile/terraform/traces.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/traces.output.yaml @@ -229,11 +229,11 @@ data: required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } } diff --git a/tests/helm/testdata/goldenfile/terraform/tracing-metrics-disabled.output.yaml b/tests/helm/testdata/goldenfile/terraform/tracing-metrics-disabled.output.yaml index 97ffa2ca2f..26f5d72c9f 100644 --- a/tests/helm/testdata/goldenfile/terraform/tracing-metrics-disabled.output.yaml +++ b/tests/helm/testdata/goldenfile/terraform/tracing-metrics-disabled.output.yaml @@ -229,11 +229,11 @@ data: required_providers { sumologic = { source = "sumologic/sumologic" - version = ">= 2.28.3, < 3.0.0" + version = ">= 2.31.0, < 3.0.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.4" + version = "~> 2.31.0" } } }