From dd1e7f2c09244fd7dda08fef150c0c51653cb445 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Mon, 11 Mar 2024 16:08:54 -0400 Subject: [PATCH 1/4] Update provider.tf - bump humanitec min version to 1.0 --- examples/with-backstage/provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-backstage/provider.tf b/examples/with-backstage/provider.tf index b2d20d2..302cf23 100644 --- a/examples/with-backstage/provider.tf +++ b/examples/with-backstage/provider.tf @@ -6,7 +6,7 @@ terraform { } humanitec = { source = "humanitec/humanitec" - version = "~> 0.13" + version = "~> 1.0" } github = { source = "integrations/github" From 8cc0aa6215fff0279d320bd76ec5640c8c45467c Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Mon, 11 Mar 2024 16:21:20 -0400 Subject: [PATCH 2/4] Update main.tf - humanitec 1.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 13ff3a8..9b7eb99 100644 --- a/main.tf +++ b/main.tf @@ -6,7 +6,7 @@ terraform { } humanitec = { source = "humanitec/humanitec" - version = "~> 0.13" + version = "~> 1.0" } } required_version = ">= 1.3.0" From bcecf29a51fb6db80650a719975a4a32f5f439e7 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Mon, 11 Mar 2024 16:21:48 -0400 Subject: [PATCH 3/4] Update README.md - humanitec 1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 753df62..0e19546 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Once you are finished with the reference architecture, you can remove all provis |------|---------| | terraform | >= 1.3.0 | | google | ~> 5.1 | -| humanitec | ~> 0.13 | +| humanitec | ~> 1.0 | ### Modules From 63357dd003180f1ce391704029684582321ba370 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Mon, 11 Mar 2024 16:22:16 -0400 Subject: [PATCH 4/4] Update README.md - humanitec 1.0 --- examples/with-backstage/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-backstage/README.md b/examples/with-backstage/README.md index d627b0d..28541e5 100644 --- a/examples/with-backstage/README.md +++ b/examples/with-backstage/README.md @@ -75,7 +75,7 @@ Once you are finished with the reference architecture, you can remove all provis | terraform | >= 1.3.0 | | github | ~> 5.38 | | google | ~> 5.1 | -| humanitec | ~> 0.13 | +| humanitec | ~> 1.0 | | random | ~> 3.5 | ### Providers @@ -84,7 +84,7 @@ Once you are finished with the reference architecture, you can remove all provis |------|---------| | github | ~> 5.38 | | google | ~> 5.1 | -| humanitec | ~> 0.13 | +| humanitec | ~> 1.0 | | random | ~> 3.5 | ### Modules