GoogleCloudPlatform / GoogleCloudPlatform/terraform-google-cloud-workflows
Dependency Dashboard
- Dominant language
- HCL
- Stars
- 25
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/GoogleCloudPlatform/terraform-google-cloud-workflows).
## Repository Problems
These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/GoogleCloudPlatform/terraform-google-cloud-workflows).
- ⚠️ WARN: Invalid constraint used with strict constraintsFiltering
- ⚠️ WARN: getNewValue error
## Pending Status Checks
The following updates await pending status checks. To force their creation now, click on a checkbox below.
- [ ] fix(deps)!: Update Terraform terraform-google-modules/service-accounts/google to v5
## Open
The following updates have all been created. To force a retry/rebase of any, click on a checkbox below.
- [ ] [chore(deps): Update module github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test to v0.4.1](../pull/31)
- [ ] [chore(deps): Update terraform modules](../pull/28) (`GoogleCloudPlatform/cloud-workflows/google`, `terraform-google-modules/service-accounts/google`)
- [ ] [fix(deps): Update Terraform random to ~> 3.9.0](../pull/14)
- [ ] [chore(deps): Update Terraform terraform-google-modules/cloud-storage/google to v12](../pull/53)
- [ ] [feat(deps): Update Terraform google to v8](../pull/22)
- [ ] **Click on this checkbox to rebase all open PRs at once**
## Detected Dependencies
gomod (1)
test/integration/go.mod (3)
- `go 1.16`
- `github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.4.0` → [Updates: `v0.4.1`]
- `github.com/stretchr/testify v1.7.0`
regex (3)
build/int.cloudbuild.yaml (1)
- `cft/developer-tools 1`
build/lint.cloudbuild.yaml (1)
- `cft/developer-tools 1`
Makefile (1)
- `cft/developer-tools 1.25` → [Updates: `1.28`]
renovate-config (1)
.github/renovate.json
terraform (27)
examples/gcs_event_arc_trigger_workflow/main.tf (3)
- `GoogleCloudPlatform/cloud-workflows/google ~> 0.1` → [Updates: `~> 0.2`]
- `terraform-google-modules/cloud-storage/google ~> 3.4.0` → [Updates: `~> 12.3.0`]
- `terraform-google-modules/service-accounts/google ~> 4.1.1` → [Updates: `~> 4.7.0`, `~> 5.0.0`]examples/gcs_event_arc_trigger_workflow/versions.tf (3)
- `google ~> 4.0`
- `random ~> 3.4.3` → [Updates: `~> 3.9.0`]
- `hashicorp/terraform >= 0.13`examples/pubsub_event_arc_trigger_workflow/main.tf (2)
- `GoogleCloudPlatform/cloud-workflows/google ~> 0.1` → [Updates: `~> 0.2`]
- `terraform-google-modules/service-accounts/google ~> 4.1.1` → [Updates: `~> 4.7.0`, `~> 5.0.0`]examples/pubsub_event_arc_trigger_workflow/versions.tf (2)
- `google ~> 4.0`
- `hashicorp/terraform >= 0.13`examples/schedule_workflow_autocreate_sa/main.tf (1)
- `GoogleCloudPlatform/cloud-workflows/google ~> 0.1` → [Updates: `~> 0.2`]
examples/schedule_workflow_autocreate_sa/versions.tf (2)
- `google ~> 4.0`
- `hashicorp/terraform >= 0.13`examples/schedule_workflow_with_arguments/main.tf (2)
- `GoogleCloudPlatform/cloud-workflows/google ~> 0.1` → [Updates: `~> 0.2`]
- `terraform-google-modules/service-accounts/google ~> 4.1.1` → [Updates: `~> 4.7.0`, `~> 5.0.0`]examples/schedule_workflow_with_arguments/versions.tf (2)
- `google ~> 4.0`
- `hashicorp/terraform >= 0.13`examples/schedule_workflow/main.tf (2)
- `GoogleCloudPlatform/cloud-workflows/google ~> 0.1` → [Updates: `~> 0.2`]
- `terraform-google-modules/service-accounts/google ~> 4.1.1` → [Updates: `~> 4.7.0`, `~> 5.0.0`]examples/schedule_workflow/versions.tf (2)
- `google ~> 4.0`
- `hashicorp/terraform >= 0.13`examples/simple_workflow/main.tf (1)
- `terraform-google-modules/service-accounts/google ~> 4.1.1` → [Updates: `~> 4.7.0`, `~> 5.0.0`]
examples/simple_workflow/versions.tf (2)
- `google ~> 4.0`
- `hashicorp/terraform >= 0.13`main.tf (1)
- `terraform-google-modules/service-accounts/google ~> 4.1.1` → [Updates: `~> 4.7.0`, `~> 5.0.0`]
modules/simple_workflow/versions.tf (2)
- `google >= 3.53, < 7` → [Updates: `>= 3.53, < 9`]
- `hashicorp/terraform >= 1.3`test/fixtures/gcs_event_arc_trigger_workflow/main.tf
test/fixtures/gcs_event_arc_trigger_workflow/versions.tf (2)
- `google ~> 4.0`
- `hashicorp/terraform >= 0.13`test/fixtures/pubsub_event_arc_trigger_workflow/main.tf
test/fixtures/pubsub_event_arc_trigger_workflow/versions.tf (2)
- `google ~> 4.0`
- `hashicorp/terraform >= 0.13`test/fixtures/schedule_workflow_autocreate_sa/main.tf
test/fixtures/schedule_workflow_autocreate_sa/versions.tf (2)
- `google ~> 4.0`
- `hashicorp/terraform >= 0.13`test/fixtures/schedule_workflow_with_arguments/main.tf
test/fixtures/schedule_workflow_with_arguments/versions.tf (2)
- `google ~> 4.0`
- `hashicorp/terraform >= 0.13`test/fixtures/schedule_workflow/main.tf
test/fixtures/schedule_workflow/versions.tf (2)
- `google ~> 4.0`
- `hashicorp/terraform >= 0.13`test/setup/main.tf (1)
- `terraform-google-modules/project-factory/google ~> 18.0`
test/setup/versions.tf (3)
- `google >= 3.25.0`
- `google-beta >= 3.25.0`
- `hashicorp/terraform >= 0.13`versions.tf (3)
- `google >= 3.53, < 7.0` → [Updates: `>= 3.53, < 8.3`]
- `random ~> 3.4.3` → [Updates: `~> 3.9.0`]
- `hashicorp/terraform >= 1.3`
---
- [ ] Check this box to trigger a request for Renovate to run again on this repository
Contributor guide
Assessment
This issue has not been assessed yet.