-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: upgrade hashicorp/google to 5.0 #259
fix: upgrade hashicorp/google to 5.0 #259
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Apologies, I jumped the gun with the MR. Reading through the contribution guidelines and will run test ASAP. |
I realise this is a much bigger issue due to the dependancy on other Terraform Modules that have the same constraints, (even just within the testing module)
Even just to test this, it will require parallel MR's with the same versioning changes. It will require a concerted and synchronised effort between all modules involved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @LloydArmstrong! - We should avoid making this a breaking change by leaving the minimum version requirements intact and lifting the maximum.
/gcbrun |
Co-authored-by: Andrew Peabody <[email protected]>
Co-authored-by: Andrew Peabody <[email protected]>
Co-authored-by: Andrew Peabody <[email protected]>
Co-authored-by: Andrew Peabody <[email protected]>
…m-google-modules#239) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
86e4f2f
to
0038193
Compare
I've fixed the commit message convention used. Please take another look and let me know if any other changes are needed. Thanks. |
/gcbrun |
commit f88f4b5 Author: Shane Glass <[email protected]> Date: Mon Oct 23 15:10:22 2023 -0400 feat: data_warehouse Add GenAI capabilities (terraform-google-modules#272) commit b7efc4d Author: Awais Malik <[email protected]> Date: Thu Oct 19 15:38:43 2023 -0700 fix: adds a null check for expiration time (terraform-google-modules#268) commit 405972a Author: Shane Glass <[email protected]> Date: Tue Oct 17 17:03:10 2023 -0400 fix: update workflow.tftpl (terraform-google-modules#266) commit 1046e0d Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue Oct 17 09:29:48 2023 -0700 chore(deps): update cft/developer-tools docker tag to v1.17 (terraform-google-modules#265) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit ceef798 Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Date: Tue Oct 17 09:48:20 2023 -0600 chore(master): release 7.0.0 (terraform-google-modules#249) commit 1a7620b Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue Oct 10 09:11:32 2023 -0700 chore(deps): Update module github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test to v0.9.0 (terraform-google-modules#260) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 7fd5bcb Author: Awais Malik <[email protected]> Date: Mon Oct 9 14:33:52 2023 -0700 fix: upgraded versions.tf to include minor bumps from tpg v5 (terraform-google-modules#261) Co-authored-by: Andrew Peabody <[email protected]> Co-authored-by: Jason Davenport <[email protected]> commit e97adfb Author: Shane Glass <[email protected]> Date: Mon Oct 9 15:27:46 2023 -0400 feat!: data_warehosue migrating to TheLook Ecommerce dataset (terraform-google-modules#257) commit 096ca4e Author: Lloyd Armstrong <[email protected]> Date: Mon Oct 9 18:28:35 2023 +0200 fix: upgrade hashicorp/google to 5.0 (terraform-google-modules#259) Co-authored-by: Lloyd Armstrong <[email protected]>
Squashed commit of the following: commit f88f4b5 Author: Shane Glass <[email protected]> Date: Mon Oct 23 15:10:22 2023 -0400 feat: data_warehouse Add GenAI capabilities (terraform-google-modules#272) commit b7efc4d Author: Awais Malik <[email protected]> Date: Thu Oct 19 15:38:43 2023 -0700 fix: adds a null check for expiration time (terraform-google-modules#268) commit 405972a Author: Shane Glass <[email protected]> Date: Tue Oct 17 17:03:10 2023 -0400 fix: update workflow.tftpl (terraform-google-modules#266) commit 1046e0d Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue Oct 17 09:29:48 2023 -0700 chore(deps): update cft/developer-tools docker tag to v1.17 (terraform-google-modules#265) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit ceef798 Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Date: Tue Oct 17 09:48:20 2023 -0600 chore(master): release 7.0.0 (terraform-google-modules#249) commit 1a7620b Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue Oct 10 09:11:32 2023 -0700 chore(deps): Update module github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test to v0.9.0 (terraform-google-modules#260) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 7fd5bcb Author: Awais Malik <[email protected]> Date: Mon Oct 9 14:33:52 2023 -0700 fix: upgraded versions.tf to include minor bumps from tpg v5 (terraform-google-modules#261) Co-authored-by: Andrew Peabody <[email protected]> Co-authored-by: Jason Davenport <[email protected]> commit e97adfb Author: Shane Glass <[email protected]> Date: Mon Oct 9 15:27:46 2023 -0400 feat!: data_warehosue migrating to TheLook Ecommerce dataset (terraform-google-modules#257) commit 096ca4e Author: Lloyd Armstrong <[email protected]> Date: Mon Oct 9 18:28:35 2023 +0200 fix: upgrade hashicorp/google to 5.0 (terraform-google-modules#259) Co-authored-by: Lloyd Armstrong <[email protected]>
Co-authored-by: Lloyd Armstrong <[email protected]>
When trying to upgrade the
hashicorp/google
version to 5.0, thescheduled_queries
submodule fails due to it's requirement of~>4.0
.My familiarity with this specific submodule is not extensive and therefor, I'm not entirely sure of breaking changes. Please let me know if this is not support as of yet.